Skip to content

Instantly share code, notes, and snippets.

@lubosz
Created January 12, 2019 11:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lubosz/fd0f8c2d596a0282dd01952c83a57ee0 to your computer and use it in GitHub Desktop.
Save lubosz/fd0f8c2d596a0282dd01952c83a57ee0 to your computer and use it in GitHub Desktop.
IKEA of Sweden TRADFRI remote control in org.eclipse.smarthome.core.thing.Thing.json
"zigbee:device:000002D1:000b57fffe4aebd4": {
"class": "org.eclipse.smarthome.core.thing.internal.ThingImpl",
"value": {
"label": "IKEA of Sweden TRADFRI remote control",
"bridgeUID": {
"segments": [
"zigbee",
"coordinator_telegesis",
"000002D1"
]
},
"channels": [
{
"acceptedItemType": "Number",
"kind": "STATE",
"uid": {
"segments": [
"zigbee",
"device",
"000002D1",
"000b57fffe4aebd4",
"000B57FFFE4AEBD4_1_batterylevel"
]
},
"channelTypeUID": {
"segments": [
"system",
"battery-level"
]
},
"label": "Battery Level",
"configuration": {
"properties": {}
},
"properties": {
"zigbee_endpoint": "1"
},
"defaultTags": []
},
{
"acceptedItemType": "String",
"kind": "STATE",
"uid": {
"segments": [
"zigbee",
"device",
"000002D1",
"000b57fffe4aebd4",
"000B57FFFE4AEBD4_1_batteryalarm"
]
},
"channelTypeUID": {
"segments": [
"zigbee",
"battery_alarm"
]
},
"label": "Battery Alarm",
"configuration": {
"properties": {}
},
"properties": {
"zigbee_endpoint": "1"
},
"defaultTags": []
},
{
"acceptedItemType": "Number",
"kind": "STATE",
"uid": {
"segments": [
"zigbee",
"device",
"000002D1",
"000b57fffe4aebd4",
"000B57FFFE4AEBD4_1_batteryvoltage"
]
},
"channelTypeUID": {
"segments": [
"zigbee",
"battery_voltage"
]
},
"label": "Battery Voltage",
"configuration": {
"properties": {}
},
"properties": {
"zigbee_endpoint": "1"
},
"defaultTags": []
},
{
"acceptedItemType": "Switch",
"kind": "STATE",
"uid": {
"segments": [
"zigbee",
"device",
"000002D1",
"000b57fffe4aebd4",
"000B57FFFE4AEBD4_1_switch"
]
},
"channelTypeUID": {
"segments": [
"zigbee",
"switch_onoff"
]
},
"label": "Switch",
"configuration": {
"properties": {}
},
"properties": {
"zigbee_endpoint": "1"
},
"defaultTags": []
}
],
"configuration": {
"properties": {
"zigbee_macaddress": "000B57FFFE4AEBD4"
}
},
"properties": {
"zigbee_logicaltype": "END_DEVICE",
"zigbee_powerlevel": "FULL",
"modelId": "TRADFRI remote control",
"zigbee_networkaddress": "62892",
"zigbee_powersource": "MAINS",
"zigbee_stkversion": "87",
"zigbee_datecode": "20161011",
"zigbee_zclversion": "1",
"zigbee_routes": "[]",
"zigbee_lastupdate": "",
"zigbee_stkcompliance": "0",
"vendor": "IKEA of Sweden",
"zigbee_powermode": "RECEIVER_ON_IDLE",
"zigbee_powersources": "[MAINS]",
"hardwareVersion": "1",
"firmwareVersion": "11115720",
"zigbee_neighbors": "[]",
"zigbee_devices": "[]"
},
"uid": {
"segments": [
"zigbee",
"device",
"000002D1",
"000b57fffe4aebd4"
]
},
"thingTypeUID": {
"segments": [
"zigbee",
"device"
]
}
}
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment