Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Each sensor is named "Now" #268

Closed
Tobiwan141 opened this issue Jul 24, 2023 · 9 comments
Closed

Each sensor is named "Now" #268

Tobiwan141 opened this issue Jul 24, 2023 · 9 comments

Comments

@Tobiwan141
Copy link

Tobiwan141 commented Jul 24, 2023

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
Copy link
Collaborator

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

@acschnitzersprt
Copy link

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
Copy link

Exactly the same issue. I believe this is ios17 related

@ggiese2000
Copy link

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
Copy link
Collaborator

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

@dacarson
Copy link
Collaborator

dacarson commented Feb 9, 2024

Duplicate of #247

@dacarson
Copy link
Collaborator

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

@zelik888
Copy link

zelik888 commented Apr 1, 2024

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
Copy link
Collaborator

dacarson commented Apr 1, 2024

Closing as fixed, in 3.3.4

@dacarson dacarson closed this as completed Apr 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants