-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New sensors #8
base: main
Are you sure you want to change the base?
New sensors #8
Conversation
Great! Thanks |
@MCLW would it be possible to change the button to an switch instead? eg switch (ventilation) on = |
Hi @jkaberg, yes it is possible, but I don't understand the point behind a switch. When the ventilation button is pressed, the door moves to the ventilation position. If it is pressed again, the gate closes. The position can be read out via the text sensor or via the cover position. Esphome allows you to create custom switches, sensors, etc. Via the templateing. You can use the existing sensors for your idea. See the documentation Template sensor |
There's more logic involved on the user end if button is used, if an switch is used one knows it will go to ventilation position if turned on (button can be either ventilation position or closed). But sure, template would also work |
For me personally I prefer the button, that also reflects the standard
design from the manufacturer
…On Tue, Apr 30, 2024, 13:43 Joel Kåberg ***@***.***> wrote:
There's more logic involved on the user end if button is used, if an
switch is used one knows it will go to ventilation position if turned on
(button can be either ventilation position or closed). But sure, template
would also work
—
Reply to this email directly, view it on GitHub
<#8 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACOZ74XWW2RATDPLN43A3LY744SPAVCNFSM6AAAAABGPCUVLWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAOBUGQ4TINBQGA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Hi I create a new button to trigger the venting position and a new text_sensor to display the door state