Configure AmbientWeather Console
Some models of AmbientWeather console’s support publishing data to a configured HTTP endpoint. If your model supports this, then you can use ambientweather-local-server
to receive this data.
1. Console Firmware
First step is to update your AmbientWeather Console firmware to the latest version.
Model | Min Firmware Version |
---|---|
WS-2000 | 1.7.6 |
2. Console Wifi Firmware
Additionally, the AmbientWeather Console has Wifi firmware that should be updated to the latest version.
Wifi Firmware update instructions
Model | Min Wifi Firmware Version |
---|---|
WS-2000 | 4.3.2 |
WS-2902A | 4.3.4 |
3. Configure Custom Server
- On your AmbientWeather Console find where you can configure a custom server
- IP Address will be the IP Address of your locally running
ambientweather-local-server
- Port will be the port of your locally running
ambientweather-local-server
ex. 8080 by default - Path should be:
/api/ambientweather/metrics?
- The question mark at the end is required
- IP Address will be the IP Address of your locally running
- Save your settings
- Your AmbientWeather Console should now be pushing data to your
ambientweather-local-server