22.06.2022, 06:40
I created a profile with modbus profile generator,but I'm not sure that i did it correctly would you guys check it for me please ?
Code:
{
"manufacturer": "YORK",
"description": "HA-MA164AD",
"mapping": [
{
"name": "Indoor Unit Setpoint Temperature C\u00B0",
"address": 1,
"bus_datatype": "uint32",
"datatype": "uint32",
"type": "register",
"units": "A",
"writable": "true"
},
{
"name": "Indoor Unit Mode Selection",
"address": 2,
"bus_datatype": "uint32",
"datatype": "uint32",
"type": "register",
"units": "A",
"writable": "true"
},
{
"name": "Indoor Unit Fan Speed",
"address": 3,
"bus_datatype": "uint32",
"datatype": "uint32",
"type": "register",
"units": "A",
"writable": "true"
},
{
"name": "Indoor Unit Control Mode",
"address": 4,
"bus_datatype": "uint32",
"datatype": "uint32",
"type": "register",
"units": "A",
"writable": "true"
},
{
"name": "Indoor Unit On/OFF",
"address": 1,
"bus_datatype": "bool",
"datatype": "uint32",
"type": "coil",
"units": "A",
"writable": "true"
}
]
}