I’ve added a few extra controls and info displays to my heating controller app.
There is now a temperature and humidity sensor on the Arduino and this data is transmitted to the app.
The app shows the current temperature and humidity, the status of the heating system and a graph that will show temp/humidity over the last hour/3h/1d/1w/1m/3m
Lastly the desired temperature is controlled by a slider.
I’d say the clever part here is sniffing a 433MHz signal from the existing boiler transmitter with a 433 receiver and converting that into code that an arduino / ESP8266 device can later use to control the boiler via a 433 transmitter.
I like it a lot and given I’ve got a Worcester Bosch DT10RF connected to my boiler here, you’ve inspired me to have a go at this. Well done, great project.