note: I’m new to ESPHome but not to Home Assistant.
The AtHome IR sensor was recommended to me. It comes with Tasmota firmware, which I upgraded to the latest. The device is now on my Wifi network.
I was told the next step was to use the ESPHome HA add-on to flash ESPHome firmware on to the device. Unfortunately, the add-on does not seem to see the device on the network. Do I have to connect it directly to Home Assistant via USB to flash it with ESPHome ?
There is only one button on the IR01, at the bottom. I have tried holding it many different lengths of time. It switches the LED state on the device. But I always get the error message ultimately.
Thanks. I created a config based on ESP8266 since that’s the chip in the IR01 AtHom receiver. Not sure what to add to the YAML. All I need is IR receiver capability.
I have been Googling, without success so far. I was assured in another thread in the Hardware forum that all the help I could need would be available in this forum
I managed to do what I wanted with a Pi + FLIRC, but this is an oversized solution that I didn’t want to repeat for 4 rooms.
I created the initial configuration, and tried to flash it as is. However, ESPHome expects the hostname of the device to be in the “.local” domain (ie. mDNS hostname). But the IR01 out of the box with Tasmota firmware doesn’t do mDNS, unfortunately. I tried to put the hostname like this in athom-ir01.yaml
esphome:
name: tasmota-f996eb-5867
But that didn’t work due to tasmota-f996eb-5867.local not resolving .
It looks to me like I’m supposed to do the initial flash with USB (with the “prepare for first use” page I’m having issue with), and then only subsequently I can do flash wirelessly.