Find the best gas boiler thermostat zWave
Moderators: leecollings, remb0
- warp
- Posts: 33
- Joined: Thursday 07 May 2015 12:51
- Target OS: Raspberry Pi / ODroid
- Domoticz version: Beta
- Location: Fr
- Contact:
Find the best gas boiler thermostat zWave
I am looking for a gas boiler thermostat zWave
I wish a thermostat that stores no data on a website (I did not want that one knows when I go on holiday)
I hope it's still a nice look example (which unfortunately is not yet marketed in France)
I wish a thermostat that stores no data on a website (I did not want that one knows when I go on holiday)
I hope it's still a nice look example (which unfortunately is not yet marketed in France)
Last edited by warp on Monday 02 May 2016 16:08, edited 1 time in total.
Raspberry 2B:RaZberry Z-Wave+:Edimax EW-7811UN:Huawei E220 3G
4xQubino ZMNHCA2
Everspring SE812 & ST812
Mcohome MH-S411 & MH-S412
2xAEON LABS ZW-100
2xFibaro FGSD-002:Fibaro FGFS-101:Fibaro FGS-221 & KLF-050
4xQubino ZMNHCA2
Everspring SE812 & ST812
Mcohome MH-S411 & MH-S412
2xAEON LABS ZW-100
2xFibaro FGSD-002:Fibaro FGFS-101:Fibaro FGS-221 & KLF-050
- gizmocuz
- Posts: 2552
- Joined: Thursday 11 July 2013 18:59
- Target OS: Raspberry Pi / ODroid
- Domoticz version: beta
- Location: Top of the world
- Contact:
Re: Find the best gas boiler thermostat zWave
how about a opentherm gateway supported thermostat ? (with for example a honeywell thermostat)
working like a charm, and no online storage
working like a charm, and no online storage
Quality outlives Quantity!
- warp
- Posts: 33
- Joined: Thursday 07 May 2015 12:51
- Target OS: Raspberry Pi / ODroid
- Domoticz version: Beta
- Location: Fr
- Contact:
Re: Find the best gas boiler thermostat zWave
Thank you for your response gizmozcuz, I have found that Wifi modules at "Honeywell thermostat" no Zwave? Normal?
Raspberry 2B:RaZberry Z-Wave+:Edimax EW-7811UN:Huawei E220 3G
4xQubino ZMNHCA2
Everspring SE812 & ST812
Mcohome MH-S411 & MH-S412
2xAEON LABS ZW-100
2xFibaro FGSD-002:Fibaro FGFS-101:Fibaro FGS-221 & KLF-050
4xQubino ZMNHCA2
Everspring SE812 & ST812
Mcohome MH-S411 & MH-S412
2xAEON LABS ZW-100
2xFibaro FGSD-002:Fibaro FGFS-101:Fibaro FGS-221 & KLF-050
- gizmocuz
- Posts: 2552
- Joined: Thursday 11 July 2013 18:59
- Target OS: Raspberry Pi / ODroid
- Domoticz version: beta
- Location: Top of the world
- Contact:
Re: Find the best gas boiler thermostat zWave
Correct, i also meant, why zwave ? Why not use an opentherm gateway (with an opentherm compatible thermostat like the honeywell)?
Quality outlives Quantity!
- Marci
- Posts: 532
- Joined: Friday 22 January 2016 18:00
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 3.8153
- Location: Wakefield, West Yorkshire UK
- Contact:
Find the best gas boiler thermostat zWave
Am using cheapy eBay £2 433mhz transmitter to run a Siemens RDH10RF/SET - fully self-contained... all logging/graphing handled by Domoticz - lots of options really.
Extended Domoticz homebridge-plugin for latest Homebridge - adds temp/humidity/pressure sensors, power consumption sensors, DarkSkies virtual weather station support, YouLess Meter support, general % usage support & switch/lamp status checking!
-
- Posts: 72
- Joined: Friday 11 March 2016 18:23
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Location: Essex, UK
- Contact:
Re: Find the best gas boiler thermostat zWave
I had a Secure/Horstmann Z-wave thermostat and thought it was pretty good.
Now I wrote a python PID/PWM control script for Pi, £2 temperature sensor and £2 relay, tuned it to my house - and this doing better job at keeping temperature +-0.1 degree which this £80 z-wave thermostat can only dream of. Now I am going to sell it, wish I didn't buy a Z-stick specifically for it.
Now I wrote a python PID/PWM control script for Pi, £2 temperature sensor and £2 relay, tuned it to my house - and this doing better job at keeping temperature +-0.1 degree which this £80 z-wave thermostat can only dream of. Now I am going to sell it, wish I didn't buy a Z-stick specifically for it.
- pierrotori
- Posts: 118
- Joined: Tuesday 15 May 2018 0:08
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 2024.4
- Location: France
- Contact:
Re: Find the best gas boiler thermostat zWave
Hi Marci,
i have a RDH10RF and wich protocol you use to add the device ?
Pierrotori
rpi : Raspberry Pi 2 Model B Rev 1.1 / Modele : Cortex-A7 armv7l GNU/Linux / Os Name : bullseye
Docker/Domoticz/zwave-ui/homebridge/mosquitto/wireguard
Docker/Domoticz/zwave-ui/homebridge/mosquitto/wireguard
-
- Posts: 221
- Joined: Thursday 23 January 2014 12:43
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 3.8153
- Contact:
Re: Find the best gas boiler thermostat zWave
Yes, am interested too
- Marci
- Posts: 532
- Joined: Friday 22 January 2016 18:00
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 3.8153
- Location: Wakefield, West Yorkshire UK
- Contact:
Re: Find the best gas boiler thermostat zWave
Sorry - been a while since I logged in here and just spotted the notification, but better late than never.
Refer to http://rossharper.net/2015/11/decoding- ... pberry-pi/ and https://github.com/PatchworkBoy/boilercontrol
The code probably won’t work for you out of the box - you have to make a 433mhz receiver first to record (as audio) your thermostat’s pulses to work out the bits and timings etc, which are unique to each thermostat / receiver pair, and update the code accordingly before compiling. But by all means, compile and try it - if it does work then (1) it’s a fluke and (2) siemens didn’t use unique pulses / timings, they must select from a pool.
This process is documented in the first link - I’d never done anything like it before so everything I know about the process was gotten entirely from there, and I’ve used the same process since to sniff out other cheap 433mhz devices off eBay that aren’t detected / supported by my TRXrfx433.
But... once done ...you end up with a pair of bash commands to run. 'callforheat 1' to turn heating on. 'callforheat 0' to turn heating off - alias those to heaton and heatoff commands, then call those as on / off commands of a virtual switch. Build a virtual thermostat for the virtual switch using LUA & temp sensors (& occupancy sensors etc if you want to go that far).
This setup has been running my heating for 3 years or so in combination with Homebridge without any issues.
Refer to http://rossharper.net/2015/11/decoding- ... pberry-pi/ and https://github.com/PatchworkBoy/boilercontrol
The code probably won’t work for you out of the box - you have to make a 433mhz receiver first to record (as audio) your thermostat’s pulses to work out the bits and timings etc, which are unique to each thermostat / receiver pair, and update the code accordingly before compiling. But by all means, compile and try it - if it does work then (1) it’s a fluke and (2) siemens didn’t use unique pulses / timings, they must select from a pool.
This process is documented in the first link - I’d never done anything like it before so everything I know about the process was gotten entirely from there, and I’ve used the same process since to sniff out other cheap 433mhz devices off eBay that aren’t detected / supported by my TRXrfx433.
But... once done ...you end up with a pair of bash commands to run. 'callforheat 1' to turn heating on. 'callforheat 0' to turn heating off - alias those to heaton and heatoff commands, then call those as on / off commands of a virtual switch. Build a virtual thermostat for the virtual switch using LUA & temp sensors (& occupancy sensors etc if you want to go that far).
This setup has been running my heating for 3 years or so in combination with Homebridge without any issues.
Extended Domoticz homebridge-plugin for latest Homebridge - adds temp/humidity/pressure sensors, power consumption sensors, DarkSkies virtual weather station support, YouLess Meter support, general % usage support & switch/lamp status checking!
-
- Posts: 1
- Joined: Thursday 29 August 2019 15:13
- Target OS: Linux
- Domoticz version:
- Contact:
Re: Find the best gas boiler thermostat zWave
In reality you have many options if you're willing to put the effort in. You could use a Z-Wave boiler relay and thermostat for example, though a better bet would be to also use controllable TRV's. I once spent ages writing control routines for multi-zone heating using Z-Wave TRV's, thermostats and a boiler relay ( plus detecting when the things inevitably stopped working for some reason. ) Not a cheap way to go though.
In the end I just got a Honeywell EvoHome system, which works well with Domoticz and for me has paid for itself in a couple of years... but YMMV. It takes care of all the "detecting a window open stuff" and is much better than Hive and the like because it allows you to set schedules for individual rooms. Not even sure why Hive is "a thing" if I'm honest - it's just a remote controlled thermostat. You can still only set the temperature of the whole house at once.
EvoHome isn't cheap, but for me it's been brilliant, and saves hours of messing about trying to do something bespoke.
In the end I just got a Honeywell EvoHome system, which works well with Domoticz and for me has paid for itself in a couple of years... but YMMV. It takes care of all the "detecting a window open stuff" and is much better than Hive and the like because it allows you to set schedules for individual rooms. Not even sure why Hive is "a thing" if I'm honest - it's just a remote controlled thermostat. You can still only set the temperature of the whole house at once.
EvoHome isn't cheap, but for me it's been brilliant, and saves hours of messing about trying to do something bespoke.
- pierrotori
- Posts: 118
- Joined: Tuesday 15 May 2018 0:08
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 2024.4
- Location: France
- Contact:
Re: Find the best gas boiler thermostat zWave
@marcy do you have schema with the raspberry and the system on gpio ?
@silence00 what is the reference of the Honeywell EvoHome ?
do you develop a script lua or dzvent to manage the on and off for the boiler ?
@silence00 what is the reference of the Honeywell EvoHome ?
do you develop a script lua or dzvent to manage the on and off for the boiler ?
rpi : Raspberry Pi 2 Model B Rev 1.1 / Modele : Cortex-A7 armv7l GNU/Linux / Os Name : bullseye
Docker/Domoticz/zwave-ui/homebridge/mosquitto/wireguard
Docker/Domoticz/zwave-ui/homebridge/mosquitto/wireguard
- pierrotori
- Posts: 118
- Joined: Tuesday 15 May 2018 0:08
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 2024.4
- Location: France
- Contact:
Re: Find the best gas boiler thermostat zWave
@marcy @silence00, any news ?
rpi : Raspberry Pi 2 Model B Rev 1.1 / Modele : Cortex-A7 armv7l GNU/Linux / Os Name : bullseye
Docker/Domoticz/zwave-ui/homebridge/mosquitto/wireguard
Docker/Domoticz/zwave-ui/homebridge/mosquitto/wireguard
Who is online
Users browsing this forum: No registered users and 1 guest