Closed Matze-aaa closed 2 months ago
tried to update my inverter, but it looks like the winet-s is having issues.... will take a while for me until I can test & merge
What about setting checking here for Shutdown AND Stop?
{% if is_state('sensor.sungrow_inverter_state', "Shutdown") %}
would this work for old and newer firmware versions?
Good idea, it should be "or", not "and" 😉
Just commited - can you double check?
it looks good, thanks!
Before you create an issue, make sure to update to the current version of modbus_sungrow.yaml
Describe the bug:
When the inverter is sent to "shutdown" (eeg via Inverter-Mode Box) the state changed to "stop". Since the FW-Update 20240430 the name of the state has changed from "stop" to "shutdown" (same name as the mode). So the entity "sungrow inverter enable/ stop input selector update" is wrong now. Because its "stop" in the yaml, the inverter starts again after shutdown because of the slider update.
correct: action: input_select.select_option target: entity_id: input_select.set_sg_inverter_run_mode data: option: | {% if is_state('sensor.sungrow_inverter_state', "Shutdown") %} Shutdown {% else %} Enabled {% endif %}
Your Sungrow inverter:
latest version of your yaml.