Publish LTV-WSDTH03 observations from La Crosse View to Weather Underground PWS
- Deploy to a server that runs PHP
- Run
composer --no-dev update
- Rename
config.sample.php
toconfig.php
- Configure the variables in
config.php
- "email" - La Crosse View email
- "password" - La Crosse View password
- "deviceId" - The weather station's id (see
getLocations()
andgetDevices()
) - "stationId" - Your Weather Underground station ID
- "key" - Your Weather Underground station key
- "apiKey" - Your Weather Underground PWS api key
- Configure an every minute CRON to run
php -f /path/to/index.php
Thanks to https://github.com/dbconfession78/py_weather_station for publishing the La Crosse View API details.