Skip to content

Commit

Permalink
Auto-generate modbus_sungrow_second_inverter_experimental.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Oct 22, 2024
1 parent d455824 commit 5e12431
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modbus_sungrow_second_inverter_experimental.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Home Assistant Sungrow inverter integration
# https://github.com/mkaiser/Sungrow-SHx-Inverter-Modbus-Home-Assistant
# by Martin Kaiser
# last update: 2024-10-15
# last update: 2024-10-22
#
# Note: This YAML file will only work with Home Assistant >= 2023.10

Expand Down Expand Up @@ -2060,7 +2060,7 @@ template:
Fault
{% elif ((states('sensor.system_state_2') |int) in [0x8000,0x0001]) %}
Stop
{% elif ((states('sensor.system_state_2') |int) == 0x8100) %}
{% elif ((states('sensor.system_state_2') |int) in [0x8100,0x0080]) %}
De-rating Running
{% elif ((states('sensor.system_state_2') |int) == 0x8200) %}
Dispatch Run
Expand Down

0 comments on commit 5e12431

Please sign in to comment.