From def78c8f923239c827276bfe4d00378af524ab59 Mon Sep 17 00:00:00 2001 From: Aaron Fischer Date: Tue, 7 Nov 2017 22:36:18 +0100 Subject: [PATCH] Add come notes --- firmware/firmware.ino | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/firmware/firmware.ino b/firmware/firmware.ino index ab10637..3bcbf02 100644 --- a/firmware/firmware.ino +++ b/firmware/firmware.ino @@ -8,11 +8,17 @@ * - Webserver for /metrics endpoint (Prometheus) * - Show current sensor values over simple webpage * - Push sensor values to various 3rd party services + * - MQTT? * * - Auto-Reconnect for WIFI * - Buffer sensor values if there is no WIFI connection * - Configure weather station over http webinterface * - If there are now WiFi credentials, open up an access point to configure it + * - OTA firmware update + * + * TODO: + * - https://sminghub.github.io/Sming/about/ + * - https://github.com/marvinroger/homie-esp8266 */ float currentSensorData[3] = {0.0, 0.0, 0.0};