add installation guide
This commit is contained in:
parent
da00e75d1c
commit
761c9b274d
1 changed files with 26 additions and 0 deletions
26
README.md
26
README.md
|
@ -2,6 +2,32 @@
|
||||||
|
|
||||||
http://ir-blaster.n39.eu
|
http://ir-blaster.n39.eu
|
||||||
|
|
||||||
|
## Installation und Flashen
|
||||||
|
|
||||||
|
1. venv erstellen
|
||||||
|
```bash
|
||||||
|
python -m venv venv
|
||||||
|
source ./venv/bin/activate
|
||||||
|
```
|
||||||
|
2. esphome installieren
|
||||||
|
```bash
|
||||||
|
pip installv esphome
|
||||||
|
```
|
||||||
|
3. config hochladen
|
||||||
|
```bash
|
||||||
|
esphome run config.yaml
|
||||||
|
```
|
||||||
|
|
||||||
|
## Codes bearbeiten
|
||||||
|
|
||||||
|
1. Debug-Konsole öffnen (http://ir-blaster.n39.eu oder USB Serial)
|
||||||
|
|
||||||
|
2. Taste auf Fernbedienung drücken
|
||||||
|
|
||||||
|
3. Codes mit IR Actions aus https://esphome.io/components/remote_transmitter.html in `config.yaml` definieren
|
||||||
|
|
||||||
|
4. Esphome flashen
|
||||||
|
|
||||||
### Steuerung Monitor
|
### Steuerung Monitor
|
||||||
* OK (0x2FD847B)
|
* OK (0x2FD847B)
|
||||||
* Lauter (0x2FD58A7)
|
* Lauter (0x2FD58A7)
|
||||||
|
|
Loading…
Reference in a new issue