Other thought I had was actually trying to take the binary_sensors and adding as a sensor template. I had set up in OctoPrint for my 3D Printer. I was trying to change the Icon display for when off and on. I couldn’t get it to work in the binary_sensor templates. But when I called it in the sensor templates it worked.
i’m thinking if you use this approach (not this specific application for icons), but call out the binary_sensor.blink_armed_status, and look for state of “False” or “True”. Then you could see if this is reading correctly.
Sorry - i don’t have Blink Cameras to test specifically, but i’m helping a friend who does, so I’m interested in your progress.
OK, finally go this to work, although after switching the switch toggles off again for about 15 seconds since the arm_system takes about that long to toggle on behind the scenes.
So are you just saying that the toggle switch took about 15 seconds for it to show the correct state? If so, man that’s a long delay time.
Have you messed around much with the cameras and updating the snapshot? My friend’s end goal is to have an automation where the cameras send him a notification when they detect motion during certain hours. And I’m thinking it would be really cool if attached to that notification was the snapshot it took when it sensed motion.
I’m having trouble getting snap_picture to work. It seems that the sensor info updates but the image never refreshes. I’ve studied the names and I’m certain there are no typos, can anyone spot anything wrong at all?
It works fine for me. Do note that the blink cam is sending the image to the blink cloud servers first. Another process checks for an update (periodically) and refreshes the image. This takes a while…
I use the same service call, albeit that my friendly_name has no spaces in it (only difference, shouldn’t matter).
thanks b10m. I reset the cameras and set them back up not changing the friendly name from the default and they now work. Just need to work out what I can do to improve the Blink sync module to camera signal, but that’s a matter outside of this forum!
Hi there, thinking of getting a couple of XTs for outside…What’s the delay between Blink detecting motion and that showing up as an event in HA? Is it short enough to be effective in activating lights? Thanks
Has anyone figured out how to enable/disable individual camaras using blink.arm_camera?
Having a hard time getting it to work. System on/off works great.
Thank you! Works great. Fairly new to HA. Moving 30+ devices from Smartthings has been an interesting trip, but very worth it. Would have never done it without help.
I just bought a Blink camera and I have everything working (arming, disarming, snap picture) except I can’t figure out how the sensor for motion works. It’s always returning a 1 state even when there is no motion. I’ve tried snap_picture but it still shows as 1 when there’s no movement.
Anyone have any luck with this? Motion and sending a camera image was the main feature I bought this camera for but it doesn’t seem like it works too well. Ideas?