-
-
Notifications
You must be signed in to change notification settings - Fork 67
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
Trigger issue (or documentation unclear) #1856
Comments
Correct!
I don't think you're doing anything wrong. I took your config, just changed the camera and entity names (replacing your entities with a simple switch), and it all appears to work fine: it changes to the selected camera, and outputs a log line. So not sure why it's not working for you. Perhaps first suggest ruling out something weird with the trigger entities, maybe try (as above) to use a single simple switch that you can toggle in one HA dashboard whilst watching the card in another, and see what happens? Also be good to know exactly what version of the card you're on. |
BTW: If your goal is simply to change to the live view for for the triggered camera (and not to log lines or take other actions), you don't need that entire |
Sorry, I was using latest version at the time, 6.3.8. My HA is on docker, so I've simply downloaded "Zip distribution" from tag page and placed under HA's www folder, then manually added the resource. Now I've just updated to 6.4.0 and, without touching the config, it seems to work |
Glad it's working, although nothing in the trigger logic has changed recently, so either there's still some unresolved issue here or something went a bit strange with your setup. In any case, I hope it stays working. Good luck. |
I'm trying to configure the card to switch live camera on trigger. I don't have a frigate server, I'm using vanilla HA. From the documentation is stated that only frigate cameras have built-in motion trigger. But I can use binary sensors, documentation states it works for frigate and non-frigate cameras.
Config example
With this config I would expect, when I trigger a camera, to have at least an error log in browser's console, but nothing happens.
Automations have been added after default view trigger configuration did not work.
The two kind of sensors are:
Those sensors are working correctly in another dashboard where all cameras built-in HA live view are present, but I control each one visibility via those boolean sensors.
Am I doing something wrong or does triggers not work without a frigate server?
The text was updated successfully, but these errors were encountered: