I don't know much about gas boilers, but I highly doubt that the gas consumption for heating will have any direct relationship with the boiler's electricity consumption.
( electronics, power supply for some kind of burner servo drive )
But maybe if there is just an ON/OFF burner valve, it could be ...
Search found 107 matches
- Saturday 21 February 2026 20:20
- Forum: Utility
- Topic: Gets gas consumption from the electrical energy of the gas boiler
- Replies: 4
- Views: 170
- Wednesday 04 February 2026 22:28
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: How to manual install 2025.1
- Replies: 11
- Views: 481
- Saturday 31 January 2026 0:16
- Forum: Other questions and discussions
- Topic: Upgrade from an old version (2021.1)
- Replies: 5
- Views: 190
Re: Upgrade from an old version (2021.1)
I just test uploaded a database from my production system on RPi2 from 2019 - version: 4.10717 to Ubuntu with Domoticz 2025.1
Everything seems OK, devices, scripts, even room plans.
I expected more trouble and I am very pleasantly surprised.
Big thanks to the author - programmer.
Everything seems OK, devices, scripts, even room plans.
I expected more trouble and I am very pleasantly surprised.
Big thanks to the author - programmer.
- Thursday 22 January 2026 21:07
- Forum: Bugs and Problems
- Topic: No domoticz after update
- Replies: 6
- Views: 297
Re: No domoticz after update
I also ended up with a broken Domoticz on my Ubuntu 20.04 after upgrading via webGUI.
No mention anywhere of openssl compatibility issues. Nor in release notes...
No data in backups folder ( databases only ) in my case.
I tried copying the files back to the domoticz directory from may backup or from ...
No mention anywhere of openssl compatibility issues. Nor in release notes...
No data in backups folder ( databases only ) in my case.
I tried copying the files back to the domoticz directory from may backup or from ...
- Thursday 22 January 2026 19:57
- Forum: Bugs and Problems
- Topic: No domoticz after update
- Replies: 6
- Views: 297
Re: No domoticz after update
The release notes you see when upgrading via the web GUI don't mention a word about openssl compatibility issues...jannl wrote: Saturday 03 January 2026 15:28 You know the os relase has to be bookworm?
Did you read the release notes?
- Sunday 02 November 2025 20:02
- Forum: General Discussion
- Topic: Domoticz Home Automation Workbook
- Replies: 7
- Views: 274
Domoticz Home Automation Workbook
I found it on the internet - maybe it can be inspiring for someone.
https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/master/domoticz-homeautomation-workbook.pdf
I just discovered that it's already in the thread:
https://forum.domoticz.com/viewtopic.php?t=26874
But I ...
https://raw.githubusercontent.com/rwbl/domoticz-homeautomation-workbook/master/domoticz-homeautomation-workbook.pdf
I just discovered that it's already in the thread:
https://forum.domoticz.com/viewtopic.php?t=26874
But I ...
- Thursday 09 October 2025 20:54
- Forum: MySensors
- Topic: [mysensors] puzzled by so tragic domoticz rain sensor
- Replies: 12
- Views: 275
Re: [mysensors] puzzled by so tragic domoticz rain sensor
I think, Domoticz counters counts only integers.
Is 0.2mm integer?
You mus send 20 instead, I think.
You can also use a normal incremental counter where you adjust the units and divisors
Is 0.2mm integer?
You mus send 20 instead, I think.
You can also use a normal incremental counter where you adjust the units and divisors
- Tuesday 30 September 2025 21:01
- Forum: General Discussion
- Topic: .switchOff() command switches switch on
- Replies: 15
- Views: 987
Re: .switchOff() command switches switch on
With ESPeasy I do it very simply with rules.
On the side of Domoticz traditional definition switch action:
http://192.168.1.119/control?cmd=event,lamp_on
or
http://192.168.1.119/control?cmd=event,lamp_off
On ESPeasy this rules:
on lamp_on do
gpio,12,1 // relay ON
gpio,13,0 // LED ON ...
On the side of Domoticz traditional definition switch action:
http://192.168.1.119/control?cmd=event,lamp_on
or
http://192.168.1.119/control?cmd=event,lamp_off
On ESPeasy this rules:
on lamp_on do
gpio,12,1 // relay ON
gpio,13,0 // LED ON ...
- Wednesday 02 April 2025 1:25
- Forum: Other questions and discussions
- Topic: Is it possible to add Shelly 2PM GEN 3 to Domoticz?
- Replies: 147
- Views: 21192
Re: Is it possible to add Shelly 2PM GEN 3 to Domoticz?
I think, this Shelly suports scripting.
So why all this mqtt and node red?
Switching on and off works by direct call from Domoticz like all older ones.
And Shelly can send measured values directly to Domoticz using a script running on it.
For example here is a part of my code for sending amount ...
So why all this mqtt and node red?
Switching on and off works by direct call from Domoticz like all older ones.
And Shelly can send measured values directly to Domoticz using a script running on it.
For example here is a part of my code for sending amount ...
- Sunday 24 November 2024 19:56
- Forum: Zigbee
- Topic: Looking for a Zigbee tag
- Replies: 36
- Views: 5021
Re: Looking for a Zigbee tag
Why so complicated when your 12V car battery can run ESP for maybe more than 100 years?
- Thursday 06 June 2024 23:26
- Forum: Cameras
- Topic: How can I add HikVision camera (problem with CORS)?
- Replies: 12
- Views: 4428
Re: How can I add HikVision camera (problem with CORS)?
First - I see your address "/channels/1/pic..." and for me works "/channels/101/pic..."
Second - Hikvision in manual recommends using strong passwords, but beware, you cannot use some characters in the http address.
For example my own painful experience when testing stream with VLC. My password ...
Second - Hikvision in manual recommends using strong passwords, but beware, you cannot use some characters in the http address.
For example my own painful experience when testing stream with VLC. My password ...
- Wednesday 08 May 2024 20:28
- Forum: Temperature and Weather
- Topic: DS18B20 temperature sensore calibration
- Replies: 11
- Views: 3973
Re: DS18B20 temperature sensore calibration
Connect sensors to ESP running ESPeasy and you can calibrate each sensor individually before send data to Domoticz....
- Wednesday 08 May 2024 20:11
- Forum: Other questions and discussions
- Topic: how to share p1 smartmeter usb with HA?
- Replies: 3
- Views: 1181
Re: how to share p1 smartmeter usb with HA?
HA don't have any something like json api to send current state of P1 from Domoticz?
- Wednesday 08 May 2024 19:34
- Forum: Other questions and discussions
- Topic: Lighting control - how do you guys do it?
- Replies: 3
- Views: 729
Re: Lighting control - how do you guys do it?
I prefer communication between devices.
PIR detects movement and sends a command directly to light switch to temporarily turn on the light.
The light switch knows that it has received a command from the PIR sensor and therefore turns on the light for a certain time. It also sends the information ...
PIR detects movement and sends a command directly to light switch to temporarily turn on the light.
The light switch knows that it has received a command from the PIR sensor and therefore turns on the light for a certain time. It also sends the information ...
- Wednesday 06 March 2024 21:59
- Forum: Heating/cooling
- Topic: Which floor heating thermostat works in Domoticz?
- Replies: 9
- Views: 3625
Re: Which floor heating thermostat works in Domoticz?
You can easy build it yourself.
I am using Sonoff Basic with 2 DS18B20 ( room and floor temp. ) running ESPeasy like standalone thermostat.
Setpoint is received from Domoticz, heating status and energy consumption are exported to Domoticz.
You can use Shelly1 too for that now.
First version with ...
I am using Sonoff Basic with 2 DS18B20 ( room and floor temp. ) running ESPeasy like standalone thermostat.
Setpoint is received from Domoticz, heating status and energy consumption are exported to Domoticz.
You can use Shelly1 too for that now.
First version with ...
- Thursday 04 March 2021 23:07
- Forum: ESP8266
- Topic: ESP8266 / ESPEasy Thermostat for Domoticz
- Replies: 9
- Views: 14164
- Thursday 04 March 2021 22:50
- Forum: Heating/cooling
- Topic: Which multiroom thermostat to choose?
- Replies: 8
- Views: 1738
Re: Which multiroom thermostat to choose?
I think, you must build your own thermostat.
All what you want can be done with Domoticz and ESPeasy rules for example.
Here is my solution - not so complex. I don't need hysteresis, not using home/away - only timers for setpoint etc
https://youtu.be/1ef6tRinOQ4
Third winter without any problem ...
All what you want can be done with Domoticz and ESPeasy rules for example.
Here is my solution - not so complex. I don't need hysteresis, not using home/away - only timers for setpoint etc
https://youtu.be/1ef6tRinOQ4
Third winter without any problem ...
- Thursday 04 March 2021 22:30
- Forum: Heating/cooling
- Topic: Wemos thermostat, tasmota.
- Replies: 3
- Views: 905
Re: Wemos thermostat, tasmota.
I use Setpoint timer feature for sending scheduled value to my ESP thermostat:
- Friday 04 December 2020 23:10
- Forum: Other questions and discussions
- Topic: how to read/write domoticz backup-files to external sd
- Replies: 3
- Views: 914
Re: how to read/write domoticz backup-files to external sd
1) backup database from Domoticz web page
3) Shutdown your RPI
4) remove its SD card and in another computer copy /home/domoticz folder
5) install new system and Domoticz
6) copy specific files to /home /domoticz new instaled ( scripts, images, floorplans - new versions do some of this by backup ...
3) Shutdown your RPI
4) remove its SD card and in another computer copy /home/domoticz folder
5) install new system and Domoticz
6) copy specific files to /home /domoticz new instaled ( scripts, images, floorplans - new versions do some of this by backup ...
- Friday 04 December 2020 22:32
- Forum: Heating/cooling
- Topic: 'Offline' thermostat / Tasmota
- Replies: 4
- Views: 2493
Re: 'Offline' thermostat / Tasmota
ad 1)
I have one Sonoff with ESPeasy and with "service IP adress"
If some thermostat fails, I replace it with this "service" Sonoff, connect to its "service IP adress" and load config file previously stored for specific thermostat. This will restore everything including working IP. Or you can do ...
I have one Sonoff with ESPeasy and with "service IP adress"
If some thermostat fails, I replace it with this "service" Sonoff, connect to its "service IP adress" and load config file previously stored for specific thermostat. This will restore everything including working IP. Or you can do ...