I have a fibaro door sensor on my backjard door,
And use the temperature sensor to check the room temp in the kitchen.
However, somehow the polling seems not to work properly.
In the ui5 dashboard are no device settings.
Only the sensor itself do have them,
I set there wakeup to 1080 sec and polling to 1070 or 1090 and now leave it blank.
But none of the settings had the effect to get regulary a updated temperature.
Sometime there are gaps for serval hours.
The device itself works perfectly.
Any suggestions on the settings? And where to set them ?
On the parent device (the door sensor part) , I would set the polling to 60 seconds. This should ensure that the device gets polled, every time it wakes up.
You can then check the [tt]LastWakeup[/tt] variable on the [tt]Advanced[/tt] tab (and convert it, e.g., on http://www.epochconverter.com/) and see if it wakes up as expected.
For battery-operated devices, anything less than the wake-up interval should guarantee the device is actually getting polled when it wakes up.
(If the device wakes up every [tt]W[/tt] seconds, Vera checks to see if she is allowed to poll the device at that time; if the minimum poll interval [tt]P[/tt] has not yet passed, she will skip polling. Thus, with [tt]P[/tt] < [tt]W[/tt], Vera is allowed to poll the device every time the device wakes up. MCV appear to have changed the defaults, so [tt]P[/tt] > [tt]W[/tt].)
in device settings : Poll this node at most once every xx secs
in setup z-wave settings :
Number of seconds to wait to start polling
Only poll a node if the Z-Wave network is idle at least seconds.
Unless specified otherwise, poll each node at most once every seconds.
Poll a node every seconds.
the device in question has set polling to 15 secounds (overrides the 60 sec default)
z-Wave settings:
Number of seconds to wait to start polling 20
Only poll a node if the Z-Wave network is idle at least 10 seconds.
Unless specified otherwise, poll each node at most once every 60 seconds.
Poll a node every 30 seconds.
with this settings the device simply gets updated remote changes somewhat in between 10 sec. and 15 minutes.
unacceptable for a Alarm switch or anything supposed to trigger other actions …
the manufacturer has no clue, they say it does work, (well it does work but only if node 1 is the only mesh neighbor, and there is NO Retry required to send ack.)
this is setting for standard polling in vera. the device when having a alarm should give a signal to vera immediatly and vera answers that. my doorsensor from everspring reacts in like 0,5 seconds and i have standard polling settings in z-wave settings
the question is : how can i convince fibaro to wake up more frequent to pass the data to vera imho
the thing is … when nothing changed in the temperature variable then it does not require to send it to vera
go to the motion detector assigned with the device (not temperature)
device settings :
Wakeup interval (seconds): set to the time you want the device wake up
Poll this node at most once every: set MUCH lower as the time above … (does not matter since the vera will poll only if the device is really woken up)
there will be still gaps on the data but the device will report changes for sure.