naofireblade / homebridge-weather-plus

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

Details from OpenWeatherMap are shown as presence sensor -can this be changed? #120

Closed richardk2016 closed 4 years ago

richardk2016 commented 4 years ago

I set up your wonderful plugin with OpenWeatherMap.

But now all additional informations are shown as presence sensors. As seen on the screenshot from Eve-App.

20-05-06 00-59-53 5066

Homebridge Version: 1.0.4 Node.js Version: v12.16.3 Npm Version: v6.14.4

Config:

{
            "units": "ca",
            "interval": 4,
            "stations": [
                {
                    "nameNow": "[YES]",
                    "service": "openweathermap",
                    "key": "[YES]",
                    "locationId": [YES],
                    "language": "de",
                    "compatibility": "both",
                    "forecast": [
                        "Today",
                        "Tomorrow",
                        "In 2 days"
                    ],
                    "nameForecast": "Vorschau",
                    "conditionCategory": "simple",
                    "now": true,
                    "extraHumidity": false
                }
            ],
            "platform": "WeatherPlus"
}

I want the informatation but not the Anwesend / Abwesend indication. Can this be chnaged? Is there a better way to display the information?

naofireblade commented 4 years ago

The presence sensors are just for compatibility with the default "Home" app from apple, that cannot display other sensors than temperature/humidity. If you are using eve, you can set "compatibility" to "eve" instead of "both" and the presence sensors will be gone.

naofireblade commented 4 years ago

Feel free to reopen if you still have questions.