Code Monkey home page Code Monkey logo

esphome_apps's Introduction

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

esphome_apps's People

Contributors

jumping2000 avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.