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

HomeWizard Energy : Don't trigger automation when value > 1 #116632

Open
miniil opened this issue May 2, 2024 · 1 comment
Open

HomeWizard Energy : Don't trigger automation when value > 1 #116632

miniil opened this issue May 2, 2024 · 1 comment

Comments

@miniil
Copy link

miniil commented May 2, 2024

The problem

I create an automation on P1 meter Power if state > 1 (W) but never trigger.
It is only triggered if the state is before <0 and then my condition

What version of Home Assistant Core has the issue?

core-2024.4.4

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant Container

Integration causing the issue

No response

Link to integration documentation on our website

No response

Diagnostics information

No response

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

No response

@mchangsp
Copy link

mchangsp commented May 2, 2024

Can you publish your code here?

Numeric state triggers are only triggered when the treshold is crossed.
If you have a trigger 'value > 1' then:
from 0 to 5 will trigger an event.
from 5 to 7 will not trigger an event.

https://www.home-assistant.io/docs/automation/trigger/#numeric-state-trigger

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

2 participants