Closed bagges closed 2 years ago
I installed seperate sensors, read them over a small c script and connected it to home assistant. So it has nothing to do with the hoval system because it doesn't provide this two values.
If you are interested which sensors I used and how I integrated them into this system, let me know so I can write you a small tutorial.
ok, I almost thought so. Yes of course I'm interested in how you did it. A few sentences of explanation are enough for me. If I would do it, I would probably just stick some zigbee sensors into the device.
I used a pair of DS18B20 sensors [1], a ESP8266 microcontroller [2] and some resistors, cabels etc. I don't have the exact layout of the board here but I'm sure you will find the necessary layouts on the internet. I soldered the microcontroller on the board an programmed [3] it to transfer the values of the sensors to a mqtt broker where I can read it from my home assistant setup.
[1] https://www.amazon.de/-/en/gp/product/B08HHWD1K9/ref=ppx_yo_dt_b_search_asin_title?ie=UTF8&psc=1 [2] https://www.amazon.de/AZDelivery-D1-Mini-NodeMcu-Parent/dp/B01N9RXGHY?th=1 [3] https://gist.github.com/chrishrb/1a600b6d8ad29df504e90492784bb9e4 (its mqtts, so secure connection!)
Thanks @chrishrb ! Can you also tell me where you placed the sensors? Maybe some pictures? I think i will also add those but maybe connect them directly to the raspberry pi.
How did you get the temperatures of "Zuluft" and "Fortluft"?