jkoenig72

Results 34 comments of jkoenig72

Thanks Andrew, I'm able to pair my Xiaomi door senors with your code. Any idea how this can be integrated in home assistant? https://home-assistant.io/components/switch.zigbee/ Any idea how this can work?...

The one you mentioned above. Pairing works. In your nice little test tool I can see the events coming in from the door sensor. Yes - making a bridge to...

:-) great... will try and provide feedback! 👍

Hmmm... strange: 1.) I detected that I can only see my door senor events when I start in debug ... root@pi:~/xiaomi-zigbee-test# DEBUG=* node index.js I see the following output 38...

I try to get the Xiaomi Door switches to work... I have issues with pairing those. root@pi:~# DEBUG=* node server.js zigbee-shepherd:init zigbee-shepherd booting... +0ms cc-znp The serialport /dev/ttyACM1 is opened....

The strange thing - I have one sensor that seems to work.. root@pi:~# DEBUG=* node server.js zigbee-shepherd:init zigbee-shepherd booting... +0ms cc-znp The serialport /dev/ttyACM1 is opened. +57ms zigbee-shepherd:request REQ -->...

Maybe I can add an entry on the dev.db file. Someone can provide insight into the structure of this? {"id":1,"type":"Coordinator","ieeeAddr":"0x00124b0009eb037c","nwkAddr":0,"manufId":0,"epList":[1,2,3,4,5,6],"status":"online","joinTime":1506687349,"endpoints":{"1":{"profId":260,"epId":1,"devId":5,"inClusterList":[],"outClusterList":[],"clusters":{}},"2":{"profId":257,"epId":2,"devId":5,"inClusterList":[],"outClusterList":[],"clusters":{}},"3":{"profId":261,"epId":3,"devId":5,"inClusterList":[],"outClusterList":[],"clusters":{}},"4":{"profId":263,"epId":4,"devId":5,"inClusterList":[],"outClusterList":[],"clusters":{}},"5":{"profId":264,"epId":5,"devId":5,"inClusterList":[],"outClusterList":[],"clusters":{}},"6":{"profId":265,"epId":6,"devId":5,"inClusterList":[],"outClusterList":[],"clusters":{}}},"_id":"P6tikl7jjEGWTYtu"} {"id":2,"type":"EndDevice","ieeeAddr":"0x00158d0001a7f543","nwkAddr":40748,"manufId":4151,"epList":[1],"status":"offline","joinTime":null,"endpoints":{"1":{"profId":260,"epId":1,"devId":260,"inClusterList":[0,3,25,65535],"outClusterList":[0,3,4,5,6,8,25],"clusters":{}}},"_id":"xNllcOoESAzUL8vZ"} {"$$indexCreated":{"fieldName":"id","unique":true,"sparse":false}} {"id":1,"type":"Coordinator","ieeeAddr":"0x00124b0009eb037c","nwkAddr":0,"manufId":0,"epList":[1,2,3,4,5,6],"status":"online","joinTime":1506691298,"endpoints":{"1":{"profId":260,"epId":1,"devId":5,"inClusterList":[],"outClusterList":[],"clusters":{}},"2":{"profId":257,"epId":2,"devId":5,"inClusterList":[],"outClusterList":[],"clusters":{}},"3":{"profId":261,"epId":3,"devId":5,"inClusterList":[],"outClusterList":[],"clusters":{}},"4":{"profId":263,"epId":4,"devId":5,"inClusterList":[],"outClusterList":[],"clusters":{}},"5":{"profId":264,"epId":5,"devId":5,"inClusterList":[],"outClusterList":[],"clusters":{}},"6":{"profId":265,"epId":6,"devId":5,"inClusterList":[],"outClusterList":[],"clusters":{}}},"_id":"P6tikl7jjEGWTYtu"} {"id":2,"type":"EndDevice","ieeeAddr":"0x00158d0001a7f543","nwkAddr":40748,"manufId":4151,"epList":[1],"status":"offline","joinTime":null,"endpoints":{"1":{"profId":260,"epId":1,"devId":260,"inClusterList":[0,3,25,65535],"outClusterList":[0,3,4,5,6,8,25],"clusters":{}}},"_id":"xNllcOoESAzUL8vZ"}

So - get it working by editing the dev.db file with the info showing in debug. Seems pairing works with the Xiaomi door sensor, simply the writing to db have...

Giving my config I should only see switch.evening_lights, right? It exists in the config. but I only got different stuff back. Whats wrong?

Cool, thanks! On Mon 20. Mar 2023 at 17:01, Jan Bouwhuis ***@***.***> wrote: > It seems you make it too complex, you can just use include_entities: > > > https://github.com/home-assistant/core/blob/51b12cbf960bffc4ee9eced9a58bdd45da67e617/tests/components/alexa/test_smart_home.py#L2442-L2522...