
Search found 152 matches
- Monday 23 June 2025 9:58
- Forum: Python
- Topic: Python Plugin: Luxtronik Heat Pump Controller Plugin for Domoticz
- Replies: 14
- Views: 920
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: 177
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:1443 volumes: - ...
- 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: 177
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 under w ...
- Thursday 20 March 2025 19:12
- Forum: Other questions and discussions
- Topic: Visualize data question
- Replies: 2
- Views: 237
Visualize data question
So Domoticz has many great native visualizations to show certain data over time. I'm looking for a way to visualize the state of my heat pump. It will be either: No Requirement DWH Mode Heating Mode Cooling Mode Currently, I'm dumping it into a text device, but that does not really do anything ...
- Thursday 20 March 2025 18:29
- Forum: Python
- Topic: Python Plugin: Luxtronik Heat Pump Controller Plugin for Domoticz
- Replies: 14
- Views: 920
Re: Python Plugin: Luxtronik Heat Pump Controller Plugin for Domoticz
Have added a fix (hopefully) to correctly set Cooling as Working Mode. The Alpha Innotec does passive Cooling by using the brine ground loop, this was not correctly captured in the plugin
- Thursday 13 March 2025 16:59
- Forum: Python
- Topic: Python Plugin: Luxtronik Heat Pump Controller Plugin for Domoticz
- Replies: 14
- Views: 920
Re: Python Plugin: Luxtronik Heat Pump Controller Plugin for Domoticz
It's the setpoint for watertemperature and is is visible in the utility-tab. https://tweakers.net/i/NYKPfVFgovM--Hw4pvwzJ_NFdIM=/fit-in/4920x3264/filters:max_bytes(3145728):no_upscale():strip_icc():strip_exif()/f/image/KWlXYFrP6vv5u4vpHCnHR9q6.jpg?f=user_large https://tweakers.net/i ...
- Thursday 13 March 2025 14:27
- Forum: Python
- Topic: Python Plugin: Luxtronik Heat Pump Controller Plugin for Domoticz
- Replies: 14
- Views: 920
Re: Python Plugin: Luxtronik Heat Pump Controller Plugin for Domoticz
Nice piece of work and after testing on a spare system installed it. Some extra features that are very welcome but I encountered one glitch and that is abouth the setpoints and the use of them in blockly. The setpoints are found under devices and show up as a utility but trying to use it in blockly ...
- Thursday 13 March 2025 12:52
- Forum: Python
- Topic: Python Plugin: Luxtronik Heat Pump Controller Plugin for Domoticz
- Replies: 14
- Views: 920
Re: Python Plugin: Luxtronik Heat Pump Controller Plugin for Domoticz
Nice piece of work and after testing on a spare system installed it. Some extra features that are very welcome but I encountered one glitch and that is abouth the setpoints and the use of them in blockly. The setpoints are found under devices and show up as a utility but trying to use it in blockly ...
- Thursday 13 March 2025 12:07
- Forum: Python
- Topic: Python Plugin: Luxtronik Heat Pump Controller Plugin for Domoticz
- Replies: 14
- Views: 920
- Monday 10 March 2025 9:53
- Forum: Python
- Topic: Python Plugin: Luxtronik Heat Pump Controller Plugin for Domoticz
- Replies: 14
- Views: 920
Python Plugin: Luxtronik Heat Pump Controller Plugin for Domoticz
I’ve created Luxtronik Heat Pump Controller Plugin for Domoticz for my Alpha Innotec. This plugin is designed to seamlessly integrate Luxtronik-based heat pump controllers with Domoticz, providing real-time monitoring, control, and advanced device management for your heating system. Background and I ...
- Monday 03 March 2025 17:39
- Forum: Utility
- Topic: Water meter weird cost calculation
- Replies: 20
- Views: 1482
- Monday 03 March 2025 15:32
- Forum: Utility
- Topic: Water meter weird cost calculation
- Replies: 20
- Views: 1482
Re: Water meter weird cost calculation
https://dbeaver.io/download/gizmocuz wrote: ↑Monday 03 March 2025 14:54 Hmmm strange, went to their website
https://dbeaver.com/
And you have to pay for the 'lite' version as well...
If it's working, its working![]()
- Monday 03 March 2025 10:43
- Forum: Utility
- Topic: Water meter weird cost calculation
- Replies: 20
- Views: 1482
- Sunday 02 March 2025 14:20
- Forum: Utility
- Topic: Water meter weird cost calculation
- Replies: 20
- Views: 1482
Re: Water meter weird cost calculation
Problem: One of my devices (DeviceRowID 570) had incorrect cost values stored in the database. I needed to recalculate all price values for this device using a multiplier of 0.00141. Solution: I used DBeaver to connect to the SQLite database and executed the following SQL query: UPDATE Meter ...
- Tuesday 25 February 2025 12:28
- Forum: Utility
- Topic: Water meter weird cost calculation
- Replies: 20
- Views: 1482
Re: Water meter weird cost calculation
Awesome, I now know where and how to look.
Many thanks, as always.
Many thanks, as always.
- Tuesday 25 February 2025 12:13
- Forum: Utility
- Topic: Water meter weird cost calculation
- Replies: 20
- Views: 1482
- Monday 24 February 2025 21:10
- Forum: Utility
- Topic: Water meter weird cost calculation
- Replies: 20
- Views: 1482
Re: Water meter weird cost calculation
There is a cost column in meter table and a daily nightly rollup to the meter_calendar table. The cost column is introduced somewhere in a 2024 release so empty for old values. Okay, so the cost is calculated at night and put in the column, so it is not retroactively recalculated if I change the ...
- Monday 24 February 2025 19:19
- Forum: Utility
- Topic: Water meter weird cost calculation
- Replies: 20
- Views: 1482
Re: Water meter weird cost calculation
My first initial tests on a water counter shows correct costing data. Perhaps check your database in the cost column to see what is going on. You can make a backup through menu Setup - settings and open the backup database with online sqlite viewer: https://sqliteviewer.app/ Are those reports ...
- Monday 24 February 2025 14:26
- Forum: Utility
- Topic: Water meter weird cost calculation
- Replies: 20
- Views: 1482
Re: Water meter weird cost calculation
Does it have the same kind of cost deviation in the water meter graphs (month/year)? It does not appear to be, but I also changed my cost per m3 today. It was set around 0.80 m3 and I have now set it to the 1.40m3 as that is more inline with the actual cost including tax etc. https://i.imgur.com ...
- Monday 24 February 2025 13:01
- Forum: Utility
- Topic: Water meter weird cost calculation
- Replies: 20
- Views: 1482
Re: Water meter weird cost calculation
Will give it a try, when are those reports updated to reflect new values?