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

Incorrect Rain sensor #156

Open
mbierman opened this issue Sep 19, 2020 · 0 comments
Open

Incorrect Rain sensor #156

mbierman opened this issue Sep 19, 2020 · 0 comments

Comments

@mbierman
Copy link

mbierman commented Sep 19, 2020

I’m using openweathermap and noticing the rain accessory is reporting rain when there isn’t any.

When I check openweathermap it does not report rain for the same location.

Which specific API is is used ? Not sure if I have a configuration problem or this is a bug.

Here is my config

        {
            "platform": "WeatherPlus",
            "units": "us",
            "interval": 5,
            "stations": [
                {
                    "nameNow": "Now",
                    "service": "openweathermap",
                    "key": "",
                    "locationGeo": [
                        37.35,
                        -121.96
                    ],
                    "language": "en",
                    "compatibility": "eve",
                    "forecast": [
                        0
                    ],
                    "conditionCategory": "detailed",
                    "now": true,
                    "extraHumidity": false,
                    "hidden": [
                        "Air Pressure",
                        "Observation Station",
                        "Observation Time",
                        "Snow"
                    ],
                    "tresholdCloudCover": 30,
                    "tresholdUvIndex": 5,
                    "tresholdWindSpeed": 10
                }
      ]
   }
@mbierman mbierman changed the title Rain Problem with Rain Sep 19, 2020
@mbierman mbierman changed the title Problem with Rain Incorrect Rain sensor Sep 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant