Skip to content

Error After Update Weewx to 4.7.0 #774

Answered by James-76
Overcon asked this question in Q&A
Discussion options

You must be logged in to vote

OK

I ran some debug in belchertown.py and asked it to print out

        print(observation)
        print(obs_vt)
        print(self.skin_dict["Units"]["StringFormats"])

It crashes out because of two reasons

  • count is not defined as a Floating point decimal format but as a signed integer decimal
  • The default aggregate_type = None is applied to the lightning_strike_count
lightning_strike_count
([None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None,…

Replies: 3 comments 4 replies

Comment options

You must be logged in to vote
1 reply
@James-76
Comment options

Comment options

You must be logged in to vote
3 replies
@dtalens
Comment options

@James-76
Comment options

@Overcon
Comment options

Answer selected by Overcon
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants