UPDATED PUMP AND README.md
This commit is contained in:
parent
6b99942647
commit
69851b34ff
@ -81,9 +81,11 @@ At line 34 in the ledstrip_simple.yaml there is a number called num_leds which d
|
|||||||
This is the config for the Hörmann Garage Doors and it is absolutely snuffing stupid.
|
This is the config for the Hörmann Garage Doors and it is absolutely snuffing stupid.
|
||||||
|
|
||||||
First of all: It uses a ~~custom component~~... They are called external components now.
|
First of all: It uses a ~~custom component~~... They are called external components now.
|
||||||
Which starts the trouble. You currently cannot use it without using BOTH the door and the output since they are on the same file and I put no safeguards in yet. Maybe later.
|
Which starts the trouble.
|
||||||
|
|
||||||
Second of all, if you want to change the door, just change the `garageSide` under `substitutions`. It's either `sy` or `wo`.
|
Second of all, if you want to change the door, just change the `garageSide` under `substitutions`. It's either `sy` or `wo`.
|
||||||
Then let the custom components do their job I suppose. They are under [external_components/hoermann_door](external_components/hoermann_door). The [__init__.py](external_components/hoermann_door/__init__.py) needs to be there while the [cover.py](external_components/hoermann_door/cover.py) and [output.py](external_components/hoermann_door/output.py) make the platforms in `cover` and `output` available.
|
Then let the custom components do their job I suppose. They are under [external_components/hoermann_door](external_components/hoermann_door). The [__init__.py](external_components/hoermann_door/__init__.py) needs to be there while the [cover.py](external_components/hoermann_door/cover.py) and [output.py](external_components/hoermann_door/output.py) make the platforms in `cover` and `output` available.
|
||||||
|
|
||||||
Otherwise. they works but there is still room for improvements
|
Otherwise. they works but there is still room for improvements
|
||||||
|
|
||||||
|
Edit: Improvements have been made! (Lights now update their state on the front end).
|
@ -7,7 +7,6 @@ ota:
|
|||||||
password: !secret a3poolpasswd
|
password: !secret a3poolpasswd
|
||||||
|
|
||||||
api:
|
api:
|
||||||
password: !secret a3poolpasswd
|
|
||||||
encryption:
|
encryption:
|
||||||
key: !secret a3poolkey
|
key: !secret a3poolkey
|
||||||
|
|
||||||
@ -18,10 +17,6 @@ wifi:
|
|||||||
password: !secret wifi_password
|
password: !secret wifi_password
|
||||||
fast_connect: true
|
fast_connect: true
|
||||||
|
|
||||||
mqtt:
|
|
||||||
broker: !secret mqtt_broker_2
|
|
||||||
client_id: "A3 Pool"
|
|
||||||
|
|
||||||
binary_sensor:
|
binary_sensor:
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
pin:
|
pin:
|
||||||
@ -118,8 +113,7 @@ switch:
|
|||||||
name: "Automate Control"
|
name: "Automate Control"
|
||||||
id: control
|
id: control
|
||||||
optimistic: true
|
optimistic: true
|
||||||
restore_state: true
|
restore_mode: RESTORE_DEFAULT_OFF
|
||||||
|
|
||||||
- platform: template
|
- platform: template
|
||||||
optimistic: false
|
optimistic: false
|
||||||
name: pump
|
name: pump
|
||||||
|
Loading…
Reference in New Issue
Block a user