The bloomsky driver should return data as per the BloomSky API response, so
if the API response has nonsense data then the driver will return nonsense
data. If the API response includes no data then the driver should return
None or nothing. It is quite possible there are issues with the driver as I
do not recall testing the driver against a non-responding Storm (I don't
have a Storm). I will have a look at the driver to see if it can be
improved. The driver can be run standalone to return the raw Bloomsky API
response, something like:
$ PYTHONPATH=/home/weewx/bin python /home/weewx/bin/user/bloomsky.py --get-
json-data
or
$ PYTHONPATH=/usr/share/weewx python /usr/share/weewx/user/bloomsky.py --get
-json-data
Is that how you obtained the data above? If not the output from the
--get-json-data when the STORM is misbehaving would help.
Gary
On Wednesday, 27 November 2019 01:07:28 UTC+10, Rick Hewett wrote:
>
> Not sure, now, whether that quick dump is digging deep enough to find
> the STORM's data...
>
> On Tue 26 Nov Rick M0LEP wrote:
> > I've just taken (slightly edited for identity etc.) showing all the
> > fields I'm getting back while the STORM is MIA:
> >
> > city_name ***
> > outdoor {'data_timestamp': '2019-11-26T10:29:59+00:00', 'pressure':
> > 28.82, 'image_timestamp': '2019-11-26T10:29:59+00:00', 'temperature':
> > 53.69, 'luminance': 9999, 'is_night': False, 'uv_index': 9999,
> > 'humidity': 97, 'voltage': 2523, 'device_type': 'SKY2', 'is_raining':
> > False, 'image_url': 'http://s3-us-west-1.amazonaws.com/bskyimgs/***.jpg'}
>
> > full_address ***, England, GB
> > device_name ***
> > utc_offset 0
> > device_id ***
> > is_dst False
> > longitude -2.***
> > is_searchable True
> > latitude 51.***
> > registered_timestamp 2019-05-16T09:17:10+00:00
> > altitude 129.0
> > indoor {'temperature': None, 'humidity': None}
> > favorites_count None
> > video_urls ['http://s3.amazonaws.com/bskytimelapses/***.mp4', ***]
> > followers_count 0
> > street_name ***
>
> --
> 73, Rick, M0LEP
>
>
--
You received this message because you are subscribed to the Google Groups
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/weewx-user/0bcd9deb-20b2-4dd8-89af-e263c1a7c1bc%40googlegroups.com.