This is a simple HomeBus data source which publishes weather conditions provided by a WeeWX server.
On its first run, homebus-aqi
needs to know how to find the HomeBus provisioning server.
bundle exec homebus-weewx-json
The WeeWX server must have the
JSON extension installed and
enabled. This extension adds a new report type which generates a
.json
file that this publisher uses to retrieve weather conditions.
The .env
file must contain the URL for the WeeWX server.
WEEWX_JSON_URL=http://octopi.local:8001/weewx.json