-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
1 changed file
with
16 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,17 @@ | ||
# XiaomiIR_ESPHome | ||
Custom ESPHome Firmware for the Xiaomi IR Controller | ||
Custom ESPHome Firmware for the Xiaomi Mijia Universal IR Remote Controller | ||
|
||
Thank you to Paul Nicholls for his work on adapting the Arduino ESP32 Core to the Single Core Processor variant used by Xiaomi, and his resulting Linp Doorbell ESPHome integration. | ||
|
||
https://github.com/pauln/arduino-esp32/wiki | ||
|
||
https://github.com/pauln/esphome-linp-doorbell-g03 | ||
|
||
Flashing Instructions: | ||
- Load yaml file to ESPHome and adjust parameters to suit your setup. | ||
- Validate yaml and ensure no errors. | ||
- Manually compile and download binary firmware file. | ||
- Open the unit and solder GND, RX0 and TX0 to your USB-TTL Serial adapter. | ||
- Press and hold Reset whilst plugging in MicroUSB power. | ||
- Flash the unit with the ESPHome Flasher software. | ||
|