Replies: 1 comment
-
Figured it out...if I use 0 instead of Null, it works. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm having an issue with my StdCalibrate in my weewx.conf file. This used to work, but somewhere along the way, it stopped working properly.
Here is my problematic entry.
strike_distance = strike_distance * 0.621371 if Lightning_Strikes > 0 else None
I suspect that the syntax needs to be updated. What happens is that whenever I restart the weewx service, I get phantom entries for lightning.
Any advice is tremendously appreciated! Thanks in advance!!!
Beta Was this translation helpful? Give feedback.
All reactions