Hey!
I’m trying to start remotely via modbus my Fisher Panda Generator (integrated via canbus over ve.can):
these are the parameters I’m using:
switches:
- name: "STX Generator Start"
unique_id: stx_generator_start
slave: 100
address: 3223
command_on: 1
command_off: 0
write_type: holding
verify:
input_type: holding
address: 3223
state_on: 1
state_off: 0
If I use address 3500 (modbus register list say this “This is normally controlled by the start/stop service. In Venus 3.00 and later, use com.victronenergy.generator/ManualStart instead.”) I get the following error:
If I use address 3223 nothing happen, no error is logged. What is strange is that if I kick the register write the switch state turn off automatically after few seconds (like if the state is read back as 0) - if I issue many write 1 to the register, the generator start but stop after few seconds…
Any help appreciated. Thanks