hobbyquaker / node-red-contrib-zigbee

Node-RED Nodes for ZigBee Devices 🐝
MIT License
86 stars 15 forks source link

Schalten von LIDL Zwischenstecker mit Conbee2 nicht möglich #151

Open tuxmatic opened 3 years ago

tuxmatic commented 3 years ago

Hallo, ich habe folgende Konfiguration: Raspberry Pi 4, 4GB Homematic IP RF module via USB Conbee 2 USB-Stick mit Verlängerung und Firmware deCONZ_ConBeeII_0x266b0700.bin.GCF Raspberrymatic Version 3.57.5.20210424 Cux Daemon 2.6 RedMatic Version 7.1.3 (mit Version 7.2.1 konnte der Conbee 2 nicht verbunden werden) Eintrag im Cux Daemon Setup : TTYASSIGN=ttyACM0:NC

Mit folgendem Flow konnte ich zwar meinen LIDL Zwischenstecker SAPZ 1 A1 (Modell Nr. HG06337) verbinden aber leider nicht schalten: image

[ { "id": "c40958b1.93c65", "type": "tab", "label": "ZigBee", "disabled": false, "info": "" }, { "id": "f8ac78ad.ec4838", "type": "zigbee-controller", "z": "c40958b1.93c65", "shepherd": "38ff4db1.517a62", "name": "controller", "x": 310, "y": 80, "wires": [ [] ] }, { "id": "a8a8743.fcfff88", "type": "ccu-value", "z": "c40958b1.93c65", "name": "", "iface": "CUxD", "channel": "CUX2801001:1 Zwischenstecker:1", "datapoint": "STATE", "mode": "", "start": true, "change": true, "cache": false, "queue": false, "on": 0, "onType": "undefined", "ramp": 0, "rampType": "undefined", "working": false, "ccuConfig": "38263145.35ea0e", "topic": "${CCU}/${Interface}/${channel}/${datapoint}", "x": 150, "y": 180, "wires": [ [ "8e41504d.43cf8", "11347750.13fec9" ] ] }, { "id": "c2450523.da49e8", "type": "debug", "z": "c40958b1.93c65", "name": "", "active": true, "tosidebar": true, "console": false, "tostatus": false, "complete": "true", "targetType": "full", "statusVal": "", "statusType": "auto", "x": 810, "y": 180, "wires": [] }, { "id": "61c2d95c.cda038", "type": "zigbee-converter", "z": "c40958b1.93c65", "shepherd": "38ff4db1.517a62", "name": "Lidl-Stecker", "topic": "zigbee/${name}", "settopic": "zigbee/${name}/set", "gettopic": "zigbee/${name}/get", "device": "0xec1bbdfffea3774a", "attribute": "", "payload": "json", "x": 590, "y": 180, "wires": [ [ "c2450523.da49e8" ] ] }, { "id": "8e41504d.43cf8", "type": "change", "z": "c40958b1.93c65", "name": "", "rules": [ { "t": "set", "p": "topic", "pt": "msg", "to": "zigbee/${name}/set", "tot": "str" } ], "action": "", "property": "", "from": "", "to": "", "reg": false, "x": 360, "y": 180, "wires": [ [ "7dda1ca5.115d04", "61c2d95c.cda038" ] ] }, { "id": "7dda1ca5.115d04", "type": "debug", "z": "c40958b1.93c65", "name": "", "active": true, "tosidebar": true, "console": false, "tostatus": false, "complete": "true", "targetType": "full", "statusVal": "", "statusType": "auto", "x": 580, "y": 340, "wires": [] }, { "id": "11347750.13fec9", "type": "debug", "z": "c40958b1.93c65", "name": "", "active": true, "tosidebar": true, "console": false, "tostatus": false, "complete": "true", "targetType": "full", "statusVal": "", "statusType": "auto", "x": 300, "y": 340, "wires": [] }, { "id": "38ff4db1.517a62", "type": "zigbee-shepherd", "name": "zigbee herdsman", "path": "/dev/ttyACM0", "baudRate": "115200", "rtscts": true, "channelList": [ 11 ], "led": "disabled", "adapter": "deconz" }, { "id": "38263145.35ea0e", "type": "ccu-connection", "name": "localhost", "host": "localhost", "regaEnabled": true, "bcrfEnabled": true, "iprfEnabled": true, "virtEnabled": true, "bcwiEnabled": false, "cuxdEnabled": true, "regaPoll": true, "regaInterval": "30", "rpcPingTimeout": "60", "rpcInitAddress": "127.0.0.1", "rpcServerHost": "127.0.0.1", "rpcBinPort": "2047", "rpcXmlPort": "2048", "queueTimeout": "5000", "queuePause": "250", "contextStore": "" } ]

Ich erhalte folgende Fehlermeldung vom zigbee-converter node: Error: 0xec1bbdfffea3774a LidlPlug Command 0xec1bbdfffea3774a/11 genOnOff.off({}, {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":false,"direction":0,"srcEndpoint":null,"reservedBits":0,"manufacturerCode":null,"transactionSequenceNumber":null}) failed (no response received)

Mit der Phoscon App lässt sich die Dose schalten.

Mache ich da was bei der Konfiguration falsch oder gibt es da ein Problem in Redmatic oder dem Modul node-red-contrib-zigbee? Link zum Redmatic Issue