New version available on github -
Fixed negative temperature readings for outside_temp and fpx_temp sensors in pymodbus mode.
Search found 38 matches
- Wednesday 21 January 2026 1:53
- Forum: Show your projects
- Topic: ThesslaGreen recuperator integration - plugin
- Replies: 6
- Views: 3035
- Wednesday 21 January 2026 1:49
- Forum: Python
- Topic: Python Plugin: PiHole Control
- Replies: 16
- Views: 415
Re: Python Plugin: PiHole Control
Big like for your work and time invested to make an old version of the plugin working again (also for me). I permitted myself to make a branch of your code is working when the PiHole is not using http, but https :)
https://github.com/janreimen/Domoticz-PiHole-Control
This is a bad approach ...
- Monday 24 November 2025 3:37
- Forum: Python
- Topic: Python Plugin: PiHole Control
- Replies: 16
- Views: 415
Re: Python Plugin: PiHole Control
Ok, I played some more. It helped when I added group with ' " ' ("test group") .
New fixed code is available, please check
New fixed code is available, please check
- Monday 24 November 2025 3:04
- Forum: Python
- Topic: Python Plugin: PiHole Control
- Replies: 16
- Views: 415
Re: Python Plugin: PiHole Control
Im afraid this is Pihole fault. It is just not supporting groups with multiple words in name.
Check it yourself - try to add such group using PiHole interface directly.
This is my try (I especially upgraded to latest-greatest pihole version)
Check it yourself - try to add such group using PiHole interface directly.
This is my try (I especially upgraded to latest-greatest pihole version)
- Sunday 23 November 2025 2:00
- Forum: Python
- Topic: Python Plugin: PiHole Control
- Replies: 16
- Views: 415
Re: Python Plugin: PiHole Control
Wasted 2 hours debugging why group control wasn't working - turns out Pi-hole's API uses group NAME in the URL not ID (like /api/groups/TV instead of /api/groups/3), even though it returns success either way. Classic API inconsistency.
Had to open browser devtools and watch what the actual UI sends ...
Had to open browser devtools and watch what the actual UI sends ...
- Saturday 22 November 2025 0:10
- Forum: Python
- Topic: Python Plugin: PiHole Control
- Replies: 16
- Views: 415
Re: Python Plugin: PiHole Control
Ok, I added group functionality (same as with Lists). TBH Im not sure whether I see this useful for my usecase, not sure if I will be using it.
Beside of this - I found and fixed problem with clearing metadata (comments) when Lists status was changed, and fixed it.
Please test.
Beside of this - I found and fixed problem with clearing metadata (comments) when Lists status was changed, and fixed it.
Please test.
- Thursday 20 November 2025 20:26
- Forum: Python
- Topic: Python Plugin: PiHole Control
- Replies: 16
- Views: 415
Re: Python Plugin: PiHole Control
Great work, I have added the plugin & configured, now in Domoticz I get switches for each of Lists & I can Enable / Disable
Is it possible to control the Groups listed on PiHole under Group Management?
Thanks
maybe ? what functionality you'd like to achieve with groups , please elaborate ?
- Tuesday 18 November 2025 2:17
- Forum: Show your projects
- Topic: ThesslaGreen recuperator integration - plugin
- Replies: 6
- Views: 3035
Re: ThesslaGreen recuperator integration - plugin
Hey,
Is there possibility to add Switch selector for setting up manuall airflow on 30% 60% 80% for example?
Yes, it's possible to add a selector switch for manual airflow levels. 8-)
However, I'm not sure I'd use it myself, so my motivation to implement it is pretty low. In my setup, I keep ...
- Tuesday 18 November 2025 2:10
- Forum: Python
- Topic: Python Plugin: Pi-hole Summary
- Replies: 19
- Views: 7188
Re: Python Plugin: Pi-hole Summary
Hi,
since this plugin is abandoned and not working with new software - I decided to create new similar version
viewtopic.php?t=44132
since this plugin is abandoned and not working with new software - I decided to create new similar version
viewtopic.php?t=44132
- Tuesday 18 November 2025 2:08
- Forum: Python
- Topic: Python Plugin: PiHole Control
- Replies: 16
- Views: 415
Python Plugin: PiHole Control
hi
I've created new version of Pi-hole plugin for PiHole v6 API, based on Xorfor's original idea. ( https://forum.domoticz.com/viewtopic.php?t=20834 )
**Features:**
- Monitor Pi-hole statistics in real-time
- Control block lists as switches in Domoticz
- Auto-sync with Pi-hole (detects added ...
I've created new version of Pi-hole plugin for PiHole v6 API, based on Xorfor's original idea. ( https://forum.domoticz.com/viewtopic.php?t=20834 )
**Features:**
- Monitor Pi-hole statistics in real-time
- Control block lists as switches in Domoticz
- Auto-sync with Pi-hole (detects added ...
- Wednesday 10 September 2025 0:46
- Forum: Bugs and Problems
- Topic: Domoticz crash when 'Dummy' is enabled
- Replies: 5
- Views: 135
Re: Domoticz crash when 'Dummy' is enabled
Hey everyone,
Just wanted to post an update on the Domoticz crash I was dealing with and ask the devs to fix this properly.
What was wrong: My Domoticz (V2025.1, build 16611, also tested with 16776 from git development) kept crashing on startup when Dummy hardware was enabled. The logs showed a ...
Just wanted to post an update on the Domoticz crash I was dealing with and ask the devs to fix this properly.
What was wrong: My Domoticz (V2025.1, build 16611, also tested with 16776 from git development) kept crashing on startup when Dummy hardware was enabled. The logs showed a ...
- Tuesday 09 September 2025 18:52
- Forum: Blockly
- Topic: Heater Control
- Replies: 1
- Views: 2584
Re: Heater Control
Unless you have other safeguards that prevent the heater from heating above a certain temperature, your solution is quite dangerous. At least in theory, you can boil the water in the tank ;)
re 1 - for errors check in logs. At first sight - it should work.
re 2 - yes, you can extend conditions ...
re 1 - for errors check in logs. At first sight - it should work.
re 2 - yes, you can extend conditions ...
- Tuesday 09 September 2025 16:19
- Forum: Bugs and Problems
- Topic: Domoticz crash when 'Dummy' is enabled
- Replies: 5
- Views: 135
Re: Domoticz crash when 'Dummy' is enabled
Yes, I explained all my troubleshooting in 1st post. I followed official domoticz wiki for troubleshooting.waltervl wrote:Did you check the troubleshooting Wiki? Check the database for inconsistencies? https://wiki.domoticz.com/Troubleshooting
Wysłane z mojego SM-S911B przy użyciu Tapatalka
- Tuesday 09 September 2025 2:22
- Forum: Bugs and Problems
- Topic: Domoticz crash when 'Dummy' is enabled
- Replies: 5
- Views: 135
Re: Domoticz crash when 'Dummy' is enabled
One more crash, I managed to disable all scripts (blockly etc), and data push to Influx.
And build Domoticz freshly from git.
$ git status
On branch development
Your branch is up to date with 'origin/development'.
$ git log
commit b67ec555ddb9fb968d2b4e41643301da4b47c4d8 (HEAD -> development ...
And build Domoticz freshly from git.
$ git status
On branch development
Your branch is up to date with 'origin/development'.
$ git log
commit b67ec555ddb9fb968d2b4e41643301da4b47c4d8 (HEAD -> development ...
- Tuesday 09 September 2025 0:14
- Forum: Bugs and Problems
- Topic: Domoticz crash when 'Dummy' is enabled
- Replies: 5
- Views: 135
Domoticz crash when 'Dummy' is enabled
Hi,
Im having issue with Domoticz :(
It started on last Sunday, Domoticz started to crashing, I noticed after some time. After attempts to fix I gave up as it was late, and I just restored db from last day. I tought it could be cause by PluginManager which I enabled, added some new plugins etc ...
Im having issue with Domoticz :(
It started on last Sunday, Domoticz started to crashing, I noticed after some time. After attempts to fix I gave up as it was late, and I just restored db from last day. I tought it could be cause by PluginManager which I enabled, added some new plugins etc ...
- Wednesday 03 September 2025 14:02
- Forum: Show your projects
- Topic: [PLUGIN] 16-channel current monitoring with HDXXAXXA16GK-D
- Replies: 0
- Views: 78
[PLUGIN] 16-channel current monitoring with HDXXAXXA16GK-D
Hi everyone!
I've developed a Python plugin to support the HDXXAXXA16GK-D 16-channel current monitoring device from Guangzhou Huidian. This is a professional-grade current/frequency measurement module that's perfect for whole-house energy monitoring or industrial applications.
The HDXXAXXA16GK-D ...
I've developed a Python plugin to support the HDXXAXXA16GK-D 16-channel current monitoring device from Guangzhou Huidian. This is a professional-grade current/frequency measurement module that's perfect for whole-house energy monitoring or industrial applications.
The HDXXAXXA16GK-D ...
- Monday 07 April 2025 2:02
- Forum: Python
- Topic: chasing segfault in domoticz with domoticz-solaredge-modbustcp-plugin
- Replies: 9
- Views: 2304
Re: chasing segfault in domoticz with domoticz-solaredge-modbustcp-plugin
I had a free weekend , and started to implement some kind of locking mechanism for my Modbus plugins, hopping that it should help with these crashes related to my modbus-python-plugins. In order to to not break my production deployment, I installed fresh domoticz instance in docker,
shortly ...
shortly ...
- Friday 07 March 2025 13:52
- Forum: Dashticz
- Topic: Show floorplan in Dashticz?
- Replies: 7
- Views: 3649
Re: Show floorplan in Dashticz?
bump? 
Same questions from me, how to make floorplans more robust in Dashticz
Same questions from me, how to make floorplans more robust in Dashticz
- Friday 03 January 2025 1:18
- Forum: Python
- Topic: chasing segfault in domoticz with domoticz-solaredge-modbustcp-plugin
- Replies: 9
- Views: 2304
Re: chasing segfault in domoticz with domoticz-solaredge-modbustcp-plugin
Hi!
I have same issues with mine domoticz instance (v2024.7 ) , fortunately it is running on docker thus it is respawning automatically.
Beside of that - exactly same symptoms. And I also have few modules which are communicating over TCP Modbus.
I'm quite sure I didnt had this problem with some old ...
I have same issues with mine domoticz instance (v2024.7 ) , fortunately it is running on docker thus it is respawning automatically.
Beside of that - exactly same symptoms. And I also have few modules which are communicating over TCP Modbus.
I'm quite sure I didnt had this problem with some old ...
- Thursday 02 January 2025 22:24
- Forum: Suggestions
- Topic: Extra <param> for python plugin e.g Mode7/Mode8 etc.
- Replies: 5
- Views: 2863
Re: Extra <param> for python plugin e.g Mode7/Mode8 etc.
huh, I just found this topic when searching for a way to add additional Modes to enhance some plugin...
Looks like I hit the wall with "me too" :/
Looks like I hit the wall with "me too" :/