Homebridge platform plugin for the Sensibo Sky
Configuration sample:
Full configuration
"platforms": [
{
"platform": "SensiboSky",
"name": "Sensibo",
"apiKey": "YOUR_SENSIBO_API_ID",
"timeLapse": 5,
"ai": true,
"hideFan": false,
"hideHumidity": true,
"fixedState" : "auto"
}
],
Simple configuration
"platforms": [
{
"platform": "SensiboSky",
"name": "Sensibo",
"apiKey": "YOUR_SENSIBO_API_ID"
}
],
Fields:
This module modified from the original Sensibo and adopted for Sensibo Sky to improve the stability due to the constant ERRCONNECT from Sensibo server when there is too many request. Staggered update for each 0.5s each from timeLapse.
The refresh is now splitted to the individual pods instead of all at one go to mininize error from the sensibo server.
Had also resolved bugs on the fan and better error handling when Sensibo server does not respond.
A fan speed of 0 means "auto". Otherwise it makes a logical progression from low, medium, medium_high to high.
Most code adopted from pdlove. Credits goes to original author pdlove