Blackvue dashcams

Hi all

Looking to get a cloud enabled blackvue dash cam and noticed it had an api with what looks like decent documentation

https://cloudapi.blackvuecloud.com/?_ga=2.27434428.1877868219.1569271353-2020532010.1567274429

So I was wondering if that could be integrated into home assistant to maybe download video files automatically, grab gps data or even view live video? Potentially have an idea to use in car Wi-Fi to achieve always on connection

Anyone got any pointers on how this can be achieved? Happy to have a crack at it if anyone has a template of some sort

Thanks in advance

2 Likes

This is a really cool idea. I’m not sure about always on wifi, but you could log the data locally in the car and transfer when you get within range of your home. Or you could try to make an app that consumes the data and sends it back to HA in real time. I’m going to look into getting one of these since they have such a nice API. Hope you can get something put together.

Exactly there’s a few possibilities here with home assistant at the helm. Essentially making your car a part of your home automation without much retro fitting

If anyone has any templates I could work from from something similar (I’m not a developer however I am an IT professional) that would be great? failing that where’s the best place to stick in a feature request and leave it to the pros?

Cheers

I’ll stick in feature request in the feature request section… doh! :roll_eyes:

Linky to feature request should you wish to vote

2 Likes

FYI

Hi any updates on this development? I will really enjoy to get this working on HA .

1 Like

This is also a possible utility to use: https://github.com/acolomba/blackvuesync

I could see adding presence detection for the BlackVue dashcam when the car gets home, and using that to trigger the download of new videos over WiFi.

3 Likes

I’m thinking about writing an integration for the BlackVue cameras. Turns out it’s pretty easy to get a live camera view over wifi just using the builtin mjpeg camera integration.

I think I can make the recordings on the sdcard available to browse over wifi too with a custom integration. And I’d like to find a way to trigger a manual recording remotely but that may require some more reverse engineering.

Who else is interested in this? Got any resources for local APIs?

2 Likes

Im looking for this integration. Did you build it?

I haven’t gotten around to it yet since I have been busy with other projects.

Meanwhile, if you want to show the Blackvue camera feed in your dashboard, you can create an MJPEG Camera entity (built into Home Assistant) and set the url to http://{your camera hostname or ip}/blackvue_live.cgi