Have been using home assistant for the better part of a month and migrated almost completely from Homey and really enjoying the experience so far. The dashboards, the node-red flows, everything that can be integrated, just wow!
I’m facing one issue, have integrated my Blink camera’s (two sync modules, 5 camera’s) and would like to trigger a recording of the camera on my driveway, based on motion at my front door coming from the ring camera. The blink camera is further away but would like a second angle of the person/motion event for my door.
This worked in Homey but this is one of the flows which I can’t get to work and/or understand what to do. Is it even possible with the current or any integration to start a recording on a blink camera? If anybody can point me in the right direction/tell me if it’s even possible or has a node-red flow to share, that would be much appreciated.
@fronzbot, do you have a solution? As said completely new to the forum and saw that you are the main men when it comes to Blink integration as you created it.
Have the main BLINK integration only and my flow for activation my backyard camera is working wonders. The issue is the camera on the driveway, for motion sensing the distance is too big and so it’s unreliable so would like to use my ring doorbell as a trigger to start recording but can’t get it to work. Any tips?
Triggering a recording is not supported, only snapping a picture. I think I’ve tried getting the record API endpoint to work a few times but never managed to. Been awhile since I looked at that though
Not sure if i’m the only one that would love to have to function but if you can find the time to check, that would be much appreciated! If need be I can assist as well, let me know.
You know, I’m actually wrong. I did get this implemented in the upstream library and even opened a PR for home-assistant but let it lapse because I didn’t have time to implement the changes.
Take a look here:
I don’t have the bandwidth to re-submit this, but all the details are there for anyone else to add the feature in. Might want to test it first to make sure the endpoint still works though!
I would love to know how to implement this into the code (I have some coding experience but nothing like what you and others do here.
If you could walk us through it, we could prolly do it.
This is a function I would love to have myself, I just installed a PIR for my walkway, and the camera points right at it, so it would be perfect, right now I have taking a picture, but video would be better.
Thank you either way for the amazing work you have done!
I read this a while ago and today I sat down and set up a custom component to fix the current issues with blink.
I edited few lines here and there and got the record service implemented but nothing happens when I call the service anyone got this working?
Edit: It seems like the api endpoint changed, so no chance atm.
Oh god, I made a stupid stupid mistake and when I saw an open issue at the original blinkpy repo I did not investigate any further.
I did a quick test just now and its working for me, Blink XT first gen. You tested blink.save_video with your adjustments?
I didn’t touch blink.save_video and only added blink.record. I guess it should still work, but probably some delay between them is required as the recording takes time and will need to be available in Blink cloud first.
Oki Error was probably already in my code when I added the record service… I fixed it, everything works splendidly. The record service is really a nice addition, already changed some automations and got some other use cases in mind.
Thanks a lot for the pr, I think youll make many people happy!
Hey there ! I am digging this post up, but can anyone please elaborate on how to integrate the record service to blink since it doesn’t seem to be added to HA at the moment ?
Tried to have a look at the repo but I don’t see how to add this code to my instance
Thanks a lot !
Just upgraded to 2024.6, the blink record service is indeed there, but the endpoint it uses to trigger the record appears to not exist when it’s triggered, no clip created in Blink. Does the record feature only work for their full camera models, and not the doorbell cameras?