Error message during startup #209
-
Hi, I try to connect my very first device (Siemens dishwasher). Creating the devices.json worked fine. But when starting
Seems like connection to MQTT does not work. But my MQTT is up and running and is simple (no user+password or tls or certificate). This is my config.ini file (of course with numbers as IP, not x y z):
Any advises? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
I found the reason: |
Beta Was this translation helpful? Give feedback.
-
Ok, I was too fast with closing this discussion. HCPY does run now, but logs errors:
I also do not see any meaningful MQTT messages and the controls and sensors in HA are unavailable. |
Beta Was this translation helpful? Give feedback.
-
Second problem is also solved. I changed the host name in the devices.json from _SIEMENS-Dishwasher-xxxxyyyzzzz_to the IP address of the dish washer. Not sure why host is not working. But using the IP address is fine for me (the address is reserved for the dishwasher in the DHCP server anyhow). |
Beta Was this translation helpful? Give feedback.
-
The DNS is normally something related to the local suffix used in your network, there is an argument to try and force it, docker installs seem less likely to pick up the suffix presumably as it doesn't seem the DHCP option. Ip address hardcoding seems the best solution |
Beta Was this translation helpful? Give feedback.
Second problem is also solved. I changed the host name in the devices.json from _SIEMENS-Dishwasher-xxxxyyyzzzz_to the IP address of the dish washer. Not sure why host is not working. But using the IP address is fine for me (the address is reserved for the dishwasher in the DHCP server anyhow).