Blink camera arm/disarm

I’m trying to get this solution to work -but because its “closed” I can ask directly :frowning:

The questions are simple. When I try the first step I get the following error:

curl: (60) SSL: no alternative certificate subject name matches target host name 'rest.prod.immedia-semi.com'
More details here: https://curl.haxx.se/docs/sslcerts.html

curl failed to verify the legitimacy of the server and therefore could not
establish a secure connection to it. To learn more about this situation and
how to fix it, please visit the web page mentioned above.

Is this referring to the immedia-semi.com server or something wrong on my end?
When I try to go to https://rest.prod.immedia-semi.com/api/v2/login using Chrome it says there’s no cert
Has anyone got this to work?

have a look to the certificate properties vs. the servers name ( URL ):
while the servers name is rest.prod.immedia-semi.com the subject alt names are cloudfront.net, *.cloudfront.net. This part of the certificate also needs to list the rest.prod.immedia-semi.com server name.

Thanks Wolfgana
URL was out of date. I’m taking a different approach using this library
https://blinkpy.readthedocs.io/en/latest/index.html

I made this work with ifttt webhooks I can curl in openhab rules. Works great while we wait for a smart dev to create a real binding.

I hope someone does do a binding and I don’t want to discourage that in any way. however you do need to consider what will happen if any of the clouds you are relying on either charge a huge monthly fee or switch off support altogether. At some point it is smarter to purchase hardware that works 100% locally with no cloud needed and no ongoing fees.

Especially with the global economy we may see some companies close.

3 Likes