Page 9 of 9

Re: Python plugin: Battery Level for Z-Wave Devices

Posted: Tuesday 24 March 2020 9:18
by Logread
Version 0.6.1 of the plugin is now available for download.

This update is mandatory if you are using any version of domoticz from 2020.1 onward
(updated the domoticz version check of the plugin to the new version numbering scheme implemented in domoticz on March 22, 2020).

Re: Python plugin: Battery Level for Z-Wave Devices

Posted: Wednesday 25 March 2020 12:52
by Phantom
Thanks for the update

Re: Python plugin: Battery Level for Z-Wave Devices

Posted: Saturday 28 March 2020 20:13
by fr3sh
I think there is a bug. You asume that tipical api uri is

Code: Select all

 
http://{IP}:{PORT}/json.htm?....
 
in the code there is

Code: Select all

 
    url = "http://{}:{}/json.htm?{}".format(Parameters["Address"], Parameters["Port"], parse.quote(APICall, safe="&="))
 
and in my case i have:

Code: Select all

 
 http://{IP}:{PORT}/{CALATOG}/json.htm?....
 
I tried to add
8080/{CAtalog} - on the port configuration in domoticz but port is only holding for a number ;)

Please fix it ;)

Re: Python plugin: Battery Level for Z-Wave Devices

Posted: Sunday 29 March 2020 16:57
by TheCondor
Logread wrote: Tuesday 24 March 2020 9:18 Version 0.6.1 of the plugin is now available for download.

This update is mandatory if you are using any version of domoticz from 2020.1 onward
(updated the domoticz version check of the plugin to the new version numbering scheme implemented in domoticz on March 22, 2020).
git pull and start working again. Thanks!

Re: Python plugin: Battery Level for Z-Wave Devices

Posted: Monday 29 June 2020 21:54
by multinet
Hello

I just move to last domoticz and last plugin battery level

My zwave device are well configurated and running well.

My question is to now if battery plugin update the level (and as well the date of update on device) even if the % does not change.

Indeed my level devices have not been updated since 3 days even if each zwave are update temp for exemple every 10 min

Thank you

Re: Python plugin: Battery Level for Z-Wave Devices

Posted: Sunday 12 July 2020 9:20
by Atis
Hello,
I try this plugin with 2020.2.12213-8 version. After install completing crashing domoticz.

Re: Python plugin: Battery Level for Z-Wave Devices

Posted: Friday 09 June 2023 19:13
by newpond
can we use a https api call instead of using port 8080?
I still seem to be getting the following error however even using port 8080
Error: Z-Wave Batteries: Error calling 'http://192.168.1.9:8080/json.htm?type=c ... vels&idx=2

2023.1 build 15344 python ver 3.73

Re: Python plugin: Battery Level for Z-Wave Devices

Posted: Saturday 10 June 2023 13:54
by Logread
Not sure what you mean, but anyway the currently publicly available plugin is deprecated together with openzwave. I adapted the plungin to work with MQTT and zwave- js-ui, but I still need to push that to GitHub. May be next week when I am on vacations