naofireblade / homebridge-weather-plus

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

Feels Like Temperature and Dew Point Temperatures Wrong #178

Closed plutod73 closed 3 years ago

plutod73 commented 3 years ago

I noticed the range of temperatures displayed in the Home app, and confirmed in the Eve app show invalid temperatures for both feels like and dew point. The dew point on OpenWeather is correct; however, the plugin value is not. My configuration is as follows:

  {
        "units": "us",
        "interval": 5,
        "stations": [
            {
                "nameNow": "Home",
                "service": "openweathermap",
                "key": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
                "locationCity": "Winter Garden, US",
                "language": "en",
                "compatibility": "home",
                "conditionCategory": "detailed",
                "now": true,
                "extraHumidity": true,
                "tresholdCloudCover": 75,
                "tresholdUvIndex": 8
            }
        ],
        "platform": "WeatherPlus"
    }

Screen Shot 2021-01-18 at 5 35 24 AM Screen Shot 2021-01-18 at 5 36 10 AM

naofireblade commented 3 years ago

Should be fixed in v3.2.5