Page 1 of 1

No battery level on SRT323 for domoticz beta (ok with 4.97)

Posted: Monday 15 April 2019 21:05
by benp
Hello,

In domoticz beta, the battery level for SRT323 is no more available (in Setup/Devices).
Note: battery level is still available for the other devices (level when flying over the battery icon).
In openzwave via Node management/control panel the battery level is still avaiable: 77%
In domoticz sable 4.97, the battery level was available.

I don't know if the problem come from zwave (this is my only one battery powered zwave device) or domoticz update or SRT323 thermostat.

Domoticz beta V4.10603
Razberry
Openzwave 1.4-3335-g74e05982

Thank you
Regards

Re: No battery level on SRT323 for domoticz beta (ok with 4.97)

Posted: Sunday 21 April 2019 12:05
by benp
The battery level for SRT323 came back the 16th: one day after my first post. I don't know why.

Battery level disappeared from april 7th to april 16th.
I still don't know why it disappeared and appeared!

If it can be useful:
My very simple dzvents Script to monitor the battery level on a percent virtual device 'Pile Thermostat':

Code: Select all

return {
	on = {
      timer = {'every 30 minutes'}
	},   
        execute = function(domoticz, dummy)
        local thermostat = domoticz.devices('SRT323')
        print('pile=' .. thermostat.batteryLevel)
        domoticz.devices('Pile Thermostat').updatePercentage(thermostat.batteryLevel)
    end
}
And the battery level history graph:
last-year.png
last-year.png (82.8 KiB) Viewed 479 times
The battery was changed in november 2018.
The SRT323 settings are:
  • Temp sensor reding: Enabled
  • Température scale: Celcius
  • Delta T: 5 (0.5°C)
  • Wake-up interval: 900 secondes
Somebody know what is the minimum working battery level for SRT323?