Temperature and humidity sensor firmware for the ESP8266 with some uncommon features. HomeTehu Station will ...
- ... switch into deep sleep mode when not reading sensors
- ... send sensor data to an arbitrary MQTT server
- ... buffer sensor data when no network is available
- ... configure itself through a
config.json
in flash memory
There is clearly a lot to do here and this project is in its earliest phase. A few todos:
- Write backend that ingests the MQTT messages
- Find a better name for this software
- Write a better README
- More error-handling, better logging/debugging