Merge pull request #1 from GyroGearl00se/remote_package_test
Remote package test
This commit is contained in:
@@ -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"
|
||||
<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
|
||||
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.
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user