All sensors showing Unknown #100
-
Hello, I have a Gaggenau Steam Oven and I was able to succesfully set everything up in a docker container, however, I am getting Unknown values on all my HA sensors. Can someone point me in the right direction? This is a screenshot of my terminal output from my docker container (running on a raspberry pi) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Logs would be the best place to start:
|
Beta Was this translation helpful? Give feedback.
-
So it looks like DNS cant be resolved for the device. In |
Beta Was this translation helpful? Give feedback.
So it looks like DNS cant be resolved for the device. In
devices.json
thehost
field contains the address it connects to. Check you can resolve that from where its executing. Consider adding your local suffix or changing to an IP (but you will probably want to ensure the IP is static or fixed in DHCP).