Skip to content

Commit

Permalink
Fix X1 Hybrid Gen4 support with new firmware
Browse files Browse the repository at this point in the history
  • Loading branch information
nazar-pc authored Jun 23, 2024
1 parent fedda9d commit dfd31d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solax/inverters/x1_hybrid_gen4.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class X1HybridGen4(Inverter):
vol.Required("data"): vol.Schema(
vol.All(
[vol.Coerce(float)],
vol.Length(min=200, max=200),
vol.Length(min=200, max=300),
)
),
vol.Required("information"): vol.Schema(vol.All(vol.Length(min=9, max=10))),
Expand Down

0 comments on commit dfd31d5

Please sign in to comment.