naofireblade / homebridge-weather-plus

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

tresholdWindSpeed - does not work #122

Open Popower70 opened 4 years ago

Popower70 commented 4 years ago

I tried to enter values ​​on "WindSpeed ​​threshold" but the virtual presence sensor always remains set at 6.2 m/s. I attach my config: "platform": "WeatherPlus", "service": "openweathermap", "key": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxx", "locationId": xxxxxxx, "locationCity": "xxx,, XX", "locationGeo": [ xx.xxxxxxx, xx.xxxxxxx ], "compatibility": "both", "hidden": [ "UVIndex", "AirPressure", "DewPoint" ], "language": "it", "nameNow": "Stazione Meteo", "conditionCategory": "detailed", "units": "ca", "interval": 5, "tresholdWindSpeed": 10, "tresholdCloudCover": 50, "plugin_map": { "plugin_name": "homebridge-weather-plus" }, "stations": [] },

naofireblade commented 4 years ago

What homekit app are you using?

Popower70 commented 4 years ago

I use Homekit and Eve, but it's not an application problem. Now I have set these values: { "platform": "WeatherPlus", "service": "openweathermap", "key": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxx", "locationId": xxxxxxx, "locationCity": "xxx ,, XX", "locationGeo": [ xx.xxxxxxx, xx.xxxxxxx ], "compatibility": "both", "hidden": [ "UVIndex", "AirPressure", "DewPoint" ], "language": "it", "nameNow": "Stazione Meteo", "conditionCategory": "detailed", "units": "ca", "interval": 5, "tresholdWindSpeed": 25, "tresholdCloudCover": 95, "plugin_map": { "plugin_name": "homebridge-weather-plus" }, "stations": [] },

So everything seems ok, I keep doing other checks Thanks

rocketman768 commented 4 years ago

Can it be as simple as a misspelled key? You wrote treshold... but I think the right key has an extra 'h' threshold....