Giter Site home page Giter Site logo

pascaltippelt / duepi_evo Goto Github PK

View Code? Open in Web Editor NEW

This project forked from aceindy/duepi_evo

1.0 0.0 0.0 4.04 MB

Control Duepi_evo based pellet stoves with Home Assistant over wifi using ESPLink

License: GNU General Public License v3.0

Python 100.00%

duepi_evo's Introduction

hacs_badge

Duepi-EVO

The Duepi EVO climate platform is a reverse engineered implementation of the app which is controlling Pellet stove heaters using a Duepi Evo Wifi module. With this module it is possible to control your pellet stove with HomeAssistant. This is in no way associated with the company Duepi and comes with no guarantees or warranty. Use at your own risk.

Prerequisites

Hardware

This uses an ESP01 board with 5/3.3v adapter. You must have the ESP01 Module installed and flash it with https://github.com/jeelabs/esp-link. Baudrate 115200, 8N1. Pin layout is mentioned in the pdf (pcb, J8)

Functionality

  • Control target temperature.
  • Control system on/off.

Configuration

Add the following to your configuration.yaml file:

# Example configuration.yaml entry
climate:
  - platform: duepi_evo
    name: <your heaters name here
    host: 192.168.1.123
    port: 23
    scan_interval: 60
    min_temperature: 20
    max_temperature: 30

Configuration variables:

  • name (optional): The name of your climate entity. Default is Duepi Evo
  • min/max_temperature (optional): The available setpoint range within HA. Default is 15-30 degs celsius.

Troubleshooting

Please set your logging for the custom_component to debug:

logger:
  default: warn
  logs:
    custom_components.duepi_evo: debug

Confirmed working on:

  • Qlima Viola 85 S-Line
  • Kalor
  • Artel
  • Foco
  • Centrometal
  • AMG
  • Interstove

To do

Get serial data for:

  • current setpoint from stove
  • current power level from stove

Huge thanks go to [email protected] who found the strings to control the EVO board and interfaced it to Jeedom

duepi_evo's People

Contributors

aceindy avatar

Stargazers

 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.