We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I get a socket error (getaddrinfo EAI_AGAIN) if i specify the env var "ZIGBEE2MQTT_CONFIG_SERIAL_PORT" with a hostname like this: tcp://:45108
If i add the ip address, then i get a connection 10.2.11.90:45108
Hostname resolution works from other containers in the same stack__
Network connection can be established via hostname
Specify a network connection SERIAL_PORT with a hostname and not an ip address
1.41.0
conbee-3
containerized
no debug log available
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What happened?
I get a socket error (getaddrinfo EAI_AGAIN) if i specify the env var "ZIGBEE2MQTT_CONFIG_SERIAL_PORT" with a hostname like this: tcp://:45108
If i add the ip address, then i get a connection
10.2.11.90:45108
Hostname resolution works from other containers in the same stack__
What did you expect to happen?
Network connection can be established via hostname
How to reproduce it (minimal and precise)
Specify a network connection SERIAL_PORT with a hostname and not an ip address
Zigbee2MQTT version
1.41.0
Adapter firmware version
Adapter
conbee-3
Setup
containerized
Debug log
no debug log available
The text was updated successfully, but these errors were encountered: