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.

Modus Profile write multiple coils
#3
(21.03.2022, 12:27)admin Wrote: Using multiple coils like this is not supported. You can use register with bitmask instead.

Would that work?


{ "name": "Heat Pump Mode bit1", "address": 33, "bus_datatype": "bool",  "datatype":"uint16", "type": "register", "value_bitmask":0x2, "write_bitmask": true, "writable":true},
{ "name": "Heat Pump Mode bit2", "address": 33, "bus_datatype": "bool",  "datatype":"uint16", "type": "register", "value_bitmask":0x4, "write_bitmask": true, "writable":true},

{ "name": "Heat Pump Control", "address": 33, "bus_datatype": "bool",  "datatype":"uint16", "type": "register", "value_bitmask":0x100, "write_bitmask": true, "writable":true},

{ "name": "Heat Pump Inverter Mode bit1", "address": 33, "bus_datatype": "bool",  "datatype":"uint16", "type": "register", "value_bitmask":0x200, "write_bitmask": true, "writable":true},
{ "name": "Heat Pump Inverter Mode bit2", "address": 33, "bus_datatype": "bool",  "datatype":"uint16", "type": "register", "value_bitmask":0x400, "write_bitmask": true, "writable":true},
Reply


Messages In This Thread
RE: Modus Profile write multiple coils - by gtsamis - 21.03.2022, 13:45

Forum Jump: