You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This HA automation works to switch the H3-10.0-E - AUX with Master firmware version 2.02 on and off.
I can also read back holding and input register 41014 to check if the system is switched on or off.
Maybe this can be added.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi
This HA automation works to switch the H3-10.0-E - AUX with Master firmware version 2.02 on and off.
I can also read back holding and input register 41014 to check if the system is switched on or off.
Maybe this can be added.
alias: fox_on
description: ''
triggers: []
conditions: []
actions:
metadata: {}
data:
start_address: 41014
values: '1'
inverter: 791ef40ad930fba7c38f8ac9a6573f40
alias: Fox_on
mode: single
alias: Fox_off
description: ''
triggers: []
conditions: []
actions:
action: foxess_modbus.write_registers
metadata: {}
data:
start_address: 41014
values: '0'
inverter: 791ef40ad930fba7c38f8ac9a6573f40
mode: single
Beta Was this translation helpful? Give feedback.
All reactions