2021-06-07 21:18:48 +02:00
2021-05-16 15:51:44 +02:00
2021-06-07 21:18:48 +02:00
2021-05-09 15:10:55 +02:00
2021-05-14 12:46:06 +02:00
2021-05-14 12:45:00 +02:00
2021-05-02 08:32:52 +02:00
2021-04-01 17:49:43 +02:00
2021-05-16 15:33:24 +02:00
2021-05-04 12:19:01 +02:00
2021-03-14 21:09:45 +01:00
2020-10-03 16:29:31 +02:00
2020-06-16 14:49:21 +02:00
2021-04-03 10:56:31 +02:00
2021-04-05 13:59:58 +02:00
2021-03-30 11:59:06 +02:00
2021-05-09 15:06:57 +02:00
2021-03-14 21:09:45 +01:00
2021-03-14 21:09:45 +01:00

logo

EMS-ESP is an open-source firmware for the Espressif ESP8266 and ESP32 microcontroller that communicates with EMS (Energy Management System) based equipment from manufacturers like Bosch, Buderus, Nefit, Junkers, Worcester and Sieger.

This is the firmware for the ESP32. Compared to version 2 for the ESP8266, this release has

  • Ethernet Support
  • Pre-configured board layouts
  • Writing values directly from the Web UI
  • Mock API server for faster offline development
  • Expose to more commands, via MQTT
  • Improvements to Dallas sensors, Shower service

This version is the latest development track, where as v2 is in maintenance mode.

version release-date license Codacy Badge downloads chat

If you like EMS-ESP, please give it a star, or fork it and contribute!

GitHub stars GitHub forks donate

Note, EMS-ESP requires a small hardware circuit that can convert the EMS bus data to be read by the microcontroller. These can be ordered at https://bbqkees-electronics.nl.


Features

  • Compatible with both ESP8266 and ESP32
  • A multi-user secure web interface to change settings and monitor the data
  • A console, accessible via Serial and Telnet for more monitoring
  • Native support for Home Assistant via MQTT Discovery
  • Can run standalone as an independent WiFi Access Point or join an existing WiFi network
  • Easy first-time configuration via a web Captive Portal
  • Support for more than 70 EMS devices (boilers, thermostats, solar modules, mixer modules, heat pumps, gateways)

Demo

See a live demo on here. The data you see is static and any username/password is accepted.

Screenshots

Web Interface

Telnet Console

In Home Assistant

Installing

Refer to the official documentation to how to install the firmware and configure it. The documentation is being constantly updated as new features and settings are added.

You can choose to use an pre-built firmware image or compile the code yourself:

Support Information

If you're looking for support on EMS-ESP there are some options available:

Documentation

Support Community

  • Discord Server: For support, troubleshooting and general questions. You have better chances to get fast answers from members of the community
  • Search in Issues: You might find an answer to your question by searching current or closed issues

Developer's Community

  • Bug Report: For reporting Bugs
  • Feature Request: For requesting features/functions
  • Troubleshooting: As a last resort, you can open new Troubleshooting & Question issue on GitHub if the solution could not be found using the other channels. Just remember: the more info you provide the more chances you'll have to get an accurate answer

Contributors

EMS-ESP is a project originally created by proddy with the main contributors and owners:


proddy

v2 v3

MichaelDvP

v2 v3

You can also contribute to EMS-ESP by

  • providing Pull Requests (Features, Fixes, suggestions)
  • testing new released features and report issues on your EMS equipment
  • contributing to missing Documentation

Libraries used

  • esp8266-react by @rjwats for the framework that provides the Web UI
  • uuid-* from @nomis. The console, syslog, telnet and logging is based on these libraries
  • ArduinoJson
  • AsyncMqttClient for MQTT, with modifications from @bertmelis
  • ESPAsyncWebServer and AsyncTCP for the Web and TCP backends, with custom modifications for performance

License

This program is licensed under GPL-3.0

Description
ESP32 firmware to read and control EMS and Heatronic compatible equipment such as boilers, thermostats, solar modules, and heat pumps
Readme 83 MiB
Languages
C++ 70.1%
TypeScript 19.8%
C 7.3%
Python 2%
JavaScript 0.4%
Other 0.4%