Search found 159 matches
- Wednesday 13 August 2025 8:44
- Forum: Bugs and Problems
- Topic: How do I get batterylevels back?
- Replies: 24
- Views: 902
Re: How do I get batterylevels back?
This morning all looks ok, battery level is populated for almost all (sub-)devices. I tested with updating the Hardware in order to check the generation of battery_level devices as it was the case in the faulty situation. Every thing is ok now and my battery check is working again. Thanks for ...
- Tuesday 12 August 2025 16:36
- Forum: Bugs and Problems
- Topic: How do I get batterylevels back?
- Replies: 24
- Views: 902
Re: How do I get batterylevels back?
No, I have no low batteries, all Low Battery devices are false. Hereby the configs for battery_islow ( state_topic: IsLow ) and battery_level ( state_topic: level ) { "payload_on": true, "payload_off": false, "value_template": "{{ value_json.value }}", "device_class": "battery", "state_topic ...
- Tuesday 12 August 2025 15:55
- Forum: Bugs and Problems
- Topic: How do I get batterylevels back?
- Replies: 24
- Views: 902
Re: How do I get batterylevels back?
Updated my live system to Trixy and applied the Domoticz update, Z-wave batterylevel problem remains the same. And yes, I did a wake-up on sensors and updated hardware (in case you wondered).
- Tuesday 12 August 2025 15:27
- Forum: Bugs and Problems
- Topic: How do I get batterylevels back?
- Replies: 24
- Views: 902
- Tuesday 12 August 2025 14:58
- Forum: Bugs and Problems
- Topic: How do I get batterylevels back?
- Replies: 24
- Views: 902
Re: How do I get batterylevels back?
I'm running the virtual machine on Proxmox that is still running on Debian bookworm. There is a Proxmox upgrade 8 to 9 that is based on Trixy but other than running a script checking if Proxmox is ok for an upgrade. I did nothing else since I wanted the problem with Domoticz be solved first. So I ...
- Tuesday 12 August 2025 13:50
- Forum: Bugs and Problems
- Topic: How do I get batterylevels back?
- Replies: 24
- Views: 902
Re: How do I get batterylevels back?
Never had problems before. My bookworm version number is:
Code: Select all
cat /etc/debian_version
12.11
- Tuesday 12 August 2025 11:44
- Forum: Bugs and Problems
- Topic: How do I get batterylevels back?
- Replies: 24
- Views: 902
Re: How do I get batterylevels back?
No, I'm running Debian Bookworm on a virtual machine (AMD64).
- Tuesday 12 August 2025 8:30
- Forum: Bugs and Problems
- Topic: How do I get batterylevels back?
- Replies: 24
- Views: 902
Re: How do I get batterylevels back?
Hmm,
After updating Domoticz won't start anymore. Status message:
What to do?
After updating Domoticz won't start anymore. Status message:
Code: Select all
/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.38' not found (required by /home/pi/domoticz/domoticz)
- Friday 08 August 2025 18:20
- Forum: Bugs and Problems
- Topic: How do I get batterylevels back?
- Replies: 24
- Views: 902
Re: How do I get batterylevels back?
zwave/FMS1/128/0/isLow { "time": 1753016911001, "value": false, "nodeName": "FMS1", "nodeLocation": "Living" } zwave/FMS1/128/0/level { "time": 1754261342547, "value": 100, "nodeName": "FMS1", "nodeLocation": "Living" }
- Friday 08 August 2025 11:29
- Forum: Bugs and Problems
- Topic: How do I get batterylevels back?
- Replies: 24
- Views: 902
Re: How do I get batterylevels back?
The not truncated configs for FMS1: zwave-ad/sensor/FMS1/temperature_air/config { "value_template": "{{ value_json.value }}", "unit_of_measurement": "°C", "state_class": "measurement", "device_class": "temperature", "state_topic": "zwave/FMS1/49/0/Air_temperature", "availability": [ { "payload_ ...
- Sunday 03 August 2025 11:24
- Forum: Bugs and Problems
- Topic: How do I get batterylevels back?
- Replies: 24
- Views: 902
Re: How do I get batterylevels back?
All latest version (see my signature).
I forgot to mention that the newly created devices (Battery_level) are NOT updated.
I forgot to mention that the newly created devices (Battery_level) are NOT updated.
- Saturday 02 August 2025 20:53
- Forum: Bugs and Problems
- Topic: How do I get batterylevels back?
- Replies: 24
- Views: 902
How do I get batterylevels back?
Sinds some time I'm missing the battery level report on Z-wave devices. It concerns motion sensors from Fibar/Neo and doorsensors from Neo. I am checking battery levels with a Lua script using: local function getDevices() local url = dz.settings['Domoticz url'] .. "/json.htm?type=command¶m ...
- Wednesday 25 June 2025 18:46
- Forum: MQTT Auto Discovery
- Topic: Autodiscovery with TheengsGateway
- Replies: 39
- Views: 4924
Re: Autodiscovery with TheengsGateway
[/quote] Thanks for your answer. Do you mean that Domoticz would combine if there was only temp and humidity, but as there is also battery and signal strength Domoticz has no combined device and decides not to combine temp + humidity on one side and let battery and signal strength single? By the way ...
- Wednesday 25 June 2025 15:30
- Forum: MQTT Auto Discovery
- Topic: Autodiscovery with TheengsGateway
- Replies: 39
- Views: 4924
Re: Autodiscovery with TheengsGateway
I probably had a combined temperature/humidity device but in the mean time I hacked these meters to use the Zigbee protocol as that is an interface I already used. I do have some DIY temperature meters based on ESP32 that I programmed for auto discovery in Domoticz. From that I learned that Domoticz ...
- Monday 13 January 2025 16:39
- Forum: Bugs and Problems
- Topic: Zigbee2MQTT python plugin webpage doesn't load content
- Replies: 4
- Views: 352
Re: Zigbee2MQTT python plugin webpage doesn't load content
Solved
I compared the files and have seen the change and learned something from the code. I apparently missed the commit in December 2023
A git pull and clear cache did the trick. Thanks
I compared the files and have seen the change and learned something from the code. I apparently missed the commit in December 2023

A git pull and clear cache did the trick. Thanks
- Monday 13 January 2025 15:16
- Forum: Bugs and Problems
- Topic: Zigbee2MQTT python plugin webpage doesn't load content
- Replies: 4
- Views: 352
Re: Zigbee2MQTT python plugin webpage doesn't load content
I think you're right that removal of the depreciated API calls are the cause. In the absence of Stass I tried to find the call and repair it but couldn't find it (I'm not in Python) but I'll try again. And yes I have the latest version of the plugin. The use of the MQTT AD gateway is not an option ...
- Monday 13 January 2025 14:45
- Forum: Bugs and Problems
- Topic: Zigbee2MQTT python plugin webpage doesn't load content
- Replies: 4
- Views: 352
Zigbee2MQTT python plugin webpage doesn't load content
The webpage of the Zigbee2MQTT python plugin does start but has stopped loading content (keeps displaying 'loading...'). The webpage functioned correctly in Domoticz version 2024.7 build 16381 but stopped working since I updated to version 2024.7 build 16450. Somewhere in between it's gone wrong but ...
- Tuesday 16 July 2024 10:25
- Forum: Show your projects
- Topic: Tesla hardware module
- Replies: 283
- Views: 191308
Re: Tesla hardware module
@JanJaap I recently bought a Tesla Model Y and thought I should try the integration with Domoticz. All did go well until the start of the new hardware were I met the following error: 2024-07-16 10:13:47.938 Status: Tesla: Started. 2024-07-16 10:13:48.387 Status: Tesla: Initialized version 0.8.1 ...
- Thursday 06 June 2024 8:31
- Forum: dzVents
- Topic: trigger distiction in a script: physical button or script?
- Replies: 8
- Views: 979
Re: trigger distiction in a script: physical button or script?
The way I solved this is to capture the status as changed by the script in dzVents data (data = { savedState = { initial = 'Off' }}). Whenever the script changes the state, change the savedState accordingly. So when you use a physical button this savedState remains unchanged. Then in your script you ...
- Tuesday 12 December 2023 19:18
- Forum: Switches and Scenes
- Topic: Zigbee push buttons all stopped working
- Replies: 17
- Views: 4733
Re: Zigbee push buttons all stopped working
It's not a Zwave-JS issue but a Zigbee AD issue. These multifunction switches (Sonoff, Xiaomi) are not recognised by the built-in Zigbee AD as they are correctly recognised by the Zigbee Z2M plugin. This is a long standing issue that till today didn't get resolved (too specific devices?). With ...