-
Notifications
You must be signed in to change notification settings - Fork 5
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
wgust history error rtgd version 0.5.5 #27
Comments
I'm going to need more information. What version of WeeWX? What station and driver? Does the error occur immediately on startup or sporadically? Is this a new install or has it been working in the past? A debug log will help answer a number of these questions - refer to this WeeWX Wiki entry on how to get a good log extract. |
Weewx 4.8.0 Everything is working fine without rtgd.py. This error seems to stop the loop. |
Hi, is a solution for these problem? I have changed my weatherstation and now I have the same error. |
No there is no solution, happy to look into it but I will need more information. With your system set to use weather flow can you:
|
Actually, I think I may have found the issue. Can you try
changing
|
Thank you very much. I have done the steps and until now no error message appeared. |
windGust data should be coming into the buffer but...
INFO user.rtgd: rtgdthread: **** Traceback (most recent call last):
INFO user.rtgd: rtgdthread: **** File "/usr/share/weewx/user/rtgd.py", line 1889, in process_packet
INFO user.rtgd: rtgdthread: **** data = self.calculate(cached_packet)
INFO user.rtgd: rtgdthread: **** File "/usr/share/weewx/user/rtgd.py", line 2157, in calculate
INFO user.rtgd: rtgdthread: **** wgust = self.buffer['windGust'].history_max(ts, age=600).value
INFO user.rtgd: rtgdthread: **** AttributeError: 'NoneType' object has no attribute 'value'
The text was updated successfully, but these errors were encountered: