homebridge-sunlight-altitude
Version:
Homebridge plugin for contact sensors monitoring sun position, daylight and cloudiness
29 lines • 653 B
JSON
{
"platform": "Sunlight",
"lat": 50.110924,
"long": 8.682127,
"sensors": [
{
"name": "North",
"lowerThreshold": -55,
"upperThreshold": 55,
"lowerAltitudeThreshold": 25,
"upperAltitudeThreshold": 55
},
{
"name": "East",
"lowerThreshold": 35,
"upperThreshold": 145
},
{
"name": "South",
"lowerThreshold": 125,
"upperThreshold": 235
},
{
"name": "West",
"lowerThreshold": 215,
"upperThreshold": 325
}
]
}