Netdata Docker Connection

Using netdata to monitor my hardware via a docker container. I can browse to my IP:19999 and i can see my stats via a browser. I can view the API from my browser.

I can curl from within the HA docker container to the API and return JSON… however the integration refuses to create any sensors.

Only error i can see is this

WARNING (MainThread) [homeassistant.components.sensor] Platform netdata not ready yet: None; Retrying in background in 30 seconds

This was working prior to moving netdata to docker, i dont really want to deploy it to the host if possible Anyone using Docker for netdata and HA got this working?

Hello,

Having your exact same problem. Netdata seem to have stopped working a few weeks ago, don’t know why. Only the “not ready yet” error, nothing else to look for :frowning:

Have you found a way ?

Regards.

Im using the REST API and pulling data into Rest sensors. For some additional logic im then creating a template sensor from the rest API sensor to make a more meaningful sensor that i can use on my dashboard.

Thank you.

I solved my problem by upgrading Netdata (hopefully, latest version is available on OPNSense) because there is indeed a problem for recent version of HA : Netdata integration fails with latest version · Issue #91865 · home-assistant/core · GitHub