08-14-2023, 07:53 PM
Hoi Rafael,
The reason this won't work this way is because the protocol used by Kincony is not the standard ModBus-protocol.
This is programmed in the controller of the HA-module whitch acts as an master in this ModBus communication.
The Relay boards have in-build KinCony-ModBus 'special' protocol communication.
Most other appliances work as slaves and this is the way you configured your AI-board, but the AI-board is not a slave.
Modbus_controller (Yaml) only knows the standard ModBus protocol. To communicate with the HA-board you have to write a Lambda part in your Yaml-file to treat the content of the communication.
As y don't know anything of writing in the C-language, y face the same problem, and am hoping to get a sample-Yaml-file from KinCony.
Sincerely yours
Nic
The reason this won't work this way is because the protocol used by Kincony is not the standard ModBus-protocol.
This is programmed in the controller of the HA-module whitch acts as an master in this ModBus communication.
The Relay boards have in-build KinCony-ModBus 'special' protocol communication.
Most other appliances work as slaves and this is the way you configured your AI-board, but the AI-board is not a slave.
Modbus_controller (Yaml) only knows the standard ModBus protocol. To communicate with the HA-board you have to write a Lambda part in your Yaml-file to treat the content of the communication.
As y don't know anything of writing in the C-language, y face the same problem, and am hoping to get a sample-Yaml-file from KinCony.
Sincerely yours
Nic