timmbogner / Farm-Data-Relay-System

A system that uses ESP-NOW, LoRa, and other protocols to transport sensor data in remote areas without relying on WiFi.
MIT License
485 stars 108 forks source link

[NEW FEATURE] Mqtt send timestamp of Gateway and send packets logged to SD/Flash #69

Closed thefeiter closed 1 year ago

thefeiter commented 1 year ago

Since I have created the SD and flash logging functionality I would now like to add that when the Mqtt connection is up again the logged values will be sent.

For this I would like to send the internal unix timestamp with every Mqtt package to be able to send the missed packets backdated.

I will start working and do some testing but if there are any Ideas, feel free...

thefeiter commented 1 year ago

Maybe discussion is done best in #70