Thomas Mason replied to the topic 'New WeeWX JSON driver' in the forum. 2 years ago

I am setting up to use weewx for my netatmo weather station. I have the netatmo setup working with weewx and can view the data correctly formatted on the weewx webpage. Installed the weewx-json plugin and it is generating a json file, first bit is:

thomas@plutoniborg:~/Downloads$ cat /var/www/html/weewx/weewx.json
{
"station":
{
"location": "Santa Fe, NM",
"latitude": 35.67415,
"longitude": -105.92701,
"altitude (meters)": 2200.0,
"link": ""
},
"generation":
{
"time": "Sat, 20 Aug 2022 13:00:00 MDT",
"generator": "weewx 4.8.0"
},
"current":
{
"temperature": {"value": 15.799999999999999, "units": "°C"},
"dewpoint": {"value": 12.916316531130608, "units": "°C"},
"humidity": {"value": 83.0, "units": "%"},
"heat index": {"value": 15.602777777777774, "units": "°C"},
"wind speed": {"value": 8.000019883927573, "units": "km/h"},
"wind gust": {"value": 23.000057166291775, "units": "km/h"},
"wind direction": {"value": 244.0, "units": "°"},
"wind chill": {"value": 15.799999999999999, "units": "°C"},
"rain rate": {"value": 0.08080000000000001, "units": "cm/h"},
"inside temperature": {"value": 23.7, "units": "°C"},
"inside humidity": {"value": 46.0, "units": "%"},
"void_end": null
},
However when I try and add the weather device it doesn't appear as an option. I can add it as an Aux both it doesn't seem to work.

[2022-08-20T13:10:35.374 MDT INFO ][ org.kde.kstars.ekos] - "Starting INDI services..."
[2022-08-20T13:10:35.394 MDT WARN ][ org.kde.kstars.indi] - Driver "WeewxJSON" failed to start. Retrying in 5 seconds...
[2022-08-20T13:10:40.146 MDT WARN ][ org.kde.kstars.indi] - Driver "WeewxJSON" failed to start. Retrying in 5 seconds...
[2022-08-20T13:10:45.105 MDT WARN ][ org.kde.kstars.indi] - Driver "WeewxJSON" failed to start. Retrying in 5 seconds...

Read More...