Logic Machine Forum
Heartbeat - Printable Version

+- Logic Machine Forum (https://forum.logicmachine.net)
+-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1)
+--- Forum: Visualization (https://forum.logicmachine.net/forumdisplay.php?fid=9)
+--- Thread: Heartbeat (/showthread.php?tid=2394)



Heartbeat - Tokatubs - 18.12.2019

Have a lot of knx products that send out a heartbeat once an hour or so. But was trying to wrap my head around how to get this working 
Example
Heartbeat sends 1. So the value last value will always stay 1, but i guess i am looking for something that can change the group adress to 0 if no new 1 is received within an estimated time.
And then visualize it like in the pic. Thats my goal anyway. 

Any thoughts?



   


RE: Heartbeat - tomnord - 12.01.2020

(18.12.2019, 10:24)Tokatubs Wrote: Have a lot of knx products that send out a heartbeat once an hour or so. But was trying to wrap my head around how to get this working 
Example
Heartbeat sends 1. So the value last value will always stay 1, but i guess i am looking for something that can change the group adress to 0 if no new 1 is received within an estimated time.
And then visualize it like in the pic. Thats my goal anyway. 

Any thoughts?
Reset the heartbeat once it gets 1, and then have logic say if object is not 1 within given time, set alarm.

Sent fra min SM-G950F via Tapatalk


RE: Heartbeat - Tokatubs - 12.01.2020

Yes, Tom then its just solving it in some practical way. Not sure, but will try to find a way then.