-
Notifications
You must be signed in to change notification settings - Fork 41
Description
I have been running this parser for a few weeks, and while it sometimes can't get the json due to the low powered SoC used on the device, it has been reliable.
Starting yesterday, it is failing. Nothing has been changed on the Davis console or the WiFiLogger.
This is the error:
2022-08-05 07:41:57,530 - INFO - user-wifilogger-parser:47 - Parsing Wifi Logger Data...
2022-08-05 07:41:57,540 - ERROR - rmParserManager:168 - * Cannot execute parser Davis WifiLogger
2022-08-05 07:41:57,550 - ERROR - rmParserManager:169 - float() argument must be a string or a number
Traceback (most recent call last):
File "./RMParserFramework/rmParserManager.py", line 165, in run
File "./RMParserFramework/rmParser.py", line 49, in timedPerform
File "./RMParserFramework/parsers/user-wifilogger-parser.py", line 54, in perform
temperatureF = float(current_weather_data["tempout"])