mirror of
https://github.com/boneIO-eu/esphome.git
synced 2026-04-10 13:00:27 +02:00
Merge pull request #10 from boneIO-eu/input_board_v_0_5
Input board v 0 5
This commit is contained in:
@@ -12,10 +12,10 @@ binary_sensor:
|
||||
inverted: true
|
||||
on_press:
|
||||
then:
|
||||
cover.open: cover_01
|
||||
- cover.open: cover_01
|
||||
on_release:
|
||||
then:
|
||||
cover.stop: cover_01
|
||||
- cover.stop: cover_01
|
||||
|
||||
- platform: gpio
|
||||
name: "${node_name} IN_02"
|
||||
@@ -28,11 +28,9 @@ binary_sensor:
|
||||
pullup: false
|
||||
inverted: true
|
||||
on_press:
|
||||
then:
|
||||
cover.close: cover_01
|
||||
- cover.close: cover_01
|
||||
on_release:
|
||||
then:
|
||||
cover.stop: cover_01
|
||||
- cover.stop: cover_01
|
||||
|
||||
- platform: gpio
|
||||
name: "${node_name} IN_03"
|
||||
@@ -68,6 +66,422 @@ binary_sensor:
|
||||
then:
|
||||
cover.stop: cover_02
|
||||
|
||||
# - platform: gpio
|
||||
# name: "${node_name} IN_05"
|
||||
# id: in_05
|
||||
# pin:
|
||||
# mcp23xxx: mcp_inputs_1to16
|
||||
# number: 4
|
||||
# mode:
|
||||
# input: true
|
||||
# pullup: false
|
||||
# inverted: true
|
||||
# on_press:
|
||||
# then:
|
||||
# cover.open: cover_03
|
||||
# on_release:
|
||||
# then:
|
||||
# cover.stop: cover_03
|
||||
|
||||
# - platform: gpio
|
||||
# name: "${node_name} IN_06"
|
||||
# id: in_06
|
||||
# pin:
|
||||
# mcp23xxx: mcp_inputs_1to16
|
||||
# number: 5
|
||||
# mode:
|
||||
# input: true
|
||||
# pullup: false
|
||||
# inverted: true
|
||||
# on_press:
|
||||
# then:
|
||||
# cover.close: cover_03
|
||||
# on_release:
|
||||
# then:
|
||||
# cover.stop: cover_03
|
||||
|
||||
# - platform: gpio
|
||||
# name: "${node_name} IN_07"
|
||||
# id: in_07
|
||||
# pin:
|
||||
# mcp23xxx: mcp_inputs_1to16
|
||||
# number: 6
|
||||
# mode:
|
||||
# input: true
|
||||
# pullup: false
|
||||
# inverted: true
|
||||
# on_press:
|
||||
# then:
|
||||
# cover.open: cover_04
|
||||
# on_release:
|
||||
# then:
|
||||
# cover.stop: cover_04
|
||||
|
||||
# - platform: gpio
|
||||
# name: "${node_name} IN_08"
|
||||
# id: in_08
|
||||
# pin:
|
||||
# mcp23xxx: mcp_inputs_1to16
|
||||
# number: 7
|
||||
# mode:
|
||||
# input: true
|
||||
# pullup: false
|
||||
# inverted: true
|
||||
# on_press:
|
||||
# then:
|
||||
# cover.close: cover_04
|
||||
# on_release:
|
||||
# then:
|
||||
# cover.stop: cover_04
|
||||
|
||||
# - platform: gpio
|
||||
# name: "${node_name} IN_09"
|
||||
# id: in_09
|
||||
# pin:
|
||||
# mcp23xxx: mcp_inputs_1to16
|
||||
# number: 8
|
||||
# mode:
|
||||
# input: true
|
||||
# pullup: false
|
||||
# inverted: true
|
||||
# on_press:
|
||||
# then:
|
||||
# cover.open: cover_05
|
||||
# on_release:
|
||||
# then:
|
||||
# cover.stop: cover_05
|
||||
|
||||
# - platform: gpio
|
||||
# name: "${node_name} IN_10"
|
||||
# id: in_10
|
||||
# pin:
|
||||
# mcp23xxx: mcp_inputs_1to16
|
||||
# number: 9
|
||||
# mode:
|
||||
# input: true
|
||||
# pullup: false
|
||||
# inverted: true
|
||||
# on_press:
|
||||
# then:
|
||||
# cover.close: cover_05
|
||||
# on_release:
|
||||
# then:
|
||||
# cover.stop: cover_05
|
||||
|
||||
# - platform: gpio
|
||||
# name: "${node_name} IN_11"
|
||||
# id: in_11
|
||||
# pin:
|
||||
# mcp23xxx: mcp_inputs_1to16
|
||||
# number: 10
|
||||
# mode:
|
||||
# input: true
|
||||
# pullup: false
|
||||
# inverted: true
|
||||
# on_press:
|
||||
# then:
|
||||
# cover.open: cover_06
|
||||
# on_release:
|
||||
# then:
|
||||
# cover.stop: cover_06
|
||||
|
||||
# - platform: gpio
|
||||
# name: "${node_name} IN_12"
|
||||
# id: in_12
|
||||
# pin:
|
||||
# mcp23xxx: mcp_inputs_1to16
|
||||
# number: 11
|
||||
# mode:
|
||||
# input: true
|
||||
# pullup: false
|
||||
# inverted: true
|
||||
# on_press:
|
||||
# then:
|
||||
# cover.close: cover_06
|
||||
# on_release:
|
||||
# then:
|
||||
# cover.stop: cover_06
|
||||
|
||||
# - platform: gpio
|
||||
# name: "${node_name} IN_13"
|
||||
# id: in_13
|
||||
# pin:
|
||||
# mcp23xxx: mcp_inputs_1to16
|
||||
# number: 12
|
||||
# mode:
|
||||
# input: true
|
||||
# pullup: false
|
||||
# inverted: true
|
||||
# on_press:
|
||||
# then:
|
||||
# - switch.toggle: relay_13
|
||||
|
||||
# - platform: gpio
|
||||
# name: "${node_name} IN_14"
|
||||
# id: in_14
|
||||
# pin:
|
||||
# mcp23xxx: mcp_inputs_1to16
|
||||
# number: 13
|
||||
# mode:
|
||||
# input: true
|
||||
# pullup: false
|
||||
# inverted: true
|
||||
# on_press:
|
||||
# then:
|
||||
# - switch.toggle: relay_14
|
||||
|
||||
# - platform: gpio
|
||||
# name: "${node_name} IN_15"
|
||||
# id: in_15
|
||||
# pin:
|
||||
# mcp23xxx: mcp_inputs_1to16
|
||||
# number: 14
|
||||
# mode:
|
||||
# input: true
|
||||
# pullup: false
|
||||
# inverted: true
|
||||
# on_press:
|
||||
# then:
|
||||
# - switch.toggle: relay_15
|
||||
|
||||
# - platform: gpio
|
||||
# name: "${node_name} IN_16"
|
||||
# id: in_16
|
||||
# pin:
|
||||
# mcp23xxx: mcp_inputs_1to16
|
||||
# number: 15
|
||||
# mode:
|
||||
# input: true
|
||||
# pullup: false
|
||||
# inverted: true
|
||||
# on_press:
|
||||
# then:
|
||||
# - switch.toggle: relay_16
|
||||
|
||||
# - platform: gpio
|
||||
# name: "${node_name} IN_17"
|
||||
# id: in_17
|
||||
# pin:
|
||||
# mcp23xxx: mcp_inputs_17to32
|
||||
# number: 7
|
||||
# mode:
|
||||
# input: true
|
||||
# pullup: false
|
||||
# inverted: true
|
||||
# on_press:
|
||||
# then:
|
||||
# - switch.toggle: relay_17
|
||||
|
||||
# - platform: gpio
|
||||
# name: "${node_name} IN_18"
|
||||
# id: in_18
|
||||
# pin:
|
||||
# mcp23xxx: mcp_inputs_17to32
|
||||
# number: 6
|
||||
# mode:
|
||||
# input: true
|
||||
# pullup: false
|
||||
# inverted: true
|
||||
# on_press:
|
||||
# then:
|
||||
# - switch.toggle: relay_18
|
||||
|
||||
# - platform: gpio
|
||||
# name: "${node_name} IN_19"
|
||||
# id: in_19
|
||||
# pin:
|
||||
# mcp23xxx: mcp_inputs_17to32
|
||||
# number: 5
|
||||
# mode:
|
||||
# input: true
|
||||
# pullup: false
|
||||
# inverted: true
|
||||
# on_press:
|
||||
# then:
|
||||
# - switch.toggle: relay_19
|
||||
|
||||
# - platform: gpio
|
||||
# name: "${node_name} IN_20"
|
||||
# id: in_20
|
||||
# pin:
|
||||
# mcp23xxx: mcp_inputs_17to32
|
||||
# number: 4
|
||||
# mode:
|
||||
# input: true
|
||||
# pullup: false
|
||||
# inverted: true
|
||||
# on_press:
|
||||
# then:
|
||||
# - switch.toggle: relay_20
|
||||
|
||||
# - platform: gpio
|
||||
# name: "${node_name} IN_21"
|
||||
# id: in_21
|
||||
# pin:
|
||||
# mcp23xxx: mcp_inputs_17to32
|
||||
# number: 3
|
||||
# mode:
|
||||
# input: true
|
||||
# pullup: false
|
||||
# inverted: true
|
||||
# on_press:
|
||||
# then:
|
||||
# - switch.toggle: relay_21
|
||||
|
||||
# - platform: gpio
|
||||
# name: "${node_name} IN_22"
|
||||
# id: in_22
|
||||
# pin:
|
||||
# mcp23xxx: mcp_inputs_17to32
|
||||
# number: 2
|
||||
# mode:
|
||||
# input: true
|
||||
# pullup: false
|
||||
# inverted: true
|
||||
# on_press:
|
||||
# then:
|
||||
# - switch.toggle: relay_22
|
||||
|
||||
# - platform: gpio
|
||||
# name: "${node_name} IN_23"
|
||||
# id: in_23
|
||||
# pin:
|
||||
# mcp23xxx: mcp_inputs_17to32
|
||||
# number: 1
|
||||
# mode:
|
||||
# input: true
|
||||
# pullup: false
|
||||
# inverted: true
|
||||
# on_press:
|
||||
# then:
|
||||
# - switch.toggle: relay_22
|
||||
|
||||
# - platform: gpio
|
||||
# name: "${node_name} IN_24"
|
||||
# id: in_24
|
||||
# pin:
|
||||
# mcp23xxx: mcp_inputs_17to32
|
||||
# number: 0
|
||||
# mode:
|
||||
# input: true
|
||||
# pullup: false
|
||||
# inverted: true
|
||||
# on_press:
|
||||
# then:
|
||||
# - switch.toggle: relay_24
|
||||
|
||||
# - platform: gpio
|
||||
# name: "${node_name} IN_25"
|
||||
# id: in_25
|
||||
# pin:
|
||||
# mcp23xxx: mcp_inputs_17to32
|
||||
# number: 8
|
||||
# mode:
|
||||
# input: true
|
||||
# pullup: false
|
||||
# inverted: true
|
||||
# on_press:
|
||||
# then:
|
||||
# - switch.toggle: relay_25
|
||||
|
||||
# - platform: gpio
|
||||
# name: "${node_name} IN_26"
|
||||
# id: in_26
|
||||
# pin:
|
||||
# mcp23xxx: mcp_inputs_17to32
|
||||
# number: 9
|
||||
# mode:
|
||||
# input: true
|
||||
# pullup: false
|
||||
# inverted: true
|
||||
# on_press:
|
||||
# then:
|
||||
# - switch.toggle: relay_26
|
||||
|
||||
# - platform: gpio
|
||||
# name: "${node_name} IN_27"
|
||||
# id: in_27
|
||||
# pin:
|
||||
# mcp23xxx: mcp_inputs_17to32
|
||||
# number: 10
|
||||
# mode:
|
||||
# input: true
|
||||
# pullup: false
|
||||
# inverted: true
|
||||
# on_press:
|
||||
# then:
|
||||
# - switch.toggle: relay_27
|
||||
|
||||
# - platform: gpio
|
||||
# name: "${node_name} IN_28"
|
||||
# id: in_28
|
||||
# pin:
|
||||
# mcp23xxx: mcp_inputs_17to32
|
||||
# number: 11
|
||||
# mode:
|
||||
# input: true
|
||||
# pullup: false
|
||||
# inverted: true
|
||||
# on_press:
|
||||
# then:
|
||||
# - switch.toggle: relay_28
|
||||
|
||||
# - platform: gpio
|
||||
# name: "${node_name} IN_29"
|
||||
# id: in_29
|
||||
# pin:
|
||||
# mcp23xxx: mcp_inputs_17to32
|
||||
# number: 12
|
||||
# mode:
|
||||
# input: true
|
||||
# pullup: false
|
||||
# inverted: true
|
||||
# on_press:
|
||||
# then:
|
||||
# - switch.toggle: relay_29
|
||||
|
||||
# - platform: gpio
|
||||
# name: "${node_name} IN_30"
|
||||
# id: in_30
|
||||
# pin:
|
||||
# mcp23xxx: mcp_inputs_17to32
|
||||
# number: 13
|
||||
# mode:
|
||||
# input: true
|
||||
# pullup: false
|
||||
# inverted: true
|
||||
# on_press:
|
||||
# then:
|
||||
# - switch.toggle: relay_30
|
||||
|
||||
# - platform: gpio
|
||||
# name: "${node_name} IN_31"
|
||||
# id: in_31
|
||||
# pin:
|
||||
# mcp23xxx: mcp_inputs_17to32
|
||||
# number: 14
|
||||
# mode:
|
||||
# input: true
|
||||
# pullup: false
|
||||
# inverted: true
|
||||
# on_press:
|
||||
# then:
|
||||
# - switch.toggle: relay_31
|
||||
|
||||
# - platform: gpio
|
||||
# name: "${node_name} IN_32"
|
||||
# id: in_32
|
||||
# pin:
|
||||
# mcp23xxx: mcp_inputs_17to32
|
||||
# number: 15
|
||||
# mode:
|
||||
# input: true
|
||||
# pullup: false
|
||||
# inverted: true
|
||||
# on_press:
|
||||
# then:
|
||||
# - switch.toggle: relay_32
|
||||
|
||||
- platform: gpio
|
||||
name: "${node_name} IN_05"
|
||||
id: in_05
|
||||
@@ -483,3 +897,4 @@ binary_sensor:
|
||||
on_press:
|
||||
then:
|
||||
- switch.toggle: relay_32
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ binary_sensor:
|
||||
inverted: true
|
||||
on_press:
|
||||
then:
|
||||
cover.open: cover_01
|
||||
- cover.open: cover_01
|
||||
on_release:
|
||||
then:
|
||||
cover.stop: cover_01
|
||||
@@ -63,6 +63,481 @@ binary_sensor:
|
||||
then:
|
||||
cover.stop: cover_02
|
||||
|
||||
# - platform: gpio
|
||||
# name: "${node_name} IN_05"
|
||||
# id: in_05
|
||||
# pin:
|
||||
# pcf8574: pcf_inputs_1to14
|
||||
# number: 4
|
||||
# mode:
|
||||
# input: true
|
||||
# inverted: true
|
||||
# on_press:
|
||||
# then:
|
||||
# cover.open: cover_03
|
||||
# on_release:
|
||||
# then:
|
||||
# cover.stop: cover_03
|
||||
|
||||
# - platform: gpio
|
||||
# name: "${node_name} IN_06"
|
||||
# id: in_06
|
||||
# pin:
|
||||
# pcf8574: pcf_inputs_1to14
|
||||
# number: 5
|
||||
# mode:
|
||||
# input: true
|
||||
# inverted: true
|
||||
# on_press:
|
||||
# then:
|
||||
# cover.open: cover_03
|
||||
# on_release:
|
||||
# then:
|
||||
# cover.stop: cover_03
|
||||
|
||||
# - platform: gpio
|
||||
# name: "${node_name} IN_07"
|
||||
# id: in_07
|
||||
# pin:
|
||||
# pcf8574: pcf_inputs_1to14
|
||||
# number: 6
|
||||
# mode:
|
||||
# input: true
|
||||
# inverted: true
|
||||
# on_press:
|
||||
# then:
|
||||
# cover.open: cover_04
|
||||
# on_release:
|
||||
# then:
|
||||
# cover.stop: cover_04
|
||||
|
||||
# - platform: gpio
|
||||
# name: "${node_name} IN_08"
|
||||
# id: in_08
|
||||
# pin:
|
||||
# pcf8574: pcf_inputs_1to14
|
||||
# number: 8
|
||||
# mode:
|
||||
# input: true
|
||||
# inverted: true
|
||||
# on_press:
|
||||
# then:
|
||||
# cover.open: cover_04
|
||||
# on_release:
|
||||
# then:
|
||||
# cover.stop: cover_04
|
||||
|
||||
# - platform: gpio
|
||||
# name: "${node_name} IN_09"
|
||||
# id: in_09
|
||||
# pin:
|
||||
# pcf8574: pcf_inputs_1to14
|
||||
# number: 9
|
||||
# mode:
|
||||
# input: true
|
||||
# inverted: true
|
||||
# on_press:
|
||||
# then:
|
||||
# cover.open: cover_05
|
||||
# on_release:
|
||||
# then:
|
||||
# cover.stop: cover_05
|
||||
|
||||
# - platform: gpio
|
||||
# name: "${node_name} IN_10"
|
||||
# id: in_10
|
||||
# pin:
|
||||
# pcf8574: pcf_inputs_1to14
|
||||
# number: 10
|
||||
# mode:
|
||||
# input: true
|
||||
# inverted: true
|
||||
# on_press:
|
||||
# then:
|
||||
# cover.open: cover_05
|
||||
# on_release:
|
||||
# then:
|
||||
# cover.stop: cover_05
|
||||
|
||||
# - platform: gpio
|
||||
# name: "${node_name} IN_11"
|
||||
# id: in_11
|
||||
# pin:
|
||||
# pcf8574: pcf_inputs_1to14
|
||||
# number: 11
|
||||
# mode:
|
||||
# input: true
|
||||
# inverted: true
|
||||
# on_press:
|
||||
# then:
|
||||
# cover.open: cover_06
|
||||
# on_release:
|
||||
# then:
|
||||
# cover.stop: cover_06
|
||||
|
||||
# - platform: gpio
|
||||
# name: "${node_name} IN_12"
|
||||
# id: in_12
|
||||
# pin:
|
||||
# pcf8574: pcf_inputs_1to14
|
||||
# number: 12
|
||||
# mode:
|
||||
# input: true
|
||||
# inverted: true
|
||||
# on_press:
|
||||
# then:
|
||||
# cover.open: cover_06
|
||||
# on_release:
|
||||
# then:
|
||||
# cover.stop: cover_06
|
||||
|
||||
# - platform: gpio
|
||||
# name: "${node_name} IN_13"
|
||||
# id: in_13
|
||||
# pin:
|
||||
# pcf8574: pcf_inputs_1to14
|
||||
# number: 13
|
||||
# mode:
|
||||
# input: true
|
||||
# inverted: true
|
||||
# on_press:
|
||||
# then:
|
||||
# cover.open: cover_07
|
||||
# on_release:
|
||||
# then:
|
||||
# cover.stop: cover_07
|
||||
|
||||
# - platform: gpio
|
||||
# name: "${node_name} IN_14"
|
||||
# id: in_14
|
||||
# pin:
|
||||
# pcf8574: pcf_inputs_1to14
|
||||
# number: 14
|
||||
# mode:
|
||||
# input: true
|
||||
# inverted: true
|
||||
# on_press:
|
||||
# then:
|
||||
# cover.open: cover_07
|
||||
# on_release:
|
||||
# then:
|
||||
# cover.stop: cover_07
|
||||
|
||||
# - platform: gpio
|
||||
# name: "${node_name} IN_15"
|
||||
# id: in_15
|
||||
# pin:
|
||||
# pcf8574: pcf_inputs_15to28
|
||||
# number: 6
|
||||
# mode:
|
||||
# input: true
|
||||
# inverted: true
|
||||
# on_press:
|
||||
# then:
|
||||
# cover.open: cover_08
|
||||
# on_release:
|
||||
# then:
|
||||
# cover.stop: cover_08
|
||||
|
||||
# - platform: gpio
|
||||
# name: "${node_name} IN_16"
|
||||
# id: in_16
|
||||
# pin:
|
||||
# pcf8574: pcf_inputs_15to28
|
||||
# number: 5
|
||||
# mode:
|
||||
# input: true
|
||||
# inverted: true
|
||||
# on_press:
|
||||
# then:
|
||||
# cover.open: cover_08
|
||||
# on_release:
|
||||
# then:
|
||||
# cover.stop: cover_08
|
||||
|
||||
# - platform: gpio
|
||||
# name: "${node_name} IN_17"
|
||||
# id: in_17
|
||||
# pin:
|
||||
# pcf8574: pcf_inputs_15to28
|
||||
# number: 4
|
||||
# mode:
|
||||
# input: true
|
||||
# inverted: true
|
||||
# on_press:
|
||||
# then:
|
||||
# cover.open: cover_09
|
||||
# on_release:
|
||||
# then:
|
||||
# cover.stop: cover_09
|
||||
|
||||
# - platform: gpio
|
||||
# name: "${node_name} IN_18"
|
||||
# id: in_18
|
||||
# pin:
|
||||
# pcf8574: pcf_inputs_15to28
|
||||
# number: 3
|
||||
# mode:
|
||||
# input: true
|
||||
# inverted: true
|
||||
# on_press:
|
||||
# then:
|
||||
# cover.open: cover_09
|
||||
# on_release:
|
||||
# then:
|
||||
# cover.stop: cover_09
|
||||
|
||||
# - platform: gpio
|
||||
# name: "${node_name} IN_19"
|
||||
# id: in_19
|
||||
# pin:
|
||||
# pcf8574: pcf_inputs_15to28
|
||||
# number: 2
|
||||
# mode:
|
||||
# input: true
|
||||
# inverted: true
|
||||
# on_press:
|
||||
# then:
|
||||
# cover.open: cover_10
|
||||
# on_release:
|
||||
# then:
|
||||
# cover.stop: cover_10
|
||||
|
||||
# - platform: gpio
|
||||
# name: "${node_name} IN_20"
|
||||
# id: in_20
|
||||
# pin:
|
||||
# pcf8574: pcf_inputs_15to28
|
||||
# number: 1
|
||||
# mode:
|
||||
# input: true
|
||||
# inverted: true
|
||||
# on_press:
|
||||
# then:
|
||||
# cover.open: cover_10
|
||||
# on_release:
|
||||
# then:
|
||||
# cover.stop: cover_10
|
||||
|
||||
# - platform: gpio
|
||||
# name: "${node_name} IN_21"
|
||||
# id: in_21
|
||||
# pin:
|
||||
# pcf8574: pcf_inputs_15to28
|
||||
# number: 0
|
||||
# mode:
|
||||
# input: true
|
||||
# inverted: true
|
||||
# on_press:
|
||||
# then:
|
||||
# cover.open: cover_11
|
||||
# on_release:
|
||||
# then:
|
||||
# cover.stop: cover_11
|
||||
|
||||
# - platform: gpio
|
||||
# name: "${node_name} IN_22"
|
||||
# id: in_22
|
||||
# pin:
|
||||
# pcf8574: pcf_inputs_15to28
|
||||
# number: 8
|
||||
# mode:
|
||||
# input: true
|
||||
# inverted: true
|
||||
# on_press:
|
||||
# then:
|
||||
# cover.open: cover_11
|
||||
# on_release:
|
||||
# then:
|
||||
# cover.stop: cover_11
|
||||
|
||||
# - platform: gpio
|
||||
# name: "${node_name} IN_23"
|
||||
# id: in_23
|
||||
# pin:
|
||||
# pcf8574: pcf_inputs_15to28
|
||||
# number: 9
|
||||
# mode:
|
||||
# input: true
|
||||
# inverted: true
|
||||
# on_press:
|
||||
# then:
|
||||
# cover.open: cover_12
|
||||
# on_release:
|
||||
# then:
|
||||
# cover.stop: cover_12
|
||||
|
||||
# - platform: gpio
|
||||
# name: "${node_name} IN_24"
|
||||
# id: in_24
|
||||
# pin:
|
||||
# pcf8574: pcf_inputs_15to28
|
||||
# number: 10
|
||||
# mode:
|
||||
# input: true
|
||||
# inverted: true
|
||||
# on_press:
|
||||
# then:
|
||||
# cover.open: cover_12
|
||||
# on_release:
|
||||
# then:
|
||||
# cover.stop: cover_12
|
||||
|
||||
# - platform: gpio
|
||||
# name: "${node_name} IN_25"
|
||||
# id: in_25
|
||||
# pin:
|
||||
# pcf8574: pcf_inputs_15to28
|
||||
# number: 11
|
||||
# mode:
|
||||
# input: true
|
||||
# inverted: true
|
||||
# on_press:
|
||||
# then:
|
||||
# cover.open: cover_13
|
||||
# on_release:
|
||||
# then:
|
||||
# cover.stop: cover_13
|
||||
|
||||
# - platform: gpio
|
||||
# name: "${node_name} IN_26"
|
||||
# id: in_26
|
||||
# pin:
|
||||
# pcf8574: pcf_inputs_15to28
|
||||
# number: 12
|
||||
# mode:
|
||||
# input: true
|
||||
# inverted: true
|
||||
# on_press:
|
||||
# then:
|
||||
# cover.open: cover_13
|
||||
# on_release:
|
||||
# then:
|
||||
# cover.stop: cover_13
|
||||
|
||||
# - platform: gpio
|
||||
# name: "${node_name} IN_27"
|
||||
# id: in_27
|
||||
# pin:
|
||||
# pcf8574: pcf_inputs_15to28
|
||||
# number: 13
|
||||
# mode:
|
||||
# input: true
|
||||
# inverted: true
|
||||
# on_press:
|
||||
# then:
|
||||
# cover.open: cover_14
|
||||
# on_release:
|
||||
# then:
|
||||
# cover.stop: cover_14
|
||||
|
||||
# - platform: gpio
|
||||
# name: "${node_name} IN_28"
|
||||
# id: in_28
|
||||
# pin:
|
||||
# pcf8574: pcf_inputs_15to28
|
||||
# number: 14
|
||||
# mode:
|
||||
# input: true
|
||||
# inverted: true
|
||||
# on_press:
|
||||
# then:
|
||||
# cover.open: cover_14
|
||||
# on_release:
|
||||
# then:
|
||||
# cover.stop: cover_14
|
||||
|
||||
# - platform: gpio
|
||||
# name: "${node_name} IN_29"
|
||||
# id: in_29
|
||||
# pin:
|
||||
# pcf8574: pcf_inputs_28to35_menu
|
||||
# number: 0
|
||||
# mode:
|
||||
# input: true
|
||||
# inverted: true
|
||||
# on_press:
|
||||
# then:
|
||||
# cover.open: cover_15
|
||||
# on_release:
|
||||
# then:
|
||||
# cover.stop: cover_15
|
||||
|
||||
# - platform: gpio
|
||||
# name: "${node_name} IN_30"
|
||||
# id: in_30
|
||||
# pin:
|
||||
# pcf8574: pcf_inputs_28to35_menu
|
||||
# number: 1
|
||||
# mode:
|
||||
# input: true
|
||||
# inverted: true
|
||||
# on_press:
|
||||
# then:
|
||||
# cover.open: cover_15
|
||||
# on_release:
|
||||
# then:
|
||||
# cover.stop: cover_15
|
||||
|
||||
# - platform: gpio
|
||||
# name: "${node_name} IN_31"
|
||||
# id: in_31
|
||||
# pin:
|
||||
# pcf8574: pcf_inputs_28to35_menu
|
||||
# number: 2
|
||||
# mode:
|
||||
# input: true
|
||||
# inverted: true
|
||||
# on_press:
|
||||
# then:
|
||||
# cover.open: cover_16
|
||||
# on_release:
|
||||
# then:
|
||||
# cover.stop: cover_16
|
||||
|
||||
# - platform: gpio
|
||||
# name: "${node_name} IN_32"
|
||||
# id: in_32
|
||||
# pin:
|
||||
# pcf8574: pcf_inputs_28to35_menu
|
||||
# number: 3
|
||||
# mode:
|
||||
# input: true
|
||||
# inverted: true
|
||||
# on_press:
|
||||
# then:
|
||||
# cover.open: cover_16
|
||||
# on_release:
|
||||
# then:
|
||||
# cover.stop: cover_16
|
||||
|
||||
# - platform: gpio
|
||||
# name: "${node_name} IN_33"
|
||||
# pin:
|
||||
# pcf8574: pcf_inputs_28to35_menu
|
||||
# number: 4
|
||||
# mode:
|
||||
# input: true
|
||||
# inverted: true
|
||||
|
||||
# - platform: gpio
|
||||
# name: "${node_name} IN_34"
|
||||
# pin:
|
||||
# pcf8574: pcf_inputs_28to35_menu
|
||||
# number: 5
|
||||
# mode:
|
||||
# input: true
|
||||
# inverted: true
|
||||
|
||||
# - platform: gpio
|
||||
# name: "${node_name} IN_35"
|
||||
# pin:
|
||||
# pcf8574: pcf_inputs_28to35_menu
|
||||
# number: 6
|
||||
# mode:
|
||||
# input: true
|
||||
# inverted: true
|
||||
=======
|
||||
- platform: gpio
|
||||
name: "${node_name} IN_05"
|
||||
id: in_05
|
||||
|
||||
60
boards/cover16_outputs_PCF.yaml
Normal file
60
boards/cover16_outputs_PCF.yaml
Normal file
@@ -0,0 +1,60 @@
|
||||
|
||||
pcf8574:
|
||||
- id: 'pcf_1'
|
||||
address: 0x21
|
||||
pcf8575: true
|
||||
i2c_id: bus_b
|
||||
- id: 'pcf_2'
|
||||
address: 0x20
|
||||
pcf8575: true
|
||||
i2c_id: bus_b
|
||||
|
||||
switch:
|
||||
- platform: gpio
|
||||
id: cover_open_01
|
||||
pin:
|
||||
pcf8574: pcf_1
|
||||
# Use pin number 0
|
||||
number: 15
|
||||
mode:
|
||||
output: true
|
||||
inverted: true
|
||||
interlock: &cover_interlock_01 [cover_open_01, cover_close_01]
|
||||
interlock_wait_time: 5ms
|
||||
restore_mode: always off
|
||||
|
||||
- platform: gpio
|
||||
id: cover_close_01
|
||||
pin:
|
||||
pcf8574: pcf_1
|
||||
# Use pin number 1
|
||||
number: 14
|
||||
mode:
|
||||
output: true
|
||||
inverted: true
|
||||
interlock: *cover_interlock_01
|
||||
restore_mode: always off
|
||||
|
||||
- platform: gpio
|
||||
id: cover_open_02
|
||||
pin:
|
||||
pcf8574: pcf_1
|
||||
# Use pin number 3
|
||||
number: 13
|
||||
mode:
|
||||
output: true
|
||||
inverted: true
|
||||
interlock: &cover_interlock_02 [cover_open_02, cover_close_02]
|
||||
restore_mode: always off
|
||||
|
||||
- platform: gpio
|
||||
id: cover_close_02
|
||||
pin:
|
||||
pcf8574: pcf_1
|
||||
# Use pin number 2
|
||||
number: 12
|
||||
mode:
|
||||
output: true
|
||||
inverted: true
|
||||
interlock: *cover_interlock_02
|
||||
restore_mode: always off
|
||||
491
boards/coverMix_inputs_PCF.yaml
Normal file
491
boards/coverMix_inputs_PCF.yaml
Normal file
@@ -0,0 +1,491 @@
|
||||
binary_sensor:
|
||||
- platform: gpio
|
||||
name: '${node_name} IN_01'
|
||||
id: in_01
|
||||
pin:
|
||||
pcf8574: pcf_inputs_1to14
|
||||
number: 0
|
||||
mode:
|
||||
input: true
|
||||
inverted: true
|
||||
on_press:
|
||||
then:
|
||||
- cover.open: cover_01
|
||||
on_release:
|
||||
then:
|
||||
- cover.stop: cover_01
|
||||
|
||||
- platform: gpio
|
||||
name: '${node_name} IN_02'
|
||||
id: in_02
|
||||
pin:
|
||||
pcf8574: pcf_inputs_1to14
|
||||
number: 1
|
||||
mode:
|
||||
input: true
|
||||
inverted: true
|
||||
on_press:
|
||||
then:
|
||||
- cover.close: cover_01
|
||||
on_release:
|
||||
then:
|
||||
- cover.stop: cover_01
|
||||
|
||||
- platform: gpio
|
||||
name: '${node_name} IN_03'
|
||||
id: in_03
|
||||
pin:
|
||||
pcf8574: pcf_inputs_1to14
|
||||
number: 2
|
||||
mode:
|
||||
input: true
|
||||
inverted: true
|
||||
on_press:
|
||||
then:
|
||||
- cover.open: cover_02
|
||||
on_release:
|
||||
then:
|
||||
- cover.stop: cover_02
|
||||
|
||||
- platform: gpio
|
||||
name: '${node_name} IN_04'
|
||||
id: in_04
|
||||
pin:
|
||||
pcf8574: pcf_inputs_1to14
|
||||
number: 3
|
||||
mode:
|
||||
input: true
|
||||
inverted: true
|
||||
on_press:
|
||||
then:
|
||||
- cover.close: cover_02
|
||||
on_release:
|
||||
then:
|
||||
- cover.stop: cover_02
|
||||
|
||||
- platform: gpio
|
||||
name: '${node_name} IN_05'
|
||||
id: in_05
|
||||
pin:
|
||||
pcf8574: pcf_inputs_1to14
|
||||
number: 4
|
||||
mode:
|
||||
input: true
|
||||
inverted: true
|
||||
on_press:
|
||||
then:
|
||||
- cover.open: cover_03
|
||||
on_release:
|
||||
then:
|
||||
- cover.stop: cover_03
|
||||
|
||||
- platform: gpio
|
||||
name: '${node_name} IN_06'
|
||||
id: in_06
|
||||
pin:
|
||||
pcf8574: pcf_inputs_1to14
|
||||
number: 5
|
||||
mode:
|
||||
input: true
|
||||
inverted: true
|
||||
on_press:
|
||||
then:
|
||||
- cover.close: cover_03
|
||||
on_release:
|
||||
then:
|
||||
- cover.stop: cover_03
|
||||
|
||||
- platform: gpio
|
||||
name: '${node_name} IN_07'
|
||||
id: in_07
|
||||
pin:
|
||||
pcf8574: pcf_inputs_1to14
|
||||
number: 6
|
||||
mode:
|
||||
input: true
|
||||
inverted: true
|
||||
on_press:
|
||||
then:
|
||||
- cover.open: cover_04
|
||||
on_release:
|
||||
then:
|
||||
- cover.stop: cover_04
|
||||
|
||||
- platform: gpio
|
||||
name: '${node_name} IN_08'
|
||||
id: in_08
|
||||
pin:
|
||||
pcf8574: pcf_inputs_1to14
|
||||
number: 8
|
||||
mode:
|
||||
input: true
|
||||
inverted: true
|
||||
on_press:
|
||||
then:
|
||||
- cover.close: cover_04
|
||||
on_release:
|
||||
then:
|
||||
- cover.stop: cover_04
|
||||
|
||||
- platform: gpio
|
||||
name: '${node_name} IN_09'
|
||||
id: in_09
|
||||
pin:
|
||||
pcf8574: pcf_inputs_1to14
|
||||
number: 9
|
||||
mode:
|
||||
input: true
|
||||
inverted: true
|
||||
on_press:
|
||||
then:
|
||||
- cover.open: cover_05
|
||||
on_release:
|
||||
then:
|
||||
- cover.stop: cover_05
|
||||
|
||||
- platform: gpio
|
||||
name: '${node_name} IN_10'
|
||||
id: in_10
|
||||
pin:
|
||||
pcf8574: pcf_inputs_1to14
|
||||
number: 10
|
||||
mode:
|
||||
input: true
|
||||
inverted: true
|
||||
on_press:
|
||||
then:
|
||||
- cover.close: cover_05
|
||||
on_release:
|
||||
then:
|
||||
- cover.stop: cover_05
|
||||
|
||||
- platform: gpio
|
||||
name: '${node_name} IN_11'
|
||||
id: in_11
|
||||
pin:
|
||||
pcf8574: pcf_inputs_1to14
|
||||
number: 11
|
||||
mode:
|
||||
input: true
|
||||
inverted: true
|
||||
on_press:
|
||||
then:
|
||||
- cover.open: cover_06
|
||||
on_release:
|
||||
then:
|
||||
- cover.stop: cover_06
|
||||
|
||||
- platform: gpio
|
||||
name: '${node_name} IN_12'
|
||||
id: in_12
|
||||
pin:
|
||||
pcf8574: pcf_inputs_1to14
|
||||
number: 12
|
||||
mode:
|
||||
input: true
|
||||
inverted: true
|
||||
on_press:
|
||||
then:
|
||||
- cover.close: cover_06
|
||||
on_release:
|
||||
then:
|
||||
- cover.stop: cover_06
|
||||
|
||||
- platform: gpio
|
||||
name: '${node_name} IN_13'
|
||||
id: in_13
|
||||
pin:
|
||||
pcf8574: pcf_inputs_1to14
|
||||
number: 13
|
||||
mode:
|
||||
input: true
|
||||
inverted: true
|
||||
on_press:
|
||||
then:
|
||||
- cover.open: cover_07
|
||||
on_release:
|
||||
then:
|
||||
- cover.stop: cover_07
|
||||
|
||||
- platform: gpio
|
||||
name: '${node_name} IN_14'
|
||||
id: in_14
|
||||
pin:
|
||||
pcf8574: pcf_inputs_1to14
|
||||
number: 14
|
||||
mode:
|
||||
input: true
|
||||
inverted: true
|
||||
on_press:
|
||||
then:
|
||||
- cover.close: cover_07
|
||||
on_release:
|
||||
then:
|
||||
- cover.stop: cover_07
|
||||
|
||||
- platform: gpio
|
||||
name: '${node_name} IN_15'
|
||||
id: in_15
|
||||
pin:
|
||||
pcf8574: pcf_inputs_15to28
|
||||
number: 6
|
||||
mode:
|
||||
input: true
|
||||
inverted: true
|
||||
on_press:
|
||||
then:
|
||||
- cover.open: cover_08
|
||||
on_release:
|
||||
then:
|
||||
- cover.stop: cover_08
|
||||
|
||||
- platform: gpio
|
||||
name: '${node_name} IN_16'
|
||||
id: in_16
|
||||
pin:
|
||||
pcf8574: pcf_inputs_15to28
|
||||
number: 5
|
||||
mode:
|
||||
input: true
|
||||
inverted: true
|
||||
on_press:
|
||||
then:
|
||||
- cover.close: cover_08
|
||||
on_release:
|
||||
then:
|
||||
- cover.stop: cover_08
|
||||
|
||||
- platform: gpio
|
||||
name: '${node_name} IN_17'
|
||||
id: in_17
|
||||
pin:
|
||||
pcf8574: pcf_inputs_15to28
|
||||
number: 4
|
||||
mode:
|
||||
input: true
|
||||
inverted: true
|
||||
on_press:
|
||||
then:
|
||||
- switch.toggle: relay_17
|
||||
|
||||
- platform: gpio
|
||||
name: '${node_name} IN_18'
|
||||
id: in_18
|
||||
pin:
|
||||
pcf8574: pcf_inputs_15to28
|
||||
number: 3
|
||||
mode:
|
||||
input: true
|
||||
inverted: true
|
||||
on_press:
|
||||
then:
|
||||
- switch.toggle: relay_18
|
||||
|
||||
- platform: gpio
|
||||
name: '${node_name} IN_19'
|
||||
id: in_19
|
||||
pin:
|
||||
pcf8574: pcf_inputs_15to28
|
||||
number: 2
|
||||
mode:
|
||||
input: true
|
||||
inverted: true
|
||||
on_press:
|
||||
then:
|
||||
- switch.toggle: relay_19
|
||||
|
||||
- platform: gpio
|
||||
name: '${node_name} IN_20'
|
||||
id: in_20
|
||||
pin:
|
||||
pcf8574: pcf_inputs_15to28
|
||||
number: 1
|
||||
mode:
|
||||
input: true
|
||||
inverted: true
|
||||
on_press:
|
||||
then:
|
||||
- switch.toggle: relay_20
|
||||
|
||||
- platform: gpio
|
||||
name: '${node_name} IN_21'
|
||||
id: in_21
|
||||
pin:
|
||||
pcf8574: pcf_inputs_15to28
|
||||
number: 0
|
||||
mode:
|
||||
input: true
|
||||
inverted: true
|
||||
on_press:
|
||||
then:
|
||||
- switch.toggle: relay_21
|
||||
|
||||
- platform: gpio
|
||||
name: '${node_name} IN_22'
|
||||
id: in_22
|
||||
pin:
|
||||
pcf8574: pcf_inputs_15to28
|
||||
number: 8
|
||||
mode:
|
||||
input: true
|
||||
inverted: true
|
||||
on_press:
|
||||
then:
|
||||
- switch.toggle: relay_22
|
||||
|
||||
- platform: gpio
|
||||
name: '${node_name} IN_23'
|
||||
id: in_23
|
||||
pin:
|
||||
pcf8574: pcf_inputs_15to28
|
||||
number: 9
|
||||
mode:
|
||||
input: true
|
||||
inverted: true
|
||||
on_press:
|
||||
then:
|
||||
- switch.toggle: relay_23
|
||||
|
||||
- platform: gpio
|
||||
name: '${node_name} IN_24'
|
||||
id: in_24
|
||||
pin:
|
||||
pcf8574: pcf_inputs_15to28
|
||||
number: 10
|
||||
mode:
|
||||
input: true
|
||||
inverted: true
|
||||
on_press:
|
||||
then:
|
||||
- switch.toggle: relay_24
|
||||
|
||||
- platform: gpio
|
||||
name: '${node_name} IN_25'
|
||||
id: in_25
|
||||
pin:
|
||||
pcf8574: pcf_inputs_15to28
|
||||
number: 11
|
||||
mode:
|
||||
input: true
|
||||
inverted: true
|
||||
on_press:
|
||||
then:
|
||||
- switch.toggle: relay_25
|
||||
|
||||
- platform: gpio
|
||||
name: '${node_name} IN_26'
|
||||
id: in_26
|
||||
pin:
|
||||
pcf8574: pcf_inputs_15to28
|
||||
number: 12
|
||||
mode:
|
||||
input: true
|
||||
inverted: true
|
||||
on_press:
|
||||
then:
|
||||
- switch.toggle: relay_26
|
||||
|
||||
- platform: gpio
|
||||
name: '${node_name} IN_27'
|
||||
id: in_27
|
||||
pin:
|
||||
pcf8574: pcf_inputs_15to28
|
||||
number: 13
|
||||
mode:
|
||||
input: true
|
||||
inverted: true
|
||||
on_press:
|
||||
then:
|
||||
- switch.toggle: relay_27
|
||||
|
||||
- platform: gpio
|
||||
name: '${node_name} IN_28'
|
||||
id: in_28
|
||||
pin:
|
||||
pcf8574: pcf_inputs_15to28
|
||||
number: 14
|
||||
mode:
|
||||
input: true
|
||||
inverted: true
|
||||
on_press:
|
||||
then:
|
||||
- switch.toggle: relay_28
|
||||
|
||||
- platform: gpio
|
||||
name: '${node_name} IN_29'
|
||||
id: in_29
|
||||
pin:
|
||||
pcf8574: pcf_inputs_28to35_menu
|
||||
number: 0
|
||||
mode:
|
||||
input: true
|
||||
inverted: true
|
||||
on_press:
|
||||
then:
|
||||
- switch.toggle: relay_29
|
||||
|
||||
- platform: gpio
|
||||
name: '${node_name} IN_30'
|
||||
id: in_30
|
||||
pin:
|
||||
pcf8574: pcf_inputs_28to35_menu
|
||||
number: 1
|
||||
mode:
|
||||
input: true
|
||||
inverted: true
|
||||
on_press:
|
||||
then:
|
||||
- switch.toggle: relay_30
|
||||
|
||||
- platform: gpio
|
||||
name: '${node_name} IN_31'
|
||||
id: in_31
|
||||
pin:
|
||||
pcf8574: pcf_inputs_28to35_menu
|
||||
number: 2
|
||||
mode:
|
||||
input: true
|
||||
inverted: true
|
||||
on_press:
|
||||
then:
|
||||
- switch.toggle: relay_31
|
||||
|
||||
- platform: gpio
|
||||
name: '${node_name} IN_32'
|
||||
id: in_32
|
||||
pin:
|
||||
pcf8574: pcf_inputs_28to35_menu
|
||||
number: 3
|
||||
mode:
|
||||
input: true
|
||||
inverted: true
|
||||
on_press:
|
||||
then:
|
||||
- switch.toggle: relay_32
|
||||
|
||||
- platform: gpio
|
||||
name: '${node_name} IN_33'
|
||||
pin:
|
||||
pcf8574: pcf_inputs_28to35_menu
|
||||
number: 4
|
||||
mode:
|
||||
input: true
|
||||
inverted: true
|
||||
|
||||
- platform: gpio
|
||||
name: '${node_name} IN_34'
|
||||
pin:
|
||||
pcf8574: pcf_inputs_28to35_menu
|
||||
number: 5
|
||||
mode:
|
||||
input: true
|
||||
inverted: true
|
||||
|
||||
- platform: gpio
|
||||
name: '${node_name} IN_35'
|
||||
pin:
|
||||
pcf8574: pcf_inputs_28to35_menu
|
||||
number: 6
|
||||
mode:
|
||||
input: true
|
||||
inverted: true
|
||||
121
boards/cover_mix.yaml
Normal file
121
boards/cover_mix.yaml
Normal file
@@ -0,0 +1,121 @@
|
||||
cover:
|
||||
- platform: time_based
|
||||
name: 'Cover 01'
|
||||
device_class: shutter
|
||||
id: cover_01
|
||||
open_action:
|
||||
- switch.turn_off: cover_close_01
|
||||
- switch.turn_on: cover_open_01
|
||||
open_duration: 10s
|
||||
close_action:
|
||||
- switch.turn_off: cover_open_01
|
||||
- switch.turn_on: cover_close_01
|
||||
close_duration: 10s
|
||||
stop_action:
|
||||
- switch.turn_off: cover_open_01
|
||||
- switch.turn_off: cover_close_01
|
||||
|
||||
- platform: time_based
|
||||
name: 'Cover 02'
|
||||
id: cover_02
|
||||
open_action:
|
||||
- switch.turn_off: cover_close_02
|
||||
- switch.turn_on: cover_open_02
|
||||
open_duration: 10s
|
||||
close_action:
|
||||
- switch.turn_off: cover_open_02
|
||||
- switch.turn_on: cover_close_02
|
||||
close_duration: 10s
|
||||
stop_action:
|
||||
- switch.turn_off: cover_open_02
|
||||
- switch.turn_off: cover_close_02
|
||||
|
||||
- platform: time_based
|
||||
name: 'Cover 03'
|
||||
id: cover_03
|
||||
open_action:
|
||||
- switch.turn_off: cover_close_03
|
||||
- switch.turn_on: cover_open_03
|
||||
open_duration: 10s
|
||||
close_action:
|
||||
- switch.turn_off: cover_open_03
|
||||
- switch.turn_on: cover_close_03
|
||||
close_duration: 10s
|
||||
stop_action:
|
||||
- switch.turn_off: cover_open_03
|
||||
- switch.turn_off: cover_close_03
|
||||
|
||||
- platform: time_based
|
||||
name: 'Cover 04'
|
||||
id: cover_04
|
||||
open_action:
|
||||
- switch.turn_off: cover_close_04
|
||||
- switch.turn_on: cover_open_04
|
||||
open_duration: 10s
|
||||
close_action:
|
||||
- switch.turn_off: cover_open_04
|
||||
- switch.turn_on: cover_close_04
|
||||
close_duration: 10s
|
||||
stop_action:
|
||||
- switch.turn_off: cover_open_04
|
||||
- switch.turn_off: cover_close_04
|
||||
|
||||
- platform: time_based
|
||||
name: 'Cover 05'
|
||||
id: cover_05
|
||||
open_action:
|
||||
- switch.turn_off: cover_close_05
|
||||
- switch.turn_on: cover_open_05
|
||||
open_duration: 10s
|
||||
close_action:
|
||||
- switch.turn_off: cover_open_05
|
||||
- switch.turn_on: cover_close_05
|
||||
close_duration: 10s
|
||||
stop_action:
|
||||
- switch.turn_off: cover_open_05
|
||||
- switch.turn_off: cover_close_05
|
||||
|
||||
- platform: time_based
|
||||
name: 'Cover 06'
|
||||
id: cover_06
|
||||
open_action:
|
||||
- switch.turn_off: cover_close_06
|
||||
- switch.turn_on: cover_open_06
|
||||
open_duration: 10s
|
||||
close_action:
|
||||
- switch.turn_off: cover_open_06
|
||||
- switch.turn_on: cover_close_06
|
||||
close_duration: 10s
|
||||
stop_action:
|
||||
- switch.turn_off: cover_open_06
|
||||
- switch.turn_off: cover_close_06
|
||||
|
||||
- platform: time_based
|
||||
name: 'Cover 07'
|
||||
id: cover_07
|
||||
open_action:
|
||||
- switch.turn_off: cover_close_07
|
||||
- switch.turn_on: cover_open_07
|
||||
open_duration: 10s
|
||||
close_action:
|
||||
- switch.turn_off: cover_open_07
|
||||
- switch.turn_on: cover_close_07
|
||||
close_duration: 10s
|
||||
stop_action:
|
||||
- switch.turn_off: cover_open_07
|
||||
- switch.turn_off: cover_close_07
|
||||
|
||||
- platform: time_based
|
||||
name: 'Cover 08'
|
||||
id: cover_08
|
||||
open_action:
|
||||
- switch.turn_off: cover_close_08
|
||||
- switch.turn_on: cover_open_08
|
||||
open_duration: 10s
|
||||
close_action:
|
||||
- switch.turn_off: cover_open_08
|
||||
- switch.turn_on: cover_close_08
|
||||
close_duration: 10s
|
||||
stop_action:
|
||||
- switch.turn_off: cover_open_08
|
||||
- switch.turn_off: cover_close_08
|
||||
427
boards/relay24_inputs_PCF.yaml
Normal file
427
boards/relay24_inputs_PCF.yaml
Normal file
@@ -0,0 +1,427 @@
|
||||
#i2c addresses
|
||||
# address: 0x26 input pcf io
|
||||
# address: 0x27 input pcf io
|
||||
# address: 0x3C input oled
|
||||
# address: 0x40 input ina219 power
|
||||
# address: 0x68 input rtc ds1307
|
||||
|
||||
binary_sensor:
|
||||
- platform: gpio
|
||||
name: "${node_name} IN_01"
|
||||
id: in_01
|
||||
pin:
|
||||
pcf8574: pcf_inputs_1to14
|
||||
number: 0
|
||||
mode:
|
||||
input: true
|
||||
inverted: true
|
||||
on_press:
|
||||
then:
|
||||
- switch.toggle: relay_1
|
||||
|
||||
- platform: gpio
|
||||
name: "${node_name} IN_02"
|
||||
id: in_02
|
||||
pin:
|
||||
pcf8574: pcf_inputs_1to14
|
||||
number: 1
|
||||
mode:
|
||||
input: true
|
||||
inverted: true
|
||||
on_press:
|
||||
then:
|
||||
- switch.toggle: relay_2
|
||||
|
||||
- platform: gpio
|
||||
name: "${node_name} IN_03"
|
||||
id: in_03
|
||||
pin:
|
||||
pcf8574: pcf_inputs_1to14
|
||||
number: 2
|
||||
mode:
|
||||
input: true
|
||||
inverted: true
|
||||
on_press:
|
||||
then:
|
||||
- switch.toggle: relay_3
|
||||
|
||||
- platform: gpio
|
||||
name: "${node_name} IN_04"
|
||||
id: in_04
|
||||
pin:
|
||||
pcf8574: pcf_inputs_1to14
|
||||
number: 3
|
||||
mode:
|
||||
input: true
|
||||
inverted: true
|
||||
on_press:
|
||||
then:
|
||||
- switch.toggle: relay_4
|
||||
|
||||
- platform: gpio
|
||||
name: "${node_name} IN_05"
|
||||
id: in_05
|
||||
pin:
|
||||
pcf8574: pcf_inputs_1to14
|
||||
number: 4
|
||||
mode:
|
||||
input: true
|
||||
inverted: true
|
||||
on_press:
|
||||
then:
|
||||
- switch.toggle: relay_5
|
||||
|
||||
- platform: gpio
|
||||
name: "${node_name} IN_06"
|
||||
id: in_06
|
||||
pin:
|
||||
pcf8574: pcf_inputs_1to14
|
||||
number: 5
|
||||
mode:
|
||||
input: true
|
||||
inverted: true
|
||||
on_press:
|
||||
then:
|
||||
- switch.toggle: relay_6
|
||||
|
||||
- platform: gpio
|
||||
name: "${node_name} IN_07"
|
||||
id: in_07
|
||||
pin:
|
||||
pcf8574: pcf_inputs_1to14
|
||||
number: 6
|
||||
mode:
|
||||
input: true
|
||||
inverted: true
|
||||
on_press:
|
||||
then:
|
||||
- switch.toggle: relay_7
|
||||
|
||||
- platform: gpio
|
||||
name: "${node_name} IN_08"
|
||||
id: in_08
|
||||
pin:
|
||||
pcf8574: pcf_inputs_1to14
|
||||
number: 8
|
||||
mode:
|
||||
input: true
|
||||
inverted: true
|
||||
on_press:
|
||||
then:
|
||||
- switch.toggle: relay_8
|
||||
|
||||
- platform: gpio
|
||||
name: "${node_name} IN_09"
|
||||
id: in_09
|
||||
pin:
|
||||
pcf8574: pcf_inputs_1to14
|
||||
number: 9
|
||||
mode:
|
||||
input: true
|
||||
inverted: true
|
||||
on_press:
|
||||
then:
|
||||
- switch.toggle: relay_9
|
||||
|
||||
- platform: gpio
|
||||
name: "${node_name} IN_10"
|
||||
id: in_10
|
||||
pin:
|
||||
pcf8574: pcf_inputs_1to14
|
||||
number: 10
|
||||
mode:
|
||||
input: true
|
||||
inverted: true
|
||||
on_press:
|
||||
then:
|
||||
- switch.toggle: relay_10
|
||||
|
||||
- platform: gpio
|
||||
name: "${node_name} IN_11"
|
||||
id: in_11
|
||||
pin:
|
||||
pcf8574: pcf_inputs_1to14
|
||||
number: 11
|
||||
mode:
|
||||
input: true
|
||||
inverted: true
|
||||
on_press:
|
||||
then:
|
||||
- switch.toggle: relay_11
|
||||
|
||||
- platform: gpio
|
||||
name: "${node_name} IN_12"
|
||||
id: in_12
|
||||
pin:
|
||||
pcf8574: pcf_inputs_1to14
|
||||
number: 12
|
||||
mode:
|
||||
input: true
|
||||
inverted: true
|
||||
on_press:
|
||||
then:
|
||||
- switch.toggle: relay_12
|
||||
|
||||
- platform: gpio
|
||||
name: "${node_name} IN_13"
|
||||
id: in_13
|
||||
pin:
|
||||
pcf8574: pcf_inputs_1to14
|
||||
number: 13
|
||||
mode:
|
||||
input: true
|
||||
inverted: true
|
||||
on_press:
|
||||
then:
|
||||
- switch.toggle: relay_13
|
||||
|
||||
- platform: gpio
|
||||
name: "${node_name} IN_14"
|
||||
id: in_14
|
||||
pin:
|
||||
pcf8574: pcf_inputs_1to14
|
||||
number: 14
|
||||
mode:
|
||||
input: true
|
||||
inverted: true
|
||||
on_press:
|
||||
then:
|
||||
- switch.toggle: relay_14
|
||||
|
||||
- platform: gpio
|
||||
name: "${node_name} IN_15"
|
||||
id: in_15
|
||||
pin:
|
||||
pcf8574: pcf_inputs_15to28
|
||||
number: 6
|
||||
mode:
|
||||
input: true
|
||||
inverted: true
|
||||
on_press:
|
||||
then:
|
||||
- switch.toggle: relay_15
|
||||
|
||||
- platform: gpio
|
||||
name: "${node_name} IN_16"
|
||||
id: in_16
|
||||
pin:
|
||||
pcf8574: pcf_inputs_15to28
|
||||
number: 5
|
||||
mode:
|
||||
input: true
|
||||
inverted: true
|
||||
on_press:
|
||||
then:
|
||||
- switch.toggle: relay_16
|
||||
|
||||
- platform: gpio
|
||||
name: "${node_name} IN_17"
|
||||
id: in_17
|
||||
pin:
|
||||
pcf8574: pcf_inputs_15to28
|
||||
number: 4
|
||||
mode:
|
||||
input: true
|
||||
inverted: true
|
||||
on_press:
|
||||
then:
|
||||
- switch.toggle: relay_17
|
||||
|
||||
- platform: gpio
|
||||
name: "${node_name} IN_18"
|
||||
id: in_18
|
||||
pin:
|
||||
pcf8574: pcf_inputs_15to28
|
||||
number: 3
|
||||
mode:
|
||||
input: true
|
||||
inverted: true
|
||||
on_press:
|
||||
then:
|
||||
- switch.toggle: relay_18
|
||||
|
||||
- platform: gpio
|
||||
name: "${node_name} IN_19"
|
||||
id: in_19
|
||||
pin:
|
||||
pcf8574: pcf_inputs_15to28
|
||||
number: 2
|
||||
mode:
|
||||
input: true
|
||||
inverted: true
|
||||
on_press:
|
||||
then:
|
||||
- switch.toggle: relay_19
|
||||
|
||||
- platform: gpio
|
||||
name: "${node_name} IN_20"
|
||||
id: in_20
|
||||
pin:
|
||||
pcf8574: pcf_inputs_15to28
|
||||
number: 1
|
||||
mode:
|
||||
input: true
|
||||
inverted: true
|
||||
on_press:
|
||||
then:
|
||||
- switch.toggle: relay_20
|
||||
|
||||
- platform: gpio
|
||||
name: "${node_name} IN_21"
|
||||
id: in_21
|
||||
pin:
|
||||
pcf8574: pcf_inputs_15to28
|
||||
number: 0
|
||||
mode:
|
||||
input: true
|
||||
inverted: true
|
||||
on_press:
|
||||
then:
|
||||
- switch.toggle: relay_21
|
||||
|
||||
- platform: gpio
|
||||
name: "${node_name} IN_22"
|
||||
id: in_22
|
||||
pin:
|
||||
pcf8574: pcf_inputs_15to28
|
||||
number: 8
|
||||
mode:
|
||||
input: true
|
||||
inverted: true
|
||||
on_press:
|
||||
then:
|
||||
- switch.toggle: relay_22
|
||||
|
||||
- platform: gpio
|
||||
name: "${node_name} IN_23"
|
||||
id: in_23
|
||||
pin:
|
||||
pcf8574: pcf_inputs_15to28
|
||||
number: 9
|
||||
mode:
|
||||
input: true
|
||||
inverted: true
|
||||
on_press:
|
||||
then:
|
||||
- switch.toggle: relay_23
|
||||
|
||||
- platform: gpio
|
||||
name: "${node_name} IN_24"
|
||||
id: in_24
|
||||
pin:
|
||||
pcf8574: pcf_inputs_15to28
|
||||
number: 10
|
||||
mode:
|
||||
input: true
|
||||
inverted: true
|
||||
on_press:
|
||||
then:
|
||||
- switch.toggle: relay_24
|
||||
|
||||
- platform: gpio
|
||||
name: "${node_name} IN_25"
|
||||
id: in_25
|
||||
pin:
|
||||
pcf8574: pcf_inputs_15to28
|
||||
number: 11
|
||||
mode:
|
||||
input: true
|
||||
inverted: true
|
||||
|
||||
- platform: gpio
|
||||
name: "${node_name} IN_26"
|
||||
id: in_26
|
||||
pin:
|
||||
pcf8574: pcf_inputs_15to28
|
||||
number: 12
|
||||
mode:
|
||||
input: true
|
||||
inverted: true
|
||||
|
||||
- platform: gpio
|
||||
name: "${node_name} IN_27"
|
||||
id: in_27
|
||||
pin:
|
||||
pcf8574: pcf_inputs_15to28
|
||||
number: 13
|
||||
mode:
|
||||
input: true
|
||||
inverted: true
|
||||
|
||||
- platform: gpio
|
||||
name: "${node_name} IN_28"
|
||||
id: in_28
|
||||
pin:
|
||||
pcf8574: pcf_inputs_15to28
|
||||
number: 14
|
||||
mode:
|
||||
input: true
|
||||
inverted: true
|
||||
|
||||
- platform: gpio
|
||||
name: "${node_name} IN_29"
|
||||
id: in_29
|
||||
pin:
|
||||
pcf8574: pcf_inputs_28to35_menu
|
||||
number: 0
|
||||
mode:
|
||||
input: true
|
||||
inverted: true
|
||||
|
||||
- platform: gpio
|
||||
name: "${node_name} IN_30"
|
||||
id: in_30
|
||||
pin:
|
||||
pcf8574: pcf_inputs_28to35_menu
|
||||
number: 1
|
||||
mode:
|
||||
input: true
|
||||
inverted: true
|
||||
|
||||
- platform: gpio
|
||||
name: "${node_name} IN_31"
|
||||
id: in_31
|
||||
pin:
|
||||
pcf8574: pcf_inputs_28to35_menu
|
||||
number: 2
|
||||
mode:
|
||||
input: true
|
||||
inverted: true
|
||||
|
||||
- platform: gpio
|
||||
name: "${node_name} IN_32"
|
||||
id: in_32
|
||||
pin:
|
||||
pcf8574: pcf_inputs_28to35_menu
|
||||
number: 3
|
||||
mode:
|
||||
input: true
|
||||
inverted: true
|
||||
|
||||
- platform: gpio
|
||||
name: "${node_name} IN_33"
|
||||
pin:
|
||||
pcf8574: pcf_inputs_28to35_menu
|
||||
number: 4
|
||||
mode:
|
||||
input: true
|
||||
inverted: true
|
||||
|
||||
- platform: gpio
|
||||
name: "${node_name} IN_34"
|
||||
pin:
|
||||
pcf8574: pcf_inputs_28to35_menu
|
||||
number: 5
|
||||
mode:
|
||||
input: true
|
||||
inverted: true
|
||||
|
||||
- platform: gpio
|
||||
name: "${node_name} IN_35"
|
||||
pin:
|
||||
pcf8574: pcf_inputs_28to35_menu
|
||||
number: 6
|
||||
mode:
|
||||
input: true
|
||||
inverted: true
|
||||
|
||||
248
boards/relay24_outputs_MCP.yaml
Normal file
248
boards/relay24_outputs_MCP.yaml
Normal file
@@ -0,0 +1,248 @@
|
||||
mcp23017:
|
||||
- id: 'mcp_outputs_1to16'
|
||||
address: 0x21
|
||||
i2c_id: bus_b
|
||||
- id: 'mcp_outputs_17to32'
|
||||
address: 0x20
|
||||
i2c_id: bus_b
|
||||
|
||||
switch:
|
||||
- platform: gpio
|
||||
id: relay_1
|
||||
name: "${node_name} Relay 01"
|
||||
pin:
|
||||
mcp23xxx: mcp_outputs_1to16
|
||||
number: 8
|
||||
mode:
|
||||
output: true
|
||||
inverted: false
|
||||
|
||||
- platform: gpio
|
||||
id: relay_2
|
||||
name: "${node_name} Relay 02"
|
||||
pin:
|
||||
mcp23xxx: mcp_outputs_1to16
|
||||
number: 9
|
||||
mode:
|
||||
output: true
|
||||
inverted: false
|
||||
|
||||
- platform: gpio
|
||||
id: relay_3
|
||||
name: "${node_name} Relay 03"
|
||||
pin:
|
||||
mcp23xxx: mcp_outputs_1to16
|
||||
number: 10
|
||||
mode:
|
||||
output: true
|
||||
inverted: false
|
||||
|
||||
- platform: gpio
|
||||
id: relay_4
|
||||
name: "${node_name} Relay 04"
|
||||
pin:
|
||||
mcp23xxx: mcp_outputs_1to16
|
||||
number: 11
|
||||
mode:
|
||||
output: true
|
||||
inverted: false
|
||||
|
||||
- platform: gpio
|
||||
id: relay_5
|
||||
name: "${node_name} Relay 05"
|
||||
pin:
|
||||
mcp23xxx: mcp_outputs_1to16
|
||||
number: 12
|
||||
mode:
|
||||
output: true
|
||||
inverted: false
|
||||
|
||||
- platform: gpio
|
||||
id: relay_6
|
||||
name: "${node_name} Relay 06"
|
||||
pin:
|
||||
mcp23xxx: mcp_outputs_1to16
|
||||
number: 13
|
||||
mode:
|
||||
output: true
|
||||
inverted: false
|
||||
|
||||
- platform: gpio
|
||||
id: relay_7
|
||||
name: "${node_name} Relay 07"
|
||||
pin:
|
||||
mcp23xxx: mcp_outputs_1to16
|
||||
number: 14
|
||||
mode:
|
||||
output: true
|
||||
inverted: false
|
||||
|
||||
- platform: gpio
|
||||
id: relay_8
|
||||
name: "${node_name} Relay 08"
|
||||
pin:
|
||||
mcp23xxx: mcp_outputs_1to16
|
||||
number: 15
|
||||
mode:
|
||||
output: true
|
||||
inverted: false
|
||||
|
||||
- platform: gpio
|
||||
id: relay_9
|
||||
name: "${node_name} Relay 09"
|
||||
pin:
|
||||
mcp23xxx: mcp_outputs_17to32
|
||||
number: 8
|
||||
mode:
|
||||
output: true
|
||||
inverted: false
|
||||
|
||||
- platform: gpio
|
||||
id: relay_10
|
||||
name: "${node_name} Relay 10"
|
||||
pin:
|
||||
mcp23xxx: mcp_outputs_17to32
|
||||
number: 9
|
||||
mode:
|
||||
output: true
|
||||
inverted: false
|
||||
|
||||
- platform: gpio
|
||||
id: relay_11
|
||||
name: "${node_name} Relay 11"
|
||||
pin:
|
||||
mcp23xxx: mcp_outputs_17to32
|
||||
number: 10
|
||||
mode:
|
||||
output: true
|
||||
inverted: false
|
||||
|
||||
- platform: gpio
|
||||
id: relay_12
|
||||
name: "${node_name} Relay 12"
|
||||
pin:
|
||||
mcp23xxx: mcp_outputs_17to32
|
||||
number: 11
|
||||
mode:
|
||||
output: true
|
||||
inverted: false
|
||||
|
||||
- platform: gpio
|
||||
id: relay_13
|
||||
name: "${node_name} Relay 13"
|
||||
pin:
|
||||
mcp23xxx: mcp_outputs_1to16
|
||||
number: 7
|
||||
mode:
|
||||
output: true
|
||||
inverted: false
|
||||
|
||||
- platform: gpio
|
||||
id: relay_14
|
||||
name: "${node_name} Relay 14"
|
||||
pin:
|
||||
mcp23xxx: mcp_outputs_1to16
|
||||
number: 6
|
||||
mode:
|
||||
output: true
|
||||
inverted: false
|
||||
|
||||
- platform: gpio
|
||||
id: relay_15
|
||||
name: "${node_name} Relay 15"
|
||||
pin:
|
||||
mcp23xxx: mcp_outputs_1to16
|
||||
number: 5
|
||||
mode:
|
||||
output: true
|
||||
inverted: false
|
||||
|
||||
- platform: gpio
|
||||
id: relay_16
|
||||
name: "${node_name} Relay 16"
|
||||
pin:
|
||||
mcp23xxx: mcp_outputs_1to16
|
||||
number: 4
|
||||
mode:
|
||||
output: true
|
||||
inverted: false
|
||||
|
||||
- platform: gpio
|
||||
id: relay_17
|
||||
name: "${node_name} Relay 17"
|
||||
pin:
|
||||
mcp23xxx: mcp_outputs_1to16
|
||||
number: 3
|
||||
mode:
|
||||
output: true
|
||||
inverted: false
|
||||
|
||||
- platform: gpio
|
||||
id: relay_18
|
||||
name: "${node_name} Relay 18"
|
||||
pin:
|
||||
mcp23xxx: mcp_outputs_1to16
|
||||
number: 2
|
||||
mode:
|
||||
output: true
|
||||
inverted: false
|
||||
|
||||
- platform: gpio
|
||||
id: relay_19
|
||||
name: "${node_name} Relay 19"
|
||||
pin:
|
||||
mcp23xxx: mcp_outputs_1to16
|
||||
number: 1
|
||||
mode:
|
||||
output: true
|
||||
inverted: false
|
||||
|
||||
- platform: gpio
|
||||
id: relay_20
|
||||
name: "${node_name} Relay 20"
|
||||
pin:
|
||||
mcp23xxx: mcp_outputs_1to16
|
||||
number: 0
|
||||
mode:
|
||||
output: true
|
||||
inverted: false
|
||||
|
||||
- platform: gpio
|
||||
id: relay_21
|
||||
name: "${node_name} Relay 21"
|
||||
pin:
|
||||
mcp23xxx: mcp_outputs_17to32
|
||||
number: 12
|
||||
mode:
|
||||
output: true
|
||||
inverted: false
|
||||
|
||||
- platform: gpio
|
||||
id: relay_22
|
||||
name: "${node_name} Relay 22"
|
||||
pin:
|
||||
mcp23xxx: mcp_outputs_17to32
|
||||
number: 13
|
||||
mode:
|
||||
output: true
|
||||
inverted: false
|
||||
|
||||
- platform: gpio
|
||||
id: relay_23
|
||||
name: "${node_name} Relay 23"
|
||||
pin:
|
||||
mcp23xxx: mcp_outputs_17to32
|
||||
number: 14
|
||||
mode:
|
||||
output: true
|
||||
inverted: false
|
||||
|
||||
- platform: gpio
|
||||
id: relay_24
|
||||
name: "${node_name} Relay 24"
|
||||
pin:
|
||||
mcp23xxx: mcp_outputs_17to32
|
||||
number: 15
|
||||
mode:
|
||||
output: true
|
||||
inverted: false
|
||||
367
boards/relay32_outputs_mix_PCF.yaml
Normal file
367
boards/relay32_outputs_mix_PCF.yaml
Normal file
@@ -0,0 +1,367 @@
|
||||
# 8 covers (16 outputs for covers)
|
||||
# 16 outputs as switch
|
||||
pcf8574:
|
||||
- id: 'pcf_1'
|
||||
address: 0x21
|
||||
pcf8575: true
|
||||
i2c_id: bus_b
|
||||
- id: 'pcf_2'
|
||||
address: 0x20
|
||||
pcf8575: true
|
||||
i2c_id: bus_b
|
||||
|
||||
switch:
|
||||
- platform: gpio
|
||||
id: cover_open_01
|
||||
pin:
|
||||
pcf8574: pcf_1
|
||||
number: 15
|
||||
mode:
|
||||
output: true
|
||||
inverted: true
|
||||
interlock: &cover_interlock_01 [cover_open_01, cover_close_01]
|
||||
interlock_wait_time: 5ms
|
||||
restore_mode: always off
|
||||
|
||||
- platform: gpio
|
||||
id: cover_close_01
|
||||
pin:
|
||||
pcf8574: pcf_1
|
||||
# Use pin number 1
|
||||
number: 14
|
||||
mode:
|
||||
output: true
|
||||
inverted: true
|
||||
interlock: *cover_interlock_01
|
||||
restore_mode: always off
|
||||
|
||||
- platform: gpio
|
||||
id: cover_open_02
|
||||
pin:
|
||||
pcf8574: pcf_1
|
||||
number: 13
|
||||
mode:
|
||||
output: true
|
||||
inverted: true
|
||||
interlock: &cover_interlock_02 [cover_open_02, cover_close_02]
|
||||
interlock_wait_time: 5ms
|
||||
restore_mode: always off
|
||||
|
||||
- platform: gpio
|
||||
id: cover_close_02
|
||||
pin:
|
||||
pcf8574: pcf_1
|
||||
number: 12
|
||||
mode:
|
||||
output: true
|
||||
inverted: true
|
||||
interlock: *cover_interlock_02
|
||||
restore_mode: always off
|
||||
|
||||
- platform: gpio
|
||||
id: cover_open_03
|
||||
pin:
|
||||
pcf8574: pcf_1
|
||||
number: 11
|
||||
mode:
|
||||
output: true
|
||||
inverted: true
|
||||
interlock: &cover_interlock_03 [cover_open_03, cover_close_03]
|
||||
interlock_wait_time: 5ms
|
||||
restore_mode: always off
|
||||
|
||||
- platform: gpio
|
||||
id: cover_close_03
|
||||
pin:
|
||||
pcf8574: pcf_1
|
||||
number: 10
|
||||
mode:
|
||||
output: true
|
||||
inverted: true
|
||||
interlock: *cover_interlock_03
|
||||
|
||||
- platform: gpio
|
||||
id: cover_open_04
|
||||
pin:
|
||||
pcf8574: pcf_1
|
||||
number: 9
|
||||
mode:
|
||||
output: true
|
||||
inverted: true
|
||||
interlock: &cover_interlock_04 [cover_open_04, cover_close_04]
|
||||
interlock_wait_time: 5ms
|
||||
restore_mode: always off
|
||||
|
||||
- platform: gpio
|
||||
id: cover_close_04
|
||||
pin:
|
||||
pcf8574: pcf_1
|
||||
number: 8
|
||||
mode:
|
||||
output: true
|
||||
inverted: true
|
||||
interlock: *cover_interlock_04
|
||||
|
||||
- platform: gpio
|
||||
id: cover_open_05
|
||||
pin:
|
||||
pcf8574: pcf_2
|
||||
number: 15
|
||||
mode:
|
||||
output: true
|
||||
inverted: true
|
||||
interlock: &cover_interlock_05 [cover_open_05, cover_close_05]
|
||||
interlock_wait_time: 5ms
|
||||
restore_mode: always off
|
||||
|
||||
- platform: gpio
|
||||
id: cover_close_05
|
||||
pin:
|
||||
pcf8574: pcf_2
|
||||
number: 14
|
||||
mode:
|
||||
output: true
|
||||
inverted: true
|
||||
interlock: *cover_interlock_05
|
||||
|
||||
- platform: gpio
|
||||
id: cover_open_06
|
||||
pin:
|
||||
pcf8574: pcf_2
|
||||
number: 13
|
||||
mode:
|
||||
output: true
|
||||
inverted: true
|
||||
interlock: &cover_interlock_06 [cover_open_06, cover_close_06]
|
||||
interlock_wait_time: 5ms
|
||||
restore_mode: always off
|
||||
|
||||
- platform: gpio
|
||||
id: cover_close_06
|
||||
pin:
|
||||
pcf8574: pcf_2
|
||||
number: 12
|
||||
mode:
|
||||
output: true
|
||||
inverted: true
|
||||
interlock: *cover_interlock_06
|
||||
|
||||
- platform: gpio
|
||||
id: cover_open_07
|
||||
pin:
|
||||
pcf8574: pcf_2
|
||||
number: 11
|
||||
mode:
|
||||
output: true
|
||||
inverted: true
|
||||
interlock: &cover_interlock_07 [cover_open_07, cover_close_07]
|
||||
interlock_wait_time: 5ms
|
||||
restore_mode: always off
|
||||
|
||||
- platform: gpio
|
||||
id: cover_close_07
|
||||
pin:
|
||||
pcf8574: pcf_2
|
||||
number: 10
|
||||
mode:
|
||||
output: true
|
||||
inverted: true
|
||||
interlock: *cover_interlock_07
|
||||
|
||||
- platform: gpio
|
||||
id: cover_open_08
|
||||
pin:
|
||||
pcf8574: pcf_2
|
||||
number: 9
|
||||
mode:
|
||||
output: true
|
||||
inverted: true
|
||||
interlock: &cover_interlock_08 [cover_open_08, cover_close_08]
|
||||
interlock_wait_time: 5ms
|
||||
restore_mode: always off
|
||||
|
||||
- platform: gpio
|
||||
id: cover_close_08
|
||||
pin:
|
||||
pcf8574: pcf_2
|
||||
number: 8
|
||||
mode:
|
||||
output: true
|
||||
inverted: true
|
||||
interlock: *cover_interlock_08
|
||||
|
||||
- platform: gpio
|
||||
id: relay_17
|
||||
name: 'Relay_17'
|
||||
pin:
|
||||
pcf8574: pcf_1
|
||||
# Use pin number 15
|
||||
number: 0
|
||||
mode:
|
||||
output: true
|
||||
inverted: true
|
||||
|
||||
- platform: gpio
|
||||
id: relay_18
|
||||
name: 'Relay_18'
|
||||
pin:
|
||||
pcf8574: pcf_1
|
||||
# Use pin number 14
|
||||
number: 1
|
||||
mode:
|
||||
output: true
|
||||
inverted: true
|
||||
|
||||
- platform: gpio
|
||||
id: relay_19
|
||||
name: 'Relay_19'
|
||||
pin:
|
||||
pcf8574: pcf_1
|
||||
# Use pin number 13
|
||||
number: 2
|
||||
mode:
|
||||
output: true
|
||||
inverted: true
|
||||
|
||||
- platform: gpio
|
||||
id: relay_20
|
||||
name: 'Relay_20'
|
||||
pin:
|
||||
pcf8574: pcf_1
|
||||
# Use pin number 12
|
||||
number: 3
|
||||
mode:
|
||||
output: true
|
||||
inverted: true
|
||||
|
||||
- platform: gpio
|
||||
id: relay_21
|
||||
name: 'Relay_21'
|
||||
pin:
|
||||
pcf8574: pcf_1
|
||||
# Use pin number 11
|
||||
number: 4
|
||||
mode:
|
||||
output: true
|
||||
inverted: true
|
||||
|
||||
- platform: gpio
|
||||
id: relay_22
|
||||
name: 'Relay_22'
|
||||
pin:
|
||||
pcf8574: pcf_1
|
||||
# Use pin number 10
|
||||
number: 5
|
||||
mode:
|
||||
output: true
|
||||
inverted: true
|
||||
|
||||
- platform: gpio
|
||||
id: relay_23
|
||||
name: 'Relay_23'
|
||||
pin:
|
||||
pcf8574: pcf_1
|
||||
# Use pin number 9
|
||||
number: 6
|
||||
mode:
|
||||
output: true
|
||||
inverted: true
|
||||
|
||||
- platform: gpio
|
||||
id: relay_24
|
||||
name: 'Relay_24'
|
||||
pin:
|
||||
pcf8574: pcf_1
|
||||
# Use pin number 8
|
||||
number: 7
|
||||
mode:
|
||||
output: true
|
||||
inverted: true
|
||||
|
||||
- platform: gpio
|
||||
id: relay_25
|
||||
name: 'Relay_25'
|
||||
pin:
|
||||
pcf8574: pcf_2
|
||||
# Use pin number 15
|
||||
number: 0
|
||||
mode:
|
||||
output: true
|
||||
inverted: true
|
||||
|
||||
- platform: gpio
|
||||
id: relay_26
|
||||
name: 'Relay_26'
|
||||
pin:
|
||||
pcf8574: pcf_2
|
||||
# Use pin number 14
|
||||
number: 1
|
||||
mode:
|
||||
output: true
|
||||
inverted: true
|
||||
|
||||
- platform: gpio
|
||||
id: relay_27
|
||||
name: 'Relay_27'
|
||||
pin:
|
||||
pcf8574: pcf_2
|
||||
# Use pin number 13
|
||||
number: 2
|
||||
mode:
|
||||
output: true
|
||||
inverted: true
|
||||
|
||||
- platform: gpio
|
||||
id: relay_28
|
||||
name: 'Relay_28'
|
||||
pin:
|
||||
pcf8574: pcf_2
|
||||
# Use pin number 12
|
||||
number: 3
|
||||
mode:
|
||||
output: true
|
||||
inverted: true
|
||||
|
||||
- platform: gpio
|
||||
id: relay_29
|
||||
name: 'Relay_29'
|
||||
pin:
|
||||
pcf8574: pcf_2
|
||||
# Use pin number 11
|
||||
number: 4
|
||||
mode:
|
||||
output: true
|
||||
inverted: true
|
||||
|
||||
- platform: gpio
|
||||
id: relay_30
|
||||
name: 'Relay_30'
|
||||
pin:
|
||||
pcf8574: pcf_2
|
||||
# Use pin number 10
|
||||
number: 5
|
||||
mode:
|
||||
output: true
|
||||
inverted: true
|
||||
|
||||
- platform: gpio
|
||||
id: relay_31
|
||||
name: 'Relay_31'
|
||||
pin:
|
||||
pcf8574: pcf_2
|
||||
# Use pin number 9
|
||||
number: 6
|
||||
mode:
|
||||
output: true
|
||||
inverted: true
|
||||
|
||||
- platform: gpio
|
||||
id: relay_32
|
||||
name: 'Relay_32'
|
||||
pin:
|
||||
pcf8574: pcf_2
|
||||
# Use pin number 8
|
||||
number: 7
|
||||
mode:
|
||||
output: true
|
||||
inverted: true
|
||||
@@ -1,30 +1,40 @@
|
||||
substitutions:
|
||||
# set to false if you don't want mac suffix in your device name
|
||||
name_add_mac_suffix: 'false'
|
||||
# if you want to change the name of device via OTA you have to set IP first in boneio/devices/wt32_eth01.yaml
|
||||
node_name: boneio
|
||||
dir_name: './'
|
||||
|
||||
packages:
|
||||
# devices
|
||||
# select your input board:
|
||||
# input: !include boards/relay24_inputs_PCF.yaml
|
||||
# input: !include boards/relay32_inputs_PCF.yaml
|
||||
# input: !include boards/relay32_inputs_MCP.yaml
|
||||
# input: !include boards/dimmer_led8x4_inputs.yaml
|
||||
# input: !include boards/cover16_inputs_MCP.yaml
|
||||
# input: !include boards/cover16_inputs_PCF.yaml
|
||||
input: !include boards/coverMix_inputs_PCF.yaml
|
||||
|
||||
# select your output board:
|
||||
# output: !include boards/relay24_outputs_MCP.yaml
|
||||
# output: !include boards/relay32_outputs_PCF.yaml
|
||||
# output: !include boards/relay32_outputs_MCP.yaml
|
||||
# output: !include boards/dimmer_led8x4_outputs.yaml
|
||||
# light: !include boards/monochromatic_lights.yaml
|
||||
# cover: !include boards/cover.yaml
|
||||
cover: !include boards/cover_mix.yaml
|
||||
# output: !include boards/cover16_outputs_PCF.yaml
|
||||
# output: !include boards/cover16_outputs_MCP.yaml
|
||||
# output: !include boards/mosfet48_outputs_PCF.yaml
|
||||
output: !include boards/relay32_outputs_mix_PCF.yaml
|
||||
|
||||
# select your devices:
|
||||
core: !include devices/wt32_eth01.yaml
|
||||
internals: !include devices/boneio_board.yaml
|
||||
temp: !include devices/lm75b.yaml
|
||||
display: !include devices/display.yaml
|
||||
# uart: !include devices/uart.yaml
|
||||
# one_wire: !include devices/one_wire.yaml
|
||||
# relay32
|
||||
# output: !include boards/relay32_outputs_PCF.yaml #or MCP
|
||||
# input: !include boards/relay32_inputs_PCF.yaml #or MCP
|
||||
# dimmer led
|
||||
output: !include boards/dimmer_led8x4_outputs.yaml
|
||||
# input: !include boards/dimmer_led8x4_inputs.yaml
|
||||
light: !include boards/monochromatic_lights.yaml
|
||||
# cover
|
||||
# output: !include boneio/boards/cover16_outputs_MCP_old.yaml
|
||||
# output: !include boneio/boards/cover16_outputs.yaml
|
||||
# input: !include boneio/boards/cover16_inputs.yaml
|
||||
# input: !include boneio/boards/cover16_inputs_PCF.yaml
|
||||
# cover: !include boneio/boards/cover.yaml
|
||||
# mosfet
|
||||
# output: !include boards/mosfet48_outputs_PCF.yaml
|
||||
|
||||
logger:
|
||||
baud_rate: 0
|
||||
|
||||
@@ -1,32 +1,41 @@
|
||||
substitutions:
|
||||
# set to false if you don't want mac suffix in your device name
|
||||
name_add_mac_suffix: 'false'
|
||||
# if you want to change the name of device via OTA you have to set IP first in boneio/devices/wt32_eth01.yaml
|
||||
node_name: boneio
|
||||
dir_name: 'boneio/'
|
||||
|
||||
packages:
|
||||
# devices
|
||||
# select your input board:
|
||||
# input: !include boneio/boards/relay24_inputs_PCF.yaml
|
||||
# input: !include boneio/boards/relay32_inputs_PCF.yaml
|
||||
# input: !include boneio/boards/relay32_inputs_MCP.yaml
|
||||
# input: !include boneio/boards/dimmer_led8x4_inputs.yaml
|
||||
# input: !include boneio/boards/cover16_inputs_MCP.yaml
|
||||
# input: !include boneio/boards/cover16_inputs_PCF.yaml
|
||||
# input: !include boneio/boards/coverMix_inputs_PCF.yaml
|
||||
|
||||
# select your output board:
|
||||
# output: !include boneio/boards/relay24_outputs_MCP.yaml
|
||||
output: !include boneio/boards/relay32_outputs_PCF.yaml
|
||||
# output: !include boneio/boards/relay32_outputs_MCP.yaml
|
||||
# output: !include boneio/boards/dimmer_led8x4_outputs.yaml
|
||||
# light: !include boneio/boards/monochromatic_lights.yaml
|
||||
# cover: !include boneio/boards/cover.yaml
|
||||
# cover: !include boneio/boards/cover_mix.yaml
|
||||
# output: !include boneio/boards/cover16_outputs_PCF.yaml
|
||||
# output: !include boneio/boards/cover16_outputs_MCP.yaml
|
||||
# output: !include boneio/mosfet48_outputs_PCF.yaml
|
||||
# output: !include boneio/relay32_outputs_mix_PCF.yaml
|
||||
|
||||
# select your devices:
|
||||
core: !include boneio/devices/wt32_eth01.yaml
|
||||
internals: !include boneio/devices/boneio_board.yaml
|
||||
temp: !include boneio/devices/lm75b.yaml
|
||||
display: !include boneio/devices/display.yaml
|
||||
# uart: !include devices/uart.yaml
|
||||
# one_wire: !include devices/one_wire.yaml
|
||||
# relay32
|
||||
output: !include boneio/boards/relay32_outputs_PCF.yaml
|
||||
#output: !include boneio/boards/relay32_outputs_MCP.yaml
|
||||
input: !include boneio/boards/relay32_inputs_PCF.yaml
|
||||
#input: !include boneio/boards/relay32_inputs_MCP.yaml
|
||||
# dimmer led
|
||||
# output: !include boneio/boards/dimmer_led8x4_outputs.yaml
|
||||
# input: !include boneio/boards/dimmer_led8x4_inputs.yaml
|
||||
# light: !include boneio/boards/monochromatic_lights.yaml
|
||||
# cover
|
||||
# output: !include boneio/boards/cover16_outputs_MCP_old.yaml
|
||||
# output: !include boneio/boards/cover16_outputs.yaml
|
||||
# input: !include boneio/boards/cover16_inputs.yaml
|
||||
# input: !include boneio/boards/cover16_inputs_PCF.yaml
|
||||
# cover: !include boneio/boards/cover.yaml
|
||||
# mosfet
|
||||
# output: !include boards/mosfet48_outputs_PCF.yaml
|
||||
|
||||
|
||||
logger:
|
||||
baud_rate: 0
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -86,10 +86,12 @@ binary_sensor:
|
||||
# restart screensaver script
|
||||
- script.execute: screensaver_script
|
||||
|
||||
# it.printf(4, 37, id(dejaVuSmall), TextAlign::BASELINE_LEFT ,"IP addr:");
|
||||
# it.printf(124, 37, id(dejaVuSmall), TextAlign::BASELINE_RIGHT ,"%s", id(eth).get_ip_addresses().str().c_str());
|
||||
display:
|
||||
- platform: ssd1306_i2c
|
||||
id: oled_display
|
||||
model: "SH1106 128x64"
|
||||
model: 'SH1106 128x64'
|
||||
address: 0x3C
|
||||
i2c_id: bus_b
|
||||
contrast: 0.5
|
||||
@@ -104,8 +106,6 @@ display:
|
||||
it.rectangle(0, 0, 126, 15);
|
||||
it.printf(64,11, id(danubeSmall), TextAlign::BASELINE_CENTER, "BoneIO");
|
||||
it.strftime(64, 25, id(dejaVuSmall), TextAlign::BASELINE_CENTER ,"%c", id(ds1307_time).now());
|
||||
it.printf(4, 37, id(dejaVuSmall), TextAlign::BASELINE_LEFT ,"IP addr:");
|
||||
it.printf(124, 37, id(dejaVuSmall), TextAlign::BASELINE_RIGHT ,"%s", id(eth).get_ip_address().str().c_str());
|
||||
it.printf(4, 49, id(dejaVuSmall), TextAlign::BASELINE_LEFT ,"Uptime:");
|
||||
it.printf(124, 49, id(dejaVuSmall), TextAlign::BASELINE_RIGHT ,"%s", id(wt32_uptime).state.c_str());
|
||||
it.printf(4, 61, id(dejaVuSmall), TextAlign::BASELINE_LEFT ,"Temperature:");
|
||||
@@ -128,12 +128,12 @@ display:
|
||||
it.fill(COLOR_OFF);
|
||||
|
||||
font:
|
||||
- file: "${dir_name}/fonts/DejaVuSans.ttf"
|
||||
- file: '${dir_name}/fonts/DejaVuSans.ttf'
|
||||
id: dejaVuSmall
|
||||
size: 9
|
||||
- file: "${dir_name}/fonts/danube__.ttf"
|
||||
- file: '${dir_name}/fonts/danube__.ttf'
|
||||
id: danubeBig
|
||||
size: 20
|
||||
- file: "${dir_name}/fonts/danube__.ttf"
|
||||
- file: '${dir_name}/fonts/danube__.ttf'
|
||||
id: danubeSmall
|
||||
size: 9
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
dallas:
|
||||
- pin: GPIO4
|
||||
- pin: GPIO32
|
||||
|
||||
# sensor:
|
||||
# - platform: dallas
|
||||
|
||||
@@ -1,8 +1,3 @@
|
||||
esphome:
|
||||
name: ${node_name}
|
||||
platform: ESP32
|
||||
board: nodemcu-32s
|
||||
|
||||
i2c:
|
||||
- id: bus_a
|
||||
sda: GPIO14
|
||||
@@ -15,6 +10,13 @@ i2c:
|
||||
scan: True
|
||||
frequency: 400kHz
|
||||
|
||||
esphome:
|
||||
name: ${node_name}
|
||||
platform: ESP32
|
||||
board: nodemcu-32s
|
||||
# set to false if you already added this device to ESPHOME add-on
|
||||
name_add_mac_suffix: ${name_add_mac_suffix}
|
||||
|
||||
ethernet:
|
||||
id: eth
|
||||
type: LAN8720
|
||||
@@ -23,3 +25,6 @@ ethernet:
|
||||
clk_mode: GPIO0_IN
|
||||
phy_addr: 1
|
||||
power_pin: GPIO16
|
||||
|
||||
# uncomment this line and set your actual IP address before changing name of device
|
||||
# use_address: xxx.xxx.xxx.xxx
|
||||
|
||||
Reference in New Issue
Block a user