zwave - write to bus / polling - 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: zwave - write to bus / polling (/showthread.php?tid=334) |
zwave - write to bus / polling - gjniewenhuijse - 29.06.2016 In the basic device properties i can set: - write to bus - polling what do these parameters? Even when i unclick the write to bus parameter, the values are written on the bus? RE: zwave - write to bus / polling - edgars - 30.06.2016 Write to bus - if checked it send telegram to KNX bus and updates local DB, if not, updates only local DB. We will double check if this works correctly in latest version. Polling - not all Zwave parameters supports this. OpenZwave doesn't answer to a questions which does and which doesn't. RE: zwave - write to bus / polling - admin - 30.06.2016 Correction: disabling "write to bus" blocks only writes to KNX/TP but it still sends telegrams over IP. If you are monitoring KNX bus via LM, you will still see all telegrams. RE: zwave - write to bus / polling - gjniewenhuijse - 30.06.2016 (30.06.2016, 09:58)admin Wrote: Correction: disabling "write to bus" blocks only writes to KNX/TP but it still sends telegrams over IP. If you are monitoring KNX bus via LM, you will still see all telegrams. I monitor the telegrams with another ip device, but i see the messages and i have disabled "write to bus" RE: zwave - write to bus / polling - admin - 30.06.2016 Thanks for bug report, it looks like write to bus is triggered even when this option is disabled. I'll ask the devs to fix it. |