Search found 152 matches

by Ragdag
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.
Image
by Ragdag
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: - ...
by Ragdag
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 ...
by Ragdag
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 ...
by Ragdag
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
by Ragdag
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 ...
by Ragdag
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 ...
by Ragdag
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 ...
by Ragdag
Thursday 13 March 2025 12:07
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

waltervl wrote: Thursday 13 March 2025 11:34 @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?
by Ragdag
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 ...
by Ragdag
Monday 03 March 2025 17:39
Forum: Utility
Topic: Water meter weird cost calculation
Replies: 20
Views: 1482

Re: Water meter weird cost calculation

gizmocuz wrote: Monday 03 March 2025 16:47 Thanks! Tried it, and I stick to SQLite Expert Personal Edition for 100.000% sure.... pffff
:D
The nice thing about DBeaver is that you can connect to a whole lot of different databases, like SQLite, mySQL, etc.
Might feel overwhelming at first
by Ragdag
Monday 03 March 2025 15:32
Forum: Utility
Topic: Water meter weird cost calculation
Replies: 20
Views: 1482

Re: Water meter weird cost calculation

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 ;)
https://dbeaver.io/download/
by Ragdag
Monday 03 March 2025 10:43
Forum: Utility
Topic: Water meter weird cost calculation
Replies: 20
Views: 1482

Re: Water meter weird cost calculation

gizmocuz wrote: Monday 03 March 2025 10:41 Or you can use 'SQLite Expert Personal Edition' for a free database management application
Dbeaver Community is open source and free also ;)
by Ragdag
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 ...
by Ragdag
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.
by Ragdag
Tuesday 25 February 2025 12:13
Forum: Utility
Topic: Water meter weird cost calculation
Replies: 20
Views: 1482

Re: Water meter weird cost calculation

waltervl wrote: Monday 24 February 2025 23:31 The cost is calculated per 5 minutes in meter table and rolled up at midnight and put in meter_calendar table.
So once the cost is in the DB, it is not affected anymore by price changes?
If that is the case I think I understand what has happened
by Ragdag
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 ...
by Ragdag
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 ...
by Ragdag
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 ...
by Ragdag
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?