v2.0.1 Released
Quick update pushed to the repository.
The main addition is a configurable max COP limit . Some of you may have noticed occasional COP spikes during transient conditions — brief moments where the power/heat ratio produces unrealistically high values (COP 8, 12, or even higher ...
Search found 169 matches
- Monday 09 February 2026 9:29
- Forum: Python
- Topic: Python Plugin: Luxtronik Heat Pump Controller Plugin v2
- Replies: 1
- Views: 81
- Friday 30 January 2026 13:52
- Forum: Design, usability and languages
- Topic: machinon theme
- Replies: 715
- Views: 164426
Re: machinon theme
I also had some issues with new css classes not having the right colors and being hard to read (dark blue background with black text)
Have updated the theme myself to fix that, might help you as well
https://github.com/Rouzax/Machinon/tree ... nd-cleanup
Have updated the theme myself to fix that, might help you as well
https://github.com/Rouzax/Machinon/tree ... nd-cleanup
- Monday 29 December 2025 9:02
- Forum: Android
- Topic: Domoticz app 2.0
- Replies: 2382
- Views: 667669
Re: Domoticz app 2.0
Issue has been picked up and is being resolvedRagdag wrote: Wednesday 24 December 2025 9:45 Paying the premium subscription on the android app.
In the latest version I'm not seeing any of my blind switches anymore.
Have created a Github issue (not sure if that is still even looked at)
- Wednesday 24 December 2025 9:45
- Forum: Android
- Topic: Domoticz app 2.0
- Replies: 2382
- Views: 667669
Re: Domoticz app 2.0
Paying the premium subscription on the android app.
In the latest version I'm not seeing any of my blind switches anymore.
Have created a Github issue (not sure if that is still even looked at)
In the latest version I'm not seeing any of my blind switches anymore.
Have created a Github issue (not sure if that is still even looked at)
- Friday 19 December 2025 20:28
- Forum: Python
- Topic: Python Plugin: Luxtronik Heat Pump Controller Plugin for Domoticz
- Replies: 25
- Views: 3339
Re: Python Plugin: Luxtronik Heat Pump Controller Plugin for Domoticz
I'm not a Heat pump expert
The 8888 port is not a web port that responds.
Have you tried the new plugin (viewtopic.php?t=44176) if it works?
The 8888 port is not a web port that responds.
Have you tried the new plugin (viewtopic.php?t=44176) if it works?
- Tuesday 09 December 2025 11:15
- Forum: Python
- Topic: Python Plugin: Luxtronik Heat Pump Controller Plugin for Domoticz
- Replies: 25
- Views: 3339
Re: Python Plugin: Luxtronik Heat Pump Controller Plugin for Domoticz
I now take the monthly reports for energy used and energy generated to calculate the COP but that's in a spreadsheet abouth energyconsumption that I've been using for ages :)
Maybe it's possible to calculate on dayly basis?
Have not forgotten about you, am busy figuring out a proper way of ...
- Monday 08 December 2025 9:52
- Forum: dzVents
- Topic: How to view the output of a persistant data filter function?
- Replies: 2
- Views: 76
Re: How to view the output of a persistant data filter function?
Hello all,
Breaking my head over the following:
I have a persistent data table.
this code:
print('Today item 01 = '..dz.data.TMPTODAY.get(1).data[1]..', '..dz.data.TMPTODAY.get(1).data[2])
print('Today item 48 = '..dz.data.TMPTODAY.get(48).data[1]..','..dz.data.TMPTODAY.get(48).data[2])
print ...
- Thursday 04 December 2025 14:45
- Forum: Python
- Topic: Python Plugin: Luxtronik Heat Pump Controller Plugin v2
- Replies: 1
- Views: 81
Python Plugin: Luxtronik Heat Pump Controller Plugin v2
I'm excited to share Luxtronik Heat Pump Controller Plugin v2 for Domoticz! This is a complete rewrite of my original Luxtronik plugin , rebuilt from the ground up using the modern DomoticzEx framework.
The plugin integrates Luxtronik 2.0/2.1 based heat pump controllers (Alpha Innotec, Siemens ...
The plugin integrates Luxtronik 2.0/2.1 based heat pump controllers (Alpha Innotec, Siemens ...
- Tuesday 02 December 2025 20:05
- Forum: Python
- Topic: COP sensor keeps logging repeated values even when the plugin does not call Update()
- Replies: 4
- Views: 84
Re: COP sensor keeps logging repeated values even when the plugin does not call Update()
So far it works indeed. It would be really great if this was a per device option instead of system-wide.gizmocuz wrote: Sunday 19 October 2025 14:04 That's correct, Domoticz keeps using the last value
You can prevent this by going to Settings->Log History and enabling 'Only add newly received values to the Log'
- Tuesday 02 December 2025 19:51
- Forum: Python
- Topic: Python Plugin: Luxtronik Heat Pump Controller Plugin for Domoticz
- Replies: 25
- Views: 3339
Re: Python Plugin: Luxtronik Heat Pump Controller Plugin for Domoticz
I've been using this plugin for a while now and there is just one thing that doesn't count in the right way and that's the COP since it also counts the moments that there is no heat-exchange. So there are a lot of zero's in the list.
For example augustgives 0,15 as COP while counting it the ...
- Saturday 25 October 2025 10:45
- Forum: Python
- Topic: Python Plugin: Luxtronik Heat Pump Controller Plugin for Domoticz
- Replies: 25
- Views: 3339
Re: Python Plugin: Luxtronik Heat Pump Controller Plugin for Domoticz
I've been using this plugin for a while now and there is just one thing that doesn't count in the right way and that's the COP since it also counts the moments that there is no heat-exchange. So there are a lot of zero's in the list.
For example augustgives 0,15 as COP while counting it the ...
- Sunday 19 October 2025 19:13
- Forum: Python
- Topic: COP sensor keeps logging repeated values even when the plugin does not call Update()
- Replies: 4
- Views: 84
Re: COP sensor keeps logging repeated values even when the plugin does not call Update()
@Gizmocus, will that setting then also effect the calculation and reports?
- Sunday 19 October 2025 14:09
- Forum: Python
- Topic: COP sensor keeps logging repeated values even when the plugin does not call Update()
- Replies: 4
- Views: 84
Re: COP sensor keeps logging repeated values even when the plugin does not call Update()
That's correct, Domoticz keeps using the last value
You can prevent this by going to Settings->Log History and enabling 'Only add newly received values to the Log'
Awesome, thanks will try that.
There is no way to do that at a per device level?
Does not fully explain why it still did a gap in ...
- Sunday 19 October 2025 13:40
- Forum: Python
- Topic: COP sensor keeps logging repeated values even when the plugin does not call Update()
- Replies: 4
- Views: 84
COP sensor keeps logging repeated values even when the plugin does not call Update()
Hi all,
I’m developing a Python plugin for a Luxtronik heat pump controller and I’ve run into an odd behavior with Custom Sensor devices (Type=243, SubType=31).
What I’m doing
I calculate COP (Coefficient of Performance) only when the compressor is actually running.
When COP is not ...
I’m developing a Python plugin for a Luxtronik heat pump controller and I’ve run into an odd behavior with Custom Sensor devices (Type=243, SubType=31).
What I’m doing
I calculate COP (Coefficient of Performance) only when the compressor is actually running.
When COP is not ...
- Saturday 18 October 2025 12:00
- Forum: Python
- Topic: Python Plugin: Luxtronik Heat Pump Controller Plugin for Domoticz
- Replies: 25
- Views: 3339
Re: Python Plugin: Luxtronik Heat Pump Controller Plugin for Domoticz
I've been using this plugin for a while now and there is just one thing that doesn't count in the right way and that's the COP since it also counts the moments that there is no heat-exchange. So there are a lot of zero's in the list.
For example augustgives 0,15 as COP while counting it the result ...
- Saturday 18 October 2025 11:51
- Forum: Python
- Topic: Python Plugin: Luxtronik Heat Pump Controller Plugin for Domoticz
- Replies: 25
- Views: 3339
Re: Python Plugin: Luxtronik Heat Pump Controller Plugin for Domoticz
I know, I don't think there is any other way to do this.
If I don't send a value it will stay in the value it was before.
So if it was heating it might have been 4.2, that would just stay that level even if it was not heating anymore.
Don't know of a better way to handle this. @waltervl would you ...
If I don't send a value it will stay in the value it was before.
So if it was heating it might have been 4.2, that would just stay that level even if it was not heating anymore.
Don't know of a better way to handle this. @waltervl would you ...
- Monday 29 September 2025 15:21
- Forum: Third party and supplementary tools
- Topic: Tool: Automatically Rename Z-Wave JS Devices in Domoticz
- Replies: 0
- Views: 46
Tool: Automatically Rename Z-Wave JS Devices in Domoticz
After moving to Z-Wave JS UI as the Z-Wave backend for Domoticz, I quickly noticed that Domoticz ends up with a lot of devices with very inconsistent names.
Manually renaming them all was way too much work, and worse:
I ended up with devices having the same name, which completely broke my ...
Manually renaming them all was way too much work, and worse:
I ended up with devices having the same name, which completely broke my ...
- Monday 23 June 2025 9:58
- Forum: Python
- Topic: Python Plugin: Luxtronik Heat Pump Controller Plugin for Domoticz
- Replies: 25
- Views: 3339
Re: Python Plugin: Luxtronik Heat Pump Controller Plugin for Domoticz
Have added some more devices, the RBE Temp setpoint is now also available.


- Saturday 14 June 2025 11:39
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: New Domoticz instance in Docker how to add new Themes
- Replies: 2
- Views: 2174
Re: New Domoticz instance in Docker how to add new Themes
Update:
I’ve figured it out — posting here in case it helps someone else.
At first, I tried mounting the entire styles and templates directories:
services:
domoticz:
container_name: domoticz
image: domoticz/domoticz:latest
restart: unless-stopped
ports:
- 8080:8080
- 6144:6144
- 1443 ...
I’ve figured it out — posting here in case it helps someone else.
At first, I tried mounting the entire styles and templates directories:
services:
domoticz:
container_name: domoticz
image: domoticz/domoticz:latest
restart: unless-stopped
ports:
- 8080:8080
- 6144:6144
- 1443 ...
- Saturday 14 June 2025 11:12
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: New Domoticz instance in Docker how to add new Themes
- Replies: 2
- Views: 2174
New Domoticz instance in Docker how to add new Themes
I'm in the process of setting up a new Domoticz instance using Docker, and so far everything is working well — including Z-Wave JS, MQTT, P1 USB, etc.
The only issue I’m still trying to solve is how to restore the Machinon theme .
On my old (non-Docker) setup, I simply placed the theme folder ...
The only issue I’m still trying to solve is how to restore the Machinon theme .
On my old (non-Docker) setup, I simply placed the theme folder ...