iobroker.enocean
Version:
Connects EnOcean devices via USB/Serial devices with TCM300 Chips
40 lines (39 loc) • 955 B
JSON
{
"eep": "TF-13-13",
"rorg_number": "0xA5",
"telegram": "4BS",
"func_number": "0x00",
"type_number": "0x00",
"type_title": "Light and Occupancy sensor Range 0lx to 2048lx",
"bidirectional": false,
"objects": {
"preDefined": ["PIRS", "ILL", "SVC"]
},
"case": [{
"send": false,
"datafield": [
{
"data": "Presence",
"shortcut": "PIRS",
"bitoffs": "24",
"bitsize": "8",
"value": {"==": [{"var": "value"}, 13]}
},
{
"data": "Illumination 0...2048lx",
"shortcut": "ILL",
"bitoffs": "8",
"bitsize": "8",
"value": {"+": [ { "*": [ { "-": [{"var": "value"}, 0] }, 8.0314 ] }, 0]}
},
{
"data": "Supply voltage 0…5.1V",
"shortcut": "SVC",
"bitoffs": "0",
"bitsize": "8",
"value": {"+": [{"*": [{ "-": [{"var": "value"}, 0] }, 0.02]}, 0]},
"decimals": 2
}
]
}]
}