HAsmartirrigation: Event [instance]_start never gets fired
What happened?
An automation should start when [instance]_start is fired. This never happens.
How to reproduce
Use [instance]_start as a trigger for an automation.
Relevant log output
None
Which version are you running?
v2023.8.0-beta21
Diagnostics file
- I have attached a diagnostics file
Additional information
config_entry-smart_irrigation-6f22650b100cefed9d7411c48a4ba2b7.json.txt
About this issue
- Original URL
- State: closed
- Created 10 months ago
- Comments: 38 (20 by maintainers)
Commits related to this issue
- v2023.8.0-beta27 trying to fix #181 — committed to jeroenterheerdt/HAsmartirrigation by jeroenterheerdt 10 months ago
What you see in dev tools is only listeners, it doesn’t tell you if something will trigger event or not. If you’re on beta then event is called [instance]_start_irrigation_all_zones.
Hmm… Calling service from HA works ok, but there is something wrong with NR. Not only it logs like I showed you but also it won’t reset buckets. Let me dig it more, but looks like there is nothing wrong with the component itself.
Then you don’t have the exact same issue as this is about the beta. Also, I am no longer working v1 it will be replaced by v2 very soon.
This is as easy as it gets unless the component would start to do some automation of its own… The forum has examples for common automation people make. We should include those on the wiki