I’ve upgraded HA to 0.85, and I cannot get the native API to work.
I added the following to my yaml
api:
password: 'my_password'
and when I do:
esphomeyaml tv_light.yaml run
It uploads to the Wemos D1 mini just fine, then I get this:
Uploading: [============================================================] 100% Done...
INFO Waiting for result...
INFO OTA successful
INFO Successfully uploaded program.
INFO Starting log output from tv_light.local using esphomelib API
INFO Connecting to tv_light.local:6053 (192.168.1.129)
WARNING Couldn't connect to API (Error connecting to 192.168.1.129: [Errno 61] Connection refused). Trying to reconnect in 4 seconds
INFO Connecting to tv_light.local:6053 (192.168.1.129)
WARNING Couldn't connect to API (Error connecting to 192.168.1.129: [Errno 61] Connection refused). Trying to reconnect in 8 seconds
INFO Connecting to tv_light.local:6053 (192.168.1.129)
WARNING Couldn't connect to API (Error connecting to 192.168.1.129: [Errno 61] Connection refused). Trying to reconnect in 16 seconds
INFO Connecting to tv_light.local:6053 (192.168.1.129)
WARNING Couldn't connect to API (Error connecting to 192.168.1.129: [Errno 61] Connection refused). Trying to reconnect in 32 seconds
INFO Connecting to tv_light.local:6053 (192.168.1.129)
WARNING Couldn't connect to API (Error connecting to 192.168.1.129: [Errno 61] Connection refused). Trying to reconnect in 64 seconds
…and so on.
I’m stuck… @OttoWinter, any ideas?