04.07.2024, 10:07
(04.07.2024, 08:41)admin Wrote: Do you have any errors in the Modbus error log?
No I don't have any Modbus errors.
Maybe there's a mistake in data types. Now, when I read the register address, I get a response of 400 when active cooling is enabled and 272 when cooling is off.
But anyway, I tried sending 400, and active cooling mode doesn't activate.
Right now, the profile for this address looks like this:
{ "bus_address": "41/1/3",
"name": "Active Cooling enable",
"bus_datatype": "int16",
"datatype": "int16",
"type": "register",
"writable": true,
"write_multiple": true,
"address": 4005 },
I have removed the bitmask value because I wanted to see the value when I change the mode through the app.