Originally posted by Bradkw
View Post
Whether a device is Pollable or not is a property of the battery device/feature that is set by HomeSeer when it is created. When the SDJ-Health plug-in populates its list of devices that can be polled it excludes devices that HomeSeer says can't be polled. The actual device property for HS3 devices (Z-Wave devices are still HS3 even if created with the version 4.x Z-Wave plugin) is 'status_support()'. I'm not sure you can view this anywhere in the GUI. If you set SDJ-Health LogLevel to 2 (detailed for debugging), then got to 'Plugins>SDJ-Health>Battery Devices', then filter your log for SDJ-Health messages you will see something like the following:
It shows whether HomeSeer said a device was pollable. Can you post a screenshot of the equivalent list from your log? A screenshot is best because if you copy and paste the forum messes with the formatting, particularly where '#' is used.
It sounds like the Z-Wave plug-in has incorrectly set this property for a couple of your blinds. Maybe they have different firmware or were included with a different version of the Z-Wave plug-in. It sounds like rescanning didn't change it. Excluding and re-including might, but it will change all your references in HS4 so you probably don't want to do that! With the Z-Wave version 3.x plug-in you could factory reset and re-include a device then change the Node numbers of the devices in HS, but you can't do that with the version 4.x plug-in.
If HS doesn't think they are pollable then your only option in SDJ-Health is to use Activity Monitoring, as you have found. You can turn off wake-up alerts for those particular devices so that only the battery information is monitored. That way you won't get missed wake-up alerts if you don't operate the blinds for a day or so. You will still get alerts if the battery level drops below your set level or the life is exceeded. To override the global settings for an individual device:
- Click on the monitoring child/feature
- Select the SDJ-Health tab
- Change any settings
- Click the 'Save' button
Originally posted by Bradkw
View Post
To turn back off the 'General Devices' section of the plug-in:
- Disable the SDJ-Health plug-in
- Edit the SDJ-Health.ini file in the /config folder to change 'GeneralDevicesConfigPage' from True to False
- Save the config file and re-enable SDJ-Health
I hope that helps.
Steve
Comment