Managing heating in Home Assistant - part2

  Рет қаралды 18,542

Vaclav Chaloupka

Vaclav Chaloupka

Күн бұрын

Пікірлер: 55
@sekt1953
@sekt1953 3 жыл бұрын
Thanks for your great inspiration, I want to read the AppDaemon documentation, and your examples, thank you so much for your videos
@carstenhiort6862
@carstenhiort6862 2 жыл бұрын
Many thanks Vaclav, I am currently planning on getting our gas boiler smart. Ours is controlled by one thermostat in a hallway and of course it reaches it's shutoff temperature way before my wife's office reaches an acceptable level. As I can control the boiler by the voltage I send to it, I'll build an ESP32 based HA-Actor that can set it to 0 or 50-100% Power and thanks to your Videos I do now have quite some ideas on how to control the stuff. I'll replace the semi-smart manually programmable thermostats in the important rooms with ones that can tell me their state in HA so they essentially request heating power, instead of the single thermostat in the hallway. I've already placed cheap bluetooth thermometers in every room, collecting their data into HA, as I intended to use these for calculating the demand for heating power, but that seems to overcomplicate things a bit. Yet they are still useful for fine tuning and to figure out if something goes wrong.
@frogeye22
@frogeye22 4 жыл бұрын
Thanks for the detailed insight - it is an useful resource for my own intentions.
@dmytro_muliar
@dmytro_muliar 4 жыл бұрын
Could you please share the dash board?
@pawcioja
@pawcioja 3 жыл бұрын
Hello Vaclav I have made the same strategy for my central heating system in my house with separated adjustable valves and a switch on/of the boiler. After 2 years it turned out that it makes no sense :(. For now, I keep a high temperature for the boiler because for rooms about temperature care valves and if all of them are close the boiler has a very short circuit for hot water. When manage together valves and the boiler switch system was very unstable. I found the video because I switch from Z-Waves ( Vera light - which is extinct) to ZigBee and other open systems like HA. To be honest, the scheduling in HA is not as easy like in Vera :(. Anyway, very nice video.
@rlajos
@rlajos 4 жыл бұрын
Hi Vaclav, I greatly appreciate your education work! I am about to develop my heating based on MAX! Cube system. Can you share also the Node-Red flow as well please? Thank you!
@doukho
@doukho 3 жыл бұрын
The node-red flow would be very helpfull indeed!
@cagcos
@cagcos 2 жыл бұрын
How did you get on with max cube system? I have the same. Would be interested in what you achieved. Thanks
@sasalackovic680
@sasalackovic680 2 жыл бұрын
Hi Vaclav! I'd like to control my Vaillant boiler with Home Assistant. The idea is to have a temperature sensor in every room. When temperature falls beyond what's set on a TRV, Home Assistant should turn on the boiler and a water pump that circulates the water in the heating system. I bought a smart switch that will turn on the pump, but I don't know what to use to turn on the boiler. I saw on one video that you use some Arduino switch. Do you have some link where to buy one and how to use it to control the boiler? My boiler is Vaillant like yours.
@josereis2742
@josereis2742 Жыл бұрын
Hello, it’s a great video! You have 2. Special nodes in node-red. How can I get this nodes? Thank you
@doukho
@doukho 3 жыл бұрын
Hello Vaclav, Thank you for all the interesting video's (especially on heating and your dashboard). I decided to try and configure my system like your's since I find it elegantly designed (room per room thermostat with high-low temperature programmable). The only difference in hardware is that my TRV's do have a built in temperature sensor which i use to determine mean room temperature (I tweaked this in some rooms to correct for overshooting or undershooting of the smart TRVs). I do have the following problem: when using eco mode, I cannot make my boiler switch turn on when setting a higher desired temperature for a room. The switch for the boiler only jumps on when I flip the 'somebody_home' boolean off and back on. When I set the high temperature in a room the appdaemon log shows the thermostats target temperature updating, but it doesn't trigger an heating update? I took a look at your appdaemon script: is it possibly a problem with the bookean 'force' which is only set to true in the 'somebody_home-updater' part of the script?
@bruxy70
@bruxy70 3 жыл бұрын
Thanks for letting me know. I though it was working, but haven't been using it throughout the summer. Let me test that, and if it does what you say, I will fix that.
@doukho
@doukho 3 жыл бұрын
@@bruxy70 Hi Vaclav, I installed the updated version and it seems to be working now, thank you so much. out of curiousity: what did you change? i will be buying you a cup of coffee for leaving my family out of the cold this winter ;)
@bruxy70
@bruxy70 3 жыл бұрын
@@doukho github.com/bruxy70/Heating/commit/b8008276400520bdb79139ab50c1504d5494d3e1
@rlajos
@rlajos 4 жыл бұрын
Hi Václav, thank you for sharing, I am working on a similar project with !MAX system valves but struggling with the boiler control. I managed to find the boiler’s jumper, and replaced with a Shelly MQTT Switch. What I am missing now is how to control the boiler if even one valve is needed heat? Can you eventually share your node red code please?
@bruxy70
@bruxy70 4 жыл бұрын
I control that from the AppDaemon script. Shared in the description. I do not use NodeRed for heating.
@rlajos
@rlajos 4 жыл бұрын
@@bruxy70 Thank you, I will check out your AppDaemon video first! I truly appreciate your work!
@oddiwahn
@oddiwahn 3 жыл бұрын
Hi Vaclav, thanks for your great videos which helped me a lot. I really like your system because thats what I was looking for. Like Alexander I am using TRVs with embedded sensor. To get it working, I added the attribute "current_temperature", since my sensors are not entities of type "sensor.XXX" but "climate.XXX" and their default state is the heating mode and not the temperature: 107: self.listen_state(self.temperature_changed, sensor, attribute="current_temperature") 181: sensor_data = self.get_state(room[ATTR_SENSOR], attribute="current_temperature") 285: return float(self.get_state(room[ATTR_SENSOR], attribute="current_temperature")) 334: temperature = float(self.get_state(room[ATTR_SENSOR], attribute="current_temperature")) The main reason why I like your script is the boiler control, i.e the "eco" mode. I found a bug there in the __check_temperature function. You should replace the "elif" with "if" in line 195. Otherwise, if the temperature is below the target the boolean "some_below" will never ever set to true, so eventually the heater will never get switched on... if temperature < target: all_above = False elif temperature < (target - HYSTERESIS): some_below = True
@bruxy70
@bruxy70 3 жыл бұрын
Thank you!
@ianmcneilly2906
@ianmcneilly2906 3 жыл бұрын
Great video , this is what I need to get into as I have almost the same system. One quick question what node do I use to read an analog value (temperature) to be able to make calculations in node-red.It seems everybody (and the documentation)is only interested in event initiated type programms (light,fan or heater switching).
@brientmickael6649
@brientmickael6649 4 жыл бұрын
Hi mister This is really really interesting!!! awesome!! It is complicated for me. I have a central heat pump , Atlantic. I am renting a house, I cannot touch the thermostat on the radiators. i use Cozytouch cloud with a bridge. i integrated Cozytouch a home assistant. I would just like to do automations with that according to the people present, the weather outside. would you be willing to help me? Thank you for your reply
@arhitektche
@arhitektche 2 жыл бұрын
Tryng to do the exact same thing here. My question is : when you turn off the boiler from the thermostat contact, what happens to the hot water? The gas boiler also makes the hot water for shower ob demand, how does it know to turn on when you turn the tap on
@bruxy70
@bruxy70 2 жыл бұрын
Water is fine, It is the same thing as when I turn heating off in the summer - it still heats the water.
@arhitektche
@arhitektche 2 жыл бұрын
Great! I am going to use shelly trv's ... just need to turn off the heating when all valves close
@MichaTadeuszJanas
@MichaTadeuszJanas 3 жыл бұрын
Hi Vaclav, thanks for the great video. I have a question for you, can your automation be used without any TRV, but only thermometers in each room? Sorry if my question seems silly, but I'm just getting started in HA and my current logic is based on node-red.
@jamalnasereddin1379
@jamalnasereddin1379 4 жыл бұрын
Hi Vaclav, thank you for sharing your great work and wish you a happy new year. I am new on using home assistant, previously I was using Alexa, Google Home and another 3rd party services to manage my home automation, and now I move to the home assistant, can you please share with us the Node-Red configuration to import it to my system and after that I will configure it to work with my home system.
@bruxy70
@bruxy70 4 жыл бұрын
Jamal, I do not use NodeRed anymore. The general HA automations got much better recently, so I do it there. While the core of the logic is in the AppDaemon that I already shared. So the only thing I do in automations is turning the day/night switches for each room, based on who is home.
@jamalnasereddin1379
@jamalnasereddin1379 3 жыл бұрын
@@bruxy70 I get it :) I was thinking that you build the automation throw the NodRed :) thank you very much
@beny68eos
@beny68eos 3 жыл бұрын
Super videa k termostatům. Právě teď řeším obdobný projekt. Jak se prosím dají měnit velikosti dark termostatů? Zatím to mám bez démona, a tam žádná možnost k úpravě velikosti není. Můžete poradit? Děkuju
@bruxy70
@bruxy70 3 жыл бұрын
Svoje UI jsem popsal zde: kzbin.info/www/bejne/o5zFeqWOrK-UfZI
@beny68eos
@beny68eos 3 жыл бұрын
@@bruxy70 děkuju za info, už jsem přišel na to že se to dá změnšovat v kartě mřížka. Mám ale jiný problém, snažím se vnutit hlavici externí čídlo teploty, mám vytvořený generic_termostat, ale stále hlavici neřídím. Jak tam jsou dvě entity tak se to asi pere a vyhraje vždy termostat v hlavici. Vy to máte asi přes Node red co? Aspoň co jsem v rychlosti mohl poznat.
@iulianch
@iulianch 4 жыл бұрын
@Vaclav Chaloupka Hello, I really appreciate your videos. Can you please share the code for node-red to turn off all the lights? Thank you very much
@bruxy70
@bruxy70 4 жыл бұрын
Just call service light.turn_off and use "all" for entity_id. www.home-assistant.io/integrations/light/#service-lightturn_off
@iulianch
@iulianch 4 жыл бұрын
@@bruxy70 Can't use all! I have a couple of outside lights which I want to turn off after midnight. The problem is that some are switch. So I need to have a list of items and process them one by one. Thank you very much
@bruxy70
@bruxy70 4 жыл бұрын
@@iulianch Then use the list. When you call the service, entity_id can contain a list of entities. Or, you can create a group and then turn the group off - www.home-assistant.io/integrations/light.group/ Also, you can create a light from a switch - I actually use that as well: www.home-assistant.io/integrations/light.switch/ I mean, you could create a loop by parsing an array in NodeRed, but there is no point in doing that as you can feed the service with a list and call the service once. And I do not use NodeRed anymore btw. The native HA automation got so powerful recently, so that I converted to using that and removed NodeRed completely. I felt that having 3 different automation platforms was a bit too excessive.
@iulianch
@iulianch 4 жыл бұрын
@@bruxy70 thank you very much!
@mateuszmalik1531
@mateuszmalik1531 3 жыл бұрын
Hello Vaclav, I have noticed that you are also using automation for MikroTik, do you care to share (maybe in a movie) what do you use it for. Is it worth it and how does this work. Do you use it to get information on who is at home, based on accessible devices?
@bruxy70
@bruxy70 3 жыл бұрын
Here kzbin.info/www/bejne/l3KcgKCQoretiqs
@akosgabriel5762
@akosgabriel5762 2 жыл бұрын
Where do these nice UI components come from?
@bruxy70
@bruxy70 2 жыл бұрын
HACS. I made another video about dashboards. Said that, i have now moved to using much more basic mushroom cards.
@paxo72
@paxo72 3 жыл бұрын
Nice work Vaclav, Im working on automating my heating, is there any chance i can get a copy of your Node-Red code to see if i can make this work for me, iv being playing around with node-red for a bit now i like how you can really see what your doing. Thanks James
@bruxy70
@bruxy70 3 жыл бұрын
James, I do not use NodeRed anymore. I moved back to the regular HA automation, as it became quite powerful a few months back and it does all I need. But what it basically does is, it sets the night/day toggles (helpers) for each room based on the selected mode and who is and is not home.
@manu_6796
@manu_6796 3 жыл бұрын
@@bruxy70 hey vaclav nice work! can you paste your HA automations? Thks an lot.
@christianbottger493
@christianbottger493 2 жыл бұрын
@@bruxy70 perhaps you can do a Video about this new automations as well? That would be really helpfull as most tutorials are for US heating systems and not all that helpfull in Germany...
@rutgerkoebrugge2067
@rutgerkoebrugge2067 4 жыл бұрын
Hi Vaclav, Thanks for your video. I really enjjoy watching them! Is, by any chance, the lovelace ui shared somewhere? I wonder how to make that pull down option to set the mode, but also my thermostats are really big, way bigger then yours.
@rutgerkoebrugge2067
@rutgerkoebrugge2067 4 жыл бұрын
Already found the input_select
@bruxy70
@bruxy70 4 жыл бұрын
I use the Climate Thermostat card found in HACS. And it also has an option small_i for when you pack multiple controls in a horizontal stack.
@sinkovcm
@sinkovcm 4 жыл бұрын
@@bruxy70 Hi Vaclav, I'm looking for that "small card" option but I don't find it in options of the repository of thermostat card from hacs.
@bruxy70
@bruxy70 4 жыл бұрын
@@sinkovcm You are right, It was removed in v 1.3.0. It should work automatically. github.com/fineemb/lovelace-thermostat-card#v130
@Retyus6
@Retyus6 2 жыл бұрын
Moc díky za videa. Tuto zimu se to bude obzvláště hodit. Zatím jsem z toho spíše zmatený, ale to je tím že jsem HA začal nedávno a učím se a snažím se nacpat TRV hlavice od Moes do HA. Máte moc pěkné rozhraní na ovládání, musím se podívat jak to děláte a s dovolením si ten design půjčím :) Máte případně nějaký update od té doby? Nějaké pěkné změny a úpravy?
@petrmalcher3743
@petrmalcher3743 4 жыл бұрын
Další fajn video :) , díky za inspirace... ! Chtěl jsem se zeptat, jaké čidlo Vám dodává informace o teplotě v bazénu ? Nebo jak jste tohle řešil ? Přemýšlím, jak dostat do HA právě informaci o teplotě vody v bazénu, poradíte ? Děkuji za tip !
@bruxy70
@bruxy70 4 жыл бұрын
To už jsem řešil před dlouhou dobou, mám tam termistor, který je ponořený do vody uvnitř skimmeru, a v prostoru čerpadla mám pak Wemos D1 mini, který ho čte - s ESP Home. Ale dnes bych to řešil spíš digitálním teploměrem, něco jako arduino-shop.cz/arduino/848-eses-vodeodolny-teplomer-pro-jednodeskove-pocitace.html. Nemusel bych pak složitě teplotu vypočítávat z analogové hodnoty.
@ZooM1033
@ZooM1033 4 жыл бұрын
Hi Vaclav, I've seen on home assistant community that you've been configuring some onvif(rtsp) cameras, did you manage to make them work? I also do have some onvif cameras but I can not make them stream live and load fast just like I've seen on other hassio cameras are working...can you please give me some support to manage to make that work...Thank you.
@qapaMcFly
@qapaMcFly 4 жыл бұрын
Díky Vašku :)
Managing heating in Home Assistant - part1
16:07
Vaclav Chaloupka
Рет қаралды 39 М.
Automating lights in Home Assistant
13:11
Vaclav Chaloupka
Рет қаралды 21 М.
BAYGUYSTAN | 1 СЕРИЯ | bayGUYS
36:55
bayGUYS
Рет қаралды 1,9 МЛН
She made herself an ear of corn from his marmalade candies🌽🌽🌽
00:38
Valja & Maxim Family
Рет қаралды 18 МЛН
Smart irrigation
22:12
Vaclav Chaloupka
Рет қаралды 28 М.
Starting with AppDaemon in Home Assistant
18:20
Vaclav Chaloupka
Рет қаралды 27 М.
Local Calendar event automation in Home Assistant
17:38
BeardedTinker
Рет қаралды 25 М.
DIY displays for Home Assistant
25:11
Vaclav Chaloupka
Рет қаралды 60 М.
HOW TO WIRE A CENTRAL HEATING SYSTEM FROM SCRATCH - S PLAN
20:14
plumberparts
Рет қаралды 163 М.
Beginners Guide to Node-RED in Home Assistant
27:10
Let's Automate
Рет қаралды 97 М.
Home automation that's private and local?! (Home Assistant Yellow)
19:49
The Smart Home Sensors I NEVER knew I needed!
11:47
Smart Home Solver
Рет қаралды 332 М.
Node-RED + Home Assistant How-To
17:44
The Hook Up
Рет қаралды 466 М.
DIY Windows Shades Automation in Home Assistant - part 1
22:47
Vaclav Chaloupka
Рет қаралды 22 М.
BAYGUYSTAN | 1 СЕРИЯ | bayGUYS
36:55
bayGUYS
Рет қаралды 1,9 МЛН