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

Conditions categories set to 4 but Eve shows 9 options #236

Open
rsuaver opened this issue Apr 25, 2022 · 1 comment
Open

Conditions categories set to 4 but Eve shows 9 options #236

rsuaver opened this issue Apr 25, 2022 · 1 comment

Comments

@rsuaver
Copy link

rsuaver commented Apr 25, 2022

I set up conditions categories to 4 via the GUI but in the Eve app, it shows 9 possible options. I tested on a cloudy day and it would trigger only if >=3 instead of >=1.

Config is set to "simple"

{
    "units": "us",
    "interval": 5,
    "stations": [
        {
            "nameNow": "Home",
            "service": "openweathermap",
            "language": "en",
            "compatibility": "both",
            "conditionCategory": "simple",
            "now": true,
            "extraHumidity": false,
            "hidden": [
                "Air Pressure",
                "Dew Point",
                "Ozone",
                "UV Index",
                "Visibility"
            ]
        }
    ],
    "platform": "WeatherPlus"
}
@dacarson
Copy link
Collaborator

The Eve app will always show 9 possible options (0 - 9). I believe very old versions of Eve were limited to 4.
That said, it should still work as the Eve app just looks at the number.

Can you send me a screenshot of your automation? I am not an expert in it, but can take a look.

My test below works. I read it as:
"When Condition Category changes to '1' (aka simple === 'overcast'), and it is after Sunrise then turn on the Office Light".

IMG_60037FE47F3B-1

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

2 participants