Skip to content

python script to query Davis WeatherLink Live an push to windy.com

Notifications You must be signed in to change notification settings

sschwetz/Windy_DavisWeatherLinkLive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

This script is designed to be run as a cron job (linux) or a scheduled task (windows)

This script has only been run using python 3.7

Quick Start

Variable updates

This script has 3 variables to change

bucket_type = 0.2 
local_address = "WLL_IP_ADDRESS"
windy_api_key = "WINDY.COM_API_KEY"

bucket_type

This is the size of your bucket in cm. If you have a 2mm bucket it will be 0.2 imperial buckets will need to be multiplied by 2.54

local_address

This is the local address for your Weatherlink Live. You will need to look up it's mac address (the DID on the bottom of the unit) on the arp table on your router.

windy_api_key

this is the API key from https://stations.windy.com/stations

About

python script to query Davis WeatherLink Live an push to windy.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages