HA does however produce this bizzare error:
WARNING (MainThread) [homeassistant.helpers.service] Unable to find referenced entities camera.local_file
Which makes no sense, as the entity definitely exists and shows the image when i press the cog icon. I also tried giving the entity a different name, but the result is the same.
Deepstack container doesn’t log anything, so no connection is made at this point.
For debugging purposes I tried using your deepstack-ui tool to connect to my deepstack container, like so:
docker run -p 8501:8501 -e DEEPSTACK_IP='10.0.0.23' -e DEEPSTACK_PORT=5000 --network homeserver_docker_network robmarkcole/deepstack-ui:latest
This worked just fine, and I was able to connect and run through some images
Versions: Home Assistant: 2021.8.8 hass-deepstack-object: 4.3.1
I have installed HASS-Deepstack-object using HACS in my Home Assistant and followed your example in README.md. Here is my configuration in docker:
configuration.yml:
The camera.local_file works fine and shows my image, however the image_processing.deepstack_object_local_file entity looks like this
I have also tried to run image processing as service, but it had no effect:
HA does however produce this bizzare error:
WARNING (MainThread) [homeassistant.helpers.service] Unable to find referenced entities camera.local_file
Which makes no sense, as the entity definitely exists and shows the image when i press the cog icon. I also tried giving the entity a different name, but the result is the same. Deepstack container doesn’t log anything, so no connection is made at this point.For debugging purposes I tried using your deepstack-ui tool to connect to my deepstack container, like so:
docker run -p 8501:8501 -e DEEPSTACK_IP='10.0.0.23' -e DEEPSTACK_PORT=5000 --network homeserver_docker_network robmarkcole/deepstack-ui:latest
This worked just fine, and I was able to connect and run through some images