999LV / BatteryLevel

Domoticz python plugin to display/log battery level of zwave devices
MIT License
9 stars 5 forks source link

Notifications on low % #5

Closed dobber81 closed 6 years ago

dobber81 commented 6 years ago

Notifications do not work. I tried setting less than 60%

When the status changed from 61 to 58 I got no notification. Nothing in log. When my other sensors (for moisture etc) reach the set % I do get notifications.

Running domoticz 3.9227. Have never worked for me. I've been using this plugin for about 6 months on different versions of domoticz.

image

Otherwise a very nice to have plugin :)

999LV commented 6 years ago

@dobber81 , this is not an issue with the plugin itself but rather with the python plugin framework. This was supposed to be fixed not long ago (see https://github.com/domoticz/domoticz/pull/2193 but if you still have the issue with a very recent beta, it may be that the « custom » device type was not fixed by that PR. In that case, I’d suggest you open an issue in the Domoticz repository ? I cannot fix that myself as I cannot code in c++

I have to say I never tried to use notifications but rather have a lua script monitoring the devices... but good pick !

dobber81 commented 6 years ago

Thanks for explaining! I will try a dzvents script. I was just lazy and tried the "point and click" way :) If the problem does not get fixed in a while I may post a ticket in the domoticz git, as suggested.