27.08.2025, 09:03
Hello everyone !
I face an issue with modbus commmunication with a heat pump. I atttach you the script and manual.
I checked it with the app "modbus polling", it works properly and I read data from the pump.
But via lm i have no communication.
Have you any idea about it ?
The json-profile:
{
"manufacturer": "GREE",
"description": "pump",
"mapping": [
{
"name": "Water Tank Temperature",
"datatype": "uint16",
"type": "register",
"address": 13,
"unit": "°C"
}
]
}
I face an issue with modbus commmunication with a heat pump. I atttach you the script and manual.
I checked it with the app "modbus polling", it works properly and I read data from the pump.
But via lm i have no communication.
Have you any idea about it ?
The json-profile:
{
"manufacturer": "GREE",
"description": "pump",
"mapping": [
{
"name": "Water Tank Temperature",
"datatype": "uint16",
"type": "register",
"address": 13,
"unit": "°C"
}
]
}