iot-uni-dongle icon indicating copy to clipboard operation
iot-uni-dongle copied to clipboard

Readme (Flashing tutorial) outdated?

Open codebude opened this issue 7 months ago • 0 comments

Hello,

I am in the process of rebuilding your stick and am trying to follow the Readme.md/Flashing.md. I find the instructions in the flashing tutorial confusing. Is the code still up to date?

substitutions:
  name: my-esphome-device
  friendly_name: My ESPHome Device

wifi:
  ssid: !secret wifi_ssid
  password: !secret wifi_password
  # Must be used once. It is necessary to comment out after the first firmware update.
  use_address: iot-uni-dongle.local

packages:
  default: github://dudanov/esphome-packages/hardware/iot-uni-dongle/device.yaml

Furthermore there is an AC demo file linked in the tutorial:

Here you can view example YAML config for Midea-like ACs.

In the meantime, the package seems to have officially made it to ESPHome. Wouldn't it be more elegant to refer directly to the ESPHome package in the flashing instructions?

codebude avatar May 07 '25 08:05 codebude