naofireblade / homebridge-weather-plus

A comprehensive weather plugin for homebridge.
MIT License
313 stars 63 forks source link

Can't turn off "Include in Favorites" in Home.app #107

Open intrepidsilence opened 4 years ago

intrepidsilence commented 4 years ago

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.

naofireblade commented 4 years ago

Right back without a homebridge restart just some seconds later? Could you post your config (without the api key) please?

gizmotronic commented 4 years ago

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"
        }
Aekung commented 4 years ago

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"
        }
gizmotronic commented 4 years ago

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.