What circumstances does an existing automation (native) not open in CAFE? #72
Replies: 6 comments 3 replies
-
|
Some automations may fail to load if the parser can't parse them. I have to improve error reporting to show the exact reason. |
Beta Was this translation helpful? Give feedback.
-
|
I'm having the same issue. I've got several that won't load. One of which is a blueprint. Should that make a difference? This one is simple, yet it won't load. alias: Turn_on_garden_lighting_at_sunset
description: Turn on the garden lights at sunset
mode: single
triggers:
- event: sunset
offset: 0
trigger: sun
conditions: []
actions:
- type: turn_on
device_id: 9c0a968e38fcf89b0fa58c01c304ce2c
entity_id: f33076e74dbf8c02a4e886217e266ffe
domain: switchConversely, many will so that gives me things to work with. Thanks for this resource. Is it possible for the tool to "review" automations and perhaps gray out the ones which cause error? cheers |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
So should blueprint based ones be able to be imported or not? all of the ones i've tried to open fail with the message that it can't import something with no trigger (?). Also, noticing that (normal) automation's which have sunset import with blanks where the conditions should be. |
Beta Was this translation helpful? Give feedback.
-
|
I was able to open an automation with the Sensor Light blueprint. It was a LOT of nodes. It might be wise to prohibit CAFE from opening blueprint automations, although I have no Idea how that might be done. |
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Only installed this the other day as i wanted to start using it to to make my existing native HA automations a bit more visual and complex. But I'm finding that a bunch of the automations i have do not do anything at all when clicking on the "open" button within CAFE.
I first thought that it was because the automation in question is based off of a blueprint... so i assume that that would be a reason why... i couldn't see anything in the documentation mentioning that you couldn't open those types of automation, but i'm going to assume it can't. But I tried to open another which wasn't a blueprint based one and it still couldn't open. No errors, nothing. just ignores me trying to open.
A bunch of much more simpler automations seem to open fine.
Is there any kind of documentation which describes what caveats there are with using CAFE in this kind of usecase?
thanks though, this SEEMs to be a game changing project. I hope that it gets built into HA one day!
Beta Was this translation helpful? Give feedback.
All reactions