I installed Shinobipro on a Docker on my NUC.
And wondering if there is an integration/ control possible from HA.
I did found that an early addon is depreciated.
Is there an other integration or connection to Shinobi possible?
nothing official - do you use node-red?
The Shinobi API is pretty good! also you can manually add your cameras to HA too.
Thanks.
I do use the cams straight in HA indeed.
And I do use NodeRED indeed
After update to 0.117.0 the live feed of the cams are broken
I’m not familiair and experienced to use API
using node-red you can use the http request node to get a video.
I use Shinobi to send a webhook on motion with object detection (using tensorflow).
so sends a GET webhook to http://node_red_ip:1880/shinobi
Then you can send videos as an attachment to a mobile device if something is detected.
not sure why 0.117 broke the cams - make sure you are using the right shinobi API key for the camera URL.