![]() |
Zigbee 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 integration (/showthread.php?tid=5779) Pages:
1
2
|
RE: Zigbee integration - Alexander - 02.07.2025 I’m not finished yet. How can I use this script as an event-based script and write the retrieved value to a group address? RE: Zigbee integration - RomansP - 03.07.2025 Hi, use a scheduled script that polls the data as often as needed Code: local zb = require('applibs.zigbee') RE: Zigbee integration - Alexander - 04.07.2025 (Yesterday, 08:44)RomansP Wrote: Hi, use a scheduled script that polls the data as often as needed Thanks again! |