Skip to content
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

Adding Pedestrian doors #35

Open
davidm2232 opened this issue Jun 22, 2020 · 3 comments
Open

Adding Pedestrian doors #35

davidm2232 opened this issue Jun 22, 2020 · 3 comments

Comments

@davidm2232
Copy link

It would be nice to have the option to add additional inputs for door sensors for pedestrian doors. Would allow the ability to control auto open/close of doors from
HomeAssistant. I tried it on my own but am not getting the statuses to update.
GarHage-4_doors.zip

@davidm2232
Copy link
Author

And the HA configuration.yaml:

binary_sensor:

  • platform: mqtt
    name: "Garage Door 1"
    state_topic: "garage/door/1/status"
    payload_on: "open"
    payload_off: "closed"
    availability_topic: "GarHAge/availability"
    device_class: opening
    qos: 0

  • platform: mqtt
    name: "Garage Door 2"
    state_topic: "garage/door/2/status"
    payload_on: "open"
    payload_off: "closed"
    availability_topic: "GarHAge/availability"
    device_class: opening
    qos: 0

  • platform: mqtt
    name: "Garage Door 3"
    state_topic: "garage/door/3/status"
    payload_on: "open"
    payload_off: "closed"
    availability_topic: "GarHAge/availability"
    device_class: opening
    qos: 0

  • platform: mqtt
    name: "Garage Door 4"
    state_topic: "garage/door/4/status"
    payload_on: "open"
    payload_off: "closed"
    availability_topic: "GarHAge/availability"
    device_class: opening
    qos: 0

@rumlak
Copy link

rumlak commented Jun 23, 2020

I am pretty sure this is available in the dev version.

@davidm2232
Copy link
Author

I just looked and it would appear they are. I'll upload them tonight and see if it works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants