Hello
I have 4 Blink cameras
I have successfully connected my Blink account to Homey (through adding a “blink account” device. I am now trying to create a flow, using the available card.
As a test I want a light to go ON whenever motion alert is sent by Bilnk camera.
Here is my flow
It looks ok. WHen I press the “TEST” button it lights my light ON.
But when I go the the camera, trigger the Blink motion alert (and receive a notification on my phone from Blink), the light is not turned on by the Homey FLow.
It’s a statement.
I don’t know which device you are using the WENN card from. But a Blink camera trigger looks like:
or from account:
Did you also add the camera devices in addition to your account?
The motion trigger from the account will only trigger if you have a camera added.
You can use the cameras WHEN cards to react on one camera. Or you can use the account WHEN card to get an event for any motion.
strange, I have added my camera after the account (I just changed the logo). then I added the when card that I found from the camera device.
Here is what my camera device looks like
Now I have re-created the flow and it looks like what you are showing, but I don’t know how to enter the name of the camera (strange that I need to provide the name since I’m creating the flow from the very camera i want to use)
Can you explain this sentence?
The flow card returns tokens you can use in your flow. This way you can send push message with the camera name token. This token holds the camera name.
I thought I was supposed to enter manually the camera name in the flow…
I guess I do not need to enter it, it is only for information purpose.
However this flow is not doing anything (I mean not switching on the light)
But I press the “Test” button, en enter manually the camera name, it turns ON the light as expected.
You only have to fill tag values in test mode because the flow designer don’t know real values.
If the flow gets triggered, the tags are filled by the app.
But this is common Homey standard and not Blink related.
Please check the linked forum topic. There are a lot of details explained for motion alert.
Short:
motion alert is based on recorded videos - Blink is just sending mobile push messages to the app.
Means: a video must be recorded
cloud storage: fast recognition
local storage: needs sync module and USB stick, slow reading, issues if camera is writing to USB while Homey is reading