-
-
Notifications
You must be signed in to change notification settings - Fork 226
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Enhancement] MQTT JSON Timestamp #1707
Comments
Ja, schon. Aber die sind nicht im JSON. Ich archiviere .../ch0 bis .../chx für spätere Auswertungen. Da wäre es m.E. sinnvoll, wenn der Messzeitpunkt bei den zugehörigen Daten stehen würde und nicht in einem anderen topic. |
Die ../chx Topics sind nicht retained. Somit ist der Messzeitpunkt der Zeitpunkt, wann du das Topic empfängst. |
Jein. |
das ist was für unsere Liste #1199 (Wishlist) |
habe den Timestamp eingebaut, finde es eine sinnvolle (einfache) Änderung. So sieht das dann z.B. für CH1 aus: {
"U_DC": 41.8,
"I_DC": 8.49,
"P_DC": 354.9,
"YieldDay": 0,
"YieldTotal": 123.456,
"Irradiation": 88.725,
"MaxPower": 354.9,
"ts": 1722812839
} |
Platform
ESP32
Assembly
I did the assebly by myself
nRF24L01+ Module
No response
Antenna
circuit board
Power Stabilization
Elko (~100uF)
Connection picture
Version
0.8.127
Github Hash
8cdf364
Build & Flash Method
ESP Tools (flash)
Setup
.
Debug Serial Log output
No response
Error description
1.) For saving and reporting reasons it would be useful, to include a timestamp in every MQTT JSON-packages:
like i.e. Tasmota does: {"Time":"2024-07-21T15:24:01","U_AC": ...
The text was updated successfully, but these errors were encountered: