christoff-linde / pih-esp

ESP32 Firware for PIH
MIT License
0 stars 0 forks source link

Implement RTC/Timestamp Awareness #7

Closed christoff-linde closed 1 week ago

christoff-linde commented 2 weeks ago

Currently, each sensor publish has no timestamp information. This would require timestamps to be generated by the server on message received, which is not the most scalable/accurate method.

Logic should be added to ensure accurate UNIX timestamps can be calculated by the ESP32 edge device, and sent as part of the payload to RabbitMQ

linear[bot] commented 2 weeks ago

CHR-29 Implement RTC/Timestamp Awareness

linear[bot] commented 1 week ago

CHR-35 Implement RTC/Timestamp Awareness