I seem to be in the same boat. From the API:
Code: Select all
{ "data": { "did": "001D0A10026D", "name": "Indoor", "ts": 1601302748, "conditions": [{ "lsid": 350246, "data_structure_type": 6, "temp": 61.3, "hum": 70.0, "dew_point": 51.4, "wet_bulb": 54.8, "heat_index": 60.6, "pm_1_last": 1, "pm_2p5_last": 2, "pm_10_last": 2, "pm_1": 1.91, "pm_2p5": 1.97, "pm_2p5_last_1_hour": 2.86, "pm_2p5_last_3_hours": 2.86, "pm_2p5_last_24_hours": 2.86, "pm_2p5_nowcast": 2.86, "pm_10": 3.41, "pm_10_last_1_hour": 3.45, "pm_10_last_3_hours": 3.45, "pm_10_last_24_hours": 3.45, "pm_10_nowcast": 3.45, "last_report_time": 1601302748, "pct_pm_data_last_1_hour": 53, "pct_pm_data_last_3_hours": 17, "pct_pm_data_nowcast": 4, "pct_pm_data_last_24_hours": 2 }] }, "error": null }
And Logger output:
Code: Select all
database (28.09.2020 09:06:53): process started.
database (28.09.2020 09:06:53): Content of RAM database restored.
database (28.09.2020 09:07:29): database sync done (37 tables, 5/2924 writes).
wnetd (28.09.2020 09:07:31): process started.
system (28.09.2020 09:07:31): start of logging process initiated.
wnetd (28.09.2020 09:07:31): send data thread started (pid:2101 tid:2102)
logger (28.09.2020 09:07:32): databases connected. Update interval 3600 seconds.
logger (28.09.2020 09:07:32): data logger (version 5.1d, build 3378) started.
logger (28.09.2020 09:07:33): connect station 0 (Vantage via serial).
logger (28.09.2020 09:07:33): connect station 1 (AirLink via SW Driver).
logger (28.09.2020 09:07:33): connect station 9 (System Data via Plug-in).
logger (28.09.2020 09:07:34): station 0 (Vantage), wakeup sent.
logger (28.09.2020 09:07:36): station 0 (Vantage), no need to update console date/time.
logger (28.09.2020 09:07:36): station 0 (Vantage), setup script executed.
logger (28.09.2020 09:07:36): station 0 (Vantage), internal logger activated.
logger (28.09.2020 09:07:36): station 0 (Vantage), syncing.
logger (28.09.2020 09:07:37): waiting for sensors (wind0, rain0, th0, thb0) to provide data.
logger (28.09.2020 09:07:37): services paused.
logger (28.09.2020 09:07:46): station 0 (Vantage), gettime request sent.
logger (28.09.2020 09:07:46): station 0 (Vantage), no Vantage time offset.
logger (28.09.2020 09:07:46): station 0 (Vantage), eeprom request sent.
logger (28.09.2020 09:07:46): station 0 (Vantage), rain collector size 0.01 inch per tick.
logger (28.09.2020 09:07:46): station 0 (Vantage), transmitter 1 active as station type #0 "ISS".
logger (28.09.2020 09:07:46): station 0 (Vantage), firmware version request sent.
logger (28.09.2020 09:07:46): station 0 (Vantage), firmware version 3.80 (supports LOOP2)
logger (28.09.2020 09:07:46): station 0 (Vantage), no reading of Vantage's internal logger.
logger (28.09.2020 09:07:50): sensors are now providing data.
logger (28.09.2020 09:07:50): services started.
system (28.09.2020 09:20:29): Access point operation disabled 917 secs after boot.
system (28.09.2020 09:22:15): stop of logging process initiated.
logger (28.09.2020 09:22:15): parent process received termination signal (15).
logger (28.09.2020 09:22:15): child process received termination signal (15).
logger (28.09.2020 09:22:15): disconnect station 0 (Vantage): exit
logger (28.09.2020 09:22:15): disconnect station 1 (AirLink): exit
logger (28.09.2020 09:22:15): disconnect station 9 (System Data): exit
system (28.09.2020 09:22:16): start of logging process initiated.
logger (28.09.2020 09:22:16): databases connected. Update interval 3600 seconds.
logger (28.09.2020 09:22:16): data logger (version 5.1d, build 3378) started.
logger (28.09.2020 09:22:16): error (22) while doing bind (port 22222): Invalid argument
logger (28.09.2020 09:22:17): data logger stopped.
logger (28.09.2020 09:22:17): databases disconnected.
logger (28.09.2020 09:22:17): parent process to be terminated.
logger (28.09.2020 09:22:46): databases connected. Update interval 3600 seconds.
logger (28.09.2020 09:22:46): data logger (version 5.1d, build 3378) started.
logger (28.09.2020 09:22:47): connect station 0 (Vantage via serial).
logger (28.09.2020 09:22:47): connect station 1 (AirLink via SW Driver).
logger (28.09.2020 09:22:47): connect station 9 (System Data via Plug-in).
logger (28.09.2020 09:22:47): station 0 (Vantage), wakeup sent.
logger (28.09.2020 09:22:49): station 0 (Vantage), no need to update console date/time.
logger (28.09.2020 09:22:49): station 0 (Vantage), setup script executed.
logger (28.09.2020 09:22:49): station 0 (Vantage), internal logger activated.
logger (28.09.2020 09:22:49): station 0 (Vantage), syncing.
logger (28.09.2020 09:22:50): waiting for sensors (wind0, rain0, th0, thb0) to provide data.
logger (28.09.2020 09:22:50): services paused.
logger (28.09.2020 09:22:59): station 0 (Vantage), gettime request sent.
logger (28.09.2020 09:22:59): station 0 (Vantage), no Vantage time offset.
logger (28.09.2020 09:22:59): station 0 (Vantage), eeprom request sent.
logger (28.09.2020 09:22:59): station 0 (Vantage), rain collector size 0.01 inch per tick.
logger (28.09.2020 09:22:59): station 0 (Vantage), transmitter 1 active as station type #0 "ISS".
logger (28.09.2020 09:22:59): station 0 (Vantage), firmware version request sent.
logger (28.09.2020 09:22:59): station 0 (Vantage), firmware version 3.80 (supports LOOP2)
logger (28.09.2020 09:22:59): station 0 (Vantage), no reading of Vantage's internal logger.
logger (28.09.2020 09:23:03): sensors are now providing data.
logger (28.09.2020 09:23:03): services started.