@terencefaul wrote:
Hi
Hoping some one can help
I created a garage door opener with a binary sensor for the reed switch.
I am getting a lot of false signals particularly if I hold the bare wires with my fingers even if they are not directly connected.If the wires are totally apart then they seem to be fine.
Any Ideas
esphome: name: esp_gate platform: ESP8266 board: esp01_1m wifi: networks: - ssid: 'IOT' password: '' hidden: true - ssid: 'Pumphouse' password: '' api: ota: #web_server: # port: 80 logger: # level: VERY_VERBOSE binary_sensor: - platform: gpio pin: number: GPIO5 mode: INPUT_PULLUP inverted: False name: "Gate" device_class: garage_door switch: - platform: gpio pin: GPIO12 id: relay - platform: template icon: "mdi:arrow-up-down-bold-outline" name: "Gate Control" turn_on_action: - switch.turn_on: relay - delay: 500ms - switch.turn_off: relay
Posts: 2
Participants: 2