This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Absolute zero Modbus Experience
#5
You should add "datatype" entries where applicable. This is the modbus register type which can be different from the object (bus_datatype).

For On/Off you should set "datatype": "uint16", "bus_datatype": "bool" since it only has two states: 0/1.
For temperature values use "datatype": "int16", "bus_datatype": "float16", "value_multiplier": 0.1
Reply


Messages In This Thread
RE: Absolute zero Modbus Experience - by admin - 25.10.2024, 07:43

Forum Jump: