UNPKG

iobroker.enocean

Version:

Connects EnOcean devices via USB/Serial devices with TCM300 Chips

136 lines 2.69 kB
{ "eep": "A5-09-04", "rorg_number": "0xA5", "telegram": "4BS", "func_number": "0x09", "type_number": "0x04", "type_title": "Gas Sensor CO2-Sensor", "bidirectional": false, "objects": { "preDefined": [ "TMP", "HUM" ], "Conc": { "type": "state", "common": { "name": { "en": "Gas CO2 concentration", "de": "Gas CO2 Konzentration" }, "role": "value.gas", "type": "number", "read": true, "write": false, "def": 0, "unit": "ppm" }, "native": {} } }, "case": [ { "send": false, "datafield": [ { "data": "Gas CO2 concentration", "shortcut": "Conc", "bitoffs": "8", "bitsize": "8", "value": { "+": [ { "*": [ { "-": [ { "var": "value" }, 0 ] }, 10 ] }, 0 ] } } ] }, { "send": false, "condition": { "t_sensor": { "bitoffs": "30", "bitsize": "1", "value": 1 } }, "datafield": [ { "data": "Temperature 0...51°C", "shortcut": "TMP", "bitoffs": "16", "bitsize": "8", "value": { "+": [ { "*": [ { "-": [ { "var": "value" }, 0 ] }, 0.2 ] }, 0 ] }, "decimals": 2 } ] }, { "send": false, "condition": { "t_sensor": { "bitoffs": "29", "bitsize": "1", "value": 1 } }, "datafield": [ { "data": "Humidity 0...100%", "shortcut": "HUM", "bitoffs": "8", "bitsize": "8", "value": { "+": [ { "*": [ { "-": [ { "var": "value" }, 0 ] }, 0.5 ] }, 0 ] }, "decimals": 2 } ] } ] }