Reverse engineering del protocollo IR (HITACHI_AC 28 byte) del telecomando RAR-6NE1 e custom component ESPHome bidirezionale (TX + RX) per Home Assistant. - esphome/: custom component hitachi_rar6ne1 (climate_ir::ClimateIR) + config - src/: firmware Arduino di cattura IR con web UI (strumento di diagnostica) - README.md: documentazione completa (protocollo, decode, checksum, gotcha) - Segreti esclusi dal versionamento (vedi *.example e .gitignore) - Licenza GPL-3.0 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
13 lines
574 B
Plaintext
13 lines
574 B
Plaintext
# Template segreti ESPHome. Copia in `esphome/secrets.yaml` (ignorato da git) e
|
|
# compila con i valori reali. Nell'add-on di Home Assistant il file vive in
|
|
# /config/esphome/secrets.yaml ed e' condiviso da tutte le config ESPHome:
|
|
# aggiungi LA' le stesse chiavi.
|
|
|
|
wifi_ssid: "TUA_SSID"
|
|
wifi_password: "TUA_PASSWORD"
|
|
|
|
# Chiave di cifratura API (32 byte base64) e password OTA per hitachi-ir.yaml.
|
|
# Genera la api key da ESPHome (dashboard) o con un generatore base64 a 32 byte.
|
|
api_encryption_key: "GENERA_UNA_CHIAVE_BASE64_32_BYTE="
|
|
ota_password: "GENERA_UNA_PASSWORD_OTA"
|