100prznt / Temp2IoT

Very basic IoT thermometer with REST API and web UI, based on ESP8266 hardware (WeMos D1 mini)
MIT License
31 stars 5 forks source link

4 Sensors #11

Open uncle03 opened 1 year ago

uncle03 commented 1 year ago

Hi,

we have the choice between 1 and 2 sensors. ist it also possible to get 4 sensors ?

So I see: Heatpump in/Heatpump out, bottom pool Temperature and air temperature.

100prznt commented 1 year ago

The structures for storing and processing sensor data are currently fixed for two sensors. If more sensors should be processed, it's better to change the software architecture so that the processing takes place in dynamic fields (arrays).

Best regards Elias