Hi,
I have a problem with writing of modbus register or/and with toggle of a modbus switch. It’s working properly… but only after restart of configurations.yaml… If I try to do that at next day - isn’t working anymore. Restart of configurations.yaml help for 2-6 hours
- type: tcp
host: xxx.xxx.xxx.xx1
port: 485
name: GrowattSPH
switches:
- name: Growatt_ON/OFF
address: 0
command_on: 1
command_off: 0
unique_id: 6x0000SPH
verify:
input_type: holding
address: 0
state_on: 1
state_off: 0