Hi!
I have ORVIBO RL804QZB relay box, that I use with zigbee2mqtt gateway. Now I’m trying to get work this relay with Mozilla IOT Gateway, but without any luck. WebThings GW recognizes this device as single On/Off switch. So I can control just one of three relay outputs. From ZigBee side this device has three endpoints and each endpoint controls its own relay output.
I will appreciate any advice.
My HW setup:
- Raspberry Pi 3 B+
- ConBee ZigBee dongle
Here is zb-xxxxxxx.json part:
“00124b001854820f”: {
“addr64”: “00124b001854820f”,
“addr16”: “11d3”,
“activeEndpoints”: {
“1”: {
“profileId”: “0104”,
“deviceId”: “000b”,
“deviceVersion”: 0,
“inputClusters”: [
“0000”,
“0005”,
“0004”,
“0006”
],
“outputClusters”: [
“0000”
],
“classifierAttributesPopulated”: true
},
“2”: {
“profileId”: “0104”,
“deviceId”: “000b”,
“deviceVersion”: 0,
“inputClusters”: [
“0000”,
“0005”,
“0004”,
“0006”
],
“outputClusters”: [
“0000”
],
“classifierAttributesPopulated”: true
},
“3”: {
“profileId”: “0104”,
“deviceId”: “000b”,
“deviceVersion”: 0,
“inputClusters”: [
“0000”,
“0005”,
“0004”,
“0006”
],
“outputClusters”: [
“0000”
],
“classifierAttributesPopulated”: true
}
},
“properties”: {
“on”: {
“name”: “on”,
“value”: false,
“visible”: true,
“title”: “On/Off”,
“type”: “boolean”,
“@type”: “OnOffProperty”,
“profileId”: 260,
“endpoint”: 1,
“clusterId”: 6,
“attr”: “onOff”,
“attrId”: 0,
“fireAndForget”: false,
“bindNeeded”: false,
“configReportNeeded”: true,
“initialReadNeeded”: true
}
},
“name”: “zb-00124b001854820f-onOffSwitch”,
“type”: “onOffSwitch”,
“@type”: [
“OnOffSwitch”
],
“defaultName”: “zb-00124b001854820f-onOffSwitch”,
“extendedTimeout”: true,
“activeEndpointsPopulated”: true,
“nodeInfoEndpointsPopulated”: true,
“modelId”: “82c167c95ed746cdbd21d6817f72c593”,
“powerSource”: 1,
“rxOnWhenIdle”: 1
},