Подключение Turkov Zenit500 к wb6

На данный момент смотрю, как управляется VAV. Эти регистры пока не настроены.

{
“path”: “/dev/ttyRS485-2”,
“devices”: [
{
“slave_id”: 8,
“name”: “Turkov Zenit500”,
“channels”: [
{
“name”: “Power”,
“type”: “switch”,
“reg_type”: “holding”,
“address”: 1,
“format”: “s16”,
“scale”: 1,
“offset”: 0
},
{
“name”: “Heater temp”,
“type”: “range”,
“reg_type”: “holding_single”,
“address”: “2”,
“format”: “s16”,
“scale”: 1,
“offset”: 0,
“max”: 50
},
{
“name”: “Fan mode”,
“type”: “range”,
“reg_type”: “holding_single”,
“address”: “3”,
“format”: “s8”,
“scale”: 1,
“offset”: 0,
“max”: “4”
},
{
“name”: “Street temp (D1)”,
“type”: “temperature”,
“reg_type”: “input”,
“address”: 257,
“format”: “u16”,
“scale”: 0.1,
“offset”: 0
},
{
“name”: “Incoming air temp (D2)”,
“type”: “temperature”,
“reg_type”: “input”,
“address”: 258,
“format”: “s16”,
“scale”: 0.1,
“offset”: 0
},
{
“name”: “Outgoing air temp (D5)”,
“type”: “temperature”,
“reg_type”: “input”,
“address”: 261,
“format”: “s16”,
“scale”: 0.1,
“offset”: 0
},
{
“name”: “Filter dirty”,
“type”: “value”,
“reg_type”: “input”,
“address”: “262”,
“format”: “s16”,
“scale”: 1,
“offset”: 0,
“max”: “100”
},
{
“name”: “Error code”,
“type”: “value”,
“reg_type”: “input”,
“address”: “263”,
“format”: “s16”,
“scale”: 1,
“offset”: 0
},
{
“name”: “Incoming fan amperage”,
“type”: “value”,
“reg_type”: “input”,
“address”: “265”,
“format”: “s16”,
“scale”: 0.01,
“offset”: 0
},
{
“name”: “Outgoing fan amperage”,
“type”: “value”,
“reg_type”: “input”,
“address”: “266”,
“format”: “s16”,
“scale”: 0.01,
“offset”: 0
},
{
“name”: “Temp D7”,
“type”: “temperature”,
“reg_type”: “input”,
“address”: “267”,
“format”: “s16”,
“scale”: 0.1,
“offset”: 0
},
{
“name”: “Humidity D7”,
“type”: “rel_humidity”,
“reg_type”: “input”,
“address”: “268”,
“format”: “s16”,
“scale”: 0.1,
“offset”: 0
},
{
“name”: “Working mode”,
“type”: “value”,
“reg_type”: “input”,
“address”: “269”,
“format”: “s16”,
“scale”: 1,
“offset”: 0
},
{
“name”: “Fans speed”,
“type”: “range”,
“reg_type”: “holding”,
“address”: 4,
“format”: “u16”,
“scale”: 1,
“offset”: 0,
“max”: 100
},
{
“name”: “Set VAV”,
“type”: “value”,
“reg_type”: “holding”,
“address”: “7”,
“format”: “s16”,
“scale”: 1,
“offset”: 0
},
{
“name”: “VAV pressure”,
“type”: “range”,
“reg_type”: “holding”,
“address”: “8”,
“format”: “s16”,
“scale”: 1,
“offset”: 0
}
]
}