jim-easterbrook / pywws

Python software for USB Wireless WeatherStations
https://pywws.readthedocs.io/
GNU General Public License v2.0
204 stars 62 forks source link

Update mqtt.py #105

Open Dr-Seltsam opened 2 years ago

Dr-Seltsam commented 2 years ago

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

jim-easterbrook commented 2 years ago

Won't this break existing setups? Other mqtt users appear to be happy with it as it is, and any user can customise the data sent by editing their weather.ini.

MaxRower commented 1 year ago

I took me some time to realize those double quotes prevented my setup to function properly (mosquitto mqtt broker, telegraf, influxdb and grafana). Changed that in weather.ini.

GeekyTim commented 2 months ago

See https://github.com/jim-easterbrook/pywws/pull/117