xckjoo wrote: » Does anyone know of something that'll do this?
Marlow wrote: » https://www.velbus.eu/ https://www.youtube.com/watch?v=VCdLmLPhHFU
xckjoo wrote: » I got in touch to Tado to see if their kit could do what I wanted and it would only be able to control one of the interfaces; either the boiler or the immersion. I was hoping to be able to control both but maybe that device doesn't exist. Does anyone know of something that'll do this?
Marlow wrote: » If you have cabling in place or can put it in place, Velbus should be able to do it. Check out the video above. It basically replaces the boiler controller and lets you add any amount of zones to it including the immersion. Their glass-panel is the temperature probe in the zone, but also the control element, where you set the temperature etc. To control the immersion, they have a module called VMB4AN, that will take up to 4 temperature probes. One that should be compatible with the VMB4AN (to use on the immersion) would be something like this: https://www.omniinstruments.co.uk/temperature-and-humidity/surface-mount-and-pipe-mount-temperature-sensors/tt-351-strap-on-temperature-sensor.html That's the system I'm currently looking at to replace my 1ch boiler controller, 4 zones that are wired god knows how in behind it without properly being able to call for heat and no heat control on the immersion at all. The guys in the UK selling the system are fairly knowledgable and also vested in OpenHAB. So they would able to give you advise. /M
xckjoo wrote: » I'm reluctant to commit to Fritz! routers though.
bittihuduga wrote: » not a TADO query. but has anyone tried to connect climote home heating with home assistant home automation?
deezell wrote: » Afaik, Climote supports, or is supported by, Amazon Alexa skills only. I recall discussion of this and HA control of other basic stats like Ember. There are enthusiastic coders out there who tap the device API and code for 3rd party access, but it a hobbyist thing. The likes of these guys from way back, https://community.home-assistant.io/t/creating-a-custom-integration-climote/18521 Climote requires a SIM card subscription to run also, meaning a charge for what is just a basic 3 ZONE controller with internet access.
xckjoo wrote: » Update to my own post in case someone has a similar set up (boiler with simple timer and immersion with simple timer). I got in touch to Tado to see if their kit could do what I wanted and it would only be able to control one of the interfaces; either the boiler or the immersion. I was hoping to be able to control both but maybe that device doesn't exist. Does anyone know of something that'll do this? My other alternative would be to just go with Tado for the heating and something like a Shelly wireless relay for the immersion. I'd like to get a smarter immersion for the summer months
xckjoo wrote: » Following on from the Tado post in the bargains thread. Would one of these be a good replacement for a rather basic heating set up of Riello 40 oil boiler that heats the whole house (no zone separation at the moment) and the hot water tank and an immersion heater for top ups of hot water? The tank is well insulated (replaced recently) but the hot water leaches upstairs in the summer when there's no heat running. Currently controlled by analog timers (one for the heat and one for the immersion) and a Sink/Bath+On/Off switch. No thermostat currently Am I right that the app offers the basic functionality without a subscription?.......
deezell wrote: » You can use the app without a subscription. If you get the Tado stat with the extension kit, you can position the stat wirelessy, so no cabling. The extension kit will give two switched live outputs (or one volt free SPDT). The SL outputs are CH and HW. The HW output can be used, via a relay, to time your immersion. (did you get it fixed?). Alternatively, the ext kit can be set up in gravity mode to fire the boiler from one output and the circulation pump from the other to give CH and HW, or HW only, if your system is wired accordingly and the HW is gravity fed. To prevent HW leeching to upstairs rads, your plumber can fit a non return valve on the upstairs CH flow. This will only open under pressure from the pump, but not by gravity. If you have HW separately from your oil boiler, it will be much less expensive than immersion top ups. Also consider the Nest stat with it's two output relay box for your system
xckjoo wrote: » Thanks for that. I've pulled back on the heating automation again because the price of the tado has gone back up and have to fix that immersion first :pac:. I'm not in a rush with it so can keep an eye out for bargains. Regarding the HW leeching, ASAIK we don't have any pump in the system and it's all gravity fed. Does that mean the non-returning valve set up wouldn't work? At the moment I just manually close the valve during the summer, but it usually takes me a while to remember to do it I'll have a look a the Nest and see. Would prefer to avoid Google hardware if I can though
emaherx wrote: » Those of you using HA, how have you implemented heating scheduling? At the start I found this to be one of the biggest hurdles, simply using the automations was not intuitive enough for others in the house. This is my current scheduler:Heating Schedule by Emaherx, on Flickr My Main Central heating tab:Heating Master by Emaherx, on Flickr Heating zonesRoom Temp by Emaherx, on Flickr Hot water Zone with solar and ImmersionHW Temp by Emaherx, on Flickr Graphs, useful for monitoring system performanceHeating Graph by Emaherx, on Flickr
deezell wrote: » What hardware is that controlling?
emaherx wrote: » Its a mixed bag.......
deezell wrote: » Hence it's not user friendly to other users. You could set up Google Home app in others phones, just enough for them to turn it up and down or boost. Tuya smart is on the GH list.
emaherx wrote: » what's the GH list? Its user friedly enough for them now. No intention of using Google home or other Smart assistants as it works fine now. First page (overview) on home assitant app has simple Boost and schedule on/off switches.
deezell wrote: » Google Home linked services, all the Smart stuff you can control from the Google Home app.
emaherx wrote: » Those of you using HA, how have you implemented heating scheduling? At the start I found this to be one of the biggest hurdles, simply using the automations was not intuitive enough for others in the house.
emaherx wrote: » Ah OK, No I want to eventually be free of any cloud services. I want the system to work completely without any need for an Internet connection, don't want outages because of a cloud service or my own internet connection being down.
emaherx wrote: » To be honest, I have most things already setup and working fairly well at the moment. My question was more out of interest as to how others have implemented scheduling, mine works well and is user friendly now but it was a long road and and my yaml just for scheduling is a significant part of my overall configuration. This is the link to my config. (its a bit out of date as I have cleaned it up and broken config into seperate files since)https://community.home-assistant.io/t/multi-zone-heating-now-with-7day-scheduling/175719 I only started using HA in December, the reason I went down this road is I wanted to automate my heating system. The issue with my heating system was its control was poorly tought out from the begining with boiler switch at one end of the house, zone valves in the middle and hot water valve/ immersion / solar at the opposite end which ruled out a lot of the purpose built solutions. I haven't done too much with configuring MQTT but it should be well covered by HA at this stage. What sort of devices are you trying to connect with MQTT? If ESP based then ESPHome is deffinetly worth looking at. There is a lot of information out of date and breaking changes are not uncommon with updates, definitly check changelog and buckup your system before running any HA updates. The Home Assitant Forums are quite useful for information and questions.
deezell wrote: » Ok, You have all that, I thought you were looking for something for the "others". You could just put theTuya smart app on their phones, although it might conflict with your HA schedules if they start creating their own, hence the GH option suggestion whereby the "others" can access minimum functions, temperature, boost on CH, but not HW as I don't see GH linked services for your other devices, which I presume sense and control HW. The "others" wouldn't happen to be a spouse, kids etc? You'll be controlling the temperature of the shed if you don't make this intuitive and user/ family/wife friendly, because thats where you'll be living!
maxamillius wrote: » Image attached now
championc wrote: » I'm not at all in any way in the heating business but my gut feeling is that the Black should be connected to SL and that the link between L and SL removed