replaces local package to remote package

added notes in readme.md
This commit is contained in:
GyroGearl00se
2023-11-21 22:56:25 +01:00
parent 502138f166
commit fc6ef8a0d4
2 changed files with 9 additions and 11 deletions

View File

@@ -27,16 +27,15 @@ Connect a RS232 (DB9) cable between "MAX3232 DB9 RS232 TTL converter" and you bo
- Boiler > Modbus Protokoll RTU(1) - Boiler > Modbus Protokoll RTU(1)
- Boiler > use Modbus Protokoll 2014 - Boiler > use Modbus Protokoll 2014
#### Home Assistant Dashboard #### Home Assistant Dashboard
##### prerequisites: ##### prerequisites:
- https://experiencelovelace.github.io/ha-floorplan/ - https://experiencelovelace.github.io/ha-floorplan/
- copy all files from /ha_dashboard/* to your Home assistant instance /config/www/froeling/* - 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" - create a card in your dashboard and add the content of "ha_dashboard.yaml"
<span style="color:red">!! Currently, only two panels are provided!!</span> I'm working on the rest. An update will follow. <span style="color:red">!! Currently, only two panels are provided!!</span> 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 #### 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. Just use the example from "froeling.yaml" and flash it to your ESP32.

View File

@@ -1,5 +1,5 @@
esphome: 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: esp32:
board: wemos_d1_mini32 board: wemos_d1_mini32
@@ -55,12 +55,11 @@ switch:
name: "Restart ESP" name: "Restart ESP"
packages: packages:
austragung: !include froeling/austragung.yaml remote_package:
boiler_01: !include froeling/boiler_01.yaml url: https://github.com/GyroGearl00se/ESPHome-Froeling-Lambdatronic_3200
heizkoerper: !include froeling/heizkoerper.yaml ref: remote_package_test
kessel: !include froeling/kessel.yaml files: [austragung.yaml, boiler_01.yaml, heizkoerper.yaml, kessel.yaml, puffer_01.yaml, zirkulationspumpe.yaml]
puffer_01: !include froeling/puffer_01.yaml refresh: 1d
zirkulationspumpe: !include froeling/zirkulationspumpe.yaml
number: number:
- platform: modbus_controller - platform: modbus_controller