You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I connected to the home connect account and generated devices.json.
I created config.ini.
giving the command
python3 hc2mqtt.py --config config/config.ini
the log says:
washer connecting to bosch
but immediately afterwards
washer ERROR [Errno -3] Temporary failure in name resolution
equal for dryer and dishwasher
The text was updated successfully, but these errors were encountered:
Have a look in devices.json and see what the host value is - this is what it is attempting to connect to. It sounds like the container is struggling to resolve the local DNS name. Adding your local DNS suffix may fix this, tweaking your local DNS settings, or just shoving an IP address in the host value should work - but you probably want to assign a static DHCP lease for your items in this case.
HI. I replaced the host names with the IP of the appliances.
Now in MQTT I see them online and I see the statuses.
Thank you. I'll try to see how to process the commands and integrate everything into Node-Red
Hi,
I connected to the home connect account and generated devices.json.
I created config.ini.
giving the command
python3 hc2mqtt.py --config config/config.ini
the log says:
washer connecting to bosch
but immediately afterwards
washer ERROR [Errno -3] Temporary failure in name resolution
equal for dryer and dishwasher
The text was updated successfully, but these errors were encountered: