From c34e59b540f8d9cd12f0e59d032c487e294fc0d3 Mon Sep 17 00:00:00 2001 From: proddy Date: Fri, 20 Sep 2024 09:11:15 +0200 Subject: [PATCH] updated feature list --- README.md | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 440e109ab..9b2568fbb 100644 --- a/README.md +++ b/README.md @@ -12,19 +12,24 @@ [![GitHub forks](https://img.shields.io/github/forks/emsesp/EMS-ESP32.svg?style=social&label=Fork)](https://github.com/emsesp/EMS-ES32P/network) [![donate](https://img.shields.io/badge/donate-PayPal-blue.svg)](https://www.paypal.com/paypalme/prderbyshire/2) -**EMS-ESP** is an open-source firmware for the Espressif ESP32 microcontroller that communicates with **EMS** (Energy Management System) based equipment from manufacturers like Bosch, Buderus, Nefit, Junkers, Worcester and Sieger. It requires a small gateway circuit to interface with the EMS bus which can be purchased from or custom built. +**EMS-ESP** is an open-source firmware for the Espressif ESP32 microcontroller to communicate with **EMS** (Energy Management System) compatible equipment from manufacturers such as Bosch, Buderus, Nefit, Junkers, Worcester, Sieger, elm.leblanc and iVT. + +It requires a small circuit to interface with the EMS bus which can be purchased from or custom built. ## **Key Features** +- Compatible with EMS, EMS+, EMS2, EMS Plus, Logamatic EMS, Junkers 2-wire, Heatronic 3 and 4 +- Supporting over 120 different EMS compatible devices such as thermostats, boilers, heat pumps, mixing units, solar modules, connect modules, ventilation units, switches and more +- Easy to add external Temperature and Analog sensors that are attached to GPIO pins on the ESP32 board - A multi-user, multi-language web interface to change settings and monitor incoming data -- An advanced console, accessible via Serial/USB or Telnet for more operations and monitoring +- A simple to use console, accessible via Serial/USB or Telnet for advanced operations and detailed monitoring - Native integration with Home Assistant, Domoticz, openHAB and Modbus - Easy setup and install with automatic updates -- Supporting over 120 different EMS compatible devices from thermostats, boilers, heat pumps, mixing units, solar modules from brands as Bosch, Buderus, Nefit, Junkers, Worcester and Sieger -- Simulate remote thermostats -- Localized to 10 languages, and customizable to change names to your preference -- Extendable via adding external modules or adding your own custom entities directly within the WebUI -- A powerful scheduler to automate tasks and trigger events based data changes +- Simulation of remote thermostats +- Localized to 10 languages, and customizable to rename any device or sensor +- Extendable by adding own custom EMS entities +- Expandable via adding user-built external modules +- A powerful Scheduler to automate tasks and trigger events based data changes - A Notification service to alert you of important events ## **Installing**