ESPHome 1.14.4 breaks Dallas Sensor [Errno 111] Connection refused

ESPHome 1.14.4 not working with Dallas sensor.

Wifi is connecting and wifi sensor working but if you have dallas: in your config your node will not work anymore and you got [Errno 111] Connection refused.

1 Like

I have the same problem

I have exactly the same problem.

I thought I was doing something wrong, but turns out I have the same problem as well

Ok - appears to be known about on ESPHome Github, only affects ESP32 and is supposedly fixed in ESPHome 1.15.0.dev, which I have installed and am about to try.

Edit: can confirm dev version is working.

1 Like

Thanks @zoogara, the dev release fixed my issue as well.

For anyone that doesn’t know how to install it like I didn’t:

pip uninstall esphome
pip install https://github.com/esphome/esphome/archive/dev.zip