Zigbee gateway integration - Printable Version +- Logic Machine Forum (https://forum.logicmachine.net) +-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1) +--- Forum: Gateway (https://forum.logicmachine.net/forumdisplay.php?fid=10) +--- Thread: Zigbee gateway integration (/showthread.php?tid=3320) |
RE: Zigbee gateway integration - admin - 01.10.2021 @Bitver, I've had a look at Xiaomi devices and unfortunately all of them have non-standard behavior. It is quite to hard to add them without having an actual device to test. I can provide an example of how to monitor ZigBee messages via a script and implement your own actions based on this. RE: Zigbee gateway integration - alexgleyzer - 03.10.2021 Dear friends, I am just starting my ZigBee experience, looking for some water leak sensors and fire alarm sensors. What usb-device should I purchase to connect to Wiser for KNX? What sensors are good and easy to connect and control? Thank you!! RE: Zigbee gateway integration - admin - 04.10.2021 ZigBee is only supported in LM at the moment. RE: Zigbee gateway integration - Erwin van der Zwart - 04.10.2021 Wait for L&B 2022 (: RE: Zigbee gateway integration - alexgleyzer - 05.10.2021 Maybe I should go for LM instead of Wizer?)) How do I get it? RE: Zigbee gateway integration - Daniel - 05.10.2021 (05.10.2021, 07:52)alexgleyzer Wrote: Maybe I should go for LM instead of Wizer?)) How do I get it? Contact our office https://openrb.com/contact-us/ RE: Zigbee gateway integration - tomnord - 07.10.2021 (04.10.2021, 10:17)Erwin van der Zwart Wrote: Wait for L&B 2022 (: Erwin, you need to give us something more than this tease RE: Zigbee gateway integration - benanderson_475 - 25.10.2021 (01.10.2021, 09:57)admin Wrote: @Bitver, I've had a look at Xiaomi devices and unfortunately all of them have non-standard behavior. It is quite to hard to add them without having an actual device to test. I can provide an example of how to monitor ZigBee messages via a script and implement your own actions based on this. This would be useful to me, example of how to monitor ZigBee messages via a script, i too am using Xioami devices. Many Thanks RE: Zigbee gateway integration - Evens - 26.10.2021 Hi, Today i tried some Elko Smartplugs, the on/off command works, but something strange with the feedbacks. is this a bug or have i done something wrong in the setup? there are 3 commands available: On/off - Works perfectly On/off Status - Does not work on GA, but works in Zigbee app Active power - Does not work on GA and in Zigbee app The Elko Smartplug is recognised as "Schneider Electric - SMARTPLUG/1" in the Zigbee app. BR Even Sundgot. RE: Zigbee gateway integration - admin - 27.10.2021 For status and active power management a profile should be added. Can you provide a screenshot of the device info (click "i" icon in the list)? Status is a tricky topic in ZigBee. There's no standard algorithm so some devices might not send the status when you control them via ZigBee, only when a physical button is pressed. Certain lamps do not report color status at all. Some lamps/dimmers will report "off" state when level is set to 0 but others will not. RE: Zigbee gateway integration - Evens - 27.10.2021 (27.10.2021, 06:35)admin Wrote: For status and active power management a profile should be added. Can you provide a screenshot of the device info (click "i" icon in the list)? thanks for the information, see Attached photo of the decive. RE: Zigbee gateway integration - admin - 02.11.2021 ZigBee app update has been published. Warning unfortunately due to an old bug in the network configuration you will have re-pair all ZigBee devices after this update. This is only needed once when upgrading from an older version. Library docs: https://openrb.com/docs/zigbee.htm RE: Zigbee gateway integration - Evens - 03.11.2021 (02.11.2021, 09:50)admin Wrote: ZigBee app update has been published. Now it works perfectly, thanks RE: Zigbee gateway integration - Erwin van der Zwart - 03.11.2021 Can we add this iTRV device in the next update for my own private usage (: Code: Device type: End device RE: Zigbee gateway integration - Daniel - 03.11.2021 SE iTRV is on our list, sooner or later will be added. RE: Zigbee gateway integration - Evens - 04.11.2021 Is the SE Powertag also on that list? RE: Zigbee gateway integration - Daniel - 04.11.2021 It was removed by SE. RE: Zigbee gateway integration - Evens - 04.11.2021 Thats too bad, would have been nice to integrate powertags also. RE: Zigbee gateway integration - gtsamis - 04.11.2021 Is a profile for the below TRV possible? Manufacturer / Model: _TZE200_b6wax7g0 - TS0601 Code: Device type: End device RE: Zigbee gateway integration - admin - 05.11.2021 @gtsamis, it is more complicated because this device does not use standard ZigBee clusters. Instead it only uses ZigBee as a transport for TRV control and status messages. Some more info on this: https://medium.com/@dzegarra/zigbee2mqtt-how-to-add-support-for-a-new-tuya-based-device-part-2-5492707e882d |