diff --git a/README.md b/README.md index 52c3031..51ee4be 100644 --- a/README.md +++ b/README.md @@ -25,14 +25,17 @@ - Auto tuning of PID and Equitherm parameters *(in development)* - [Home Assistant](https://www.home-assistant.io/) integration via MQTT. The ability to create any automation for the boiler! +![logo](/assets/ha.png) + ## Tested on - Baxi eco nova - Baxi Ampera ## PCB - + -Housing for installation on DIN rail - D2MG. Occupies only 2 DIN modules. The 220V > 5V power supply is already on the board, so additional power supplies are not needed. +Housing for installation on DIN rail - D2MG. Occupies only 2 DIN modules.
+The 220V > 5V power supply is already on the board, so additional power supplies are not needed.
To save money, 2 levels are ordered as one board. After manufacturing, the boards need to be divided into 2 parts - upper and lower. - [Sheet](/assets/sheet.pdf) - [BOM](/assets/BOM.xlsx) @@ -45,14 +48,15 @@ To save money, 2 levels are ordered as one board. After manufacturing, the board # Quick Start ## Dependencies -- [ArduinoJson](https://github.com/bblanchon/ArduinoJson) -- [TelnetStream](https://github.com/jandrassy/TelnetStream) -- [EEManager](https://github.com/GyverLibs/EEManager) - [ESP8266Scheduler](https://github.com/nrwiersma/ESP8266Scheduler) - [NTPClient](https://github.com/arduino-libraries/NTPClient) +- [ArduinoJson](https://github.com/bblanchon/ArduinoJson) +- [OpenTherm Library](https://github.com/ihormelnyk/opentherm_library) - [PubSubClient](https://github.com/knolleary/pubsubclient) -- [GyverFilters](https://github.com/GyverLibs/GyverFilters) -- [MultiMap](https://github.com/RobTillaart/MultiMap) +- [TelnetStream](https://github.com/jandrassy/TelnetStream) +- [EEManager](https://github.com/GyverLibs/EEManager) +- [GyverPID](https://github.com/GyverLibs/GyverPID) +- [microDS18B20](https://github.com/GyverLibs/microDS18B20) - [WiFiManager](https://github.com/tzapu/WiFiManager) diff --git a/assets/ha.png b/assets/ha.png new file mode 100644 index 0000000..e81bf39 Binary files /dev/null and b/assets/ha.png differ