(note, I'm using port 8950 as 5000 is in use, but it is correctly mapped in the docker config, as per being able to view the API screen in the browser)
I have changed my logger level to debug and custom_components.deepstack_object doesn't appear at all. Like it's not doing anything. Searching for 'deepstack' just shows the image_processing sensors updating with everything else, obviously with no state changes. The log for the docker container does not register any new connections.
I have installed the custom_component via HACS and put the deepstack docker container in Homessistant via the portainer addon (using the noavx image).
If I visit the IP address and port in a browser I get the DeepStack Activated screen with 729 days left on the subscription.
if I visit the logs for the docker container I can see my laptop's IP visiting that page:
The custom component appears to have installed correctly as I get the 'warning' that I am using a custom_component and the 'sensors' are created -
(note, I'm using port 8950 as 5000 is in use, but it is correctly mapped in the docker config, as per being able to view the API screen in the browser)
So, I have the following:
But they never change.
I have changed my logger level to debug and custom_components.deepstack_object doesn't appear at all. Like it's not doing anything. Searching for 'deepstack' just shows the image_processing sensors updating with everything else, obviously with no state changes. The log for the docker container does not register any new connections.
Thoughts?