Initial commit: Hitachi RAR-6NE1 climate via ESP32/ESPHome

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>
This commit is contained in:
Francesco Zanin
2026-06-30 15:50:26 +02:00
commit 1a9eb82d0f
15 changed files with 1813 additions and 0 deletions

5
secrets.yaml.example Normal file
View File

@@ -0,0 +1,5 @@
# Template segreti per la config ESPHome di cattura (hitachi-ir-dump.yaml).
# Copia in `secrets.yaml` e compila con i valori reali. `secrets.yaml` e' ignorato da git.
wifi_ssid: "TUA_SSID"
wifi_password: "TUA_PASSWORD"