In my quest to have 100% battery monitoring (thanks Steve!) I have an odd situation. I have a water sensor that is not updating in the device yet SDJ-Health is showing it reported fine each day. What am I missing here? Thanks.


Announcement
Collapse
No announcement yet.
Device reporting fine in SDJ-Health but not in actual device?
Collapse
X
-
Originally posted by simonmason View PostIn my quest to have 100% battery monitoring (thanks Steve!) I have an odd situation. I have a water sensor that is not updating in the device yet SDJ-Health is showing it reported fine each day. What am I missing here? Thanks.
The device is a non-listening ZWave device and I can see that its wake-up period must be set to 12 hours. The device is waking up on schedule every 12 hours and SDJ-health detects this as shown by Last Wake Time and Last Sleep Period on the monitoring child. If the device died for any reason you would get an alert when it missed its regular wake-up. The fact that none of the actual device children in HS3 have updated just means that the device hasn't sent any information to HS3. You probably won't get anything until the battery level drops and it sends a new reading or of course if the water sensor itself trips.
Some devices send battery updates even when the level hasn't changed but most don't to conserve power. No updates of the devices in HS3 doesn't mean the device isn't working. If it dies for any reason you will get an alert in SDJ-Health.
Hope that helps, Steve
-
Originally posted by RoChess View PostDo your HomeSeer logs give any additional information about perhaps too many queued messages?
You can tell it is waking up because SDJ-Health is reporting the wake-up times and intervals in the monitoring device. If Simon looks back through his HS3 log he will see ZWave wake-up messages for the particular node at the times SDJ-Health is reporting them. I think he was just wondering why none of the HS3 Last Change times for the leak detector's devices were updating but that is normal behaviour for these devices.
Steve
Comment
-
There are times a device wakes up, but HS fails in sending/retrieving info from it, likely due to other z-wave traffic. The SDJ-Health plugin will see the wake-up and correctly mark it as still being alive, but none of the devices would update. The log entries would look like this:
Code:[TABLE="cellspacing: 0"] [TR] [TD="colspan: 1, align: left"][COLOR=#FF0000]Oct-12 8:51:25 AM[/COLOR][/TD] [TD="colspan: 1, align: left"][COLOR=#FF0000] [/COLOR][/TD] [TD="colspan: 3, align: left"][COLOR=#FF0000]Z-Wave[/COLOR][/TD] [TD="colspan: 8, align: left"][COLOR=#FF0000]Main ZNet: Z-Wave Wake-Up 'No More Info' Notification error sending to Node 110(Kitchen Misc Sensors Multisensor - Kitchen - Pantry - Node 110).[/COLOR][/TD] [/TR] [/TABLE] [TABLE="cellspacing: 0"] [TR] [TD="colspan: 1, align: left"][COLOR=#000000]Oct-12 8:51:21 AM[/COLOR][/TD] [TD="colspan: 1, align: left"][COLOR=#000000] [/COLOR][/TD] [TD="colspan: 3, align: left"][COLOR=#000000]Z-Wave[/COLOR][/TD] [TD="colspan: 8, align: left"][COLOR=#000000]Main ZNet: Wake-Up Notification Processing for Node 110 (Kitchen Misc Sensors Multisensor - Kitchen - Pantry - Node 110)[/COLOR][/TD] [/TR] [/TABLE] [TABLE="cellspacing: 0"] [TR] [TD="colspan: 1, align: left"][COLOR=#000000]Oct-12 8:51:21 AM[/COLOR][/TD] [TD="colspan: 1, align: left"][COLOR=#000000] [/COLOR][/TD] [TD="colspan: 3, align: left"][COLOR=#000000]Z-Wave[/COLOR][/TD] [TD="colspan: 8, align: left"][COLOR=#000000]Main ZNet: Z-Wave Wake-Up Notification Received for Node 110[/COLOR][/TD] [/TR] [/TABLE]
HS 4.2.8.0: 2134 Devices 1252 Events
Z-Wave 3.0.10.0: 133 Nodes on one Z-Net
- Likes 1
Comment
-
Originally posted by sparkman View PostThere are times a device wakes up, but HS fails in sending/retrieving info from it, likely due to other z-wave traffic. The SDJ-Health plugin will see the wake-up and correctly mark it as still being alive, but none of the devices would update. The log entries would look like this:
I used to get the occasional queued up warning on some battery devices, but I would just ignore those and fixed the bad event/script; they tend to be non-listening battery devices, versus those in FLiRS mode.
- Likes 1
Comment
-
Originally posted by sparkman View PostThere are times a device wakes up, but HS fails in sending/retrieving info from it, likely due to other z-wave traffic. The SDJ-Health plugin will see the wake-up and correctly mark it as still being alive, but none of the devices would update. The log entries would look like this:
Code:[TABLE="cellspacing: 0"] [TR] [TD="colspan: 1, align: left"][COLOR=#FF0000]Oct-12 8:51:25 AM[/COLOR][/TD] [TD="colspan: 1, align: left"][COLOR=#FF0000] [/COLOR][/TD] [TD="colspan: 3, align: left"][COLOR=#FF0000]Z-Wave[/COLOR][/TD] [TD="colspan: 8, align: left"][COLOR=#FF0000]Main ZNet: Z-Wave Wake-Up 'No More Info' Notification error sending to Node 110(Kitchen Misc Sensors Multisensor - Kitchen - Pantry - Node 110).[/COLOR][/TD] [/TR] [/TABLE] [TABLE="cellspacing: 0"] [TR] [TD="colspan: 1, align: left"][COLOR=#000000]Oct-12 8:51:21 AM[/COLOR][/TD] [TD="colspan: 1, align: left"][COLOR=#000000] [/COLOR][/TD] [TD="colspan: 3, align: left"][COLOR=#000000]Z-Wave[/COLOR][/TD] [TD="colspan: 8, align: left"][COLOR=#000000]Main ZNet: Wake-Up Notification Processing for Node 110 (Kitchen Misc Sensors Multisensor - Kitchen - Pantry - Node 110)[/COLOR][/TD] [/TR] [/TABLE] [TABLE="cellspacing: 0"] [TR] [TD="colspan: 1, align: left"][COLOR=#000000]Oct-12 8:51:21 AM[/COLOR][/TD] [TD="colspan: 1, align: left"][COLOR=#000000] [/COLOR][/TD] [TD="colspan: 3, align: left"][COLOR=#000000]Z-Wave[/COLOR][/TD] [TD="colspan: 8, align: left"][COLOR=#000000]Main ZNet: Z-Wave Wake-Up Notification Received for Node 110[/COLOR][/TD] [/TR] [/TABLE]
Some devices, particularly StellaZ radiator valves, often go back to sleep before HS3 finishes communicating with them. As they are old devices they require poling to retrieve anything, e.g. temperature, setpoints, operating modes and it is generally impossible to retrieve more than two of those parameters at one wake-up.
However, in Simon's case the only information likely to be requested from the leak sensor by HS3 at a wake-up is the battery level. I don't know the actual model he has but most modern ZWave battery devices don't require polling for anything, they send the information when it is relevant. The wake-ups are mainly for sending queued parameter settings which you generally only do when you are first setting them up. However, they are a convenient way of knowing that they are still alive,
Steve
- Likes 1
Comment
Comment