Hello guys,
i am struggling, with getting my home assistant modbus switches working.
Here are extracts from the heating manual:
I already successfully have configured all the sensors from modbus with:
modbus:
- name: heating_tcp
type: tcp
host: 192.168.17.208
port: 502
And then tried different configs for the switches, but couldn’t get them working.
I also tried it by executing the service “write.modbus.register”, but could not switch it.
switches:
- name: "Heizung Wärmepumpe Schalter"
address: 30200
command_on: 0x42C80000
command_off: 0x00000000
slave: 1
verify:
input_type: holding
address: 30200
state_on: 0x42C80000
state_off: 0x00000000
unique_id: uniqueid_heizung_heatpump_switch
- name: "Heizung Heizstab Schalter"
address: 29600
command_on: 0x42C80000
command_off: 0x00000000
slave: 1
verify:
unique_id: uniqueid_heizung_quantum_switch
Can anyone please give me a hint for the right switch config.
As a second step i ould like to wrtire the manual percentage at register 30000.
Thank you, best regards!