updated wiring diagram
This commit is contained in:
parent
e70dd727d9
commit
31fa0e8082
10
base.yaml
10
base.yaml
|
@ -69,7 +69,7 @@ switch:
|
||||||
id: "${id_prefix}_status_door"
|
id: "${id_prefix}_status_door"
|
||||||
internal: true
|
internal: true
|
||||||
pin:
|
pin:
|
||||||
number: ${status_door_pin} # D0 output door status, HIGH for open, LOW for closed
|
number: ${status_door_pin} # output door status, HIGH for open, LOW for closed
|
||||||
mode:
|
mode:
|
||||||
output: true
|
output: true
|
||||||
name: "Status door"
|
name: "Status door"
|
||||||
|
@ -78,7 +78,7 @@ switch:
|
||||||
id: "${id_prefix}_status_obstruction"
|
id: "${id_prefix}_status_obstruction"
|
||||||
internal: true
|
internal: true
|
||||||
pin:
|
pin:
|
||||||
number: ${status_obstruction_pin} # D8 output for obstruction status, HIGH for obstructed, LOW for clear
|
number: ${status_obstruction_pin} # output for obstruction status, HIGH for obstructed, LOW for clear
|
||||||
mode:
|
mode:
|
||||||
output: true
|
output: true
|
||||||
name: "Status obstruction"
|
name: "Status obstruction"
|
||||||
|
@ -124,7 +124,7 @@ binary_sensor:
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
id: "${id_prefix}_dry_contact_open"
|
id: "${id_prefix}_dry_contact_open"
|
||||||
pin:
|
pin:
|
||||||
number: ${dry_contact_open_pin} # D5 dry contact for opening door
|
number: ${dry_contact_open_pin} # dry contact for opening door
|
||||||
inverted: true
|
inverted: true
|
||||||
mode:
|
mode:
|
||||||
input: true
|
input: true
|
||||||
|
@ -142,7 +142,7 @@ binary_sensor:
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
id: "${id_prefix}_dry_contact_close"
|
id: "${id_prefix}_dry_contact_close"
|
||||||
pin:
|
pin:
|
||||||
number: ${dry_contact_close_pin} # D6 dry contact for closing door
|
number: ${dry_contact_close_pin} # dry contact for closing door
|
||||||
inverted: true
|
inverted: true
|
||||||
mode:
|
mode:
|
||||||
input: true
|
input: true
|
||||||
|
@ -160,7 +160,7 @@ binary_sensor:
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
id: "${id_prefix}_dry_contact_light"
|
id: "${id_prefix}_dry_contact_light"
|
||||||
pin:
|
pin:
|
||||||
number: ${dry_contact_light_pin} # D3 dry contact for triggering light (no discrete light commands, so toggle only)
|
number: ${dry_contact_light_pin} # dry contact for triggering light (no discrete light commands, so toggle only)
|
||||||
inverted: true
|
inverted: true
|
||||||
mode:
|
mode:
|
||||||
input: true
|
input: true
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 500 KiB After Width: | Height: | Size: 1.1 MiB |
Loading…
Reference in New Issue