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.