Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion custom_components/solax_modbus/plugin_solax.py
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ def autorepeat_function_remotecontrol_recompute(initval, descr, datadict):
]

if power_control == "Disabled":
autorepeat_stop(datadict, "powercontrolmode8_trigger")
autorepeat_stop(datadict, "remotecontrol_trigger")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch.


_LOGGER.debug(f"Evaluated remotecontrol_trigger: corrected/clamped values: {res}")
return { 'action': WRITE_MULTI_MODBUS, 'data': res }
Expand Down