pywws icon indicating copy to clipboard operation
pywws copied to clipboard

Python software for USB Wireless WeatherStations

Results 12 pywws issues
Sort by recently updated
recently updated
newest added

Removed the double quotes on the values (except "idx" and "wind_dir_text") to prevent treating as strings

Pywws download 01.04.2021 The weather panel shows 70.8mm of rain, data from pywws shows only 7.8mm.

pytz isn't actually listed as an immediate dependency of pywws in [setup.py](https://github.com/jim-easterbrook/pywws/blob/master/setup.py) even though it is imported directly in [timezone.py](https://github.com/jim-easterbrook/pywws/blob/master/src/pywws/timezone.py). Instead, it's a dependency of the current version of tzlocal....

Running _pywws-setweatherstation -r 5_ doesn't change my station read period and am stuck on 30 mins. `# pywws-setweatherstation -vvv -r 5 10:46:12:pywws.logger:pywws version 20.1.0, build 1673 (92d8868) 10:46:12:pywws.logger:Python version 3.7.3...

question

The WS1080 is set to log data every five minutes, the cron job does run every five minutes to collect data, due to known USB troubles jobs often fail, so...

Home Assistant won't recognize devices until there is some sort of announcement, what kind of fields to expect in the payload. Maybe this could be included in the mqtt service?...

It seems the new version of paho-mqtt (v2.0.0) breaks the mqtt messaging within pywws. `pywws.service.mqtt:Unsupported callback API version: version 2.0 added a callback_api_version, see migrations.md for details ` Work around...

After reconnecting the raw data look like: ``` 2023-11-25 12:56:20,30,61,9.5,83,1,942.5,0.7,1.4,14,243.6,0,7943.2,0 2023-11-25 13:00:20,4,61,9.2,,,942.7,,,,0,64,, ... 2023-11-25 14:56:33,30,64,8.8,,,942.2,,,,0,64,, 2023-11-25 15:26:28,30,64,8.8,86,1.1,942.3,0.7,1.4,4,243.6,0,, 2023-11-25 15:56:02,30,65,9,87,1,942.3,0.3,0.7,8,243.6,0,, ``` process.py calculates the rain delta without recognizing that the WSStatus...

livelog crashed with this error: File "/usr/local/lib/python3.9/dist-packages/pywws/conversions.py", line 199, in dew_point gamma = ((a * temp) / (b + temp)) + math.log(float(hum) / 100) ValueError: math domain error When this...

I have my wh1080 station connected to home server with rtl_433. Station data is published by HA on mqtt. Would it be possible to fetch weather data from mqqt instead...