naofireblade / homebridge-weather-plus

A comprehensive weather plugin for homebridge.
MIT License
311 stars 61 forks source link

Each sensor is named "Now" #268

Closed Tobiwan141 closed 3 months ago

Tobiwan141 commented 11 months ago

Hi there,

I have the following issue, every sensor is named after "nameNow": "Now", if I delete the name in the dedicated sensor, I can see which sensor is behind. I can change the name, but the values for e.g. Wind Speed is not shown.

Furthermore, all sensors are "greyed".

Maybe it´s a config issue, but I cannot finde the root cause.

Thanks in advance!

"platform": "WeatherPlus",
"service": "openweathermap",
"key": "blablabla",
"locationGeo": [
    xx.xxxxx,
    y.yyyyy
],
"compatibility": "both",
"conditionCategory": "detailed",
"hidden": [],
"interval": 5,
"language": "en",
"nameNow": "**_Now_**",
"nameForecast": "Blabla forecast",
"now": true,
"extraHumidity": true,
"units": "metrics"
dacarson commented 9 months ago

Can you post a screen shot of what you are seeing?

acschnitzersprt commented 8 months ago

I am also seeing this-- Here is what ios Home App looks like. If I "X" out the name of the accessory, the default shows as the correct name, but once I leave that accessory's details, it defaults back to the name of the parent. E.g. "Home" for current, "In 1 Day".

image

image

image

image


{
    "units": "us",
    "interval": 5,
    "stations": [
        {
            "nameNow": "Home",
            "service": "openweathermap",
            "key": "[APIKEY]",
            "locationGeo": [
                [LAT],
                [LONG]
            ],
            "language": "en",
            "compatibility": "both",
            "forecast": [
                "Today",
                "Tomorrow"
            ],
            "conditionCategory": "simple",
            "now": true,
            "extraHumidity": false
        }
    ],
    "platform": "WeatherPlus"
}
zelik888 commented 8 months ago

Exactly the same issue. I believe this is ios17 related

ggiese2000 commented 8 months ago

Very similar situation here: had to reinstall plugins after major hombridge update. Now all occupancy sensors are called "Anwesenheitssensor X" with x being a number, in fact there are 2 of each - one for NOW, one for forecast.

dacarson commented 5 months ago

This sounds like it is the same issue as reported in #247

dacarson commented 4 months ago

Duplicate of #247

dacarson commented 3 months ago

Can you please try 3.3.4-beta.1 and verify that it works.

zelik888 commented 3 months ago

Appears fixed! Of course I can't test the NOW sensors but forecast works and names aren't the same. This is great, thank you.

dacarson commented 3 months ago

Closing as fixed, in 3.3.4