I would try the latest Domoticz beta version if you are not already on that version and see if the missing levels pop up.
If not I would advise you to create a GitHub issue with all the required data as explained in the reporting MQTT AD wiki https://wiki.domoticz.com/MQTT_AD_Report_Problems
Search found 5213 matches
- Sunday 16 March 2025 0:53
- Forum: Z-Wave
- Topic: Easiest way to migrate Openzwave to ZWave-JS-UI
- Replies: 463
- Views: 275981
- Friday 14 March 2025 21:12
- Forum: Z-Wave
- Topic: Easiest way to migrate Openzwave to ZWave-JS-UI
- Replies: 463
- Views: 275981
Re: Easiest way to migrate Openzwave to ZWave-JS-UI
As "cool" is not in the zwave-JS-Ui list it looks like there could be another device linked to it. If you look at the device list in Domoticz menu Setup - devices are there more Thermostat Mode devices?
Is there in zwave-JS-Ui another Thermostat device that has the option "cool"?
Is there in zwave-JS-Ui another Thermostat device that has the option "cool"?
- Friday 14 March 2025 12:16
- Forum: DIY Hardware and Protocols
- Topic: Nodo Project (Arduino mega ethernet solution)
- Replies: 3
- Views: 3310
Re: Nodo Project (Arduino mega ethernet solution)
Through web.archive.org you can view the old website
Eg from 2016 https://web.archive.org/web/20160305222 ... oofdpagina
Eg from 2016 https://web.archive.org/web/20160305222 ... oofdpagina
- Thursday 13 March 2025 16:58
- Forum: Python
- Topic: Python Plugin: Luxtronik Heat Pump Controller Plugin for Domoticz
- Replies: 12
- Views: 514
Re: Python Plugin: Luxtronik Heat Pump Controller Plugin for Domoticz
@ragdag Looking at your plugin code it seems that it is using the legacy plugin framework instead of the new and better DomoticzEx. Bugs in legacy plugin framework code are not going to be fixed. Do you have a documentation on this? See the wiki https://wiki.domoticz.com/Developing_a_Python_plugin ...
- Thursday 13 March 2025 16:56
- Forum: Python
- Topic: Python Plugin: Luxtronik Heat Pump Controller Plugin for Domoticz
- Replies: 12
- Views: 514
Re: Python Plugin: Luxtronik Heat Pump Controller Plugin for Domoticz
Is it really a setpoint device in Domoticz or just a temperature device/custom sensor? Can you set the setpoint from Domoticz User interface?
- Thursday 13 March 2025 11:34
- Forum: Python
- Topic: Python Plugin: Luxtronik Heat Pump Controller Plugin for Domoticz
- Replies: 12
- Views: 514
Re: Python Plugin: Luxtronik Heat Pump Controller Plugin for Domoticz
@ragdag Looking at your plugin code it seems that it is using the legacy plugin framework instead of the new and better DomoticzEx. Bugs in legacy plugin framework code are not going to be fixed.
- Wednesday 12 March 2025 18:06
- Forum: Python
- Topic: Python Plugin: MqttMapper
- Replies: 322
- Views: 33226
Re: Python Plugin: MqttMapper
I did not ask for Domoticz info but MQTT Explorer info....
Edit: if you are talking about device "MQTT Car Charger" then empty is almost the same as 0.
So still MQTT data from MQTT explorer is needed to help you.
Edit: if you are talking about device "MQTT Car Charger" then empty is almost the same as 0.
So still MQTT data from MQTT explorer is needed to help you.
- Wednesday 12 March 2025 16:49
- Forum: Python
- Topic: Python Plugin: MqttMapper
- Replies: 322
- Views: 33226
Re: Python Plugin: MqttMapper
@hjzwiers If you keep on answering without posting the real MQTT message with the value it will be extremely difficult for FlyingDomoticz to assist you..... Stop talking about the log messages but just post the contents of the value topics..... Perhaps a screenshot of the topic with the values you ...
- Wednesday 12 March 2025 16:32
- Forum: Temperature and Weather
- Topic: Temperature sensor suggestions
- Replies: 3
- Views: 321
Re: Temperature sensor suggestions
Use zigbee to replace RF sensor and switches when possible. In principle I dont use wifi for this kind of communication for security reasons. And also to keep my wifi router happy.
- Tuesday 11 March 2025 18:53
- Forum: General Discussion
- Topic: init persistent data with value
- Replies: 2
- Views: 76
Re: init persistent data with value
Why do you need to initialize the data?
Normally you just let if fill and do the math afterwards. Do you get errors?
You also define a persistent data table named value but you add data to a table named mesure. Could be a typing error due to copy/paste but you better not use it into one script...
Normally you just let if fill and do the math afterwards. Do you get errors?
You also define a persistent data table named value but you add data to a table named mesure. Could be a typing error due to copy/paste but you better not use it into one script...

