UPDATED PUMP AND README.md

Šī revīzija ir iekļauta:
2024-04-30 11:04:02 +02:00
vecāks 6b99942647
revīzija 69851b34ff
2 mainīti faili ar 5 papildinājumiem un 9 dzēšanām

Parādīt failu

@@ -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.
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`.
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).

Parādīt failu

@@ -7,7 +7,6 @@ ota:
password: !secret a3poolpasswd
api:
password: !secret a3poolpasswd
encryption:
key: !secret a3poolkey
@@ -18,10 +17,6 @@ wifi:
password: !secret wifi_password
fast_connect: true
mqtt:
broker: !secret mqtt_broker_2
client_id: "A3 Pool"
binary_sensor:
- platform: gpio
pin:
@@ -118,8 +113,7 @@ switch:
name: "Automate Control"
id: control
optimistic: true
restore_state: true
restore_mode: RESTORE_DEFAULT_OFF
- platform: template
optimistic: false
name: pump