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
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?
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?
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