- Tuesday 11 March 2025 17:50
- Forum: Examples & Solutions
- Topic: How-to: launch action after a certain time [SOLVED]
- Replies: 12
- Views: 3593
Re: How-to: launch action after a certain time [SOLVED]
I never used custom events but looking at the wiki you have to use attribute .trigger for this
Eg
Eg
Code: Select all
if item.isCustomEvent and item.trigger == 'delay_1_sec' then
- Tuesday 11 March 2025 10:00
- Forum: Python
- Topic: Python Plugin: MqttMapper
- Replies: 322
- Views: 33226
Re: Python Plugin: MqttMapper
how do i get "full content" I was also updating my previous message :-) In mqtt explorer unfold to folder eas/easee/power Select the power folder and copy the message/value (not a screenshot!). There is a copy value icon on the top right when the power topic is selected. See for a reference the ...
- Monday 10 March 2025 18:04
- Forum: dzVents
- Topic: nil value for solarnoon
- Replies: 7
- Views: 274
Re: nil value for solarnoon
For dzvents just use the wiki and search this forum, loads of examples here.
Dont trust any AI on dzvents as it is a niche and there is not a lot of good data to train the AI.
Just pure Lua is fine to ask to AI as it is far more common.
Dont trust any AI on dzvents as it is a niche and there is not a lot of good data to train the AI.
Just pure Lua is fine to ask to AI as it is far more common.
- Sunday 09 March 2025 19:56
- Forum: dzVents
- Topic: nil value for solarnoon
- Replies: 7
- Views: 274
Re: nil value for solarnoon
I have this simple script to get the solarnoon time: But in the log I get this error: Error: dzVents: ...userdata/scripts/dzVents/generated_scripts/SolarNoon.lua:14: attempt to call a nil value (field 'solarNoon') What am I doing wrong here? The goal is to update a text device with the solarnoon ...
- Sunday 09 March 2025 19:42
- Forum: dzVents
- Topic: nil value for solarnoon
- Replies: 7
- Views: 274
Re: nil value for solarnoon
Here is another message from CoPilot. ...... This is NOT helping the topic starter.... This user wants to use a standard dzvents function, gets an error and you tell him to do something complety different with the help of AI crap programming functions...... Better help him finding what is going ...
- Sunday 09 March 2025 19:35
- Forum: dzVents
- Topic: Moving average usage
- Replies: 5
- Views: 472
Re: Moving average usage
See this topic: viewtopic.php?p=322453#p322453
- Friday 07 March 2025 23:50
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: [SOLVED] public DZ through ssh tunnel and reverse https apache: widget not updated
- Replies: 3
- Views: 634
Re: public DZ through ssh tunnel and reverse https apache: widget not updated
Is security setting Allow Basic-Auth authentication over plain HTTP (API only) switch on? You also should have a login needed here when accessing from outside What IP is mentioned in the log in the denied access session? Check also this page for the websockets entries in Apache config: https://wiki ...
- Friday 07 March 2025 23:03
- Forum: Other questions and discussions
- Topic: Domotiza with PiHole on the same RPi?
- Replies: 6
- Views: 551
Re: Domotiza with PiHole on the same RPi?
I mean the refresh rate setting for P1 smart meter in Domoticz https://wiki.domoticz.com/Dutch_DSMR_sm ... th_P1_port
- Friday 07 March 2025 22:09
- Forum: Other questions and discussions
- Topic: Domotiza with PiHole on the same RPi?
- Replies: 6
- Views: 551
Re: Domotiza with PiHole on the same RPi?
Should not be a problem if the current load of Pihole is not very high.
Also when installing Domoticz and connecting it to your P1 smart meter dont put the update frequency of the P1 meter data to high. Keep it on default for now (every 30 seconds I believe).
Also when installing Domoticz and connecting it to your P1 smart meter dont put the update frequency of the P1 meter data to high. Keep it on default for now (every 30 seconds I believe).
- Friday 07 March 2025 17:45
- Forum: dzVents
- Topic: Building a Timer Script in DZvents
- Replies: 6
- Views: 762
Re: Building a Timer Script in DZvents
With the Edit button on the switch device widget you can change the type to PushOn.
Yes you can make a second script with different devices, no problem with that.
Yes you can make a second script with different devices, no problem with that.