UNPKG

iobroker.enocean

Version:

Connects EnOcean devices via USB/Serial devices with TCM300 Chips

155 lines (154 loc) 3.17 kB
{ "eep": "X1-01-02", "rorg_number": "0xA5", "telegram": "4BS", "func_number": "0x10", "type_number": "0x06", "type_title": "Room Operating Panel Temperature, Set point, Day/Night Control", "bidirectional": false, "objects": { "preDefined": [ "TMP", "SP", "SLSW" ], "CMD": { "type": "state", "common": { "name": { "en": "Command", "de": "Befehl" }, "role": "state", "type": "number", "read": false, "write": true, "states": { "0": "Send data", "1": "Teach-in" }, "def": 0 }, "native": {} } }, "case": [ { "send": true, "condition": { "command": [ { "value": 0 } ] }, "datafield": [ { "data": "Temperature", "shortcut": "TMP", "bitoffs": "16", "bitsize": "8", "value_out": { "-": [ 255, { "*": [ { "var": "value" }, 6.375 ] } ] }, "decimals": 2 }, { "data": "Set point", "shortcut": "SP", "bitoffs": "8", "bitsize": "8", "value": { "var": "value" } }, { "data": "fixed parameter", "description": "Not used", "bitoffs": "24", "bitsize": "4", "value": 0 }, { "data": "fixed parameter", "description": "Represents learnbit", "bitoffs": "28", "bitsize": "1", "value": 1 }, { "data": "Day", "shortcut": "SLSW", "bitoffs": "31", "bitsize": "1", "value_out": { "if": [ { "var": "value" }, 1, 0 ] } } ] }, { "send": true, "condition": { "command": [ { "value": 1 } ] }, "datafield": [ { "data": "fixed parameter", "description": "teachin byte 1", "bitoffs": "0", "bitsize": "8", "value": 64 }, { "data": "fixed parameter", "description": "teachin byte 2", "bitoffs": "8", "bitsize": "8", "value": 55 }, { "data": "fixed parameter", "description": "teachin byte 3", "bitoffs": "16", "bitsize": "8", "value": 255 }, { "data": "fixed parameter", "description": "teachin type", "bitoffs": "24", "bitsize": "1", "value": 1 }, { "data": "fixed parameter", "description": "teachin byte 4", "bitoffs": "28", "bitsize": "1", "value": 0 } ] } ] }