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
No battery level on SRT323 for domoticz beta (ok with 4.97)
Moderator: leecollings
-
benp
- Posts: 52
- Joined: Saturday 21 May 2016 20:12
- Target OS: NAS (Synology & others)
- Domoticz version: V4.10717
- Location: France
- Contact:
No battery level on SRT323 for domoticz beta (ok with 4.97)
Domoticz V2024.7
-
benp
- Posts: 52
- Joined: Saturday 21 May 2016 20:12
- Target OS: NAS (Synology & others)
- Domoticz version: V4.10717
- Location: France
- Contact:
Re: No battery level on SRT323 for domoticz beta (ok with 4.97)
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':
And the battery level history graph:
The battery was changed in november 2018.
The SRT323 settings are:
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
}The SRT323 settings are:
- Temp sensor reding: Enabled
- Température scale: Celcius
- Delta T: 5 (0.5°C)
- Wake-up interval: 900 secondes
Domoticz V2024.7
Who is online
Users browsing this forum: Google [Bot] and 1 guest