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.

Modbus Question
#4
Hi there,

I'm having some trouble enabling "active cooling" on my Iglu heat pump using Modbus. I've spent several hours trying to send commands through Modbus, but haven't been successful.

I should send 1 to 7th bit in the register 4005.



Here's the configuration I've been using:

{
"bus_address": "41/1/3",
"name": "Active Cooling enable",
"bus_datatype": "int16",
"datatype": "int16",
"type": "register",
"writable": true,
"write_multiple": true,
"address": 4005
}
I've also attempted using a bitmask configuration:

{
"bus_address": "41/1/3",
"name": "Active Cooling enable",
"bus_datatype": "int16",
"datatype": "int16",
"type": "register",
"writable": true,
"write_multiple": true,
"write_bitmask": true,
"value_bitmask": 128,
"address": 4005
}
However, neither approach has worked. I'm able to successfully send data to other registers that don't require a bitmask.

Is there anything I might be missing in my configuration?
Reply


Messages In This Thread
Modbus Question - by gtsamis - 29.06.2024, 10:50
RE: Modbus Question - by Erwin van der Zwart - 29.06.2024, 10:58
RE: Modbus Question - by gtsamis - 29.06.2024, 11:30
RE: Modbus Question - by Osvaldas - 04.07.2024, 07:24
RE: Modbus Question - by admin - 04.07.2024, 07:29
RE: Modbus Question - by Osvaldas - 04.07.2024, 08:05
RE: Modbus Question - by admin - 04.07.2024, 08:41
RE: Modbus Question - by Osvaldas - 04.07.2024, 10:07
RE: Modbus Question - by Daniel - 04.07.2024, 10:09
RE: Modbus Question - by Osvaldas - 04.07.2024, 10:26
RE: Modbus Question - by Daniel - 04.07.2024, 10:29
RE: Modbus Question - by Osvaldas - 04.07.2024, 11:42

Forum Jump: