sbv1307 / Wavin-AHC-9000-mqtt

A Esp8266 mqtt interface for more Wavin AHC-9000 controllers connected together and controlled by one Wavin display.
0 stars 0 forks source link

Implement reading of floor temperature #8

Open sbv1307 opened 4 months ago

sbv1307 commented 4 months ago

For rooms controlled by a room thermostat with IR temperatur sensor, floor temperature can be read at address 0x05 in the elements register. In WavinControoler.h ADD:

In Main.cpp, the section where CATEGORY_ELEMENTS are read: Add logic to extract the floor temperature, for those thermostats which has an IR sensor.