Hello,

In case it helps anyone, I stumbled across the (an) answer that will work 
for me, '*wee_device --current*' returns a python dict of current 
conditions from the console.  


'status': 0,
'delay': 10,
'outTempBatteryStatus': 0,
'outTemp': 11.4,
'outHumidity': 94.0,
'UV': 1.0,
'radiation': 31.7297,
'rain': None,
'dateTime': 1567792725,
'windDir': 0.0,
'pressure': 997.0,
'windSpeed': 13.32,
'inHumidity': 50.0,
'inTemp': 22.0,
'rxCheckPercent': 100,
'windGust': 17.280000000000005,
'rainTotal': 2.1599999999999997,
'ptr': 2056,
'usUnits': 16
}


Not running in daemon mode obviously disables report generation.

Thanks to the Devs of weewx, great project!

Kind regards,
Mike

On Friday, September 6, 2019 at 1:51:31 PM UTC+1, Mike Mike wrote:
>
> Hello,
>
> I have a Aercus 3083 USB Wx station just arrived and was wondering if 
> someone could point me in the right direction to achieve my desired setup.  
> I see no reference in the docs for my specific use requirement.
>
> I intend to attach the console of the WS3083 to a Pi (weatherPi) via USB.  
> I do not want to keep a database or reports on weatherPi but would like to 
> generate JSON.   I will then process the data on another Pi (it has SSD 
> disks, MySQL, MQTT Broker, HTTPd etc).
>
> Can Weewx produce a JSON of 'live' weather or a simple file that contains 
> the latest observations that can be parsed to JSON?  So all WeatherPi would 
> do is present a JSON dump of the newest data at the USB polling rate (60 
> secs), nothing else.
>
> Thanks in advance,
> Mike
>
>
>
>
>
>

-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/e043a206-a84b-40c2-abab-bd5f8fbc22e6%40googlegroups.com.

Reply via email to