-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Is your feature request related to a problem? Please describe.
We should be able to get weather data from the "RIT LAUNCH MOBILE WEATHER STATION" (RLMWS) because that would be cool.
Describe the solution you'd like
Modify the GSW service and Grafana to periodically request data from the weather station and display it.
Additional context
The weather station can be connected to over WiFi. When connecting directly to the weather station, the host is http:/192.168.5.1, but we should add a line to the GSW service config to specify the host, since it will depends on the router settings. The weather data can be viewed at /record.html, and accessed in JSON format at /client?command=record. There is also /client?command=rec_refresh, which may not be necessary if the first command already retrieves up-to-date data.