jumping2000 / esphome_apps

ESPhome apps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub release (latest by date) GitHub Release Date GitHub Releases GitHub All Releases

ESPhome Apps for Home Assistant

Buy me a coffeeBuy me a coffee

Please support our work with a donation and star this repository! Thanks

ESPhome apps for Home Assistant jumping2000
GitHub release (latest by date) GitHub Release Date ESPhome Maintenance GitHub issues

Esphome apps works with ESPhome addon or ESPhome environment (Docker container or Python environment)

Installation

  • Install ESPhome: follow the istructions here ESPhome, you can use HA addon or Docker Container or Python!
  • Configure secrets: ESPhome FAQ
  • Copy common folder in your ESPhome folder
  • Copy apps yaml file in your ESPhome folder
  • Personalize the subsitutions section in yaml file

Apps

  • IKEA Vindriktning
  • Plug BLITZWOLF SHP2 with FSM (Finite State Machine) to model washing machine states
stateDiagram-v2
  direction LR
  [*] --> Idle
  Idle --> Riempimento: POWER_LOW
  Lavaggio --> Risciacquo: POWER_LOW
  Riempimento --> Lavaggio: POWER_HIGH
  Risciacquo --> Lavaggio: POWER_HIGH
  Riempimento --> Lavaggio: POWER_MEDIUM
  Risciacquo --> Centrifuga: POWER_MEDIUM
  Centrifuga --> Svuotare: CLEANING
  Risciacquo --> Svuotare: CLEANING
  Svuotare --> Idle: OPENING
stateDiagram-v2
  direction LR
  [*] --> Idle
  Riscaldamento --> Mantenimento: POWER_LOW
  Idle --> Riscaldamento: POWER_HIGH
  Mantenimento --> Riscaldamento: POWER_HIGH
  Riscaldamento --> Raffreddamento: COOLING
  Mantenimento --> Raffreddamento: COOLING
  Raffreddamento --> Idle: COOLING_PLUS
  Mantenimento --> Idle: COOLING_PLUS

About

ESPhome apps

License:MIT License