{ "name": "Кондиционер", "manufacturer": "ONOKOM", "model": "AIR-MD-1-MB-B", "modelId": "/devices/(ONOKOM-AIR-MD-1-MB-B_[0-9]{1,3}(?:_[0-9]{1,3})?)/controls/Indoor air temperature/meta/type", "catalogId": 0, "services": [ { "name": "Кондиционер", "type": "Thermostat", "characteristics": [ { "type": "CurrentTemperature", "link": [ { "type": "Double", "topicGet": "/devices/(1)/controls/Indoor air temperature" } ] }, { "type": "CurrentHeatingCoolingState", "link": [ { "type": "Integer", "topicGet": "/devices/(1)/controls/Thermostat state" } ], "validValues": "0,1,2" }, { "type": "TargetTemperature", "link": [ { "type": "Integer", "topicGet": "/devices/(1)/controls/Target temperature", "topicSet": "/devices/(1)/controls/Target temperature/on" } ], "minValue": 16, "maxValue": 30, "minStep": 0.5 }, { "type": "TargetHeatingCoolingState", "link": [ { "type": "Integer", "topicGet": "/devices/(1)/controls/Active mode", "topicSet": "/devices/(1)/controls/Active mode/on", "map": { "OFF": 0, "HEAT": 1, "COOL": 2, "AUTO": 3, "DRY": 4, "FAN_ONLY": 5 } } ], "validValues": "OFF,HEAT,COOL,AUTO,DRY,FAN_ONLY" }, { "type": "C_FanSpeed", "link": [ { "type": "Integer", "topicGet": "/devices/(1)/controls/Smart fan speed", "topicSet": "/devices/(1)/controls/Smart fan speed/on", "map": { "AUTO": 0, "QUIET": 1, "LOW": 2, "MEDIUM": 4, "HIGH": 6, "TURBO": 7 } } ], "validValues": "AUTO,QUIET,LOW,MEDIUM,HIGH,TURBO" }, { "type": "SwingMode", "link": [ { "type": "Integer", "topicGet": "/devices/(1)/controls/Vanes swing", "topicSet": "/devices/(1)/controls/Vanes swing/on", "map": { "SWING_DISABLED": 0, "SWING_ENABLED": 1, "SWING_VERTICAL": 2, "SWING_HORIZONTAL": 3 } } ], "validValues": "SWING_DISABLED,SWING_ENABLED,SWING_HORIZONTAL,SWING_VERTICAL" } ] }, { "name": "Температура с внешнего датчика", "visible": false, "type": "TemperatureSensor", "characteristics": [ { "type": "CurrentTemperature", "link": [ { "type": "Double", "topicGet": "/devices/(1)/controls/Indoor air temperature", "topicSet": "/devices/(1)/controls/Indoor air temperature/on" } ] } ] }, { "name": "Вентилятор", "type": "Fan", "characteristics": [ { "type": "RotationSpeed", "link": [ { "type": "Integer", "topicGet": "/devices/(1)/controls/Fan speed", "topicSet": "/devices/(1)/controls/Fan speed/on" } ], "minValue": 0, "maxValue": 5, "unit": "" } ] }, { "name": "Вертикальные жалюзи", "type": "FanBasic", "characteristics": [ { "type": "On", "link": [ { "type": "Integer", "topicGet": "/devices/(1)/controls/Vertical vanes", "topicSet": "/devices/(1)/controls/Vertical vanes/on" } ], "minValue": 0, "maxValue": 1 } ] }, { "name": "Горизонтальные жалюзи", "type": "FanBasic", "characteristics": [ { "type": "On", "link": [ { "type": "Integer", "topicGet": "/devices/(1)/controls/Horizontal vanes", "topicSet": "/devices/(1)/controls/Horizontal vanes/on" } ], "minValue": 0, "maxValue": 1 } ] }, { "name": "Режим Тихий", "type": "Switch", "characteristics": [ { "type": "On", "link": [ { "type": "Integer", "topicGet": "/devices/(1)/controls/Quiet mode", "topicSet": "/devices/(1)/controls/Quiet mode/on" } ] } ] }, { "name": "Режим турбо", "type": "Switch", "characteristics": [ { "type": "On", "link": [ { "type": "Integer", "topicGet": "/devices/(1)/controls/Turbo mode", "topicSet": "/devices/(1)/controls/Turbo mode/on" } ] } ] } ], "options": [ { "link": [ { "type": "String", "topicGet": "/devices/(1)/controls/FW Version" } ], "name": "Версия прошивки", "inputType": "STATUS", "write": false, "type": "String" }, { "link": [ { "type": "Integer", "topicGet": "/devices/(1)/controls/AC connected" } ], "name": "Кондиционер подключен", "type": "Boolean", "write": false, "init": true } ] }