Website console for Davis 6100 Weatherlink Live. Implemented as a nodeJS application that can run on a Raspberry Pi. Display optimized for an 8" tablet. Tested with Android tablets using the Fully Kiosk browser app.
Full installation instructions can be found in the document "Weathersite Installation guide.pdf"
node.js must be installed. Then run as follows:
node /weathersite/app.js
http://localhost:5000 or http://[ip address of site]:5000
You will be taken to the default conditions page
- Intermittent HTTP socket hangup error during WLL current conditions retrieval.
- Upgrade to ClimaCell api v4.0. Note: a new v4.0 api key is required. Re-register for a free v4.0 developer key at https://climacell.co/weather-api
- dynamically parse for sensors in WLL responses
- add Settings Page
- duplicate last chart entry if current conditions request fails
- find WLL automatically if myWLLIp variable isn't filled in.
- add wind direction to charts
- Fix issue: add another decimal point of accuracy to metric pressure (mb)
- Activate moon tile with disk illumination percent, next phase date, and next phase type
- Initial release by Sleuth255