Compatible Airlink setup
Posted: Sun 23 Apr 2023 3:22 pm
Hi,
I have a Davis Airlink compatible device :https://www.meteocercal.info/forum/thread-1970.html
Are the weathelink API key and secret needed to achieve that ?
thanks.
I have a Davis Airlink compatible device :https://www.meteocercal.info/forum/thread-1970.html
I'm trying to set it up in CMX./ 20230423170033
// http://192.168.1.215/v1/current_conditions
{
"data": {
"did": "001D0A100021",
"name": "AQM-III-P",
"ts": 1682262033,
"conditions": [
{
"lsid": 0,
"data_structure_type": 6,
"temp": 69.56288,
"hum": 54.78339,
"dew_point": 52.57102,
"wet_bulb": 59.17295,
"heat_index": 69.56288,
"pm_1_last": 29.40294,
"pm_2p5_last": 46.47561,
"pm_10_last": 55.96043,
"pm_1": 29.40294,
"pm_2p5": 46.47561,
"pm_2p5_last_1_hour": 53.42764,
"pm_2p5_last_3_hours": 76.9452,
"pm_2p5_last_24_hours": 10.20296,
"pm_2p5_nowcast": 59.4,
"pm_10": 55.96043,
"pm_10_last_1_hour": 64.42789,
"pm_10_last_3_hours": 85.62026,
"pm_10_last_24_hours": 11.21694,
"pm_10_nowcast": 66.8,
"last_report_time": 1682262033,
"pct_pm_data_last_1_hour": 100,
"pct_pm_data_last_3_hours": 100,
"pct_pm_data_nowcast": 100,
"pct_pm_data_last_24_hours": 100
}
]
},
"error": 0
}
Are the weathelink API key and secret needed to achieve that ?
thanks.