Replies: 1 comment
-
|
+1 for this, surely would be great to make this a quick dropdown for even more inverters too. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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