naofireblade / homebridge-weather-plus

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

No condition values in apple home app #97

Open sommo opened 4 years ago

sommo commented 4 years ago

Don't know why, i tried few solution without success (removed persist and accessories folders, update the plugin, restart many time the homebridge instance) but everytime when i add to homekit, wind sensor and other "sensors" are reported with name "sensor presence" in a generic way so i don't know what sensor is.

i also tried a very simple config but do not resolve the issue (it worked at the beginning but in the last week, the homebridge disapperead from homekit and i get this issue).

    },
    "accessories": [],
    "platforms": [{
    "platform": "WeatherPlus",
    "service": "darksky",
    "key": "xxxxxxxxxxxxxxxxxxxxx",
    "locationGeo": [44.3631682, 11.761550],
    "compatibility": "both",
    "forecast": [2],
    "conditionCategory": "detailed",
    "nameForecast": "Previsioni Imola"
}

i can run the homebridge without error, but i get sensor name wrong like i said before once added to homekit. Thank you.

sommo commented 4 years ago

no one has this issue? for example wind sensor are named sensor presence and so on for other 5-6 sensor. so i can't know which sensor is exposing what.

naofireblade commented 4 years ago

Hi, I heard from 2 persons in a forum about the same problem. Thats something within homekit that i cannot control. Did u change anything prior to the problem? What other devices do u have in your homekit setup? What's your configured home hub (iPad, AppleTV, HomePod)? This might help to narrow down the problem.

sommo commented 4 years ago

I didn’t make change prior. I use iPad as homehub. If there is some debug to launch let me know. Thank you.

Inviato da iPhone

Il giorno 9 mar 2020, alle ore 19:38, Arne notifications@github.com ha scritto:

 Hi, I heard from 2 persons in a forum about the same problem. Thats something within homekit that i cannot control. Did u change anything prior to the problem? What other devices do u have in your homekit setup? What's your configured home hub (iPad, AppleTV, HomePod)? This might help to narrow down the problem.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

sommo commented 4 years ago

i tried again but i can use this plugin, it do not report correct name for sensor

naofireblade commented 4 years ago

Yes the problem still exists for some. I still have no idea why :(

dacarson commented 7 months ago

I believe this is the same issue as #247 Once the PR #285 lands, this should be fixed.