abnormal heatrbeat frequency
-
Hi,
today I restarted my raspberry after a few days off due to some checks I was doing.
Everything is working fine, but checking the resource logs I noticed a huge number of heartbeat responses:
The setting in MyConotroller is the default 30 minutes, except for one node on which I set 10 minutes. I tried also removing this property, but nothing changed.I'm using the snapshot 1.1.0 version on a Rasbperry Pi 3 with mysensors mqtt gateway.
Thanks
Daniele -
@daniele Does it sleeping node?
-
nodes 2 and 3 have a loop with 60 steps of 1'' smartSleep, plus a 10'' smartSleep call
-
@Daniele Could you provide your sourcecode? in Response to every smartSleep the controller sends a heartbeat as response. (at least i think so)
-
You're right, it's effectively due to the too frequent call to smartSleep.
I substituted it with wait and now everything goes fine.
Thanks!