22.12.2021, 10:24
Hello,
We are trying to Communicate with a Toshiba VRV device. Point List is attached as a picture in this thread.
We were able to communicate with all points except Fan Speed and Operation Mode those are marked red in the attached picture.
You can find our Profile below. We did it everything. We tried to communicate bit to bit and tried to merge in Logic Machine also. What do you suggest to communicate Fan Speed and Operation Mode points ? How we can change our profile file shown below ?
Regards,
{
"manufacturer": "Toshiba VRV",
"description": "Toshiba VRV",
"mapping": [
{ "address": 0, "name": "VRV 1 ON OFF", "bus_datatype": "bool", "type": "coil", "writable":1},
{ "address": 8, "name": "VRV 1 Mod", "bus_datatype": "uint8", "type": "coil", "writable":1},
{ "address": 16, "name": "VRV 1 Fan Hizi", "bus_datatype": "uint8", "type": "coil", "writable":1},
{ "address": 0, "name": "VRV 1 ON OFF_Status", "bus_datatype": "bool", "type": "discreteinput"},
{ "address": 2, "name": "VRV 1 Alarm", "bus_datatype": "bool", "type": "discreteinput"},
{ "address": 8, "name": "VRV 1 Mod Status", "bus_datatype": "uint8", "type": "discreteinput"},
{ "address": 16, "name": "VRV 1 Fan Hizi Status", "bus_datatype": "uint8", "type": "discreteinput"},
{ "address": 0, "name": "VRV 1 Oda Sicakligi", "bus_datatype": "uint16", "type": "inputregister", "value_multiplier": 0.1},
{ "address": 1, "name": "VRV 1 Sicaklik Set Deger Status", "bus_datatype": "uint16", "type": "inputregister", "value_multiplier": 0.1},
{ "address": 0, "name": "VRV 1 Sicaklik Set Deger", "bus_datatype": "uint16", "type": "register", "value_multiplier": 0.1, "writable":1}
]
}
We are trying to Communicate with a Toshiba VRV device. Point List is attached as a picture in this thread.
We were able to communicate with all points except Fan Speed and Operation Mode those are marked red in the attached picture.
You can find our Profile below. We did it everything. We tried to communicate bit to bit and tried to merge in Logic Machine also. What do you suggest to communicate Fan Speed and Operation Mode points ? How we can change our profile file shown below ?
Regards,
{
"manufacturer": "Toshiba VRV",
"description": "Toshiba VRV",
"mapping": [
{ "address": 0, "name": "VRV 1 ON OFF", "bus_datatype": "bool", "type": "coil", "writable":1},
{ "address": 8, "name": "VRV 1 Mod", "bus_datatype": "uint8", "type": "coil", "writable":1},
{ "address": 16, "name": "VRV 1 Fan Hizi", "bus_datatype": "uint8", "type": "coil", "writable":1},
{ "address": 0, "name": "VRV 1 ON OFF_Status", "bus_datatype": "bool", "type": "discreteinput"},
{ "address": 2, "name": "VRV 1 Alarm", "bus_datatype": "bool", "type": "discreteinput"},
{ "address": 8, "name": "VRV 1 Mod Status", "bus_datatype": "uint8", "type": "discreteinput"},
{ "address": 16, "name": "VRV 1 Fan Hizi Status", "bus_datatype": "uint8", "type": "discreteinput"},
{ "address": 0, "name": "VRV 1 Oda Sicakligi", "bus_datatype": "uint16", "type": "inputregister", "value_multiplier": 0.1},
{ "address": 1, "name": "VRV 1 Sicaklik Set Deger Status", "bus_datatype": "uint16", "type": "inputregister", "value_multiplier": 0.1},
{ "address": 0, "name": "VRV 1 Sicaklik Set Deger", "bus_datatype": "uint16", "type": "register", "value_multiplier": 0.1, "writable":1}
]
}