Open intrepidsilence opened 4 years ago
Right back without a homebridge restart just some seconds later? Could you post your config (without the api key) please?
I've actually just discovered the same thing after upgrading from a 3.1.x version to 3.2.2.
My configuration (key and location removed):
{
"units": "us",
"interval": 5,
"stations": [
{
"service": "darksky",
"key": "xxxxxxx",
"locationGeo": [
0,
0
],
"language": "en",
"compatibility": "home",
"conditionCategory": "detailed",
"now": true,
"extraHumidity": false,
"hidden": [
"Air Pressure",
"Cloud Cover",
"UV Index",
"Wind Speed"
]
}
],
"platform": "WeatherPlus"
}
Experiencing the same issue after the latest update. Here's my config
{
"units": "si",
"interval": 4,
"stations": [
{
"service": "darksky",
"key": "XXXXXXXX",
"locationGeo": [
XXXXXXXXXX,
XXXXXXXXXX
],
"language": "en",
"compatibility": "both",
"forecast": [
"Today",
"Tomorrow",
"In 2 days"
],
"nameForecast": "XXXXXXXXXX",
"conditionCategory": "simple",
"now": true,
"extraHumidity": false
}
],
"platform": "WeatherPlus"
}
I’ve added Rain, Rain 1h, Rain Day, Rain Chance, and Snow to the “hidden” list, and I’m able to remove the tile from My favorites.
I have a bunch of tiles in Favorites now and even when I turn them off, they come right back. This is only happening with this plugin.