From fc6ef8a0d42aa3ee5d95db8231ec92ee7027a8e3 Mon Sep 17 00:00:00 2001 From: GyroGearl00se Date: Tue, 21 Nov 2023 22:56:25 +0100 Subject: [PATCH] replaces local package to remote package added notes in readme.md --- README.md | 7 +++---- froeling.yaml | 13 ++++++------- 2 files changed, 9 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 014706e..a3ea92c 100644 --- a/README.md +++ b/README.md @@ -27,16 +27,15 @@ Connect a RS232 (DB9) cable between "MAX3232 DB9 RS232 TTL converter" and you bo - Boiler > Modbus Protokoll RTU(1) - Boiler > use Modbus Protokoll 2014 - - #### Home Assistant Dashboard ##### prerequisites: - https://experiencelovelace.github.io/ha-floorplan/ - copy all files from /ha_dashboard/* to your Home assistant instance /config/www/froeling/* - create a card in your dashboard and add the content of "ha_dashboard.yaml" !! Currently, only two panels are provided!! I'm working on the rest. An update will follow. +- The SVG files contains for image and text objects "ID's" which has to match the entity. Therefore I recommend not to change the device name of your ESP32. #### ESPHome -For an better overview I've splittet up the yaml file into multiple pieces and included them in the main file as a package. +For an better overview I split the yaml file into multiple pieces and included them in the main file as a remote package. -Copy all files from ESPHome/* into you ESPHome config directory and just flash the froeling.yaml. - All other files will be included. \ No newline at end of file +Just use the example from "froeling.yaml" and flash it to your ESP32. \ No newline at end of file diff --git a/froeling.yaml b/froeling.yaml index 507923a..e5e4ceb 100644 --- a/froeling.yaml +++ b/froeling.yaml @@ -1,5 +1,5 @@ esphome: - name: froeling + name: froeling # If you're intending to use the Dashboard provided in this Repo - DO NOT CHANGE THE NAME -> readme.md esp32: board: wemos_d1_mini32 @@ -55,12 +55,11 @@ switch: name: "Restart ESP" packages: - austragung: !include froeling/austragung.yaml - boiler_01: !include froeling/boiler_01.yaml - heizkoerper: !include froeling/heizkoerper.yaml - kessel: !include froeling/kessel.yaml - puffer_01: !include froeling/puffer_01.yaml - zirkulationspumpe: !include froeling/zirkulationspumpe.yaml + remote_package: + url: https://github.com/GyroGearl00se/ESPHome-Froeling-Lambdatronic_3200 + ref: remote_package_test + files: [austragung.yaml, boiler_01.yaml, heizkoerper.yaml, kessel.yaml, puffer_01.yaml, zirkulationspumpe.yaml] + refresh: 1d number: - platform: modbus_controller