![]() |
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 - Daniel - 19.11.2024 Yes no data corruption. It was not us, SE did it. In our app it is as stated in our documentations. RE: Zigbee gateway integration - stianj - 20.11.2024 (16.11.2024, 11:45)stianj Wrote:(15.11.2024, 13:16)admin Wrote: @stianj, enable debug logging in ZigBee app then reset and pair your lamp again. Send the logs afterwards. I feel a bit ignored ![]() RE: Zigbee gateway integration - Daniel - 20.11.2024 (20.11.2024, 10:10)stianj Wrote:We identified the issue but it require some development on our side and it will take some unspecified amount time.(16.11.2024, 11:45)stianj Wrote:(15.11.2024, 13:16)admin Wrote: @stianj, enable debug logging in ZigBee app then reset and pair your lamp again. Send the logs afterwards. RE: Zigbee gateway integration - stianj - 20.11.2024 (20.11.2024, 10:42)Daniel Wrote: We identified the issue but it require some development on our side and it will take some unspecified amount time. Thanks! That's fine, it's just nice to know that my issue is real - not just something I'm doing wrong, and also that you are working to fix it. Appreciate it! ![]() RE: Zigbee gateway integration - Ozturker - 20.11.2024 Hello Daniel, I am trying to read the rms current from a smart socket. But the code is not correct. Is it possible for you to give some guidance? Code: zb = require('applibs.zigbee.zigbee') RE: Zigbee gateway integration - hocine - 21.11.2024 (19.11.2024, 17:15)admin Wrote: Have you done reset and pair procedure after updating the app? Yes i did it but no change RE: Zigbee gateway integration - Sral1987 - 30.11.2024 Hi, is it possible for 0-100 Scale to chose for DPT 5 or 9 ? in my case Gira S1 would use KNX DPT 9.007 for humdity and i cant record it with DPT 5 I use a VINDSTYRKA Air Qualitysensor and can only read the Value in 1byte DPT 5 RE: Zigbee gateway integration - CristianAgata - 30.11.2024 (30.11.2024, 10:06)Sral1987 Wrote: Hi, Hi, Try creating an event script for changing the value. BR Cristian RE: Zigbee gateway integration - tomnord - 05.12.2024 Question. If I have a zigbee cluster list from a allready supported device, should I not be able to read or write to all attributes in the cluster by script? RE: Zigbee gateway integration - admin - 06.12.2024 Not all attributes are mandatory by the standard. Check the reply in ZigBee app monitor when you perform a read request. RE: Zigbee gateway integration - tomnord - 06.12.2024 Ok, I'll give it a go. I found some attributes for activating child safety, and sending external temperature to a thermostat. RE: Zigbee gateway integration - hepa - 09.12.2024 (03.10.2024, 13:51)hepa Wrote:(03.10.2024, 13:31)admin Wrote: There should not be any difference between heating and auto mode so that's why the control is binary. Soo... will there be a fix? (Original post #500) RE: Zigbee gateway integration - admin - 09.12.2024 We plan to release an update this week which will add keypad lockout control via object. It will also contain a work-around for your device so System Mode is set to heat instead of auto when enabled. DisplayAutoOffActivation can be set via a script. Make sure that ZigBee app is updated. Change addr as needed and run once: Code: zb = require('applibs.zigbee') RE: Zigbee gateway integration - admin - 11.12.2024 A new update has been published:
RE: Zigbee gateway integration - stianj - 11.12.2024 But no fix for the missing feedback from Hue-lamps, it seems. Am I the only one with Hue-lamps, or why isn't anyone else complaining? ![]() RE: Zigbee gateway integration - admin - 11.12.2024 Did you reset and paired your lamps again after the upgrade? Try it and provide debug logs if it's still not working. RE: Zigbee gateway integration - Sral1987 - 12.12.2024 (30.11.2024, 10:23)CristianAgata Wrote:(30.11.2024, 10:06)Sral1987 Wrote: Hi, This is my least favourit solution due to my lack of knwolage for lua scripting. Any hints here ? ![]() RE: Zigbee gateway integration - admin - 12.12.2024 Map an event script to the source group address (DPT 5.001). Change 1/1/1 to the target group address (DPT 9.007). Code: grp.checkwrite('1/1/1', event.getvalue()) RE: Zigbee gateway integration - stianj - 12.12.2024 (11.12.2024, 13:10)admin Wrote: Did you reset and paired your lamps again after the upgrade? Try it and provide debug logs if it's still not working. Wow, it actually worked! I tried before re-pairing the bulb, and still no feedback. But after re-paring (which I also tried on the earlier version) it now works. Thank you! Was a bit fooled by the missing mention in the release notes... RE: Zigbee gateway integration - stianj - 17.12.2024 I have of course two more issues I would like to ask... 1: I have bought a Hue Smart Plug (LOM007) which exposes dimming interface. Of course not a problem - I just don't have to use it - but is that a bug or intended behaviour? Code: Manufacturer: Signify Netherlands B.V. 2: I have also just bought an IKEA Styrbar remote control. It has four buttons, but only two of them are exposed, as far as I can see? Is that intended? I see that HomeAssistant supports four buttons for this device. Code: Manufacturer: IKEA of Sweden |