How do I understand "time" field in Aranet MQTT message?
aranet-techsupport
Posted: 09.09.2021 16:14
Modified: 21.11.2024 09:59
"Time" in Aranet Pro MQTT message means measurement time expressed in Unix microtime format:
{
"atmosphericpressure": "101580",
"co2": "1016",
"co2Abc": "0.000000",
"humidity": "65.0",
"temperature": "22.150",
"rssi": "-40",
"time": 1631193635,
"battery": "0.70"
}Unix microtime format presents the number of milliseconds since 1 January 1970 00:00:00UTC.
This format can be converted to human format, f.e. by https://www.epochconverter.com/. In our sample "1631193635" corresponds to GMT Thursday, 9 September 2021 13:20:35.
You have to log in to reply.