mirror of
https://github.com/boneIO-eu/esphome.git
synced 2026-04-10 20:50:02 +02:00
Compare commits
40 Commits
input_boar
...
v1.0.3
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ab51965605 | ||
|
|
ddc26dd2b1 | ||
|
|
b444a1655a | ||
|
|
242493a957 | ||
|
|
a61a38d6c4 | ||
|
|
e5d0d3cb0d | ||
|
|
888552ace1 | ||
|
|
cebd3d9e45 | ||
|
|
6158e73526 | ||
|
|
eeebc59984 | ||
|
|
a78f47a1d0 | ||
|
|
c1abdd358b | ||
|
|
ca0dde93fa | ||
|
|
d1b58579b9 | ||
|
|
81c4df11fd | ||
|
|
d50a53ee4a | ||
|
|
35ac0272bc | ||
|
|
ef63aa5025 | ||
|
|
3235568705 | ||
|
|
d11bb863ba | ||
|
|
cf3d24dc0c | ||
|
|
28ddb5042c | ||
|
|
11fef44b4f | ||
|
|
334e7d677c | ||
|
|
2dac5f97c3 | ||
|
|
65bff746a2 | ||
|
|
817f67193c | ||
|
|
7c7b66dddb | ||
|
|
749f3745cd | ||
|
|
c6f05cc406 | ||
|
|
7550791f43 | ||
|
|
8cdbbdbfc8 | ||
|
|
1722ecc165 | ||
|
|
d6aa38183f | ||
|
|
cd0e209571 | ||
|
|
a2e2eda7ab | ||
|
|
3ca2550a0c | ||
|
|
84a11eeac8 | ||
|
|
afc20b8a48 | ||
|
|
0a05c6c561 |
@@ -2,6 +2,11 @@
|
|||||||
|
|
||||||
BoneIO ESP Esphome configuration and custom components repo
|
BoneIO ESP Esphome configuration and custom components repo
|
||||||
|
|
||||||
Dev branch is for the newest not released version of the board!
|
Old instructions: Look for branch with yout input board version to download current software.
|
||||||
|
|
||||||
Look for branch with yout input board version to download current software.
|
These are source codes for Esphome software installed on boneIO devices.
|
||||||
|
|
||||||
|
To install it via USB-C cable go to https://boneio.eu/esp and choose board you'd like to install.
|
||||||
|
|
||||||
|
To install it through network, copy file you'd like to use from root directory and paste it in your esphome dashboard.
|
||||||
|
Set boneio name as visible
|
||||||
|
|||||||
368
boards/16_cover_pcf.yaml
Normal file
368
boards/16_cover_pcf.yaml
Normal file
@@ -0,0 +1,368 @@
|
|||||||
|
switch:
|
||||||
|
- platform: gpio
|
||||||
|
id: cover_open_01_out01
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_left
|
||||||
|
number: 15
|
||||||
|
mode:
|
||||||
|
output: true
|
||||||
|
inverted: true
|
||||||
|
interlock: &cover_interlock_01 [cover_open_01_out01, cover_close_01_out02]
|
||||||
|
interlock_wait_time: 5ms
|
||||||
|
restore_mode: always off
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
id: cover_close_01_out02
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_left
|
||||||
|
number: 14
|
||||||
|
mode:
|
||||||
|
output: true
|
||||||
|
inverted: true
|
||||||
|
interlock: *cover_interlock_01
|
||||||
|
restore_mode: always off
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
id: cover_open_02_out03
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_left
|
||||||
|
number: 13
|
||||||
|
mode:
|
||||||
|
output: true
|
||||||
|
inverted: true
|
||||||
|
interlock: &cover_interlock_02 [cover_open_02_out03, cover_close_02_out04]
|
||||||
|
interlock_wait_time: 5ms
|
||||||
|
restore_mode: always off
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
id: cover_close_02_out04
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_left
|
||||||
|
number: 12
|
||||||
|
mode:
|
||||||
|
output: true
|
||||||
|
inverted: true
|
||||||
|
interlock: *cover_interlock_02
|
||||||
|
restore_mode: always off
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
id: cover_open_03_out05
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_left
|
||||||
|
number: 11
|
||||||
|
mode:
|
||||||
|
output: true
|
||||||
|
inverted: true
|
||||||
|
interlock: &cover_interlock_03 [cover_open_03_out05, cover_close_03_out06]
|
||||||
|
interlock_wait_time: 5ms
|
||||||
|
restore_mode: always off
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
id: cover_close_03_out06
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_left
|
||||||
|
number: 10
|
||||||
|
mode:
|
||||||
|
output: true
|
||||||
|
inverted: true
|
||||||
|
interlock: *cover_interlock_03
|
||||||
|
restore_mode: always off
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
id: cover_open_04_out07
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_left
|
||||||
|
number: 9
|
||||||
|
mode:
|
||||||
|
output: true
|
||||||
|
inverted: true
|
||||||
|
interlock: &cover_interlock_04 [cover_open_04_out07, cover_close_04_out08]
|
||||||
|
interlock_wait_time: 5ms
|
||||||
|
restore_mode: always off
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
id: cover_close_04_out08
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_left
|
||||||
|
number: 8
|
||||||
|
mode:
|
||||||
|
output: true
|
||||||
|
inverted: true
|
||||||
|
interlock: *cover_interlock_04
|
||||||
|
restore_mode: always off
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
id: cover_open_05_out09
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_right
|
||||||
|
number: 15
|
||||||
|
mode:
|
||||||
|
output: true
|
||||||
|
inverted: true
|
||||||
|
interlock: &cover_interlock_05 [cover_open_05_out09, cover_close_05_out10]
|
||||||
|
interlock_wait_time: 5ms
|
||||||
|
restore_mode: always off
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
id: cover_close_05_out10
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_right
|
||||||
|
number: 14
|
||||||
|
mode:
|
||||||
|
output: true
|
||||||
|
inverted: true
|
||||||
|
interlock: *cover_interlock_05
|
||||||
|
restore_mode: always off
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
id: cover_open_06_out11
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_right
|
||||||
|
number: 13
|
||||||
|
mode:
|
||||||
|
output: true
|
||||||
|
inverted: true
|
||||||
|
interlock: &cover_interlock_06 [cover_open_06_out11, cover_close_06_out12]
|
||||||
|
interlock_wait_time: 5ms
|
||||||
|
restore_mode: always off
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
id: cover_close_06_out12
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_right
|
||||||
|
number: 12
|
||||||
|
mode:
|
||||||
|
output: true
|
||||||
|
inverted: true
|
||||||
|
interlock: *cover_interlock_06
|
||||||
|
restore_mode: always off
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
id: cover_open_07_out13
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_right
|
||||||
|
number: 11
|
||||||
|
mode:
|
||||||
|
output: true
|
||||||
|
inverted: true
|
||||||
|
interlock: &cover_interlock_07 [cover_open_07_out13, cover_close_07_out14]
|
||||||
|
interlock_wait_time: 5ms
|
||||||
|
restore_mode: always off
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
id: cover_close_07_out14
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_right
|
||||||
|
number: 10
|
||||||
|
mode:
|
||||||
|
output: true
|
||||||
|
inverted: true
|
||||||
|
interlock: *cover_interlock_07
|
||||||
|
restore_mode: always off
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
id: cover_open_08_out15
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_right
|
||||||
|
number: 9
|
||||||
|
mode:
|
||||||
|
output: true
|
||||||
|
inverted: true
|
||||||
|
interlock: &cover_interlock_08 [cover_open_08_out15, cover_close_08_out16]
|
||||||
|
interlock_wait_time: 5ms
|
||||||
|
restore_mode: always off
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
id: cover_close_08_out16
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_right
|
||||||
|
number: 8
|
||||||
|
mode:
|
||||||
|
output: true
|
||||||
|
inverted: true
|
||||||
|
interlock: *cover_interlock_08
|
||||||
|
restore_mode: always off
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
id: cover_open_09_out17
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_left
|
||||||
|
number: 0
|
||||||
|
mode:
|
||||||
|
output: true
|
||||||
|
inverted: true
|
||||||
|
interlock: &cover_interlock_09 [cover_open_09_out17, cover_close_09_out18]
|
||||||
|
interlock_wait_time: 5ms
|
||||||
|
restore_mode: always off
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
id: cover_close_09_out18
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_left
|
||||||
|
number: 1
|
||||||
|
mode:
|
||||||
|
output: true
|
||||||
|
inverted: true
|
||||||
|
interlock: *cover_interlock_09
|
||||||
|
restore_mode: always off
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
id: cover_open_10_out19
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_left
|
||||||
|
number: 2
|
||||||
|
mode:
|
||||||
|
output: true
|
||||||
|
inverted: true
|
||||||
|
interlock: &cover_interlock_10 [cover_open_10_out19, cover_close_10_out20]
|
||||||
|
interlock_wait_time: 5ms
|
||||||
|
restore_mode: always off
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
id: cover_close_10_out20
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_left
|
||||||
|
number: 3
|
||||||
|
mode:
|
||||||
|
output: true
|
||||||
|
inverted: true
|
||||||
|
interlock: *cover_interlock_10
|
||||||
|
restore_mode: always off
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
id: cover_open_11_out21
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_left
|
||||||
|
number: 4
|
||||||
|
mode:
|
||||||
|
output: true
|
||||||
|
inverted: true
|
||||||
|
interlock: &cover_interlock_11 [cover_open_11_out21, cover_close_11_out22]
|
||||||
|
interlock_wait_time: 5ms
|
||||||
|
restore_mode: always off
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
id: cover_close_11_out22
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_left
|
||||||
|
number: 5
|
||||||
|
mode:
|
||||||
|
output: true
|
||||||
|
inverted: true
|
||||||
|
interlock: *cover_interlock_11
|
||||||
|
restore_mode: always off
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
id: cover_open_12_out23
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_left
|
||||||
|
number: 6
|
||||||
|
mode:
|
||||||
|
output: true
|
||||||
|
inverted: true
|
||||||
|
interlock: &cover_interlock_12 [cover_open_12_out23, cover_close_12_out24]
|
||||||
|
interlock_wait_time: 5ms
|
||||||
|
restore_mode: always off
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
id: cover_close_12_out24
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_left
|
||||||
|
number: 7
|
||||||
|
mode:
|
||||||
|
output: true
|
||||||
|
inverted: true
|
||||||
|
interlock: *cover_interlock_12
|
||||||
|
restore_mode: always off
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
id: cover_open_13_out25
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_right
|
||||||
|
number: 0
|
||||||
|
mode:
|
||||||
|
output: true
|
||||||
|
inverted: true
|
||||||
|
interlock: &cover_interlock_13 [cover_open_13_out25, cover_close_13_out26]
|
||||||
|
interlock_wait_time: 5ms
|
||||||
|
restore_mode: always off
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
id: cover_close_13_out26
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_right
|
||||||
|
number: 1
|
||||||
|
mode:
|
||||||
|
output: true
|
||||||
|
inverted: true
|
||||||
|
interlock: *cover_interlock_13
|
||||||
|
restore_mode: always off
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
id: cover_open_14_out27
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_right
|
||||||
|
number: 2
|
||||||
|
mode:
|
||||||
|
output: true
|
||||||
|
inverted: true
|
||||||
|
interlock: &cover_interlock_14 [cover_open_14_out27, cover_close_14_out28]
|
||||||
|
interlock_wait_time: 5ms
|
||||||
|
restore_mode: always off
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
id: cover_close_14_out28
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_right
|
||||||
|
number: 3
|
||||||
|
mode:
|
||||||
|
output: true
|
||||||
|
inverted: true
|
||||||
|
interlock: *cover_interlock_14
|
||||||
|
restore_mode: always off
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
id: cover_open_15_out29
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_right
|
||||||
|
number: 4
|
||||||
|
mode:
|
||||||
|
output: true
|
||||||
|
inverted: true
|
||||||
|
interlock: &cover_interlock_15 [cover_open_15_out29, cover_close_15_out30]
|
||||||
|
interlock_wait_time: 5ms
|
||||||
|
restore_mode: always off
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
id: cover_close_15_out30
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_right
|
||||||
|
number: 5
|
||||||
|
mode:
|
||||||
|
output: true
|
||||||
|
inverted: true
|
||||||
|
interlock: *cover_interlock_15
|
||||||
|
restore_mode: always off
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
id: cover_open_16_out31
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_right
|
||||||
|
number: 6
|
||||||
|
mode:
|
||||||
|
output: true
|
||||||
|
inverted: true
|
||||||
|
interlock: &cover_interlock_16 [cover_open_16_out31, cover_close_16_out32]
|
||||||
|
interlock_wait_time: 5ms
|
||||||
|
restore_mode: always off
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
id: cover_close_16_out32
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_right
|
||||||
|
number: 7
|
||||||
|
mode:
|
||||||
|
output: true
|
||||||
|
inverted: true
|
||||||
|
interlock: *cover_interlock_16
|
||||||
|
restore_mode: always off
|
||||||
@@ -1,247 +1,215 @@
|
|||||||
mcp23017:
|
output:
|
||||||
- id: 'mcp_outputs_1to16'
|
|
||||||
address: 0x21
|
|
||||||
i2c_id: bus_b
|
|
||||||
- id: 'mcp_outputs_17to32'
|
|
||||||
address: 0x20
|
|
||||||
i2c_id: bus_b
|
|
||||||
|
|
||||||
switch:
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
id: relay_1
|
id: out_01
|
||||||
name: "${node_name} Relay 01"
|
|
||||||
pin:
|
pin:
|
||||||
mcp23xxx: mcp_outputs_1to16
|
mcp23xxx: mcp_left
|
||||||
number: 8
|
number: 8
|
||||||
mode:
|
mode:
|
||||||
output: true
|
output: true
|
||||||
inverted: false
|
inverted: false
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
id: relay_2
|
id: out_02
|
||||||
name: "${node_name} Relay 02"
|
|
||||||
pin:
|
pin:
|
||||||
mcp23xxx: mcp_outputs_1to16
|
mcp23xxx: mcp_left
|
||||||
number: 9
|
number: 9
|
||||||
mode:
|
mode:
|
||||||
output: true
|
output: true
|
||||||
inverted: false
|
inverted: false
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
id: relay_3
|
id: out_03
|
||||||
name: "${node_name} Relay 03"
|
|
||||||
pin:
|
pin:
|
||||||
mcp23xxx: mcp_outputs_1to16
|
mcp23xxx: mcp_left
|
||||||
number: 10
|
number: 10
|
||||||
mode:
|
mode:
|
||||||
output: true
|
output: true
|
||||||
inverted: false
|
inverted: false
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
id: relay_4
|
id: out_04
|
||||||
name: "${node_name} Relay 04"
|
|
||||||
pin:
|
pin:
|
||||||
mcp23xxx: mcp_outputs_1to16
|
mcp23xxx: mcp_left
|
||||||
number: 11
|
number: 11
|
||||||
mode:
|
mode:
|
||||||
output: true
|
output: true
|
||||||
inverted: false
|
inverted: false
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
id: relay_5
|
id: out_05
|
||||||
name: "${node_name} Relay 05"
|
|
||||||
pin:
|
pin:
|
||||||
mcp23xxx: mcp_outputs_1to16
|
mcp23xxx: mcp_left
|
||||||
number: 12
|
number: 12
|
||||||
mode:
|
mode:
|
||||||
output: true
|
output: true
|
||||||
inverted: false
|
inverted: false
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
id: relay_6
|
id: out_06
|
||||||
name: "${node_name} Relay 06"
|
|
||||||
pin:
|
pin:
|
||||||
mcp23xxx: mcp_outputs_1to16
|
mcp23xxx: mcp_left
|
||||||
number: 13
|
number: 13
|
||||||
mode:
|
mode:
|
||||||
output: true
|
output: true
|
||||||
inverted: false
|
inverted: false
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
id: relay_7
|
id: out_07
|
||||||
name: "${node_name} Relay 07"
|
|
||||||
pin:
|
pin:
|
||||||
mcp23xxx: mcp_outputs_1to16
|
mcp23xxx: mcp_left
|
||||||
number: 14
|
number: 14
|
||||||
mode:
|
mode:
|
||||||
output: true
|
output: true
|
||||||
inverted: false
|
inverted: false
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
id: relay_8
|
id: out_08
|
||||||
name: "${node_name} Relay 08"
|
|
||||||
pin:
|
pin:
|
||||||
mcp23xxx: mcp_outputs_1to16
|
mcp23xxx: mcp_left
|
||||||
number: 15
|
number: 15
|
||||||
mode:
|
mode:
|
||||||
output: true
|
output: true
|
||||||
inverted: false
|
inverted: false
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
id: relay_9
|
id: out_09
|
||||||
name: "${node_name} Relay 09"
|
|
||||||
pin:
|
pin:
|
||||||
mcp23xxx: mcp_outputs_17to32
|
mcp23xxx: mcp_right
|
||||||
number: 8
|
number: 8
|
||||||
mode:
|
mode:
|
||||||
output: true
|
output: true
|
||||||
inverted: false
|
inverted: false
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
id: relay_10
|
id: out_10
|
||||||
name: "${node_name} Relay 10"
|
|
||||||
pin:
|
pin:
|
||||||
mcp23xxx: mcp_outputs_17to32
|
mcp23xxx: mcp_right
|
||||||
number: 9
|
number: 9
|
||||||
mode:
|
mode:
|
||||||
output: true
|
output: true
|
||||||
inverted: false
|
inverted: false
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
id: relay_11
|
id: out_11
|
||||||
name: "${node_name} Relay 11"
|
|
||||||
pin:
|
pin:
|
||||||
mcp23xxx: mcp_outputs_17to32
|
mcp23xxx: mcp_right
|
||||||
number: 10
|
number: 10
|
||||||
mode:
|
mode:
|
||||||
output: true
|
output: true
|
||||||
inverted: false
|
inverted: false
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
id: relay_12
|
id: out_12
|
||||||
name: "${node_name} Relay 12"
|
|
||||||
pin:
|
pin:
|
||||||
mcp23xxx: mcp_outputs_17to32
|
mcp23xxx: mcp_right
|
||||||
number: 11
|
number: 11
|
||||||
mode:
|
mode:
|
||||||
output: true
|
output: true
|
||||||
inverted: false
|
inverted: false
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
id: relay_13
|
id: out_13
|
||||||
name: "${node_name} Relay 13"
|
|
||||||
pin:
|
pin:
|
||||||
mcp23xxx: mcp_outputs_1to16
|
mcp23xxx: mcp_left
|
||||||
number: 7
|
number: 7
|
||||||
mode:
|
mode:
|
||||||
output: true
|
output: true
|
||||||
inverted: false
|
inverted: false
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
id: relay_14
|
id: out_14
|
||||||
name: "${node_name} Relay 14"
|
|
||||||
pin:
|
pin:
|
||||||
mcp23xxx: mcp_outputs_1to16
|
mcp23xxx: mcp_left
|
||||||
number: 6
|
number: 6
|
||||||
mode:
|
mode:
|
||||||
output: true
|
output: true
|
||||||
inverted: false
|
inverted: false
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
id: relay_15
|
id: out_15
|
||||||
name: "${node_name} Relay 15"
|
|
||||||
pin:
|
pin:
|
||||||
mcp23xxx: mcp_outputs_1to16
|
mcp23xxx: mcp_left
|
||||||
number: 5
|
number: 5
|
||||||
mode:
|
mode:
|
||||||
output: true
|
output: true
|
||||||
inverted: false
|
inverted: false
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
id: relay_16
|
id: out_16
|
||||||
name: "${node_name} Relay 16"
|
|
||||||
pin:
|
pin:
|
||||||
mcp23xxx: mcp_outputs_1to16
|
mcp23xxx: mcp_left
|
||||||
number: 4
|
number: 4
|
||||||
mode:
|
mode:
|
||||||
output: true
|
output: true
|
||||||
inverted: false
|
inverted: false
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
id: relay_17
|
id: out_17
|
||||||
name: "${node_name} Relay 17"
|
|
||||||
pin:
|
pin:
|
||||||
mcp23xxx: mcp_outputs_1to16
|
mcp23xxx: mcp_left
|
||||||
number: 3
|
number: 3
|
||||||
mode:
|
mode:
|
||||||
output: true
|
output: true
|
||||||
inverted: false
|
inverted: false
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
id: relay_18
|
id: out_18
|
||||||
name: "${node_name} Relay 18"
|
|
||||||
pin:
|
pin:
|
||||||
mcp23xxx: mcp_outputs_1to16
|
mcp23xxx: mcp_left
|
||||||
number: 2
|
number: 2
|
||||||
mode:
|
mode:
|
||||||
output: true
|
output: true
|
||||||
inverted: false
|
inverted: false
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
id: relay_19
|
id: out_19
|
||||||
name: "${node_name} Relay 19"
|
|
||||||
pin:
|
pin:
|
||||||
mcp23xxx: mcp_outputs_1to16
|
mcp23xxx: mcp_left
|
||||||
number: 1
|
number: 1
|
||||||
mode:
|
mode:
|
||||||
output: true
|
output: true
|
||||||
inverted: false
|
inverted: false
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
id: relay_20
|
id: out_20
|
||||||
name: "${node_name} Relay 20"
|
|
||||||
pin:
|
pin:
|
||||||
mcp23xxx: mcp_outputs_1to16
|
mcp23xxx: mcp_left
|
||||||
number: 0
|
number: 0
|
||||||
mode:
|
mode:
|
||||||
output: true
|
output: true
|
||||||
inverted: false
|
inverted: false
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
id: relay_21
|
id: out_21
|
||||||
name: "${node_name} Relay 21"
|
|
||||||
pin:
|
pin:
|
||||||
mcp23xxx: mcp_outputs_17to32
|
mcp23xxx: mcp_right
|
||||||
number: 12
|
number: 12
|
||||||
mode:
|
mode:
|
||||||
output: true
|
output: true
|
||||||
inverted: false
|
inverted: false
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
id: relay_22
|
id: out_22
|
||||||
name: "${node_name} Relay 22"
|
|
||||||
pin:
|
pin:
|
||||||
mcp23xxx: mcp_outputs_17to32
|
mcp23xxx: mcp_right
|
||||||
number: 13
|
number: 13
|
||||||
mode:
|
mode:
|
||||||
output: true
|
output: true
|
||||||
inverted: false
|
inverted: false
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
id: relay_23
|
id: out_23
|
||||||
name: "${node_name} Relay 23"
|
|
||||||
pin:
|
pin:
|
||||||
mcp23xxx: mcp_outputs_17to32
|
mcp23xxx: mcp_right
|
||||||
number: 14
|
number: 14
|
||||||
mode:
|
mode:
|
||||||
output: true
|
output: true
|
||||||
inverted: false
|
inverted: false
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
id: relay_24
|
id: out_24
|
||||||
name: "${node_name} Relay 24"
|
|
||||||
pin:
|
pin:
|
||||||
mcp23xxx: mcp_outputs_17to32
|
mcp23xxx: mcp_right
|
||||||
number: 15
|
number: 15
|
||||||
mode:
|
mode:
|
||||||
output: true
|
output: true
|
||||||
@@ -1,365 +1,287 @@
|
|||||||
|
output:
|
||||||
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
|
- platform: gpio
|
||||||
id: relay_1
|
id: out_01
|
||||||
name: "Relay_01"
|
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_1
|
pcf8574: pcf_left
|
||||||
# Use pin number 0
|
|
||||||
number: 15
|
number: 15
|
||||||
mode:
|
mode:
|
||||||
output: true
|
output: true
|
||||||
inverted: true
|
inverted: true
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
id: relay_2
|
id: out_02
|
||||||
name: "Relay_02"
|
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_1
|
pcf8574: pcf_left
|
||||||
# Use pin number 1
|
|
||||||
number: 14
|
number: 14
|
||||||
mode:
|
mode:
|
||||||
output: true
|
output: true
|
||||||
inverted: true
|
inverted: true
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
id: relay_3
|
id: out_03
|
||||||
name: "Relay_03"
|
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_1
|
pcf8574: pcf_left
|
||||||
# Use pin number 2
|
|
||||||
number: 13
|
number: 13
|
||||||
mode:
|
mode:
|
||||||
output: true
|
output: true
|
||||||
inverted: true
|
inverted: true
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
id: relay_4
|
id: out_04
|
||||||
name: "Relay_04"
|
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_1
|
pcf8574: pcf_left
|
||||||
# Use pin number 3
|
|
||||||
number: 12
|
number: 12
|
||||||
mode:
|
mode:
|
||||||
output: true
|
output: true
|
||||||
inverted: true
|
inverted: true
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
id: relay_5
|
id: out_05
|
||||||
name: "Relay_05"
|
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_1
|
pcf8574: pcf_left
|
||||||
# Use pin number 4
|
|
||||||
number: 11
|
number: 11
|
||||||
mode:
|
mode:
|
||||||
output: true
|
output: true
|
||||||
inverted: true
|
inverted: true
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
id: relay_6
|
id: out_06
|
||||||
name: "Relay_06"
|
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_1
|
pcf8574: pcf_left
|
||||||
# Use pin number 5
|
|
||||||
number: 10
|
number: 10
|
||||||
mode:
|
mode:
|
||||||
output: true
|
output: true
|
||||||
inverted: true
|
inverted: true
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
id: relay_7
|
id: out_07
|
||||||
name: "Relay_07"
|
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_1
|
pcf8574: pcf_left
|
||||||
# Use pin number 6
|
|
||||||
number: 9
|
number: 9
|
||||||
mode:
|
mode:
|
||||||
output: true
|
output: true
|
||||||
inverted: true
|
inverted: true
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
id: relay_8
|
id: out_08
|
||||||
name: "Relay_08"
|
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_1
|
pcf8574: pcf_left
|
||||||
# Use pin number 7
|
|
||||||
number: 8
|
number: 8
|
||||||
mode:
|
mode:
|
||||||
output: true
|
output: true
|
||||||
inverted: true
|
inverted: true
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
id: relay_9
|
id: out_09
|
||||||
name: "Relay_09"
|
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_2
|
pcf8574: pcf_right
|
||||||
# Use pin number 0
|
|
||||||
number: 15
|
number: 15
|
||||||
mode:
|
mode:
|
||||||
output: true
|
output: true
|
||||||
inverted: true
|
inverted: true
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
id: relay_10
|
id: out_10
|
||||||
name: "Relay_10"
|
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_2
|
pcf8574: pcf_right
|
||||||
# Use pin number 1
|
|
||||||
number: 14
|
number: 14
|
||||||
mode:
|
mode:
|
||||||
output: true
|
output: true
|
||||||
inverted: true
|
inverted: true
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
id: relay_11
|
id: out_11
|
||||||
name: "Relay_11"
|
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_2
|
pcf8574: pcf_right
|
||||||
# Use pin number 2
|
|
||||||
number: 13
|
number: 13
|
||||||
mode:
|
mode:
|
||||||
output: true
|
output: true
|
||||||
inverted: true
|
inverted: true
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
id: relay_12
|
id: out_12
|
||||||
name: "Relay_12"
|
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_2
|
pcf8574: pcf_right
|
||||||
# Use pin number 3
|
|
||||||
number: 12
|
number: 12
|
||||||
mode:
|
mode:
|
||||||
output: true
|
output: true
|
||||||
inverted: true
|
inverted: true
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
id: relay_13
|
id: out_13
|
||||||
name: "Relay_13"
|
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_2
|
pcf8574: pcf_right
|
||||||
# Use pin number 4
|
|
||||||
number: 11
|
number: 11
|
||||||
mode:
|
mode:
|
||||||
output: true
|
output: true
|
||||||
inverted: true
|
inverted: true
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
id: relay_14
|
id: out_14
|
||||||
name: "Relay_14"
|
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_2
|
pcf8574: pcf_right
|
||||||
# Use pin number 5
|
|
||||||
number: 10
|
number: 10
|
||||||
mode:
|
mode:
|
||||||
output: true
|
output: true
|
||||||
inverted: true
|
inverted: true
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
id: relay_15
|
id: out_15
|
||||||
name: "Relay_15"
|
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_2
|
pcf8574: pcf_right
|
||||||
# Use pin number 6
|
|
||||||
number: 9
|
number: 9
|
||||||
mode:
|
mode:
|
||||||
output: true
|
output: true
|
||||||
inverted: true
|
inverted: true
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
id: relay_16
|
id: out_16
|
||||||
name: "Relay_16"
|
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_2
|
pcf8574: pcf_right
|
||||||
# Use pin number 7
|
|
||||||
number: 8
|
number: 8
|
||||||
mode:
|
mode:
|
||||||
output: true
|
output: true
|
||||||
inverted: true
|
inverted: true
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
id: relay_17
|
id: out_17
|
||||||
name: "Relay_17"
|
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_1
|
pcf8574: pcf_left
|
||||||
# Use pin number 15
|
|
||||||
number: 0
|
number: 0
|
||||||
mode:
|
mode:
|
||||||
output: true
|
output: true
|
||||||
inverted: true
|
inverted: true
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
id: relay_18
|
id: out_18
|
||||||
name: "Relay_18"
|
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_1
|
pcf8574: pcf_left
|
||||||
# Use pin number 14
|
|
||||||
number: 1
|
number: 1
|
||||||
mode:
|
mode:
|
||||||
output: true
|
output: true
|
||||||
inverted: true
|
inverted: true
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
id: relay_19
|
id: out_19
|
||||||
name: "Relay_19"
|
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_1
|
pcf8574: pcf_left
|
||||||
# Use pin number 13
|
|
||||||
number: 2
|
number: 2
|
||||||
mode:
|
mode:
|
||||||
output: true
|
output: true
|
||||||
inverted: true
|
inverted: true
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
id: relay_20
|
id: out_20
|
||||||
name: "Relay_20"
|
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_1
|
pcf8574: pcf_left
|
||||||
# Use pin number 12
|
|
||||||
number: 3
|
number: 3
|
||||||
mode:
|
mode:
|
||||||
output: true
|
output: true
|
||||||
inverted: true
|
inverted: true
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
id: relay_21
|
id: out_21
|
||||||
name: "Relay_21"
|
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_1
|
pcf8574: pcf_left
|
||||||
# Use pin number 11
|
|
||||||
number: 4
|
number: 4
|
||||||
mode:
|
mode:
|
||||||
output: true
|
output: true
|
||||||
inverted: true
|
inverted: true
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
id: relay_22
|
id: out_22
|
||||||
name: "Relay_22"
|
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_1
|
pcf8574: pcf_left
|
||||||
# Use pin number 10
|
|
||||||
number: 5
|
number: 5
|
||||||
mode:
|
mode:
|
||||||
output: true
|
output: true
|
||||||
inverted: true
|
inverted: true
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
id: relay_23
|
id: out_23
|
||||||
name: "Relay_23"
|
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_1
|
pcf8574: pcf_left
|
||||||
# Use pin number 9
|
|
||||||
number: 6
|
number: 6
|
||||||
mode:
|
mode:
|
||||||
output: true
|
output: true
|
||||||
inverted: true
|
inverted: true
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
id: relay_24
|
id: out_24
|
||||||
name: "Relay_24"
|
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_1
|
pcf8574: pcf_left
|
||||||
# Use pin number 8
|
|
||||||
number: 7
|
number: 7
|
||||||
mode:
|
mode:
|
||||||
output: true
|
output: true
|
||||||
inverted: true
|
inverted: true
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
id: relay_25
|
id: out_25
|
||||||
name: "Relay_25"
|
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_2
|
pcf8574: pcf_right
|
||||||
# Use pin number 15
|
|
||||||
number: 0
|
number: 0
|
||||||
mode:
|
mode:
|
||||||
output: true
|
output: true
|
||||||
inverted: true
|
inverted: true
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
id: relay_26
|
id: out_26
|
||||||
name: "Relay_26"
|
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_2
|
pcf8574: pcf_right
|
||||||
# Use pin number 14
|
|
||||||
number: 1
|
number: 1
|
||||||
mode:
|
mode:
|
||||||
output: true
|
output: true
|
||||||
inverted: true
|
inverted: true
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
id: relay_27
|
id: out_27
|
||||||
name: "Relay_27"
|
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_2
|
pcf8574: pcf_right
|
||||||
# Use pin number 13
|
|
||||||
number: 2
|
number: 2
|
||||||
mode:
|
mode:
|
||||||
output: true
|
output: true
|
||||||
inverted: true
|
inverted: true
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
id: relay_28
|
id: out_28
|
||||||
name: "Relay_28"
|
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_2
|
pcf8574: pcf_right
|
||||||
# Use pin number 12
|
|
||||||
number: 3
|
number: 3
|
||||||
mode:
|
mode:
|
||||||
output: true
|
output: true
|
||||||
inverted: true
|
inverted: true
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
id: relay_29
|
id: out_29
|
||||||
name: "Relay_29"
|
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_2
|
pcf8574: pcf_right
|
||||||
# Use pin number 11
|
|
||||||
number: 4
|
number: 4
|
||||||
mode:
|
mode:
|
||||||
output: true
|
output: true
|
||||||
inverted: true
|
inverted: true
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
id: relay_30
|
id: out_30
|
||||||
name: "Relay_30"
|
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_2
|
pcf8574: pcf_right
|
||||||
# Use pin number 10
|
|
||||||
number: 5
|
number: 5
|
||||||
mode:
|
mode:
|
||||||
output: true
|
output: true
|
||||||
inverted: true
|
inverted: true
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
id: relay_31
|
id: out_31
|
||||||
name: "Relay_31"
|
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_2
|
pcf8574: pcf_right
|
||||||
# Use pin number 9
|
|
||||||
number: 6
|
number: 6
|
||||||
mode:
|
mode:
|
||||||
output: true
|
output: true
|
||||||
inverted: true
|
inverted: true
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
id: relay_32
|
id: out_32
|
||||||
name: "Relay_32"
|
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_2
|
pcf8574: pcf_right
|
||||||
# Use pin number 8
|
|
||||||
number: 7
|
number: 7
|
||||||
mode:
|
mode:
|
||||||
output: true
|
output: true
|
||||||
inverted: true
|
inverted: true
|
||||||
|
|
||||||
|
|
||||||
@@ -1,33 +1,20 @@
|
|||||||
# 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:
|
switch:
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
id: cover_open_01
|
id: cover_open_01_out01
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_1
|
pcf8574: pcf_left
|
||||||
number: 15
|
number: 15
|
||||||
mode:
|
mode:
|
||||||
output: true
|
output: true
|
||||||
inverted: true
|
inverted: true
|
||||||
interlock: &cover_interlock_01 [cover_open_01, cover_close_01]
|
interlock: &cover_interlock_01 [cover_open_01_out01, cover_close_01_out02]
|
||||||
interlock_wait_time: 5ms
|
interlock_wait_time: 5ms
|
||||||
restore_mode: always off
|
restore_mode: always off
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
id: cover_close_01
|
id: cover_close_01_out02
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_1
|
pcf8574: pcf_left
|
||||||
# Use pin number 1
|
|
||||||
number: 14
|
number: 14
|
||||||
mode:
|
mode:
|
||||||
output: true
|
output: true
|
||||||
@@ -36,21 +23,21 @@ switch:
|
|||||||
restore_mode: always off
|
restore_mode: always off
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
id: cover_open_02
|
id: cover_open_02_out03
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_1
|
pcf8574: pcf_left
|
||||||
number: 13
|
number: 13
|
||||||
mode:
|
mode:
|
||||||
output: true
|
output: true
|
||||||
inverted: true
|
inverted: true
|
||||||
interlock: &cover_interlock_02 [cover_open_02, cover_close_02]
|
interlock: &cover_interlock_02 [cover_open_02_out03, cover_close_02_out04]
|
||||||
interlock_wait_time: 5ms
|
interlock_wait_time: 5ms
|
||||||
restore_mode: always off
|
restore_mode: always off
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
id: cover_close_02
|
id: cover_close_02_out04
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_1
|
pcf8574: pcf_left
|
||||||
number: 12
|
number: 12
|
||||||
mode:
|
mode:
|
||||||
output: true
|
output: true
|
||||||
@@ -59,308 +46,283 @@ switch:
|
|||||||
restore_mode: always off
|
restore_mode: always off
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
id: cover_open_03
|
id: cover_open_03_out05
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_1
|
pcf8574: pcf_left
|
||||||
number: 11
|
number: 11
|
||||||
mode:
|
mode:
|
||||||
output: true
|
output: true
|
||||||
inverted: true
|
inverted: true
|
||||||
interlock: &cover_interlock_03 [cover_open_03, cover_close_03]
|
interlock: &cover_interlock_03 [cover_open_03_out05, cover_close_03_out06]
|
||||||
interlock_wait_time: 5ms
|
interlock_wait_time: 5ms
|
||||||
restore_mode: always off
|
restore_mode: always off
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
id: cover_close_03
|
id: cover_close_03_out06
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_1
|
pcf8574: pcf_left
|
||||||
number: 10
|
number: 10
|
||||||
mode:
|
mode:
|
||||||
output: true
|
output: true
|
||||||
inverted: true
|
inverted: true
|
||||||
interlock: *cover_interlock_03
|
interlock: *cover_interlock_03
|
||||||
|
restore_mode: always off
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
id: cover_open_04
|
id: cover_open_04_out07
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_1
|
pcf8574: pcf_left
|
||||||
number: 9
|
number: 9
|
||||||
mode:
|
mode:
|
||||||
output: true
|
output: true
|
||||||
inverted: true
|
inverted: true
|
||||||
interlock: &cover_interlock_04 [cover_open_04, cover_close_04]
|
interlock: &cover_interlock_04 [cover_open_04_out07, cover_close_04_out08]
|
||||||
interlock_wait_time: 5ms
|
interlock_wait_time: 5ms
|
||||||
restore_mode: always off
|
restore_mode: always off
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
id: cover_close_04
|
id: cover_close_04_out08
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_1
|
pcf8574: pcf_left
|
||||||
number: 8
|
number: 8
|
||||||
mode:
|
mode:
|
||||||
output: true
|
output: true
|
||||||
inverted: true
|
inverted: true
|
||||||
interlock: *cover_interlock_04
|
interlock: *cover_interlock_04
|
||||||
|
restore_mode: always off
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
id: cover_open_05
|
id: cover_open_05_out09
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_2
|
pcf8574: pcf_right
|
||||||
number: 15
|
number: 15
|
||||||
mode:
|
mode:
|
||||||
output: true
|
output: true
|
||||||
inverted: true
|
inverted: true
|
||||||
interlock: &cover_interlock_05 [cover_open_05, cover_close_05]
|
interlock: &cover_interlock_05 [cover_open_05_out09, cover_close_05_out10]
|
||||||
interlock_wait_time: 5ms
|
interlock_wait_time: 5ms
|
||||||
restore_mode: always off
|
restore_mode: always off
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
id: cover_close_05
|
id: cover_close_05_out10
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_2
|
pcf8574: pcf_right
|
||||||
number: 14
|
number: 14
|
||||||
mode:
|
mode:
|
||||||
output: true
|
output: true
|
||||||
inverted: true
|
inverted: true
|
||||||
interlock: *cover_interlock_05
|
interlock: *cover_interlock_05
|
||||||
|
restore_mode: always off
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
id: cover_open_06
|
id: cover_open_06_out11
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_2
|
pcf8574: pcf_right
|
||||||
number: 13
|
number: 13
|
||||||
mode:
|
mode:
|
||||||
output: true
|
output: true
|
||||||
inverted: true
|
inverted: true
|
||||||
interlock: &cover_interlock_06 [cover_open_06, cover_close_06]
|
interlock: &cover_interlock_06 [cover_open_06_out11, cover_close_06_out12]
|
||||||
interlock_wait_time: 5ms
|
interlock_wait_time: 5ms
|
||||||
restore_mode: always off
|
restore_mode: always off
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
id: cover_close_06
|
id: cover_close_06_out12
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_2
|
pcf8574: pcf_right
|
||||||
number: 12
|
number: 12
|
||||||
mode:
|
mode:
|
||||||
output: true
|
output: true
|
||||||
inverted: true
|
inverted: true
|
||||||
interlock: *cover_interlock_06
|
interlock: *cover_interlock_06
|
||||||
|
restore_mode: always off
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
id: cover_open_07
|
id: cover_open_07_out13
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_2
|
pcf8574: pcf_right
|
||||||
number: 11
|
number: 11
|
||||||
mode:
|
mode:
|
||||||
output: true
|
output: true
|
||||||
inverted: true
|
inverted: true
|
||||||
interlock: &cover_interlock_07 [cover_open_07, cover_close_07]
|
interlock: &cover_interlock_07 [cover_open_07_out13, cover_close_07_out14]
|
||||||
interlock_wait_time: 5ms
|
interlock_wait_time: 5ms
|
||||||
restore_mode: always off
|
restore_mode: always off
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
id: cover_close_07
|
id: cover_close_07_out14
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_2
|
pcf8574: pcf_right
|
||||||
number: 10
|
number: 10
|
||||||
mode:
|
mode:
|
||||||
output: true
|
output: true
|
||||||
inverted: true
|
inverted: true
|
||||||
interlock: *cover_interlock_07
|
interlock: *cover_interlock_07
|
||||||
|
restore_mode: always off
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
id: cover_open_08
|
id: cover_open_08_out15
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_2
|
pcf8574: pcf_right
|
||||||
number: 9
|
number: 9
|
||||||
mode:
|
mode:
|
||||||
output: true
|
output: true
|
||||||
inverted: true
|
inverted: true
|
||||||
interlock: &cover_interlock_08 [cover_open_08, cover_close_08]
|
interlock: &cover_interlock_08 [cover_open_08_out15, cover_close_08_out16]
|
||||||
interlock_wait_time: 5ms
|
interlock_wait_time: 5ms
|
||||||
restore_mode: always off
|
restore_mode: always off
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
id: cover_close_08
|
id: cover_close_08_out16
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_2
|
pcf8574: pcf_right
|
||||||
number: 8
|
number: 8
|
||||||
mode:
|
mode:
|
||||||
output: true
|
output: true
|
||||||
inverted: true
|
inverted: true
|
||||||
interlock: *cover_interlock_08
|
interlock: *cover_interlock_08
|
||||||
|
restore_mode: always off
|
||||||
|
|
||||||
|
output:
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
id: relay_17
|
id: out_17
|
||||||
name: 'Relay_17'
|
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_1
|
pcf8574: pcf_left
|
||||||
# Use pin number 15
|
|
||||||
number: 0
|
number: 0
|
||||||
mode:
|
mode:
|
||||||
output: true
|
output: true
|
||||||
inverted: true
|
inverted: true
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
id: relay_18
|
id: out_18
|
||||||
name: 'Relay_18'
|
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_1
|
pcf8574: pcf_left
|
||||||
# Use pin number 14
|
|
||||||
number: 1
|
number: 1
|
||||||
mode:
|
mode:
|
||||||
output: true
|
output: true
|
||||||
inverted: true
|
inverted: true
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
id: relay_19
|
id: out_19
|
||||||
name: 'Relay_19'
|
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_1
|
pcf8574: pcf_left
|
||||||
# Use pin number 13
|
|
||||||
number: 2
|
number: 2
|
||||||
mode:
|
mode:
|
||||||
output: true
|
output: true
|
||||||
inverted: true
|
inverted: true
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
id: relay_20
|
id: out_20
|
||||||
name: 'Relay_20'
|
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_1
|
pcf8574: pcf_left
|
||||||
# Use pin number 12
|
|
||||||
number: 3
|
number: 3
|
||||||
mode:
|
mode:
|
||||||
output: true
|
output: true
|
||||||
inverted: true
|
inverted: true
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
id: relay_21
|
id: out_21
|
||||||
name: 'Relay_21'
|
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_1
|
pcf8574: pcf_left
|
||||||
# Use pin number 11
|
|
||||||
number: 4
|
number: 4
|
||||||
mode:
|
mode:
|
||||||
output: true
|
output: true
|
||||||
inverted: true
|
inverted: true
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
id: relay_22
|
id: out_22
|
||||||
name: 'Relay_22'
|
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_1
|
pcf8574: pcf_left
|
||||||
# Use pin number 10
|
|
||||||
number: 5
|
number: 5
|
||||||
mode:
|
mode:
|
||||||
output: true
|
output: true
|
||||||
inverted: true
|
inverted: true
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
id: relay_23
|
id: out_23
|
||||||
name: 'Relay_23'
|
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_1
|
pcf8574: pcf_left
|
||||||
# Use pin number 9
|
|
||||||
number: 6
|
number: 6
|
||||||
mode:
|
mode:
|
||||||
output: true
|
output: true
|
||||||
inverted: true
|
inverted: true
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
id: relay_24
|
id: out_24
|
||||||
name: 'Relay_24'
|
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_1
|
pcf8574: pcf_left
|
||||||
# Use pin number 8
|
|
||||||
number: 7
|
number: 7
|
||||||
mode:
|
mode:
|
||||||
output: true
|
output: true
|
||||||
inverted: true
|
inverted: true
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
id: relay_25
|
id: out_25
|
||||||
name: 'Relay_25'
|
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_2
|
pcf8574: pcf_right
|
||||||
# Use pin number 15
|
|
||||||
number: 0
|
number: 0
|
||||||
mode:
|
mode:
|
||||||
output: true
|
output: true
|
||||||
inverted: true
|
inverted: true
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
id: relay_26
|
id: out_26
|
||||||
name: 'Relay_26'
|
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_2
|
pcf8574: pcf_right
|
||||||
# Use pin number 14
|
|
||||||
number: 1
|
number: 1
|
||||||
mode:
|
mode:
|
||||||
output: true
|
output: true
|
||||||
inverted: true
|
inverted: true
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
id: relay_27
|
id: out_27
|
||||||
name: 'Relay_27'
|
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_2
|
pcf8574: pcf_right
|
||||||
# Use pin number 13
|
|
||||||
number: 2
|
number: 2
|
||||||
mode:
|
mode:
|
||||||
output: true
|
output: true
|
||||||
inverted: true
|
inverted: true
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
id: relay_28
|
id: out_28
|
||||||
name: 'Relay_28'
|
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_2
|
pcf8574: pcf_right
|
||||||
# Use pin number 12
|
|
||||||
number: 3
|
number: 3
|
||||||
mode:
|
mode:
|
||||||
output: true
|
output: true
|
||||||
inverted: true
|
inverted: true
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
id: relay_29
|
id: out_29
|
||||||
name: 'Relay_29'
|
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_2
|
pcf8574: pcf_right
|
||||||
# Use pin number 11
|
|
||||||
number: 4
|
number: 4
|
||||||
mode:
|
mode:
|
||||||
output: true
|
output: true
|
||||||
inverted: true
|
inverted: true
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
id: relay_30
|
id: out_30
|
||||||
name: 'Relay_30'
|
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_2
|
pcf8574: pcf_right
|
||||||
# Use pin number 10
|
|
||||||
number: 5
|
number: 5
|
||||||
mode:
|
mode:
|
||||||
output: true
|
output: true
|
||||||
inverted: true
|
inverted: true
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
id: relay_31
|
id: out_31
|
||||||
name: 'Relay_31'
|
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_2
|
pcf8574: pcf_right
|
||||||
# Use pin number 9
|
|
||||||
number: 6
|
number: 6
|
||||||
mode:
|
mode:
|
||||||
output: true
|
output: true
|
||||||
inverted: true
|
inverted: true
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
id: relay_32
|
id: out_32
|
||||||
name: 'Relay_32'
|
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_2
|
pcf8574: pcf_right
|
||||||
# Use pin number 8
|
|
||||||
number: 7
|
number: 7
|
||||||
mode:
|
mode:
|
||||||
output: true
|
output: true
|
||||||
@@ -1,256 +0,0 @@
|
|||||||
cover:
|
|
||||||
- platform: time_based
|
|
||||||
name: "${node_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: 60s
|
|
||||||
close_action:
|
|
||||||
- switch.turn_off: cover_open_01
|
|
||||||
- switch.turn_on: cover_close_01
|
|
||||||
close_duration: 60s
|
|
||||||
stop_action:
|
|
||||||
- switch.turn_off: cover_open_01
|
|
||||||
- switch.turn_off: cover_close_01
|
|
||||||
|
|
||||||
- platform: time_based
|
|
||||||
name: "${node_name} Cover 02"
|
|
||||||
device_class: shutter
|
|
||||||
id: cover_02
|
|
||||||
open_action:
|
|
||||||
- switch.turn_off: cover_close_02
|
|
||||||
- switch.turn_on: cover_open_02
|
|
||||||
open_duration: 60s
|
|
||||||
close_action:
|
|
||||||
- switch.turn_off: cover_open_02
|
|
||||||
- switch.turn_on: cover_close_02
|
|
||||||
close_duration: 60s
|
|
||||||
stop_action:
|
|
||||||
- switch.turn_off: cover_open_02
|
|
||||||
- switch.turn_off: cover_close_02
|
|
||||||
|
|
||||||
- platform: time_based
|
|
||||||
name: "${node_name} Cover 03"
|
|
||||||
device_class: shutter
|
|
||||||
id: cover_03
|
|
||||||
open_action:
|
|
||||||
- switch.turn_off: cover_close_03
|
|
||||||
- switch.turn_on: cover_open_03
|
|
||||||
open_duration: 60s
|
|
||||||
close_action:
|
|
||||||
- switch.turn_off: cover_open_03
|
|
||||||
- switch.turn_on: cover_close_03
|
|
||||||
close_duration: 60s
|
|
||||||
stop_action:
|
|
||||||
- switch.turn_off: cover_open_03
|
|
||||||
- switch.turn_off: cover_close_03
|
|
||||||
|
|
||||||
- platform: time_based
|
|
||||||
name: "${node_name} Cover 04"
|
|
||||||
device_class: shutter
|
|
||||||
id: cover_04
|
|
||||||
open_action:
|
|
||||||
- switch.turn_off: cover_close_04
|
|
||||||
- switch.turn_on: cover_open_04
|
|
||||||
open_duration: 60s
|
|
||||||
close_action:
|
|
||||||
- switch.turn_off: cover_open_04
|
|
||||||
- switch.turn_on: cover_close_04
|
|
||||||
close_duration: 60s
|
|
||||||
stop_action:
|
|
||||||
- switch.turn_off: cover_open_04
|
|
||||||
- switch.turn_off: cover_close_04
|
|
||||||
|
|
||||||
- platform: time_based
|
|
||||||
name: "${node_name} Cover 05"
|
|
||||||
device_class: shutter
|
|
||||||
id: cover_05
|
|
||||||
open_action:
|
|
||||||
- switch.turn_off: cover_close_05
|
|
||||||
- switch.turn_on: cover_open_05
|
|
||||||
open_duration: 60s
|
|
||||||
close_action:
|
|
||||||
- switch.turn_off: cover_open_05
|
|
||||||
- switch.turn_on: cover_close_05
|
|
||||||
close_duration: 60s
|
|
||||||
stop_action:
|
|
||||||
- switch.turn_off: cover_open_05
|
|
||||||
- switch.turn_off: cover_close_05
|
|
||||||
|
|
||||||
- platform: time_based
|
|
||||||
name: "${node_name} Cover 06"
|
|
||||||
device_class: shutter
|
|
||||||
id: cover_06
|
|
||||||
open_action:
|
|
||||||
- switch.turn_off: cover_close_06
|
|
||||||
- switch.turn_on: cover_open_06
|
|
||||||
open_duration: 60s
|
|
||||||
close_action:
|
|
||||||
- switch.turn_off: cover_open_06
|
|
||||||
- switch.turn_on: cover_close_06
|
|
||||||
close_duration: 60s
|
|
||||||
stop_action:
|
|
||||||
- switch.turn_off: cover_open_06
|
|
||||||
- switch.turn_off: cover_close_06
|
|
||||||
|
|
||||||
- platform: time_based
|
|
||||||
name: "${node_name} Cover 07"
|
|
||||||
device_class: shutter
|
|
||||||
id: cover_07
|
|
||||||
open_action:
|
|
||||||
- switch.turn_off: cover_close_07
|
|
||||||
- switch.turn_on: cover_open_07
|
|
||||||
open_duration: 60s
|
|
||||||
close_action:
|
|
||||||
- switch.turn_off: cover_open_07
|
|
||||||
- switch.turn_on: cover_close_07
|
|
||||||
close_duration: 60s
|
|
||||||
stop_action:
|
|
||||||
- switch.turn_off: cover_open_07
|
|
||||||
- switch.turn_off: cover_close_07
|
|
||||||
|
|
||||||
- platform: time_based
|
|
||||||
name: "${node_name} Cover 08"
|
|
||||||
device_class: shutter
|
|
||||||
id: cover_08
|
|
||||||
open_action:
|
|
||||||
- switch.turn_off: cover_close_08
|
|
||||||
- switch.turn_on: cover_open_08
|
|
||||||
open_duration: 60s
|
|
||||||
close_action:
|
|
||||||
- switch.turn_off: cover_open_08
|
|
||||||
- switch.turn_on: cover_close_08
|
|
||||||
close_duration: 60s
|
|
||||||
stop_action:
|
|
||||||
- switch.turn_off: cover_open_08
|
|
||||||
- switch.turn_off: cover_close_08
|
|
||||||
|
|
||||||
- platform: time_based
|
|
||||||
name: "${node_name} Cover 09"
|
|
||||||
device_class: shutter
|
|
||||||
id: cover_09
|
|
||||||
open_action:
|
|
||||||
- switch.turn_off: cover_close_09
|
|
||||||
- switch.turn_on: cover_open_09
|
|
||||||
open_duration: 60s
|
|
||||||
close_action:
|
|
||||||
- switch.turn_off: cover_open_09
|
|
||||||
- switch.turn_on: cover_close_09
|
|
||||||
close_duration: 60s
|
|
||||||
stop_action:
|
|
||||||
- switch.turn_off: cover_open_09
|
|
||||||
- switch.turn_off: cover_close_09
|
|
||||||
|
|
||||||
- platform: time_based
|
|
||||||
name: "${node_name} Cover 10"
|
|
||||||
device_class: shutter
|
|
||||||
id: cover_10
|
|
||||||
open_action:
|
|
||||||
- switch.turn_off: cover_close_10
|
|
||||||
- switch.turn_on: cover_open_10
|
|
||||||
open_duration: 60s
|
|
||||||
close_action:
|
|
||||||
- switch.turn_off: cover_open_10
|
|
||||||
- switch.turn_on: cover_close_10
|
|
||||||
close_duration: 60s
|
|
||||||
stop_action:
|
|
||||||
- switch.turn_off: cover_open_10
|
|
||||||
- switch.turn_off: cover_close_10
|
|
||||||
|
|
||||||
- platform: time_based
|
|
||||||
name: "${node_name} Cover 11"
|
|
||||||
device_class: shutter
|
|
||||||
id: cover_11
|
|
||||||
open_action:
|
|
||||||
- switch.turn_off: cover_close_11
|
|
||||||
- switch.turn_on: cover_open_11
|
|
||||||
open_duration: 60s
|
|
||||||
close_action:
|
|
||||||
- switch.turn_off: cover_open_11
|
|
||||||
- switch.turn_on: cover_close_11
|
|
||||||
close_duration: 60s
|
|
||||||
stop_action:
|
|
||||||
- switch.turn_off: cover_open_11
|
|
||||||
- switch.turn_off: cover_close_11
|
|
||||||
|
|
||||||
- platform: time_based
|
|
||||||
name: "${node_name} Cover 12"
|
|
||||||
device_class: shutter
|
|
||||||
id: cover_12
|
|
||||||
open_action:
|
|
||||||
- switch.turn_off: cover_close_12
|
|
||||||
- switch.turn_on: cover_open_12
|
|
||||||
open_duration: 60s
|
|
||||||
close_action:
|
|
||||||
- switch.turn_off: cover_open_12
|
|
||||||
- switch.turn_on: cover_close_12
|
|
||||||
close_duration: 60s
|
|
||||||
stop_action:
|
|
||||||
- switch.turn_off: cover_open_12
|
|
||||||
- switch.turn_off: cover_close_12
|
|
||||||
|
|
||||||
- platform: time_based
|
|
||||||
name: "${node_name} Cover 13"
|
|
||||||
device_class: shutter
|
|
||||||
id: cover_13
|
|
||||||
open_action:
|
|
||||||
- switch.turn_off: cover_close_13
|
|
||||||
- switch.turn_on: cover_open_13
|
|
||||||
open_duration: 60s
|
|
||||||
close_action:
|
|
||||||
- switch.turn_off: cover_open_13
|
|
||||||
- switch.turn_on: cover_close_13
|
|
||||||
close_duration: 60s
|
|
||||||
stop_action:
|
|
||||||
- switch.turn_off: cover_open_13
|
|
||||||
- switch.turn_off: cover_close_13
|
|
||||||
|
|
||||||
- platform: time_based
|
|
||||||
name: "${node_name} Cover 14"
|
|
||||||
device_class: shutter
|
|
||||||
id: cover_14
|
|
||||||
open_action:
|
|
||||||
- switch.turn_off: cover_close_14
|
|
||||||
- switch.turn_on: cover_open_14
|
|
||||||
open_duration: 60s
|
|
||||||
close_action:
|
|
||||||
- switch.turn_off: cover_open_14
|
|
||||||
- switch.turn_on: cover_close_14
|
|
||||||
close_duration: 60s
|
|
||||||
stop_action:
|
|
||||||
- switch.turn_off: cover_open_14
|
|
||||||
- switch.turn_off: cover_close_14
|
|
||||||
|
|
||||||
- platform: time_based
|
|
||||||
name: "${node_name} Cover 15"
|
|
||||||
device_class: shutter
|
|
||||||
id: cover_15
|
|
||||||
open_action:
|
|
||||||
- switch.turn_off: cover_close_15
|
|
||||||
- switch.turn_on: cover_open_15
|
|
||||||
open_duration: 60s
|
|
||||||
close_action:
|
|
||||||
- switch.turn_off: cover_open_15
|
|
||||||
- switch.turn_on: cover_close_15
|
|
||||||
close_duration: 60s
|
|
||||||
stop_action:
|
|
||||||
- switch.turn_off: cover_open_15
|
|
||||||
- switch.turn_off: cover_close_15
|
|
||||||
|
|
||||||
- platform: time_based
|
|
||||||
name: "${node_name} Cover 16"
|
|
||||||
device_class: shutter
|
|
||||||
id: cover_16
|
|
||||||
open_action:
|
|
||||||
- switch.turn_off: cover_close_16
|
|
||||||
- switch.turn_on: cover_open_16
|
|
||||||
open_duration: 60s
|
|
||||||
close_action:
|
|
||||||
- switch.turn_off: cover_open_16
|
|
||||||
- switch.turn_on: cover_close_16
|
|
||||||
close_duration: 60s
|
|
||||||
stop_action:
|
|
||||||
- switch.turn_off: cover_open_16
|
|
||||||
- switch.turn_off: cover_close_16
|
|
||||||
@@ -1,900 +0,0 @@
|
|||||||
|
|
||||||
binary_sensor:
|
|
||||||
- platform: gpio
|
|
||||||
name: "${node_name} IN_01"
|
|
||||||
id: in_01
|
|
||||||
pin:
|
|
||||||
mcp23xxx: mcp_inputs_1to16
|
|
||||||
number: 0
|
|
||||||
mode:
|
|
||||||
input: true
|
|
||||||
pullup: false
|
|
||||||
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:
|
|
||||||
mcp23xxx: mcp_inputs_1to16
|
|
||||||
number: 1
|
|
||||||
mode:
|
|
||||||
input: true
|
|
||||||
pullup: false
|
|
||||||
inverted: true
|
|
||||||
on_press:
|
|
||||||
- cover.close: cover_01
|
|
||||||
on_release:
|
|
||||||
- cover.stop: cover_01
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
name: "${node_name} IN_03"
|
|
||||||
id: in_03
|
|
||||||
pin:
|
|
||||||
mcp23xxx: mcp_inputs_1to16
|
|
||||||
number: 2
|
|
||||||
mode:
|
|
||||||
input: true
|
|
||||||
pullup: false
|
|
||||||
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:
|
|
||||||
mcp23xxx: mcp_inputs_1to16
|
|
||||||
number: 3
|
|
||||||
mode:
|
|
||||||
input: true
|
|
||||||
pullup: false
|
|
||||||
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:
|
|
||||||
# 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
|
|
||||||
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
|
|
||||||
|
|
||||||
File diff suppressed because it is too large
Load Diff
@@ -1,297 +0,0 @@
|
|||||||
|
|
||||||
mcp23017:
|
|
||||||
- id: 'mcp_outputs_1to16'
|
|
||||||
address: 0x21
|
|
||||||
- id: 'mcp_outputs_17to32'
|
|
||||||
address: 0x20
|
|
||||||
|
|
||||||
switch:
|
|
||||||
- platform: gpio
|
|
||||||
id: cover_open_01
|
|
||||||
pin:
|
|
||||||
mcp23xxx: mcp_outputs_1to16
|
|
||||||
number: 0
|
|
||||||
mode: OUTPUT
|
|
||||||
interlock: &cover_interlock_01 [cover_open_01, cover_close_01]
|
|
||||||
restore_mode: always off
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: cover_close_01
|
|
||||||
pin:
|
|
||||||
mcp23xxx: mcp_outputs_1to16
|
|
||||||
number: 1
|
|
||||||
mode: OUTPUT
|
|
||||||
interlock: *cover_interlock_01
|
|
||||||
restore_mode: always off
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: cover_open_02
|
|
||||||
pin:
|
|
||||||
mcp23xxx: mcp_outputs_1to16
|
|
||||||
number: 2
|
|
||||||
mode: OUTPUT
|
|
||||||
interlock: &cover_interlock_02 [cover_open_02, cover_close_02]
|
|
||||||
restore_mode: always off
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: cover_close_02
|
|
||||||
pin:
|
|
||||||
mcp23xxx: mcp_outputs_1to16
|
|
||||||
number: 3
|
|
||||||
mode: OUTPUT
|
|
||||||
interlock: *cover_interlock_02
|
|
||||||
restore_mode: always off
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: cover_open_03
|
|
||||||
pin:
|
|
||||||
mcp23xxx: mcp_outputs_1to16
|
|
||||||
number: 4
|
|
||||||
mode: OUTPUT
|
|
||||||
interlock: &cover_interlock_03 [cover_open_03, cover_close_03]
|
|
||||||
restore_mode: always off
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: cover_close_03
|
|
||||||
pin:
|
|
||||||
mcp23xxx: mcp_outputs_1to16
|
|
||||||
number: 5
|
|
||||||
mode: OUTPUT
|
|
||||||
interlock: *cover_interlock_03
|
|
||||||
restore_mode: always off
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: cover_open_04
|
|
||||||
pin:
|
|
||||||
mcp23xxx: mcp_outputs_1to16
|
|
||||||
number: 6
|
|
||||||
mode: OUTPUT
|
|
||||||
interlock: &cover_interlock_04 [cover_open_04, cover_close_04]
|
|
||||||
restore_mode: always off
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: cover_close_04
|
|
||||||
pin:
|
|
||||||
mcp23xxx: mcp_outputs_1to16
|
|
||||||
number: 7
|
|
||||||
mode: OUTPUT
|
|
||||||
interlock: *cover_interlock_04
|
|
||||||
restore_mode: always off
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: cover_open_05
|
|
||||||
pin:
|
|
||||||
mcp23xxx: mcp_outputs_17to32
|
|
||||||
number: 0
|
|
||||||
mode: OUTPUT
|
|
||||||
interlock: &cover_interlock_05 [cover_open_05, cover_close_05]
|
|
||||||
restore_mode: always off
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: cover_close_05
|
|
||||||
pin:
|
|
||||||
mcp23xxx: mcp_outputs_17to32
|
|
||||||
number: 1
|
|
||||||
mode: OUTPUT
|
|
||||||
interlock: *cover_interlock_05
|
|
||||||
restore_mode: always off
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: cover_open_06
|
|
||||||
pin:
|
|
||||||
mcp23xxx: mcp_outputs_17to32
|
|
||||||
number: 2
|
|
||||||
mode: OUTPUT
|
|
||||||
interlock: &cover_interlock_06 [cover_open_06, cover_close_06]
|
|
||||||
restore_mode: always off
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: cover_close_06
|
|
||||||
pin:
|
|
||||||
mcp23xxx: mcp_outputs_17to32
|
|
||||||
number: 3
|
|
||||||
mode: OUTPUT
|
|
||||||
interlock: *cover_interlock_06
|
|
||||||
restore_mode: always off
|
|
||||||
|
|
||||||
|
|
||||||
# relay
|
|
||||||
- platform: gpio
|
|
||||||
id: relay_13
|
|
||||||
pin:
|
|
||||||
mcp23xxx: mcp_outputs_17to32
|
|
||||||
number: 4
|
|
||||||
mode:
|
|
||||||
output: true
|
|
||||||
inverted: false
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: relay_14
|
|
||||||
pin:
|
|
||||||
mcp23xxx: mcp_outputs_17to32
|
|
||||||
number: 5
|
|
||||||
mode:
|
|
||||||
output: true
|
|
||||||
inverted: false
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: relay_15
|
|
||||||
pin:
|
|
||||||
mcp23xxx: mcp_outputs_17to32
|
|
||||||
number: 6
|
|
||||||
mode:
|
|
||||||
output: true
|
|
||||||
inverted: false
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: relay_16
|
|
||||||
pin:
|
|
||||||
mcp23xxx: mcp_outputs_17to32
|
|
||||||
number: 7
|
|
||||||
mode:
|
|
||||||
output: true
|
|
||||||
inverted: false
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: relay_17
|
|
||||||
pin:
|
|
||||||
mcp23xxx: mcp_outputs_1to16
|
|
||||||
number: 15
|
|
||||||
mode:
|
|
||||||
output: true
|
|
||||||
inverted: false
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: relay_18
|
|
||||||
pin:
|
|
||||||
mcp23xxx: mcp_outputs_1to16
|
|
||||||
number: 14
|
|
||||||
mode:
|
|
||||||
output: true
|
|
||||||
inverted: false
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: relay_19
|
|
||||||
pin:
|
|
||||||
mcp23xxx: mcp_outputs_1to16
|
|
||||||
number: 13
|
|
||||||
mode:
|
|
||||||
output: true
|
|
||||||
inverted: false
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: relay_20
|
|
||||||
pin:
|
|
||||||
mcp23xxx: mcp_outputs_1to16
|
|
||||||
number: 12
|
|
||||||
mode:
|
|
||||||
output: true
|
|
||||||
inverted: false
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: relay_21
|
|
||||||
pin:
|
|
||||||
mcp23xxx: mcp_outputs_1to16
|
|
||||||
number: 11
|
|
||||||
mode:
|
|
||||||
output: true
|
|
||||||
inverted: false
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: relay_22
|
|
||||||
pin:
|
|
||||||
mcp23xxx: mcp_outputs_1to16
|
|
||||||
number: 10
|
|
||||||
mode:
|
|
||||||
output: true
|
|
||||||
inverted: false
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: relay_23
|
|
||||||
pin:
|
|
||||||
mcp23xxx: mcp_outputs_1to16
|
|
||||||
number: 9
|
|
||||||
mode:
|
|
||||||
output: true
|
|
||||||
inverted: false
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: relay_24
|
|
||||||
pin:
|
|
||||||
mcp23xxx: mcp_outputs_1to16
|
|
||||||
number: 8
|
|
||||||
mode:
|
|
||||||
output: true
|
|
||||||
inverted: false
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: relay_25
|
|
||||||
pin:
|
|
||||||
mcp23xxx: mcp_outputs_17to32
|
|
||||||
number: 15
|
|
||||||
mode:
|
|
||||||
output: true
|
|
||||||
inverted: false
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: relay_26
|
|
||||||
pin:
|
|
||||||
mcp23xxx: mcp_outputs_17to32
|
|
||||||
number: 14
|
|
||||||
mode:
|
|
||||||
output: true
|
|
||||||
inverted: false
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: relay_27
|
|
||||||
pin:
|
|
||||||
mcp23xxx: mcp_outputs_17to32
|
|
||||||
number: 13
|
|
||||||
mode:
|
|
||||||
output: true
|
|
||||||
inverted: false
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: relay_28
|
|
||||||
pin:
|
|
||||||
mcp23xxx: mcp_outputs_17to32
|
|
||||||
number: 12
|
|
||||||
mode:
|
|
||||||
output: true
|
|
||||||
inverted: false
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: relay_29
|
|
||||||
pin:
|
|
||||||
mcp23xxx: mcp_outputs_17to32
|
|
||||||
number: 11
|
|
||||||
mode:
|
|
||||||
output: true
|
|
||||||
inverted: false
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: relay_30
|
|
||||||
pin:
|
|
||||||
mcp23xxx: mcp_outputs_17to32
|
|
||||||
number: 10
|
|
||||||
mode:
|
|
||||||
output: true
|
|
||||||
inverted: false
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: relay_31
|
|
||||||
pin:
|
|
||||||
mcp23xxx: mcp_outputs_17to32
|
|
||||||
number: 9
|
|
||||||
mode:
|
|
||||||
output: true
|
|
||||||
inverted: false
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: relay_32
|
|
||||||
pin:
|
|
||||||
mcp23xxx: mcp_outputs_17to32
|
|
||||||
number: 8
|
|
||||||
mode:
|
|
||||||
output: true
|
|
||||||
inverted: false
|
|
||||||
@@ -1,310 +0,0 @@
|
|||||||
|
|
||||||
mcp23017:
|
|
||||||
- id: 'mcp_outputs_1to16'
|
|
||||||
i2c_id: bus_b
|
|
||||||
address: 0x21
|
|
||||||
- id: 'mcp_outputs_17to32'
|
|
||||||
i2c_id: bus_b
|
|
||||||
address: 0x20
|
|
||||||
|
|
||||||
switch:
|
|
||||||
- platform: gpio
|
|
||||||
id: cover_open_01
|
|
||||||
pin:
|
|
||||||
mcp23xxx: mcp_outputs_1to16
|
|
||||||
number: 0
|
|
||||||
mode: OUTPUT
|
|
||||||
interlock: &cover_interlock_01 [cover_open_01, cover_close_01]
|
|
||||||
restore_mode: always off
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: cover_close_01
|
|
||||||
pin:
|
|
||||||
mcp23xxx: mcp_outputs_1to16
|
|
||||||
number: 1
|
|
||||||
mode: OUTPUT
|
|
||||||
interlock: *cover_interlock_01
|
|
||||||
restore_mode: always off
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: cover_open_02
|
|
||||||
pin:
|
|
||||||
mcp23xxx: mcp_outputs_1to16
|
|
||||||
number: 2
|
|
||||||
mode: OUTPUT
|
|
||||||
interlock: &cover_interlock_02 [cover_open_02, cover_close_02]
|
|
||||||
restore_mode: always off
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: cover_close_02
|
|
||||||
pin:
|
|
||||||
mcp23xxx: mcp_outputs_1to16
|
|
||||||
number: 3
|
|
||||||
mode: OUTPUT
|
|
||||||
interlock: *cover_interlock_02
|
|
||||||
restore_mode: always off
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: cover_open_03
|
|
||||||
pin:
|
|
||||||
mcp23xxx: mcp_outputs_1to16
|
|
||||||
number: 4
|
|
||||||
mode: OUTPUT
|
|
||||||
interlock: &cover_interlock_03 [cover_open_03, cover_close_03]
|
|
||||||
restore_mode: always off
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: cover_close_03
|
|
||||||
pin:
|
|
||||||
mcp23xxx: mcp_outputs_1to16
|
|
||||||
number: 5
|
|
||||||
mode: OUTPUT
|
|
||||||
interlock: *cover_interlock_03
|
|
||||||
restore_mode: always off
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: cover_open_04
|
|
||||||
pin:
|
|
||||||
mcp23xxx: mcp_outputs_1to16
|
|
||||||
number: 6
|
|
||||||
mode: OUTPUT
|
|
||||||
interlock: &cover_interlock_04 [cover_open_04, cover_close_04]
|
|
||||||
restore_mode: always off
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: cover_close_04
|
|
||||||
pin:
|
|
||||||
mcp23xxx: mcp_outputs_1to16
|
|
||||||
number: 7
|
|
||||||
mode: OUTPUT
|
|
||||||
interlock: *cover_interlock_04
|
|
||||||
restore_mode: always off
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: cover_open_05
|
|
||||||
pin:
|
|
||||||
mcp23xxx: mcp_outputs_1to16
|
|
||||||
number: 8
|
|
||||||
mode: OUTPUT
|
|
||||||
interlock: &cover_interlock_05 [cover_open_05, cover_close_05]
|
|
||||||
restore_mode: always off
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: cover_close_05
|
|
||||||
pin:
|
|
||||||
mcp23xxx: mcp_outputs_1to16
|
|
||||||
number: 9
|
|
||||||
mode: OUTPUT
|
|
||||||
interlock: *cover_interlock_05
|
|
||||||
restore_mode: always off
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: cover_open_06
|
|
||||||
pin:
|
|
||||||
mcp23xxx: mcp_outputs_1to16
|
|
||||||
number: 10
|
|
||||||
mode: OUTPUT
|
|
||||||
interlock: &cover_interlock_06 [cover_open_06, cover_close_06]
|
|
||||||
restore_mode: always off
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: cover_close_06
|
|
||||||
pin:
|
|
||||||
mcp23xxx: mcp_outputs_1to16
|
|
||||||
number: 11
|
|
||||||
mode: OUTPUT
|
|
||||||
interlock: *cover_interlock_06
|
|
||||||
restore_mode: always off
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: cover_open_07
|
|
||||||
pin:
|
|
||||||
mcp23xxx: mcp_outputs_1to16
|
|
||||||
number: 12
|
|
||||||
mode: OUTPUT
|
|
||||||
interlock: &cover_interlock_07 [cover_open_07, cover_close_07]
|
|
||||||
restore_mode: always off
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: cover_close_07
|
|
||||||
pin:
|
|
||||||
mcp23xxx: mcp_outputs_1to16
|
|
||||||
number: 13
|
|
||||||
mode: OUTPUT
|
|
||||||
interlock: *cover_interlock_07
|
|
||||||
restore_mode: always off
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: cover_open_08
|
|
||||||
pin:
|
|
||||||
mcp23xxx: mcp_outputs_1to16
|
|
||||||
number: 14
|
|
||||||
mode: OUTPUT
|
|
||||||
interlock: &cover_interlock_08 [cover_open_07, cover_close_07]
|
|
||||||
restore_mode: always off
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: cover_close_08
|
|
||||||
pin:
|
|
||||||
mcp23xxx: mcp_outputs_1to16
|
|
||||||
number: 15
|
|
||||||
mode: OUTPUT
|
|
||||||
interlock: *cover_interlock_08
|
|
||||||
restore_mode: always off
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: cover_open_09
|
|
||||||
pin:
|
|
||||||
mcp23xxx: mcp_outputs_17to32
|
|
||||||
number: 0
|
|
||||||
mode: OUTPUT
|
|
||||||
interlock: &cover_interlock_09 [cover_open_07, cover_close_07]
|
|
||||||
restore_mode: always off
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: cover_close_09
|
|
||||||
pin:
|
|
||||||
mcp23xxx: mcp_outputs_17to32
|
|
||||||
number: 1
|
|
||||||
mode: OUTPUT
|
|
||||||
interlock: *cover_interlock_09
|
|
||||||
restore_mode: always off
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: cover_open_10
|
|
||||||
pin:
|
|
||||||
mcp23xxx: mcp_outputs_17to32
|
|
||||||
number: 2
|
|
||||||
mode: OUTPUT
|
|
||||||
interlock: &cover_interlock_10 [cover_open_07, cover_close_07]
|
|
||||||
restore_mode: always off
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: cover_close_10
|
|
||||||
pin:
|
|
||||||
mcp23xxx: mcp_outputs_17to32
|
|
||||||
number: 3
|
|
||||||
mode: OUTPUT
|
|
||||||
interlock: *cover_interlock_10
|
|
||||||
restore_mode: always off
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: cover_open_11
|
|
||||||
pin:
|
|
||||||
mcp23xxx: mcp_outputs_17to32
|
|
||||||
number: 4
|
|
||||||
mode: OUTPUT
|
|
||||||
interlock: &cover_interlock_11 [cover_open_07, cover_close_07]
|
|
||||||
restore_mode: always off
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: cover_close_11
|
|
||||||
pin:
|
|
||||||
mcp23xxx: mcp_outputs_17to32
|
|
||||||
number: 5
|
|
||||||
mode: OUTPUT
|
|
||||||
interlock: *cover_interlock_11
|
|
||||||
restore_mode: always off
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: cover_open_12
|
|
||||||
pin:
|
|
||||||
mcp23xxx: mcp_outputs_17to32
|
|
||||||
number: 6
|
|
||||||
mode: OUTPUT
|
|
||||||
interlock: &cover_interlock_12 [cover_open_07, cover_close_07]
|
|
||||||
restore_mode: always off
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: cover_close_12
|
|
||||||
pin:
|
|
||||||
mcp23xxx: mcp_outputs_17to32
|
|
||||||
number: 7
|
|
||||||
mode: OUTPUT
|
|
||||||
interlock: *cover_interlock_12
|
|
||||||
restore_mode: always off
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: cover_open_13
|
|
||||||
pin:
|
|
||||||
mcp23xxx: mcp_outputs_17to32
|
|
||||||
number: 8
|
|
||||||
mode: OUTPUT
|
|
||||||
interlock: &cover_interlock_13 [cover_open_07, cover_close_07]
|
|
||||||
restore_mode: always off
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: cover_close_13
|
|
||||||
pin:
|
|
||||||
mcp23xxx: mcp_outputs_17to32
|
|
||||||
number: 9
|
|
||||||
mode: OUTPUT
|
|
||||||
interlock: *cover_interlock_13
|
|
||||||
restore_mode: always off
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: cover_open_14
|
|
||||||
pin:
|
|
||||||
mcp23xxx: mcp_outputs_17to32
|
|
||||||
number: 10
|
|
||||||
mode: OUTPUT
|
|
||||||
interlock: &cover_interlock_14 [cover_open_07, cover_close_07]
|
|
||||||
restore_mode: always off
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: cover_close_14
|
|
||||||
pin:
|
|
||||||
mcp23xxx: mcp_outputs_17to32
|
|
||||||
number: 11
|
|
||||||
mode: OUTPUT
|
|
||||||
interlock: *cover_interlock_14
|
|
||||||
restore_mode: always off
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: cover_open_15
|
|
||||||
pin:
|
|
||||||
mcp23xxx: mcp_outputs_17to32
|
|
||||||
number: 12
|
|
||||||
mode: OUTPUT
|
|
||||||
interlock: &cover_interlock_15 [cover_open_07, cover_close_07]
|
|
||||||
restore_mode: always off
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: cover_close_15
|
|
||||||
pin:
|
|
||||||
mcp23xxx: mcp_outputs_17to32
|
|
||||||
number: 13
|
|
||||||
mode: OUTPUT
|
|
||||||
interlock: *cover_interlock_15
|
|
||||||
restore_mode: always off
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: cover_open_16
|
|
||||||
pin:
|
|
||||||
mcp23xxx: mcp_outputs_17to32
|
|
||||||
number: 14
|
|
||||||
mode: OUTPUT
|
|
||||||
interlock: &cover_interlock_16 [cover_open_07, cover_close_07]
|
|
||||||
restore_mode: always off
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: cover_close_16
|
|
||||||
pin:
|
|
||||||
mcp23xxx: mcp_outputs_17to32
|
|
||||||
number: 15
|
|
||||||
mode: OUTPUT
|
|
||||||
interlock: *cover_interlock_16
|
|
||||||
restore_mode: always off
|
|
||||||
|
|
||||||
# example
|
|
||||||
# relay
|
|
||||||
# - platform: gpio
|
|
||||||
# id: relay_13
|
|
||||||
# pin:
|
|
||||||
# mcp23xxx: mcp_outputs_17to32
|
|
||||||
# number: 4
|
|
||||||
# mode:
|
|
||||||
# output: true
|
|
||||||
# inverted: false
|
|
||||||
|
|
||||||
|
|
||||||
@@ -1,60 +0,0 @@
|
|||||||
|
|
||||||
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
|
|
||||||
@@ -1,121 +0,0 @@
|
|||||||
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
|
|
||||||
@@ -1,559 +0,0 @@
|
|||||||
# require light configuration (monochromatic_light.yaml)
|
|
||||||
binary_sensor:
|
|
||||||
- platform: gpio
|
|
||||||
name: "${node_name} IN_01"
|
|
||||||
id: in_01
|
|
||||||
pin:
|
|
||||||
mcp23xxx: mcp_inputs_1to16
|
|
||||||
number: 0
|
|
||||||
mode:
|
|
||||||
input: true
|
|
||||||
pullup: false
|
|
||||||
inverted: true
|
|
||||||
on_press:
|
|
||||||
then:
|
|
||||||
- light.toggle:
|
|
||||||
id: led_1
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
name: "${node_name} IN_02"
|
|
||||||
id: in_02
|
|
||||||
pin:
|
|
||||||
mcp23xxx: mcp_inputs_1to16
|
|
||||||
number: 1
|
|
||||||
mode:
|
|
||||||
input: true
|
|
||||||
pullup: false
|
|
||||||
inverted: true
|
|
||||||
on_press:
|
|
||||||
- light.toggle:
|
|
||||||
id: led_2
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
name: "${node_name} IN_03"
|
|
||||||
id: in_03
|
|
||||||
pin:
|
|
||||||
mcp23xxx: mcp_inputs_1to16
|
|
||||||
number: 2
|
|
||||||
mode:
|
|
||||||
input: true
|
|
||||||
pullup: false
|
|
||||||
inverted: true
|
|
||||||
on_press:
|
|
||||||
- light.toggle:
|
|
||||||
id: led_3
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
name: "${node_name} IN_04"
|
|
||||||
id: in_04
|
|
||||||
pin:
|
|
||||||
mcp23xxx: mcp_inputs_1to16
|
|
||||||
number: 3
|
|
||||||
mode:
|
|
||||||
input: true
|
|
||||||
pullup: false
|
|
||||||
inverted: true
|
|
||||||
on_press:
|
|
||||||
then:
|
|
||||||
- light.toggle:
|
|
||||||
id: led_4
|
|
||||||
|
|
||||||
- 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:
|
|
||||||
- light.toggle:
|
|
||||||
id: led_5
|
|
||||||
|
|
||||||
- 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:
|
|
||||||
- light.toggle:
|
|
||||||
id: led_6
|
|
||||||
|
|
||||||
- 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:
|
|
||||||
- light.toggle:
|
|
||||||
id: led_7
|
|
||||||
|
|
||||||
- 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:
|
|
||||||
- light.toggle:
|
|
||||||
id: led_8
|
|
||||||
|
|
||||||
- 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:
|
|
||||||
- while:
|
|
||||||
condition:
|
|
||||||
binary_sensor.is_on: in_09
|
|
||||||
then:
|
|
||||||
- logger.log: "Dimm light led_4 by -5%"
|
|
||||||
- light.dim_relative:
|
|
||||||
id: led_4
|
|
||||||
relative_brightness: -5%
|
|
||||||
transition_length: 0.2s
|
|
||||||
- delay: 0.2s
|
|
||||||
|
|
||||||
- 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:
|
|
||||||
- while:
|
|
||||||
condition:
|
|
||||||
binary_sensor.is_on: in_10
|
|
||||||
then:
|
|
||||||
- logger.log: "Dimm light led_4 by -10%"
|
|
||||||
- light.dim_relative:
|
|
||||||
id: led_4
|
|
||||||
relative_brightness: -10%
|
|
||||||
transition_length: 0.2s
|
|
||||||
- delay: 0.2s
|
|
||||||
|
|
||||||
- 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:
|
|
||||||
- while:
|
|
||||||
condition:
|
|
||||||
binary_sensor.is_on: in_11
|
|
||||||
then:
|
|
||||||
- logger.log: "Dimm light led_4 by 5%"
|
|
||||||
- light.dim_relative:
|
|
||||||
id: led_4
|
|
||||||
relative_brightness: 5%
|
|
||||||
transition_length: 0.2s
|
|
||||||
- delay: 0.2s
|
|
||||||
|
|
||||||
- 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:
|
|
||||||
- while:
|
|
||||||
condition:
|
|
||||||
binary_sensor.is_on: in_12
|
|
||||||
then:
|
|
||||||
- logger.log: "Dimm light led_4 by 10%"
|
|
||||||
- light.dim_relative:
|
|
||||||
id: led_4
|
|
||||||
relative_brightness: 10%
|
|
||||||
transition_length: 0.2s
|
|
||||||
- delay: 0.2s
|
|
||||||
|
|
||||||
- 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:
|
|
||||||
- light.toggle:
|
|
||||||
id: led_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:
|
|
||||||
- if:
|
|
||||||
condition:
|
|
||||||
light.is_on: led_4
|
|
||||||
then:
|
|
||||||
- while:
|
|
||||||
condition:
|
|
||||||
binary_sensor.is_on: in_14
|
|
||||||
then:
|
|
||||||
- logger.log: "Dimm light led_4 by -10%"
|
|
||||||
- light.dim_relative:
|
|
||||||
id: led_4
|
|
||||||
relative_brightness: -10%
|
|
||||||
transition_length: 0.2s
|
|
||||||
- delay: 0.2s
|
|
||||||
else:
|
|
||||||
- while:
|
|
||||||
condition:
|
|
||||||
binary_sensor.is_on: in_14
|
|
||||||
then:
|
|
||||||
- logger.log: "Dimm light led_4 by 10%"
|
|
||||||
- light.dim_relative:
|
|
||||||
id: led_4
|
|
||||||
relative_brightness: 10%
|
|
||||||
transition_length: 0.2s
|
|
||||||
- delay: 0.2s
|
|
||||||
|
|
||||||
- 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:
|
|
||||||
- light.toggle:
|
|
||||||
id: led_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:
|
|
||||||
- light.toggle:
|
|
||||||
id: led_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:
|
|
||||||
- light.toggle:
|
|
||||||
id: led_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:
|
|
||||||
- light.toggle:
|
|
||||||
id: led_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:
|
|
||||||
- light.toggle:
|
|
||||||
id: led_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:
|
|
||||||
- light.toggle:
|
|
||||||
id: led_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:
|
|
||||||
- light.toggle:
|
|
||||||
id: led_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:
|
|
||||||
- light.toggle:
|
|
||||||
id: led_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:
|
|
||||||
- light.toggle:
|
|
||||||
id: led_23
|
|
||||||
|
|
||||||
- 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:
|
|
||||||
- light.toggle:
|
|
||||||
id: led_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:
|
|
||||||
- light.toggle:
|
|
||||||
id: led_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:
|
|
||||||
- light.toggle:
|
|
||||||
id: led_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:
|
|
||||||
- light.toggle:
|
|
||||||
id: led_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:
|
|
||||||
- light.toggle:
|
|
||||||
id: led_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:
|
|
||||||
- light.toggle:
|
|
||||||
id: led_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:
|
|
||||||
- light.toggle:
|
|
||||||
id: led_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:
|
|
||||||
- light.toggle:
|
|
||||||
id: led_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:
|
|
||||||
- light.toggle:
|
|
||||||
id: led_32
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
name: "${node_name} IN_33"
|
|
||||||
id: in_33
|
|
||||||
pin:
|
|
||||||
number: GPIO33
|
|
||||||
mode:
|
|
||||||
input: true
|
|
||||||
pullup: false
|
|
||||||
inverted: true
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
name: "${node_name} IN_34"
|
|
||||||
id: in_34
|
|
||||||
pin:
|
|
||||||
number: GPIO17
|
|
||||||
mode:
|
|
||||||
input: true
|
|
||||||
pullup: false
|
|
||||||
inverted: true
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
name: "${node_name} IN_35"
|
|
||||||
id: in_35
|
|
||||||
pin:
|
|
||||||
number: GPIO12
|
|
||||||
mode:
|
|
||||||
input: true
|
|
||||||
pullup: false
|
|
||||||
inverted: false
|
|
||||||
@@ -1,142 +0,0 @@
|
|||||||
# i2c address: 0x41 output pca pwm
|
|
||||||
# i2c address: 0x42 output pca pwm
|
|
||||||
|
|
||||||
pca9685:
|
|
||||||
- address: 0x41
|
|
||||||
id: pca_hub_1to16
|
|
||||||
frequency: 500
|
|
||||||
i2c_id: bus_b
|
|
||||||
- address: 0x42
|
|
||||||
id: pca_hub_17to32
|
|
||||||
frequency: 500
|
|
||||||
i2c_id: bus_b
|
|
||||||
|
|
||||||
output:
|
|
||||||
- platform: pca9685
|
|
||||||
pca9685_id: 'pca_hub_1to16'
|
|
||||||
id: 'pca_output_1'
|
|
||||||
channel: 0
|
|
||||||
- platform: pca9685
|
|
||||||
pca9685_id: 'pca_hub_1to16'
|
|
||||||
id: 'pca_output_2'
|
|
||||||
channel: 1
|
|
||||||
- platform: pca9685
|
|
||||||
pca9685_id: 'pca_hub_1to16'
|
|
||||||
id: 'pca_output_3'
|
|
||||||
channel: 2
|
|
||||||
- platform: pca9685
|
|
||||||
pca9685_id: 'pca_hub_1to16'
|
|
||||||
id: 'pca_output_4'
|
|
||||||
channel: 3
|
|
||||||
- platform: pca9685
|
|
||||||
pca9685_id: 'pca_hub_1to16'
|
|
||||||
id: 'pca_output_5'
|
|
||||||
channel: 4
|
|
||||||
- platform: pca9685
|
|
||||||
pca9685_id: 'pca_hub_1to16'
|
|
||||||
id: 'pca_output_6'
|
|
||||||
channel: 5
|
|
||||||
- platform: pca9685
|
|
||||||
pca9685_id: 'pca_hub_1to16'
|
|
||||||
id: 'pca_output_7'
|
|
||||||
channel: 6
|
|
||||||
- platform: pca9685
|
|
||||||
pca9685_id: 'pca_hub_1to16'
|
|
||||||
id: 'pca_output_8'
|
|
||||||
channel: 7
|
|
||||||
- platform: pca9685
|
|
||||||
pca9685_id: 'pca_hub_1to16'
|
|
||||||
id: 'pca_output_9'
|
|
||||||
channel: 8
|
|
||||||
- platform: pca9685
|
|
||||||
pca9685_id: 'pca_hub_1to16'
|
|
||||||
id: 'pca_output_10'
|
|
||||||
channel: 9
|
|
||||||
- platform: pca9685
|
|
||||||
pca9685_id: 'pca_hub_1to16'
|
|
||||||
id: 'pca_output_11'
|
|
||||||
channel: 10
|
|
||||||
- platform: pca9685
|
|
||||||
pca9685_id: 'pca_hub_1to16'
|
|
||||||
id: 'pca_output_12'
|
|
||||||
channel: 11
|
|
||||||
- platform: pca9685
|
|
||||||
pca9685_id: 'pca_hub_1to16'
|
|
||||||
id: 'pca_output_13'
|
|
||||||
channel: 12
|
|
||||||
- platform: pca9685
|
|
||||||
pca9685_id: 'pca_hub_1to16'
|
|
||||||
id: 'pca_output_14'
|
|
||||||
channel: 13
|
|
||||||
- platform: pca9685
|
|
||||||
pca9685_id: 'pca_hub_1to16'
|
|
||||||
id: 'pca_output_15'
|
|
||||||
channel: 14
|
|
||||||
- platform: pca9685
|
|
||||||
pca9685_id: 'pca_hub_1to16'
|
|
||||||
id: 'pca_output_16'
|
|
||||||
channel: 15
|
|
||||||
- platform: pca9685
|
|
||||||
pca9685_id: 'pca_hub_17to32'
|
|
||||||
id: 'pca_output_17'
|
|
||||||
channel: 0
|
|
||||||
- platform: pca9685
|
|
||||||
pca9685_id: 'pca_hub_17to32'
|
|
||||||
id: 'pca_output_18'
|
|
||||||
channel: 1
|
|
||||||
- platform: pca9685
|
|
||||||
pca9685_id: 'pca_hub_17to32'
|
|
||||||
id: 'pca_output_19'
|
|
||||||
channel: 2
|
|
||||||
- platform: pca9685
|
|
||||||
pca9685_id: 'pca_hub_17to32'
|
|
||||||
id: 'pca_output_20'
|
|
||||||
channel: 3
|
|
||||||
- platform: pca9685
|
|
||||||
pca9685_id: 'pca_hub_17to32'
|
|
||||||
id: 'pca_output_21'
|
|
||||||
channel: 4
|
|
||||||
- platform: pca9685
|
|
||||||
pca9685_id: 'pca_hub_17to32'
|
|
||||||
id: 'pca_output_22'
|
|
||||||
channel: 5
|
|
||||||
- platform: pca9685
|
|
||||||
pca9685_id: 'pca_hub_17to32'
|
|
||||||
id: 'pca_output_23'
|
|
||||||
channel: 6
|
|
||||||
- platform: pca9685
|
|
||||||
pca9685_id: 'pca_hub_17to32'
|
|
||||||
id: 'pca_output_24'
|
|
||||||
channel: 7
|
|
||||||
- platform: pca9685
|
|
||||||
pca9685_id: 'pca_hub_17to32'
|
|
||||||
id: 'pca_output_25'
|
|
||||||
channel: 8
|
|
||||||
- platform: pca9685
|
|
||||||
pca9685_id: 'pca_hub_17to32'
|
|
||||||
id: 'pca_output_26'
|
|
||||||
channel: 9
|
|
||||||
- platform: pca9685
|
|
||||||
pca9685_id: 'pca_hub_17to32'
|
|
||||||
id: 'pca_output_27'
|
|
||||||
channel: 10
|
|
||||||
- platform: pca9685
|
|
||||||
pca9685_id: 'pca_hub_17to32'
|
|
||||||
id: 'pca_output_28'
|
|
||||||
channel: 11
|
|
||||||
- platform: pca9685
|
|
||||||
pca9685_id: 'pca_hub_17to32'
|
|
||||||
id: 'pca_output_29'
|
|
||||||
channel: 12
|
|
||||||
- platform: pca9685
|
|
||||||
pca9685_id: 'pca_hub_17to32'
|
|
||||||
id: 'pca_output_30'
|
|
||||||
channel: 13
|
|
||||||
- platform: pca9685
|
|
||||||
pca9685_id: 'pca_hub_17to32'
|
|
||||||
id: 'pca_output_31'
|
|
||||||
channel: 14
|
|
||||||
- platform: pca9685
|
|
||||||
pca9685_id: 'pca_hub_17to32'
|
|
||||||
id: 'pca_output_32'
|
|
||||||
channel: 15
|
|
||||||
@@ -1,161 +0,0 @@
|
|||||||
light:
|
|
||||||
- platform: monochromatic
|
|
||||||
output: pca_output_1
|
|
||||||
name: "${node_name} LED 01"
|
|
||||||
id: led_1
|
|
||||||
default_transition_length: 2s
|
|
||||||
- platform: monochromatic
|
|
||||||
output: pca_output_2
|
|
||||||
name: "${node_name} LED 02"
|
|
||||||
id: led_2
|
|
||||||
default_transition_length: 2s
|
|
||||||
- platform: monochromatic
|
|
||||||
output: pca_output_3
|
|
||||||
name: "${node_name} LED 03"
|
|
||||||
id: led_3
|
|
||||||
default_transition_length: 2s
|
|
||||||
- platform: monochromatic
|
|
||||||
output: pca_output_4
|
|
||||||
name: "${node_name} LED 04"
|
|
||||||
id: led_4
|
|
||||||
default_transition_length: 2s
|
|
||||||
- platform: monochromatic
|
|
||||||
output: pca_output_5
|
|
||||||
name: "${node_name} LED 05"
|
|
||||||
id: led_5
|
|
||||||
default_transition_length: 2s
|
|
||||||
- platform: monochromatic
|
|
||||||
output: pca_output_6
|
|
||||||
name: "${node_name} LED 06"
|
|
||||||
id: led_6
|
|
||||||
default_transition_length: 2s
|
|
||||||
- platform: monochromatic
|
|
||||||
output: pca_output_7
|
|
||||||
name: "${node_name} LED 07"
|
|
||||||
id: led_7
|
|
||||||
default_transition_length: 2s
|
|
||||||
- platform: monochromatic
|
|
||||||
output: pca_output_8
|
|
||||||
name: "${node_name} LED 08"
|
|
||||||
id: led_8
|
|
||||||
default_transition_length: 2s
|
|
||||||
- platform: monochromatic
|
|
||||||
output: pca_output_9
|
|
||||||
name: "${node_name} LED 09"
|
|
||||||
id: led_9
|
|
||||||
default_transition_length: 2s
|
|
||||||
- platform: monochromatic
|
|
||||||
output: pca_output_10
|
|
||||||
name: "${node_name} LED 10"
|
|
||||||
id: led_10
|
|
||||||
default_transition_length: 2s
|
|
||||||
- platform: monochromatic
|
|
||||||
output: pca_output_11
|
|
||||||
name: "${node_name} LED 11"
|
|
||||||
id: led_11
|
|
||||||
default_transition_length: 2s
|
|
||||||
- platform: monochromatic
|
|
||||||
output: pca_output_12
|
|
||||||
name: "${node_name} LED 12"
|
|
||||||
id: led_12
|
|
||||||
default_transition_length: 2s
|
|
||||||
- platform: monochromatic
|
|
||||||
output: pca_output_13
|
|
||||||
name: "${node_name} LED 13"
|
|
||||||
id: led_13
|
|
||||||
default_transition_length: 2s
|
|
||||||
- platform: monochromatic
|
|
||||||
output: pca_output_14
|
|
||||||
name: "${node_name} LED 14"
|
|
||||||
id: led_14
|
|
||||||
default_transition_length: 2s
|
|
||||||
- platform: monochromatic
|
|
||||||
output: pca_output_15
|
|
||||||
name: "${node_name} LED 15"
|
|
||||||
id: led_15
|
|
||||||
default_transition_length: 2s
|
|
||||||
- platform: monochromatic
|
|
||||||
output: pca_output_16
|
|
||||||
name: "${node_name} LED 16"
|
|
||||||
id: led_16
|
|
||||||
default_transition_length: 2s
|
|
||||||
- platform: monochromatic
|
|
||||||
output: pca_output_17
|
|
||||||
name: "${node_name} LED 17"
|
|
||||||
id: led_17
|
|
||||||
default_transition_length: 2s
|
|
||||||
- platform: monochromatic
|
|
||||||
output: pca_output_18
|
|
||||||
name: "${node_name} LED 18"
|
|
||||||
id: led_18
|
|
||||||
default_transition_length: 2s
|
|
||||||
- platform: monochromatic
|
|
||||||
output: pca_output_19
|
|
||||||
name: "${node_name} LED 19"
|
|
||||||
id: led_19
|
|
||||||
default_transition_length: 2s
|
|
||||||
- platform: monochromatic
|
|
||||||
output: pca_output_20
|
|
||||||
name: "${node_name} LED 20"
|
|
||||||
id: led_20
|
|
||||||
default_transition_length: 2s
|
|
||||||
- platform: monochromatic
|
|
||||||
output: pca_output_21
|
|
||||||
name: "${node_name} LED 21"
|
|
||||||
id: led_21
|
|
||||||
default_transition_length: 2s
|
|
||||||
- platform: monochromatic
|
|
||||||
output: pca_output_22
|
|
||||||
name: "${node_name} LED 22"
|
|
||||||
id: led_22
|
|
||||||
default_transition_length: 2s
|
|
||||||
- platform: monochromatic
|
|
||||||
output: pca_output_23
|
|
||||||
name: "${node_name} LED 23"
|
|
||||||
id: led_23
|
|
||||||
default_transition_length: 2s
|
|
||||||
- platform: monochromatic
|
|
||||||
output: pca_output_24
|
|
||||||
name: "${node_name} LED 24"
|
|
||||||
id: led_24
|
|
||||||
default_transition_length: 2s
|
|
||||||
- platform: monochromatic
|
|
||||||
output: pca_output_25
|
|
||||||
name: "${node_name} LED 25"
|
|
||||||
id: led_25
|
|
||||||
default_transition_length: 2s
|
|
||||||
- platform: monochromatic
|
|
||||||
output: pca_output_26
|
|
||||||
name: "${node_name} LED 26"
|
|
||||||
id: led_26
|
|
||||||
default_transition_length: 2s
|
|
||||||
- platform: monochromatic
|
|
||||||
output: pca_output_27
|
|
||||||
name: "${node_name} LED 27"
|
|
||||||
id: led_27
|
|
||||||
default_transition_length: 2s
|
|
||||||
- platform: monochromatic
|
|
||||||
output: pca_output_28
|
|
||||||
name: "${node_name} LED 28"
|
|
||||||
id: led_28
|
|
||||||
default_transition_length: 2s
|
|
||||||
- platform: monochromatic
|
|
||||||
output: pca_output_29
|
|
||||||
name: "${node_name} LED 29"
|
|
||||||
id: led_29
|
|
||||||
default_transition_length: 2s
|
|
||||||
- platform: monochromatic
|
|
||||||
output: pca_output_30
|
|
||||||
name: "${node_name} LED 30"
|
|
||||||
id: led_30
|
|
||||||
default_transition_length: 2s
|
|
||||||
- platform: monochromatic
|
|
||||||
output: pca_output_31
|
|
||||||
name: "${node_name} LED 31"
|
|
||||||
id: led_31
|
|
||||||
default_transition_length: 2s
|
|
||||||
- platform: monochromatic
|
|
||||||
output: pca_output_32
|
|
||||||
name: "${node_name} LED 32"
|
|
||||||
id: led_32
|
|
||||||
default_transition_length: 2s
|
|
||||||
@@ -1,543 +0,0 @@
|
|||||||
|
|
||||||
pcf8574:
|
|
||||||
- id: 'pcf_1'
|
|
||||||
address: 0x20
|
|
||||||
pcf8575: true
|
|
||||||
i2c_id: bus_b
|
|
||||||
- id: 'pcf_2'
|
|
||||||
address: 0x21
|
|
||||||
pcf8575: true
|
|
||||||
i2c_id: bus_b
|
|
||||||
- id: 'pcf_3'
|
|
||||||
address: 0x22
|
|
||||||
pcf8575: true
|
|
||||||
i2c_id: bus_b
|
|
||||||
|
|
||||||
switch:
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: relay_1
|
|
||||||
name: "Relay_01"
|
|
||||||
pin:
|
|
||||||
pcf8574: pcf_1
|
|
||||||
# Use pin number 0
|
|
||||||
number: 7
|
|
||||||
mode:
|
|
||||||
output: true
|
|
||||||
inverted: true
|
|
||||||
- platform: gpio
|
|
||||||
id: relay_2
|
|
||||||
name: "Relay_02"
|
|
||||||
pin:
|
|
||||||
pcf8574: pcf_1
|
|
||||||
# Use pin number 1
|
|
||||||
number: 6
|
|
||||||
mode:
|
|
||||||
output: true
|
|
||||||
inverted: true
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: relay_3
|
|
||||||
name: "Relay_03"
|
|
||||||
pin:
|
|
||||||
pcf8574: pcf_1
|
|
||||||
# Use pin number 2
|
|
||||||
number: 5
|
|
||||||
mode:
|
|
||||||
output: true
|
|
||||||
inverted: true
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: relay_4
|
|
||||||
name: "Relay_04"
|
|
||||||
pin:
|
|
||||||
pcf8574: pcf_1
|
|
||||||
# Use pin number 3
|
|
||||||
number: 4
|
|
||||||
mode:
|
|
||||||
output: true
|
|
||||||
inverted: true
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: relay_5
|
|
||||||
name: "Relay_05"
|
|
||||||
pin:
|
|
||||||
pcf8574: pcf_1
|
|
||||||
# Use pin number 4
|
|
||||||
number: 3
|
|
||||||
mode:
|
|
||||||
output: true
|
|
||||||
inverted: true
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: relay_6
|
|
||||||
name: "Relay_06"
|
|
||||||
pin:
|
|
||||||
pcf8574: pcf_1
|
|
||||||
# Use pin number 5
|
|
||||||
number: 2
|
|
||||||
mode:
|
|
||||||
output: true
|
|
||||||
inverted: true
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: relay_7
|
|
||||||
name: "Relay_07"
|
|
||||||
pin:
|
|
||||||
pcf8574: pcf_1
|
|
||||||
# Use pin number 6
|
|
||||||
number: 1
|
|
||||||
mode:
|
|
||||||
output: true
|
|
||||||
inverted: true
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: relay_8
|
|
||||||
name: "Relay_08"
|
|
||||||
pin:
|
|
||||||
pcf8574: pcf_1
|
|
||||||
# Use pin number 7
|
|
||||||
number: 0
|
|
||||||
mode:
|
|
||||||
output: true
|
|
||||||
inverted: true
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: relay_9
|
|
||||||
name: "Relay_09"
|
|
||||||
pin:
|
|
||||||
pcf8574: pcf_2
|
|
||||||
# Use pin number 0
|
|
||||||
number: 7
|
|
||||||
mode:
|
|
||||||
output: true
|
|
||||||
inverted: true
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: relay_10
|
|
||||||
name: "Relay_10"
|
|
||||||
pin:
|
|
||||||
pcf8574: pcf_2
|
|
||||||
# Use pin number 1
|
|
||||||
number: 6
|
|
||||||
mode:
|
|
||||||
output: true
|
|
||||||
inverted: true
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: relay_11
|
|
||||||
name: "Relay_11"
|
|
||||||
pin:
|
|
||||||
pcf8574: pcf_2
|
|
||||||
# Use pin number 2
|
|
||||||
number: 5
|
|
||||||
mode:
|
|
||||||
output: true
|
|
||||||
inverted: true
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: relay_12
|
|
||||||
name: "Relay_12"
|
|
||||||
pin:
|
|
||||||
pcf8574: pcf_2
|
|
||||||
# Use pin number 3
|
|
||||||
number: 4
|
|
||||||
mode:
|
|
||||||
output: true
|
|
||||||
inverted: true
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: relay_13
|
|
||||||
name: "Relay_13"
|
|
||||||
pin:
|
|
||||||
pcf8574: pcf_2
|
|
||||||
# Use pin number 4
|
|
||||||
number: 3
|
|
||||||
mode:
|
|
||||||
output: true
|
|
||||||
inverted: true
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: relay_14
|
|
||||||
name: "Relay_14"
|
|
||||||
pin:
|
|
||||||
pcf8574: pcf_2
|
|
||||||
# Use pin number 5
|
|
||||||
number: 2
|
|
||||||
mode:
|
|
||||||
output: true
|
|
||||||
inverted: true
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: relay_15
|
|
||||||
name: "Relay_15"
|
|
||||||
pin:
|
|
||||||
pcf8574: pcf_2
|
|
||||||
# Use pin number 6
|
|
||||||
number: 1
|
|
||||||
mode:
|
|
||||||
output: true
|
|
||||||
inverted: true
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: relay_16
|
|
||||||
name: "Relay_16"
|
|
||||||
pin:
|
|
||||||
pcf8574: pcf_2
|
|
||||||
# Use pin number 7
|
|
||||||
number: 0
|
|
||||||
mode:
|
|
||||||
output: true
|
|
||||||
inverted: true
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: relay_17
|
|
||||||
name: "Relay_17"
|
|
||||||
pin:
|
|
||||||
pcf8574: pcf_3
|
|
||||||
# Use pin number 15
|
|
||||||
number: 7
|
|
||||||
mode:
|
|
||||||
output: true
|
|
||||||
inverted: true
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: relay_18
|
|
||||||
name: "Relay_18"
|
|
||||||
pin:
|
|
||||||
pcf8574: pcf_3
|
|
||||||
# Use pin number 14
|
|
||||||
number: 6
|
|
||||||
mode:
|
|
||||||
output: true
|
|
||||||
inverted: true
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: relay_19
|
|
||||||
name: "Relay_19"
|
|
||||||
pin:
|
|
||||||
pcf8574: pcf_3
|
|
||||||
# Use pin number 13
|
|
||||||
number: 5
|
|
||||||
mode:
|
|
||||||
output: true
|
|
||||||
inverted: true
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: relay_20
|
|
||||||
name: "Relay_20"
|
|
||||||
pin:
|
|
||||||
pcf8574: pcf_3
|
|
||||||
# Use pin number 12
|
|
||||||
number: 4
|
|
||||||
mode:
|
|
||||||
output: true
|
|
||||||
inverted: true
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: relay_21
|
|
||||||
name: "Relay_21"
|
|
||||||
pin:
|
|
||||||
pcf8574: pcf_3
|
|
||||||
# Use pin number 11
|
|
||||||
number: 3
|
|
||||||
mode:
|
|
||||||
output: true
|
|
||||||
inverted: true
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: relay_22
|
|
||||||
name: "Relay_22"
|
|
||||||
pin:
|
|
||||||
pcf8574: pcf_3
|
|
||||||
# Use pin number 10
|
|
||||||
number: 2
|
|
||||||
mode:
|
|
||||||
output: true
|
|
||||||
inverted: true
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: relay_23
|
|
||||||
name: "Relay_23"
|
|
||||||
pin:
|
|
||||||
pcf8574: pcf_3
|
|
||||||
# Use pin number 9
|
|
||||||
number: 1
|
|
||||||
mode:
|
|
||||||
output: true
|
|
||||||
inverted: true
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: relay_24
|
|
||||||
name: "Relay_24"
|
|
||||||
pin:
|
|
||||||
pcf8574: pcf_3
|
|
||||||
# Use pin number 8
|
|
||||||
number: 0
|
|
||||||
mode:
|
|
||||||
output: true
|
|
||||||
inverted: true
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: relay_25
|
|
||||||
name: "Relay_25"
|
|
||||||
pin:
|
|
||||||
pcf8574: pcf_1
|
|
||||||
# Use pin number 15
|
|
||||||
number: 8
|
|
||||||
mode:
|
|
||||||
output: true
|
|
||||||
inverted: true
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: relay_26
|
|
||||||
name: "Relay_26"
|
|
||||||
pin:
|
|
||||||
pcf8574: pcf_1
|
|
||||||
# Use pin number 14
|
|
||||||
number: 9
|
|
||||||
mode:
|
|
||||||
output: true
|
|
||||||
inverted: true
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: relay_27
|
|
||||||
name: "Relay_27"
|
|
||||||
pin:
|
|
||||||
pcf8574: pcf_1
|
|
||||||
# Use pin number 13
|
|
||||||
number: 10
|
|
||||||
mode:
|
|
||||||
output: true
|
|
||||||
inverted: true
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: relay_28
|
|
||||||
name: "Relay_28"
|
|
||||||
pin:
|
|
||||||
pcf8574: pcf_1
|
|
||||||
# Use pin number 12
|
|
||||||
number: 11
|
|
||||||
mode:
|
|
||||||
output: true
|
|
||||||
inverted: true
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: relay_29
|
|
||||||
name: "Relay_29"
|
|
||||||
pin:
|
|
||||||
pcf8574: pcf_1
|
|
||||||
# Use pin number 11
|
|
||||||
number: 12
|
|
||||||
mode:
|
|
||||||
output: true
|
|
||||||
inverted: true
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: relay_30
|
|
||||||
name: "Relay_30"
|
|
||||||
pin:
|
|
||||||
pcf8574: pcf_1
|
|
||||||
# Use pin number 10
|
|
||||||
number: 13
|
|
||||||
mode:
|
|
||||||
output: true
|
|
||||||
inverted: true
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: relay_31
|
|
||||||
name: "Relay_31"
|
|
||||||
pin:
|
|
||||||
pcf8574: pcf_1
|
|
||||||
# Use pin number 9
|
|
||||||
number: 14
|
|
||||||
mode:
|
|
||||||
output: true
|
|
||||||
inverted: true
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: relay_32
|
|
||||||
name: "Relay_32"
|
|
||||||
pin:
|
|
||||||
pcf8574: pcf_1
|
|
||||||
# Use pin number 8
|
|
||||||
number: 15
|
|
||||||
mode:
|
|
||||||
output: true
|
|
||||||
inverted: true
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: relay_33
|
|
||||||
name: "Relay_33"
|
|
||||||
pin:
|
|
||||||
pcf8574: pcf_2
|
|
||||||
# Use pin number 8
|
|
||||||
number: 8
|
|
||||||
mode:
|
|
||||||
output: true
|
|
||||||
inverted: true
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: relay_34
|
|
||||||
name: "Relay_34"
|
|
||||||
pin:
|
|
||||||
pcf8574: pcf_2
|
|
||||||
# Use pin number 8
|
|
||||||
number: 9
|
|
||||||
mode:
|
|
||||||
output: true
|
|
||||||
inverted: true
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: relay_35
|
|
||||||
name: "Relay_35"
|
|
||||||
pin:
|
|
||||||
pcf8574: pcf_2
|
|
||||||
# Use pin number 8
|
|
||||||
number: 10
|
|
||||||
mode:
|
|
||||||
output: true
|
|
||||||
inverted: true
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: relay_36
|
|
||||||
name: "Relay_36"
|
|
||||||
pin:
|
|
||||||
pcf8574: pcf_2
|
|
||||||
# Use pin number 8
|
|
||||||
number: 11
|
|
||||||
mode:
|
|
||||||
output: true
|
|
||||||
inverted: true
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: relay_37
|
|
||||||
name: "Relay_37"
|
|
||||||
pin:
|
|
||||||
pcf8574: pcf_2
|
|
||||||
# Use pin number 8
|
|
||||||
number: 12
|
|
||||||
mode:
|
|
||||||
output: true
|
|
||||||
inverted: true
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: relay_38
|
|
||||||
name: "Relay_38"
|
|
||||||
pin:
|
|
||||||
pcf8574: pcf_2
|
|
||||||
# Use pin number 8
|
|
||||||
number: 13
|
|
||||||
mode:
|
|
||||||
output: true
|
|
||||||
inverted: true
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: relay_39
|
|
||||||
name: "Relay_39"
|
|
||||||
pin:
|
|
||||||
pcf8574: pcf_2
|
|
||||||
# Use pin number 9
|
|
||||||
number: 14
|
|
||||||
mode:
|
|
||||||
output: true
|
|
||||||
inverted: true
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: relay_40
|
|
||||||
name: "Relay_40"
|
|
||||||
pin:
|
|
||||||
pcf8574: pcf_2
|
|
||||||
# Use pin number 8
|
|
||||||
number: 15
|
|
||||||
mode:
|
|
||||||
output: true
|
|
||||||
inverted: true
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: relay_41
|
|
||||||
name: "Relay_41"
|
|
||||||
pin:
|
|
||||||
pcf8574: pcf_3
|
|
||||||
# Use pin number 15
|
|
||||||
number: 8
|
|
||||||
mode:
|
|
||||||
output: true
|
|
||||||
inverted: true
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: relay_42
|
|
||||||
name: "Relay_42"
|
|
||||||
pin:
|
|
||||||
pcf8574: pcf_3
|
|
||||||
# Use pin number 14
|
|
||||||
number: 9
|
|
||||||
mode:
|
|
||||||
output: true
|
|
||||||
inverted: true
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: relay_43
|
|
||||||
name: "Relay_43"
|
|
||||||
pin:
|
|
||||||
pcf8574: pcf_3
|
|
||||||
# Use pin number 13
|
|
||||||
number: 10
|
|
||||||
mode:
|
|
||||||
output: true
|
|
||||||
inverted: true
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: relay_44
|
|
||||||
name: "Relay_44"
|
|
||||||
pin:
|
|
||||||
pcf8574: pcf_3
|
|
||||||
# Use pin number 12
|
|
||||||
number: 11
|
|
||||||
mode:
|
|
||||||
output: true
|
|
||||||
inverted: true
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: relay_45
|
|
||||||
name: "Relay_45"
|
|
||||||
pin:
|
|
||||||
pcf8574: pcf_3
|
|
||||||
# Use pin number 11
|
|
||||||
number: 12
|
|
||||||
mode:
|
|
||||||
output: true
|
|
||||||
inverted: true
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: relay_46
|
|
||||||
name: "Relay_46"
|
|
||||||
pin:
|
|
||||||
pcf8574: pcf_3
|
|
||||||
# Use pin number 10
|
|
||||||
number: 13
|
|
||||||
mode:
|
|
||||||
output: true
|
|
||||||
inverted: true
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: relay_47
|
|
||||||
name: "Relay_47"
|
|
||||||
pin:
|
|
||||||
pcf8574: pcf_3
|
|
||||||
# Use pin number 9
|
|
||||||
number: 14
|
|
||||||
mode:
|
|
||||||
output: true
|
|
||||||
inverted: true
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: relay_48
|
|
||||||
name: "Relay_48"
|
|
||||||
pin:
|
|
||||||
pcf8574: pcf_3
|
|
||||||
# Use pin number 8
|
|
||||||
number: 15
|
|
||||||
mode:
|
|
||||||
output: true
|
|
||||||
inverted: true
|
|
||||||
@@ -1,483 +0,0 @@
|
|||||||
#i2c addresses
|
|
||||||
# address: 0x26 input mcp io
|
|
||||||
# address: 0x27 input mcp 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:
|
|
||||||
mcp23xxx: mcp_inputs_1to16
|
|
||||||
number: 0
|
|
||||||
mode:
|
|
||||||
input: true
|
|
||||||
pullup: false
|
|
||||||
inverted: true
|
|
||||||
on_press:
|
|
||||||
then:
|
|
||||||
- switch.toggle: relay_1
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
name: "${node_name} IN_02"
|
|
||||||
id: in_02
|
|
||||||
pin:
|
|
||||||
mcp23xxx: mcp_inputs_1to16
|
|
||||||
number: 1
|
|
||||||
mode:
|
|
||||||
input: true
|
|
||||||
pullup: false
|
|
||||||
inverted: true
|
|
||||||
on_press:
|
|
||||||
then:
|
|
||||||
- switch.toggle: relay_2
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
name: "${node_name} IN_03"
|
|
||||||
id: in_03
|
|
||||||
pin:
|
|
||||||
mcp23xxx: mcp_inputs_1to16
|
|
||||||
number: 2
|
|
||||||
mode:
|
|
||||||
input: true
|
|
||||||
pullup: false
|
|
||||||
inverted: true
|
|
||||||
on_press:
|
|
||||||
then:
|
|
||||||
- switch.toggle: relay_3
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
name: "${node_name} IN_04"
|
|
||||||
id: in_04
|
|
||||||
pin:
|
|
||||||
mcp23xxx: mcp_inputs_1to16
|
|
||||||
number: 3
|
|
||||||
mode:
|
|
||||||
input: true
|
|
||||||
pullup: false
|
|
||||||
inverted: true
|
|
||||||
on_press:
|
|
||||||
then:
|
|
||||||
- switch.toggle: relay_4
|
|
||||||
|
|
||||||
- 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:
|
|
||||||
- switch.toggle: relay_5
|
|
||||||
|
|
||||||
- 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:
|
|
||||||
- switch.toggle: relay_6
|
|
||||||
|
|
||||||
- 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:
|
|
||||||
- switch.toggle: relay_7
|
|
||||||
|
|
||||||
- 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:
|
|
||||||
- switch.toggle: relay_8
|
|
||||||
|
|
||||||
- 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:
|
|
||||||
- switch.toggle: relay_9
|
|
||||||
|
|
||||||
- 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:
|
|
||||||
- switch.toggle: relay_10
|
|
||||||
|
|
||||||
- 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:
|
|
||||||
- switch.toggle: relay_11
|
|
||||||
|
|
||||||
- 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:
|
|
||||||
- switch.toggle: relay_12
|
|
||||||
|
|
||||||
- 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_23
|
|
||||||
|
|
||||||
- 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_33"
|
|
||||||
pin:
|
|
||||||
number: GPIO33
|
|
||||||
mode:
|
|
||||||
input: true
|
|
||||||
pullup: false
|
|
||||||
inverted: true
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
name: "${node_name} IN_34"
|
|
||||||
pin:
|
|
||||||
number: GPIO17
|
|
||||||
mode:
|
|
||||||
input: true
|
|
||||||
pullup: false
|
|
||||||
inverted: true
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
name: "${node_name} IN_35"
|
|
||||||
pin:
|
|
||||||
number: GPIO12
|
|
||||||
mode:
|
|
||||||
input: true
|
|
||||||
pullup: true
|
|
||||||
inverted: false
|
|
||||||
|
|
||||||
@@ -1,329 +0,0 @@
|
|||||||
|
|
||||||
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: 0
|
|
||||||
mode:
|
|
||||||
output: true
|
|
||||||
inverted: false
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: relay_2
|
|
||||||
name: "${node_name} Relay 02"
|
|
||||||
pin:
|
|
||||||
mcp23xxx: mcp_outputs_1to16
|
|
||||||
number: 1
|
|
||||||
mode:
|
|
||||||
output: true
|
|
||||||
inverted: false
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: relay_3
|
|
||||||
name: "${node_name} Relay 03"
|
|
||||||
pin:
|
|
||||||
mcp23xxx: mcp_outputs_1to16
|
|
||||||
number: 2
|
|
||||||
mode:
|
|
||||||
output: true
|
|
||||||
inverted: false
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: relay_4
|
|
||||||
name: "${node_name} Relay 04"
|
|
||||||
pin:
|
|
||||||
mcp23xxx: mcp_outputs_1to16
|
|
||||||
number: 3
|
|
||||||
mode:
|
|
||||||
output: true
|
|
||||||
inverted: false
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: relay_5
|
|
||||||
name: "${node_name} Relay 05"
|
|
||||||
pin:
|
|
||||||
mcp23xxx: mcp_outputs_1to16
|
|
||||||
number: 4
|
|
||||||
mode:
|
|
||||||
output: true
|
|
||||||
inverted: false
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: relay_6
|
|
||||||
name: "${node_name} Relay 06"
|
|
||||||
pin:
|
|
||||||
mcp23xxx: mcp_outputs_1to16
|
|
||||||
number: 5
|
|
||||||
mode:
|
|
||||||
output: true
|
|
||||||
inverted: false
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: relay_7
|
|
||||||
name: "${node_name} Relay 07"
|
|
||||||
pin:
|
|
||||||
mcp23xxx: mcp_outputs_1to16
|
|
||||||
number: 6
|
|
||||||
mode:
|
|
||||||
output: true
|
|
||||||
inverted: false
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: relay_8
|
|
||||||
name: "${node_name} Relay 08"
|
|
||||||
pin:
|
|
||||||
mcp23xxx: mcp_outputs_1to16
|
|
||||||
number: 7
|
|
||||||
mode:
|
|
||||||
output: true
|
|
||||||
inverted: false
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: relay_9
|
|
||||||
name: "${node_name} Relay 09"
|
|
||||||
pin:
|
|
||||||
mcp23xxx: mcp_outputs_17to32
|
|
||||||
number: 0
|
|
||||||
mode:
|
|
||||||
output: true
|
|
||||||
inverted: false
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: relay_10
|
|
||||||
name: "${node_name} Relay 10"
|
|
||||||
pin:
|
|
||||||
mcp23xxx: mcp_outputs_17to32
|
|
||||||
number: 1
|
|
||||||
mode:
|
|
||||||
output: true
|
|
||||||
inverted: false
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: relay_11
|
|
||||||
name: "${node_name} Relay 11"
|
|
||||||
pin:
|
|
||||||
mcp23xxx: mcp_outputs_17to32
|
|
||||||
number: 2
|
|
||||||
mode:
|
|
||||||
output: true
|
|
||||||
inverted: false
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: relay_12
|
|
||||||
name: "${node_name} Relay 12"
|
|
||||||
pin:
|
|
||||||
mcp23xxx: mcp_outputs_17to32
|
|
||||||
number: 3
|
|
||||||
mode:
|
|
||||||
output: true
|
|
||||||
inverted: false
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: relay_13
|
|
||||||
name: "${node_name} Relay 13"
|
|
||||||
pin:
|
|
||||||
mcp23xxx: mcp_outputs_17to32
|
|
||||||
number: 4
|
|
||||||
mode:
|
|
||||||
output: true
|
|
||||||
inverted: false
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: relay_14
|
|
||||||
name: "${node_name} Relay 14"
|
|
||||||
pin:
|
|
||||||
mcp23xxx: mcp_outputs_17to32
|
|
||||||
number: 5
|
|
||||||
mode:
|
|
||||||
output: true
|
|
||||||
inverted: false
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: relay_15
|
|
||||||
name: "${node_name} Relay 15"
|
|
||||||
pin:
|
|
||||||
mcp23xxx: mcp_outputs_17to32
|
|
||||||
number: 6
|
|
||||||
mode:
|
|
||||||
output: true
|
|
||||||
inverted: false
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: relay_16
|
|
||||||
name: "${node_name} Relay 16"
|
|
||||||
pin:
|
|
||||||
mcp23xxx: mcp_outputs_17to32
|
|
||||||
number: 7
|
|
||||||
mode:
|
|
||||||
output: true
|
|
||||||
inverted: false
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: relay_17
|
|
||||||
name: "${node_name} Relay 17"
|
|
||||||
pin:
|
|
||||||
mcp23xxx: mcp_outputs_1to16
|
|
||||||
number: 15
|
|
||||||
mode:
|
|
||||||
output: true
|
|
||||||
inverted: false
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: relay_18
|
|
||||||
name: "${node_name} Relay 18"
|
|
||||||
pin:
|
|
||||||
mcp23xxx: mcp_outputs_1to16
|
|
||||||
number: 14
|
|
||||||
mode:
|
|
||||||
output: true
|
|
||||||
inverted: false
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: relay_19
|
|
||||||
name: "${node_name} Relay 19"
|
|
||||||
pin:
|
|
||||||
mcp23xxx: mcp_outputs_1to16
|
|
||||||
number: 13
|
|
||||||
mode:
|
|
||||||
output: true
|
|
||||||
inverted: false
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: relay_20
|
|
||||||
name: "${node_name} Relay 20"
|
|
||||||
pin:
|
|
||||||
mcp23xxx: mcp_outputs_1to16
|
|
||||||
number: 12
|
|
||||||
mode:
|
|
||||||
output: true
|
|
||||||
inverted: false
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: relay_21
|
|
||||||
name: "${node_name} Relay 21"
|
|
||||||
pin:
|
|
||||||
mcp23xxx: mcp_outputs_1to16
|
|
||||||
number: 11
|
|
||||||
mode:
|
|
||||||
output: true
|
|
||||||
inverted: false
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: relay_22
|
|
||||||
name: "${node_name} Relay 22"
|
|
||||||
pin:
|
|
||||||
mcp23xxx: mcp_outputs_1to16
|
|
||||||
number: 10
|
|
||||||
mode:
|
|
||||||
output: true
|
|
||||||
inverted: false
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: relay_23
|
|
||||||
name: "${node_name} Relay 23"
|
|
||||||
pin:
|
|
||||||
mcp23xxx: mcp_outputs_1to16
|
|
||||||
number: 9
|
|
||||||
mode:
|
|
||||||
output: true
|
|
||||||
inverted: false
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: relay_24
|
|
||||||
name: "${node_name} Relay 24"
|
|
||||||
pin:
|
|
||||||
mcp23xxx: mcp_outputs_1to16
|
|
||||||
number: 8
|
|
||||||
mode:
|
|
||||||
output: true
|
|
||||||
inverted: false
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: relay_25
|
|
||||||
name: "${node_name} Relay 25"
|
|
||||||
pin:
|
|
||||||
mcp23xxx: mcp_outputs_17to32
|
|
||||||
number: 15
|
|
||||||
mode:
|
|
||||||
output: true
|
|
||||||
inverted: false
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: relay_26
|
|
||||||
name: "${node_name} Relay 26"
|
|
||||||
pin:
|
|
||||||
mcp23xxx: mcp_outputs_17to32
|
|
||||||
number: 14
|
|
||||||
mode:
|
|
||||||
output: true
|
|
||||||
inverted: false
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: relay_27
|
|
||||||
name: "${node_name} Relay 27"
|
|
||||||
pin:
|
|
||||||
mcp23xxx: mcp_outputs_17to32
|
|
||||||
number: 13
|
|
||||||
mode:
|
|
||||||
output: true
|
|
||||||
inverted: false
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: relay_28
|
|
||||||
name: "${node_name} Relay 28"
|
|
||||||
pin:
|
|
||||||
mcp23xxx: mcp_outputs_17to32
|
|
||||||
number: 12
|
|
||||||
mode:
|
|
||||||
output: true
|
|
||||||
inverted: false
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: relay_29
|
|
||||||
name: "${node_name} Relay 29"
|
|
||||||
pin:
|
|
||||||
mcp23xxx: mcp_outputs_17to32
|
|
||||||
number: 11
|
|
||||||
mode:
|
|
||||||
output: true
|
|
||||||
inverted: false
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: relay_30
|
|
||||||
name: "${node_name} Relay 30"
|
|
||||||
pin:
|
|
||||||
mcp23xxx: mcp_outputs_17to32
|
|
||||||
number: 10
|
|
||||||
mode:
|
|
||||||
output: true
|
|
||||||
inverted: false
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: relay_31
|
|
||||||
name: "${node_name} Relay 31"
|
|
||||||
pin:
|
|
||||||
mcp23xxx: mcp_outputs_17to32
|
|
||||||
number: 9
|
|
||||||
mode:
|
|
||||||
output: true
|
|
||||||
inverted: false
|
|
||||||
|
|
||||||
- platform: gpio
|
|
||||||
id: relay_32
|
|
||||||
name: "${node_name} Relay 32"
|
|
||||||
pin:
|
|
||||||
mcp23xxx: mcp_outputs_17to32
|
|
||||||
number: 8
|
|
||||||
mode:
|
|
||||||
output: true
|
|
||||||
inverted: false
|
|
||||||
@@ -1,13 +1,165 @@
|
|||||||
#i2c addresses
|
substitutions:
|
||||||
# address: 0x26 input pcf io
|
name: boneio-24-sw-06
|
||||||
# address: 0x27 input pcf io
|
friendly_name: 'BoneIO ESP 24x16 Switches'
|
||||||
# address: 0x3C input oled
|
|
||||||
# address: 0x40 input ina219 power
|
esphome:
|
||||||
# address: 0x68 input rtc ds1307
|
name: '${name}'
|
||||||
|
friendly_name: '${friendly_name}'
|
||||||
|
platform: ESP32
|
||||||
|
board: nodemcu-32s
|
||||||
|
name_add_mac_suffix: true
|
||||||
|
project:
|
||||||
|
name: boneio.24x16-switches-v0_5-v0_6
|
||||||
|
version: '1.0'
|
||||||
|
|
||||||
|
ethernet:
|
||||||
|
id: eth
|
||||||
|
type: LAN8720
|
||||||
|
mdc_pin: GPIO23
|
||||||
|
mdio_pin: GPIO18
|
||||||
|
clk_mode: GPIO0_IN
|
||||||
|
phy_addr: 1
|
||||||
|
power_pin: GPIO16
|
||||||
|
|
||||||
|
dashboard_import:
|
||||||
|
package_import_url: github://boneIO-eu/esphome/boneio-24x16_switches_v0_5-v0_6.yaml@v1.0.3
|
||||||
|
import_full_config: true
|
||||||
|
|
||||||
|
packages:
|
||||||
|
internals_packages:
|
||||||
|
url: https://github.com/boneIO-eu/esphome
|
||||||
|
ref: v1.0.3
|
||||||
|
files: [
|
||||||
|
'devices/buzzer.yaml',
|
||||||
|
'devices_v0_5-v0_6/display.yaml',
|
||||||
|
'devices_v0_5-v0_6/time.yaml',
|
||||||
|
'devices_v0_5-v0_6/i2c.yaml',
|
||||||
|
'devices_v0_5-v0_6/ina219.yaml',
|
||||||
|
'devices_v0_5-v0_6/lm75b.yaml',
|
||||||
|
'devices_v0_5-v0_6/pcf_with_mcp.yaml',
|
||||||
|
'boards/24x16_output.yaml',
|
||||||
|
# 'devices_v0_5-v0_6/one_wire.yaml',
|
||||||
|
# 'devices_v0_5-v0_6/uart.yaml',
|
||||||
|
]
|
||||||
|
|
||||||
|
logger:
|
||||||
|
api:
|
||||||
|
ota:
|
||||||
|
password: boneio
|
||||||
|
|
||||||
|
web_server:
|
||||||
|
port: 80
|
||||||
|
local: true
|
||||||
|
|
||||||
|
time:
|
||||||
|
- platform: homeassistant
|
||||||
|
timezone: Europe/Warsaw
|
||||||
|
id: homeassistant_time
|
||||||
|
on_time_sync:
|
||||||
|
then:
|
||||||
|
ds1307.write_time:
|
||||||
|
|
||||||
|
switch:
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 01'
|
||||||
|
output: out_01
|
||||||
|
id: switch_01
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 02'
|
||||||
|
output: out_02
|
||||||
|
id: switch_02
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 03'
|
||||||
|
output: out_03
|
||||||
|
id: switch_03
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 04'
|
||||||
|
output: out_04
|
||||||
|
id: switch_04
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 05'
|
||||||
|
output: out_05
|
||||||
|
id: switch_05
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 06'
|
||||||
|
output: out_06
|
||||||
|
id: switch_06
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 07'
|
||||||
|
output: out_07
|
||||||
|
id: switch_07
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 08'
|
||||||
|
output: out_08
|
||||||
|
id: switch_08
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 09'
|
||||||
|
output: out_09
|
||||||
|
id: switch_09
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 10'
|
||||||
|
output: out_10
|
||||||
|
id: switch_10
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 11'
|
||||||
|
output: out_11
|
||||||
|
id: switch_11
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 12'
|
||||||
|
output: out_12
|
||||||
|
id: switch_12
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 13'
|
||||||
|
output: out_13
|
||||||
|
id: switch_13
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 14'
|
||||||
|
output: out_14
|
||||||
|
id: switch_14
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 15'
|
||||||
|
output: out_15
|
||||||
|
id: switch_15
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 16'
|
||||||
|
output: out_16
|
||||||
|
id: switch_16
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 17'
|
||||||
|
output: out_17
|
||||||
|
id: switch_17
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 18'
|
||||||
|
output: out_18
|
||||||
|
id: switch_18
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 19'
|
||||||
|
output: out_19
|
||||||
|
id: switch_19
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 20'
|
||||||
|
output: out_20
|
||||||
|
id: switch_20
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 21'
|
||||||
|
output: out_21
|
||||||
|
id: switch_21
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 22'
|
||||||
|
output: out_22
|
||||||
|
id: switch_22
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 23'
|
||||||
|
output: out_23
|
||||||
|
id: switch_23
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 24'
|
||||||
|
output: out_24
|
||||||
|
id: switch_24
|
||||||
|
|
||||||
binary_sensor:
|
binary_sensor:
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
name: "${node_name} IN_01"
|
name: 'IN_01'
|
||||||
id: in_01
|
id: in_01
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_inputs_1to14
|
pcf8574: pcf_inputs_1to14
|
||||||
@@ -17,10 +169,10 @@ binary_sensor:
|
|||||||
inverted: true
|
inverted: true
|
||||||
on_press:
|
on_press:
|
||||||
then:
|
then:
|
||||||
- switch.toggle: relay_1
|
- switch.toggle: switch_01
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
name: "${node_name} IN_02"
|
name: 'IN_02'
|
||||||
id: in_02
|
id: in_02
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_inputs_1to14
|
pcf8574: pcf_inputs_1to14
|
||||||
@@ -30,10 +182,10 @@ binary_sensor:
|
|||||||
inverted: true
|
inverted: true
|
||||||
on_press:
|
on_press:
|
||||||
then:
|
then:
|
||||||
- switch.toggle: relay_2
|
- switch.toggle: switch_02
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
name: "${node_name} IN_03"
|
name: 'IN_03'
|
||||||
id: in_03
|
id: in_03
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_inputs_1to14
|
pcf8574: pcf_inputs_1to14
|
||||||
@@ -43,10 +195,10 @@ binary_sensor:
|
|||||||
inverted: true
|
inverted: true
|
||||||
on_press:
|
on_press:
|
||||||
then:
|
then:
|
||||||
- switch.toggle: relay_3
|
- switch.toggle: switch_03
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
name: "${node_name} IN_04"
|
name: 'IN_04'
|
||||||
id: in_04
|
id: in_04
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_inputs_1to14
|
pcf8574: pcf_inputs_1to14
|
||||||
@@ -56,10 +208,10 @@ binary_sensor:
|
|||||||
inverted: true
|
inverted: true
|
||||||
on_press:
|
on_press:
|
||||||
then:
|
then:
|
||||||
- switch.toggle: relay_4
|
- switch.toggle: switch_04
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
name: "${node_name} IN_05"
|
name: 'IN_05'
|
||||||
id: in_05
|
id: in_05
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_inputs_1to14
|
pcf8574: pcf_inputs_1to14
|
||||||
@@ -69,10 +221,10 @@ binary_sensor:
|
|||||||
inverted: true
|
inverted: true
|
||||||
on_press:
|
on_press:
|
||||||
then:
|
then:
|
||||||
- switch.toggle: relay_5
|
- switch.toggle: switch_05
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
name: "${node_name} IN_06"
|
name: 'IN_06'
|
||||||
id: in_06
|
id: in_06
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_inputs_1to14
|
pcf8574: pcf_inputs_1to14
|
||||||
@@ -82,10 +234,10 @@ binary_sensor:
|
|||||||
inverted: true
|
inverted: true
|
||||||
on_press:
|
on_press:
|
||||||
then:
|
then:
|
||||||
- switch.toggle: relay_6
|
- switch.toggle: switch_06
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
name: "${node_name} IN_07"
|
name: 'IN_07'
|
||||||
id: in_07
|
id: in_07
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_inputs_1to14
|
pcf8574: pcf_inputs_1to14
|
||||||
@@ -95,10 +247,10 @@ binary_sensor:
|
|||||||
inverted: true
|
inverted: true
|
||||||
on_press:
|
on_press:
|
||||||
then:
|
then:
|
||||||
- switch.toggle: relay_7
|
- switch.toggle: switch_07
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
name: "${node_name} IN_08"
|
name: 'IN_08'
|
||||||
id: in_08
|
id: in_08
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_inputs_1to14
|
pcf8574: pcf_inputs_1to14
|
||||||
@@ -108,10 +260,10 @@ binary_sensor:
|
|||||||
inverted: true
|
inverted: true
|
||||||
on_press:
|
on_press:
|
||||||
then:
|
then:
|
||||||
- switch.toggle: relay_8
|
- switch.toggle: switch_08
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
name: "${node_name} IN_09"
|
name: 'IN_09'
|
||||||
id: in_09
|
id: in_09
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_inputs_1to14
|
pcf8574: pcf_inputs_1to14
|
||||||
@@ -121,10 +273,10 @@ binary_sensor:
|
|||||||
inverted: true
|
inverted: true
|
||||||
on_press:
|
on_press:
|
||||||
then:
|
then:
|
||||||
- switch.toggle: relay_9
|
- switch.toggle: switch_09
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
name: "${node_name} IN_10"
|
name: 'IN_10'
|
||||||
id: in_10
|
id: in_10
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_inputs_1to14
|
pcf8574: pcf_inputs_1to14
|
||||||
@@ -134,10 +286,10 @@ binary_sensor:
|
|||||||
inverted: true
|
inverted: true
|
||||||
on_press:
|
on_press:
|
||||||
then:
|
then:
|
||||||
- switch.toggle: relay_10
|
- switch.toggle: switch_10
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
name: "${node_name} IN_11"
|
name: 'IN_11'
|
||||||
id: in_11
|
id: in_11
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_inputs_1to14
|
pcf8574: pcf_inputs_1to14
|
||||||
@@ -147,10 +299,10 @@ binary_sensor:
|
|||||||
inverted: true
|
inverted: true
|
||||||
on_press:
|
on_press:
|
||||||
then:
|
then:
|
||||||
- switch.toggle: relay_11
|
- switch.toggle: switch_11
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
name: "${node_name} IN_12"
|
name: 'IN_12'
|
||||||
id: in_12
|
id: in_12
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_inputs_1to14
|
pcf8574: pcf_inputs_1to14
|
||||||
@@ -160,10 +312,10 @@ binary_sensor:
|
|||||||
inverted: true
|
inverted: true
|
||||||
on_press:
|
on_press:
|
||||||
then:
|
then:
|
||||||
- switch.toggle: relay_12
|
- switch.toggle: switch_12
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
name: "${node_name} IN_13"
|
name: 'IN_13'
|
||||||
id: in_13
|
id: in_13
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_inputs_1to14
|
pcf8574: pcf_inputs_1to14
|
||||||
@@ -173,10 +325,10 @@ binary_sensor:
|
|||||||
inverted: true
|
inverted: true
|
||||||
on_press:
|
on_press:
|
||||||
then:
|
then:
|
||||||
- switch.toggle: relay_13
|
- switch.toggle: switch_13
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
name: "${node_name} IN_14"
|
name: 'IN_14'
|
||||||
id: in_14
|
id: in_14
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_inputs_1to14
|
pcf8574: pcf_inputs_1to14
|
||||||
@@ -186,10 +338,10 @@ binary_sensor:
|
|||||||
inverted: true
|
inverted: true
|
||||||
on_press:
|
on_press:
|
||||||
then:
|
then:
|
||||||
- switch.toggle: relay_14
|
- switch.toggle: switch_14
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
name: "${node_name} IN_15"
|
name: 'IN_15'
|
||||||
id: in_15
|
id: in_15
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_inputs_15to28
|
pcf8574: pcf_inputs_15to28
|
||||||
@@ -199,10 +351,10 @@ binary_sensor:
|
|||||||
inverted: true
|
inverted: true
|
||||||
on_press:
|
on_press:
|
||||||
then:
|
then:
|
||||||
- switch.toggle: relay_15
|
- switch.toggle: switch_15
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
name: "${node_name} IN_16"
|
name: 'IN_16'
|
||||||
id: in_16
|
id: in_16
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_inputs_15to28
|
pcf8574: pcf_inputs_15to28
|
||||||
@@ -212,10 +364,10 @@ binary_sensor:
|
|||||||
inverted: true
|
inverted: true
|
||||||
on_press:
|
on_press:
|
||||||
then:
|
then:
|
||||||
- switch.toggle: relay_16
|
- switch.toggle: switch_16
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
name: "${node_name} IN_17"
|
name: 'IN_17'
|
||||||
id: in_17
|
id: in_17
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_inputs_15to28
|
pcf8574: pcf_inputs_15to28
|
||||||
@@ -225,10 +377,10 @@ binary_sensor:
|
|||||||
inverted: true
|
inverted: true
|
||||||
on_press:
|
on_press:
|
||||||
then:
|
then:
|
||||||
- switch.toggle: relay_17
|
- switch.toggle: switch_17
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
name: "${node_name} IN_18"
|
name: 'IN_18'
|
||||||
id: in_18
|
id: in_18
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_inputs_15to28
|
pcf8574: pcf_inputs_15to28
|
||||||
@@ -238,10 +390,10 @@ binary_sensor:
|
|||||||
inverted: true
|
inverted: true
|
||||||
on_press:
|
on_press:
|
||||||
then:
|
then:
|
||||||
- switch.toggle: relay_18
|
- switch.toggle: switch_18
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
name: "${node_name} IN_19"
|
name: 'IN_19'
|
||||||
id: in_19
|
id: in_19
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_inputs_15to28
|
pcf8574: pcf_inputs_15to28
|
||||||
@@ -251,10 +403,10 @@ binary_sensor:
|
|||||||
inverted: true
|
inverted: true
|
||||||
on_press:
|
on_press:
|
||||||
then:
|
then:
|
||||||
- switch.toggle: relay_19
|
- switch.toggle: switch_19
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
name: "${node_name} IN_20"
|
name: 'IN_20'
|
||||||
id: in_20
|
id: in_20
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_inputs_15to28
|
pcf8574: pcf_inputs_15to28
|
||||||
@@ -264,10 +416,10 @@ binary_sensor:
|
|||||||
inverted: true
|
inverted: true
|
||||||
on_press:
|
on_press:
|
||||||
then:
|
then:
|
||||||
- switch.toggle: relay_20
|
- switch.toggle: switch_20
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
name: "${node_name} IN_21"
|
name: 'IN_21'
|
||||||
id: in_21
|
id: in_21
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_inputs_15to28
|
pcf8574: pcf_inputs_15to28
|
||||||
@@ -277,10 +429,10 @@ binary_sensor:
|
|||||||
inverted: true
|
inverted: true
|
||||||
on_press:
|
on_press:
|
||||||
then:
|
then:
|
||||||
- switch.toggle: relay_21
|
- switch.toggle: switch_21
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
name: "${node_name} IN_22"
|
name: 'IN_22'
|
||||||
id: in_22
|
id: in_22
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_inputs_15to28
|
pcf8574: pcf_inputs_15to28
|
||||||
@@ -290,10 +442,10 @@ binary_sensor:
|
|||||||
inverted: true
|
inverted: true
|
||||||
on_press:
|
on_press:
|
||||||
then:
|
then:
|
||||||
- switch.toggle: relay_22
|
- switch.toggle: switch_22
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
name: "${node_name} IN_23"
|
name: 'IN_23'
|
||||||
id: in_23
|
id: in_23
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_inputs_15to28
|
pcf8574: pcf_inputs_15to28
|
||||||
@@ -303,10 +455,10 @@ binary_sensor:
|
|||||||
inverted: true
|
inverted: true
|
||||||
on_press:
|
on_press:
|
||||||
then:
|
then:
|
||||||
- switch.toggle: relay_23
|
- switch.toggle: switch_23
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
name: "${node_name} IN_24"
|
name: 'IN_24'
|
||||||
id: in_24
|
id: in_24
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_inputs_15to28
|
pcf8574: pcf_inputs_15to28
|
||||||
@@ -316,10 +468,10 @@ binary_sensor:
|
|||||||
inverted: true
|
inverted: true
|
||||||
on_press:
|
on_press:
|
||||||
then:
|
then:
|
||||||
- switch.toggle: relay_24
|
- switch.toggle: switch_24
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
name: "${node_name} IN_25"
|
name: 'IN_25'
|
||||||
id: in_25
|
id: in_25
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_inputs_15to28
|
pcf8574: pcf_inputs_15to28
|
||||||
@@ -327,12 +479,9 @@ binary_sensor:
|
|||||||
mode:
|
mode:
|
||||||
input: true
|
input: true
|
||||||
inverted: true
|
inverted: true
|
||||||
on_press:
|
|
||||||
then:
|
|
||||||
- switch.toggle: relay_25
|
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
name: "${node_name} IN_26"
|
name: 'IN_26'
|
||||||
id: in_26
|
id: in_26
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_inputs_15to28
|
pcf8574: pcf_inputs_15to28
|
||||||
@@ -340,12 +489,9 @@ binary_sensor:
|
|||||||
mode:
|
mode:
|
||||||
input: true
|
input: true
|
||||||
inverted: true
|
inverted: true
|
||||||
on_press:
|
|
||||||
then:
|
|
||||||
- switch.toggle: relay_26
|
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
name: "${node_name} IN_27"
|
name: 'IN_27'
|
||||||
id: in_27
|
id: in_27
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_inputs_15to28
|
pcf8574: pcf_inputs_15to28
|
||||||
@@ -353,12 +499,9 @@ binary_sensor:
|
|||||||
mode:
|
mode:
|
||||||
input: true
|
input: true
|
||||||
inverted: true
|
inverted: true
|
||||||
on_press:
|
|
||||||
then:
|
|
||||||
- switch.toggle: relay_27
|
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
name: "${node_name} IN_28"
|
name: 'IN_28'
|
||||||
id: in_28
|
id: in_28
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_inputs_15to28
|
pcf8574: pcf_inputs_15to28
|
||||||
@@ -366,12 +509,9 @@ binary_sensor:
|
|||||||
mode:
|
mode:
|
||||||
input: true
|
input: true
|
||||||
inverted: true
|
inverted: true
|
||||||
on_press:
|
|
||||||
then:
|
|
||||||
- switch.toggle: relay_28
|
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
name: "${node_name} IN_29"
|
name: 'IN_29'
|
||||||
id: in_29
|
id: in_29
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_inputs_28to35_menu
|
pcf8574: pcf_inputs_28to35_menu
|
||||||
@@ -379,12 +519,9 @@ binary_sensor:
|
|||||||
mode:
|
mode:
|
||||||
input: true
|
input: true
|
||||||
inverted: true
|
inverted: true
|
||||||
on_press:
|
|
||||||
then:
|
|
||||||
- switch.toggle: relay_29
|
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
name: "${node_name} IN_30"
|
name: 'IN_30'
|
||||||
id: in_30
|
id: in_30
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_inputs_28to35_menu
|
pcf8574: pcf_inputs_28to35_menu
|
||||||
@@ -392,12 +529,9 @@ binary_sensor:
|
|||||||
mode:
|
mode:
|
||||||
input: true
|
input: true
|
||||||
inverted: true
|
inverted: true
|
||||||
on_press:
|
|
||||||
then:
|
|
||||||
- switch.toggle: relay_30
|
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
name: "${node_name} IN_31"
|
name: 'IN_31'
|
||||||
id: in_31
|
id: in_31
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_inputs_28to35_menu
|
pcf8574: pcf_inputs_28to35_menu
|
||||||
@@ -405,12 +539,9 @@ binary_sensor:
|
|||||||
mode:
|
mode:
|
||||||
input: true
|
input: true
|
||||||
inverted: true
|
inverted: true
|
||||||
on_press:
|
|
||||||
then:
|
|
||||||
- switch.toggle: relay_31
|
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
name: "${node_name} IN_32"
|
name: 'IN_32'
|
||||||
id: in_32
|
id: in_32
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_inputs_28to35_menu
|
pcf8574: pcf_inputs_28to35_menu
|
||||||
@@ -418,12 +549,9 @@ binary_sensor:
|
|||||||
mode:
|
mode:
|
||||||
input: true
|
input: true
|
||||||
inverted: true
|
inverted: true
|
||||||
on_press:
|
|
||||||
then:
|
|
||||||
- switch.toggle: relay_32
|
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
name: "${node_name} IN_33"
|
name: 'IN_33'
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_inputs_28to35_menu
|
pcf8574: pcf_inputs_28to35_menu
|
||||||
number: 4
|
number: 4
|
||||||
@@ -432,7 +560,7 @@ binary_sensor:
|
|||||||
inverted: true
|
inverted: true
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
name: "${node_name} IN_34"
|
name: 'IN_34'
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_inputs_28to35_menu
|
pcf8574: pcf_inputs_28to35_menu
|
||||||
number: 5
|
number: 5
|
||||||
@@ -441,11 +569,10 @@ binary_sensor:
|
|||||||
inverted: true
|
inverted: true
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
name: "${node_name} IN_35"
|
name: 'IN_35'
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_inputs_28to35_menu
|
pcf8574: pcf_inputs_28to35_menu
|
||||||
number: 6
|
number: 6
|
||||||
mode:
|
mode:
|
||||||
input: true
|
input: true
|
||||||
inverted: true
|
inverted: true
|
||||||
|
|
||||||
@@ -1,6 +1,161 @@
|
|||||||
|
substitutions:
|
||||||
|
name: boneio-24-sw-07
|
||||||
|
friendly_name: 'BoneIO ESP 24x16 Switches'
|
||||||
|
|
||||||
|
esphome:
|
||||||
|
name: '${name}'
|
||||||
|
friendly_name: '${friendly_name}'
|
||||||
|
platform: ESP32
|
||||||
|
board: nodemcu-32s
|
||||||
|
name_add_mac_suffix: true
|
||||||
|
project:
|
||||||
|
name: boneio.24x16-switches
|
||||||
|
version: '1.0'
|
||||||
|
|
||||||
|
ethernet:
|
||||||
|
id: eth
|
||||||
|
type: LAN8720
|
||||||
|
mdc_pin: GPIO23
|
||||||
|
mdio_pin: GPIO18
|
||||||
|
clk_mode: GPIO0_IN
|
||||||
|
phy_addr: 1
|
||||||
|
power_pin: GPIO16
|
||||||
|
|
||||||
|
dashboard_import:
|
||||||
|
package_import_url: github://boneIO-eu/esphome/boneio-24x16_switches_v0_7.yaml@v1.0.3
|
||||||
|
import_full_config: true
|
||||||
|
|
||||||
|
packages:
|
||||||
|
internals_packages:
|
||||||
|
url: https://github.com/boneIO-eu/esphome
|
||||||
|
ref: v1.0.3
|
||||||
|
files: [
|
||||||
|
'devices/buzzer.yaml',
|
||||||
|
'devices_v0_7/display.yaml',
|
||||||
|
'devices_v0_7/i2c.yaml',
|
||||||
|
'devices_v0_7/ina219.yaml',
|
||||||
|
'devices_v0_7/lm75b.yaml',
|
||||||
|
'devices_v0_7/pcf_with_mcp.yaml',
|
||||||
|
'boards/24x16_output.yaml',
|
||||||
|
# 'devices_v0_7/one_wire.yaml',
|
||||||
|
# 'devices_v0_7/uart.yaml',
|
||||||
|
]
|
||||||
|
|
||||||
|
logger:
|
||||||
|
api:
|
||||||
|
ota:
|
||||||
|
password: boneio
|
||||||
|
|
||||||
|
web_server:
|
||||||
|
port: 80
|
||||||
|
local: true
|
||||||
|
|
||||||
|
time:
|
||||||
|
- platform: homeassistant
|
||||||
|
timezone: Europe/Warsaw
|
||||||
|
id: homeassistant_time
|
||||||
|
|
||||||
|
switch:
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 01'
|
||||||
|
output: out_01
|
||||||
|
id: switch_01
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 02'
|
||||||
|
output: out_02
|
||||||
|
id: switch_02
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 03'
|
||||||
|
output: out_03
|
||||||
|
id: switch_03
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 04'
|
||||||
|
output: out_04
|
||||||
|
id: switch_04
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 05'
|
||||||
|
output: out_05
|
||||||
|
id: switch_05
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 06'
|
||||||
|
output: out_06
|
||||||
|
id: switch_06
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 07'
|
||||||
|
output: out_07
|
||||||
|
id: switch_07
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 08'
|
||||||
|
output: out_08
|
||||||
|
id: switch_08
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 09'
|
||||||
|
output: out_09
|
||||||
|
id: switch_09
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 10'
|
||||||
|
output: out_10
|
||||||
|
id: switch_10
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 11'
|
||||||
|
output: out_11
|
||||||
|
id: switch_11
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 12'
|
||||||
|
output: out_12
|
||||||
|
id: switch_12
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 13'
|
||||||
|
output: out_13
|
||||||
|
id: switch_13
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 14'
|
||||||
|
output: out_14
|
||||||
|
id: switch_14
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 15'
|
||||||
|
output: out_15
|
||||||
|
id: switch_15
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 16'
|
||||||
|
output: out_16
|
||||||
|
id: switch_16
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 17'
|
||||||
|
output: out_17
|
||||||
|
id: switch_17
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 18'
|
||||||
|
output: out_18
|
||||||
|
id: switch_18
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 19'
|
||||||
|
output: out_19
|
||||||
|
id: switch_19
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 20'
|
||||||
|
output: out_20
|
||||||
|
id: switch_20
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 21'
|
||||||
|
output: out_21
|
||||||
|
id: switch_21
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 22'
|
||||||
|
output: out_22
|
||||||
|
id: switch_22
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 23'
|
||||||
|
output: out_23
|
||||||
|
id: switch_23
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 24'
|
||||||
|
output: out_24
|
||||||
|
id: switch_24
|
||||||
|
|
||||||
binary_sensor:
|
binary_sensor:
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
name: '${node_name} IN_01'
|
name: 'IN_01'
|
||||||
id: in_01
|
id: in_01
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_inputs_1to14
|
pcf8574: pcf_inputs_1to14
|
||||||
@@ -10,13 +165,10 @@ binary_sensor:
|
|||||||
inverted: true
|
inverted: true
|
||||||
on_press:
|
on_press:
|
||||||
then:
|
then:
|
||||||
- cover.open: cover_01
|
- switch.toggle: switch_01
|
||||||
on_release:
|
|
||||||
then:
|
|
||||||
- cover.stop: cover_01
|
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
name: '${node_name} IN_02'
|
name: 'IN_02'
|
||||||
id: in_02
|
id: in_02
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_inputs_1to14
|
pcf8574: pcf_inputs_1to14
|
||||||
@@ -26,13 +178,10 @@ binary_sensor:
|
|||||||
inverted: true
|
inverted: true
|
||||||
on_press:
|
on_press:
|
||||||
then:
|
then:
|
||||||
- cover.close: cover_01
|
- switch.toggle: switch_02
|
||||||
on_release:
|
|
||||||
then:
|
|
||||||
- cover.stop: cover_01
|
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
name: '${node_name} IN_03'
|
name: 'IN_03'
|
||||||
id: in_03
|
id: in_03
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_inputs_1to14
|
pcf8574: pcf_inputs_1to14
|
||||||
@@ -42,13 +191,10 @@ binary_sensor:
|
|||||||
inverted: true
|
inverted: true
|
||||||
on_press:
|
on_press:
|
||||||
then:
|
then:
|
||||||
- cover.open: cover_02
|
- switch.toggle: switch_03
|
||||||
on_release:
|
|
||||||
then:
|
|
||||||
- cover.stop: cover_02
|
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
name: '${node_name} IN_04'
|
name: 'IN_04'
|
||||||
id: in_04
|
id: in_04
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_inputs_1to14
|
pcf8574: pcf_inputs_1to14
|
||||||
@@ -58,13 +204,10 @@ binary_sensor:
|
|||||||
inverted: true
|
inverted: true
|
||||||
on_press:
|
on_press:
|
||||||
then:
|
then:
|
||||||
- cover.close: cover_02
|
- switch.toggle: switch_04
|
||||||
on_release:
|
|
||||||
then:
|
|
||||||
- cover.stop: cover_02
|
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
name: '${node_name} IN_05'
|
name: 'IN_05'
|
||||||
id: in_05
|
id: in_05
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_inputs_1to14
|
pcf8574: pcf_inputs_1to14
|
||||||
@@ -74,13 +217,10 @@ binary_sensor:
|
|||||||
inverted: true
|
inverted: true
|
||||||
on_press:
|
on_press:
|
||||||
then:
|
then:
|
||||||
- cover.open: cover_03
|
- switch.toggle: switch_05
|
||||||
on_release:
|
|
||||||
then:
|
|
||||||
- cover.stop: cover_03
|
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
name: '${node_name} IN_06'
|
name: 'IN_06'
|
||||||
id: in_06
|
id: in_06
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_inputs_1to14
|
pcf8574: pcf_inputs_1to14
|
||||||
@@ -90,13 +230,10 @@ binary_sensor:
|
|||||||
inverted: true
|
inverted: true
|
||||||
on_press:
|
on_press:
|
||||||
then:
|
then:
|
||||||
- cover.close: cover_03
|
- switch.toggle: switch_06
|
||||||
on_release:
|
|
||||||
then:
|
|
||||||
- cover.stop: cover_03
|
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
name: '${node_name} IN_07'
|
name: 'IN_07'
|
||||||
id: in_07
|
id: in_07
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_inputs_1to14
|
pcf8574: pcf_inputs_1to14
|
||||||
@@ -106,13 +243,10 @@ binary_sensor:
|
|||||||
inverted: true
|
inverted: true
|
||||||
on_press:
|
on_press:
|
||||||
then:
|
then:
|
||||||
- cover.open: cover_04
|
- switch.toggle: switch_07
|
||||||
on_release:
|
|
||||||
then:
|
|
||||||
- cover.stop: cover_04
|
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
name: '${node_name} IN_08'
|
name: 'IN_08'
|
||||||
id: in_08
|
id: in_08
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_inputs_1to14
|
pcf8574: pcf_inputs_1to14
|
||||||
@@ -122,13 +256,10 @@ binary_sensor:
|
|||||||
inverted: true
|
inverted: true
|
||||||
on_press:
|
on_press:
|
||||||
then:
|
then:
|
||||||
- cover.close: cover_04
|
- switch.toggle: switch_08
|
||||||
on_release:
|
|
||||||
then:
|
|
||||||
- cover.stop: cover_04
|
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
name: '${node_name} IN_09'
|
name: 'IN_09'
|
||||||
id: in_09
|
id: in_09
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_inputs_1to14
|
pcf8574: pcf_inputs_1to14
|
||||||
@@ -138,13 +269,10 @@ binary_sensor:
|
|||||||
inverted: true
|
inverted: true
|
||||||
on_press:
|
on_press:
|
||||||
then:
|
then:
|
||||||
- cover.open: cover_05
|
- switch.toggle: switch_09
|
||||||
on_release:
|
|
||||||
then:
|
|
||||||
- cover.stop: cover_05
|
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
name: '${node_name} IN_10'
|
name: 'IN_10'
|
||||||
id: in_10
|
id: in_10
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_inputs_1to14
|
pcf8574: pcf_inputs_1to14
|
||||||
@@ -154,13 +282,10 @@ binary_sensor:
|
|||||||
inverted: true
|
inverted: true
|
||||||
on_press:
|
on_press:
|
||||||
then:
|
then:
|
||||||
- cover.close: cover_05
|
- switch.toggle: switch_10
|
||||||
on_release:
|
|
||||||
then:
|
|
||||||
- cover.stop: cover_05
|
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
name: '${node_name} IN_11'
|
name: 'IN_11'
|
||||||
id: in_11
|
id: in_11
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_inputs_1to14
|
pcf8574: pcf_inputs_1to14
|
||||||
@@ -170,13 +295,10 @@ binary_sensor:
|
|||||||
inverted: true
|
inverted: true
|
||||||
on_press:
|
on_press:
|
||||||
then:
|
then:
|
||||||
- cover.open: cover_06
|
- switch.toggle: switch_11
|
||||||
on_release:
|
|
||||||
then:
|
|
||||||
- cover.stop: cover_06
|
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
name: '${node_name} IN_12'
|
name: 'IN_12'
|
||||||
id: in_12
|
id: in_12
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_inputs_1to14
|
pcf8574: pcf_inputs_1to14
|
||||||
@@ -186,13 +308,10 @@ binary_sensor:
|
|||||||
inverted: true
|
inverted: true
|
||||||
on_press:
|
on_press:
|
||||||
then:
|
then:
|
||||||
- cover.close: cover_06
|
- switch.toggle: switch_12
|
||||||
on_release:
|
|
||||||
then:
|
|
||||||
- cover.stop: cover_06
|
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
name: '${node_name} IN_13'
|
name: 'IN_13'
|
||||||
id: in_13
|
id: in_13
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_inputs_1to14
|
pcf8574: pcf_inputs_1to14
|
||||||
@@ -202,13 +321,10 @@ binary_sensor:
|
|||||||
inverted: true
|
inverted: true
|
||||||
on_press:
|
on_press:
|
||||||
then:
|
then:
|
||||||
- cover.open: cover_07
|
- switch.toggle: switch_13
|
||||||
on_release:
|
|
||||||
then:
|
|
||||||
- cover.stop: cover_07
|
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
name: '${node_name} IN_14'
|
name: 'IN_14'
|
||||||
id: in_14
|
id: in_14
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_inputs_1to14
|
pcf8574: pcf_inputs_1to14
|
||||||
@@ -218,13 +334,10 @@ binary_sensor:
|
|||||||
inverted: true
|
inverted: true
|
||||||
on_press:
|
on_press:
|
||||||
then:
|
then:
|
||||||
- cover.close: cover_07
|
- switch.toggle: switch_14
|
||||||
on_release:
|
|
||||||
then:
|
|
||||||
- cover.stop: cover_07
|
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
name: '${node_name} IN_15'
|
name: 'IN_15'
|
||||||
id: in_15
|
id: in_15
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_inputs_15to28
|
pcf8574: pcf_inputs_15to28
|
||||||
@@ -234,13 +347,10 @@ binary_sensor:
|
|||||||
inverted: true
|
inverted: true
|
||||||
on_press:
|
on_press:
|
||||||
then:
|
then:
|
||||||
- cover.open: cover_08
|
- switch.toggle: switch_15
|
||||||
on_release:
|
|
||||||
then:
|
|
||||||
- cover.stop: cover_08
|
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
name: '${node_name} IN_16'
|
name: 'IN_16'
|
||||||
id: in_16
|
id: in_16
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_inputs_15to28
|
pcf8574: pcf_inputs_15to28
|
||||||
@@ -250,13 +360,10 @@ binary_sensor:
|
|||||||
inverted: true
|
inverted: true
|
||||||
on_press:
|
on_press:
|
||||||
then:
|
then:
|
||||||
- cover.close: cover_08
|
- switch.toggle: switch_16
|
||||||
on_release:
|
|
||||||
then:
|
|
||||||
- cover.stop: cover_08
|
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
name: '${node_name} IN_17'
|
name: 'IN_17'
|
||||||
id: in_17
|
id: in_17
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_inputs_15to28
|
pcf8574: pcf_inputs_15to28
|
||||||
@@ -266,10 +373,10 @@ binary_sensor:
|
|||||||
inverted: true
|
inverted: true
|
||||||
on_press:
|
on_press:
|
||||||
then:
|
then:
|
||||||
- switch.toggle: relay_17
|
- switch.toggle: switch_17
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
name: '${node_name} IN_18'
|
name: 'IN_18'
|
||||||
id: in_18
|
id: in_18
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_inputs_15to28
|
pcf8574: pcf_inputs_15to28
|
||||||
@@ -279,10 +386,10 @@ binary_sensor:
|
|||||||
inverted: true
|
inverted: true
|
||||||
on_press:
|
on_press:
|
||||||
then:
|
then:
|
||||||
- switch.toggle: relay_18
|
- switch.toggle: switch_18
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
name: '${node_name} IN_19'
|
name: 'IN_19'
|
||||||
id: in_19
|
id: in_19
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_inputs_15to28
|
pcf8574: pcf_inputs_15to28
|
||||||
@@ -292,10 +399,10 @@ binary_sensor:
|
|||||||
inverted: true
|
inverted: true
|
||||||
on_press:
|
on_press:
|
||||||
then:
|
then:
|
||||||
- switch.toggle: relay_19
|
- switch.toggle: switch_19
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
name: '${node_name} IN_20'
|
name: 'IN_20'
|
||||||
id: in_20
|
id: in_20
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_inputs_15to28
|
pcf8574: pcf_inputs_15to28
|
||||||
@@ -305,10 +412,10 @@ binary_sensor:
|
|||||||
inverted: true
|
inverted: true
|
||||||
on_press:
|
on_press:
|
||||||
then:
|
then:
|
||||||
- switch.toggle: relay_20
|
- switch.toggle: switch_20
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
name: '${node_name} IN_21'
|
name: 'IN_21'
|
||||||
id: in_21
|
id: in_21
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_inputs_15to28
|
pcf8574: pcf_inputs_15to28
|
||||||
@@ -318,10 +425,10 @@ binary_sensor:
|
|||||||
inverted: true
|
inverted: true
|
||||||
on_press:
|
on_press:
|
||||||
then:
|
then:
|
||||||
- switch.toggle: relay_21
|
- switch.toggle: switch_21
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
name: '${node_name} IN_22'
|
name: 'IN_22'
|
||||||
id: in_22
|
id: in_22
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_inputs_15to28
|
pcf8574: pcf_inputs_15to28
|
||||||
@@ -331,10 +438,10 @@ binary_sensor:
|
|||||||
inverted: true
|
inverted: true
|
||||||
on_press:
|
on_press:
|
||||||
then:
|
then:
|
||||||
- switch.toggle: relay_22
|
- switch.toggle: switch_22
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
name: '${node_name} IN_23'
|
name: 'IN_23'
|
||||||
id: in_23
|
id: in_23
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_inputs_15to28
|
pcf8574: pcf_inputs_15to28
|
||||||
@@ -344,10 +451,10 @@ binary_sensor:
|
|||||||
inverted: true
|
inverted: true
|
||||||
on_press:
|
on_press:
|
||||||
then:
|
then:
|
||||||
- switch.toggle: relay_23
|
- switch.toggle: switch_23
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
name: '${node_name} IN_24'
|
name: 'IN_24'
|
||||||
id: in_24
|
id: in_24
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_inputs_15to28
|
pcf8574: pcf_inputs_15to28
|
||||||
@@ -357,10 +464,10 @@ binary_sensor:
|
|||||||
inverted: true
|
inverted: true
|
||||||
on_press:
|
on_press:
|
||||||
then:
|
then:
|
||||||
- switch.toggle: relay_24
|
- switch.toggle: switch_24
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
name: '${node_name} IN_25'
|
name: 'IN_25'
|
||||||
id: in_25
|
id: in_25
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_inputs_15to28
|
pcf8574: pcf_inputs_15to28
|
||||||
@@ -368,12 +475,9 @@ binary_sensor:
|
|||||||
mode:
|
mode:
|
||||||
input: true
|
input: true
|
||||||
inverted: true
|
inverted: true
|
||||||
on_press:
|
|
||||||
then:
|
|
||||||
- switch.toggle: relay_25
|
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
name: '${node_name} IN_26'
|
name: 'IN_26'
|
||||||
id: in_26
|
id: in_26
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_inputs_15to28
|
pcf8574: pcf_inputs_15to28
|
||||||
@@ -381,12 +485,9 @@ binary_sensor:
|
|||||||
mode:
|
mode:
|
||||||
input: true
|
input: true
|
||||||
inverted: true
|
inverted: true
|
||||||
on_press:
|
|
||||||
then:
|
|
||||||
- switch.toggle: relay_26
|
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
name: '${node_name} IN_27'
|
name: 'IN_27'
|
||||||
id: in_27
|
id: in_27
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_inputs_15to28
|
pcf8574: pcf_inputs_15to28
|
||||||
@@ -394,12 +495,9 @@ binary_sensor:
|
|||||||
mode:
|
mode:
|
||||||
input: true
|
input: true
|
||||||
inverted: true
|
inverted: true
|
||||||
on_press:
|
|
||||||
then:
|
|
||||||
- switch.toggle: relay_27
|
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
name: '${node_name} IN_28'
|
name: 'IN_28'
|
||||||
id: in_28
|
id: in_28
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_inputs_15to28
|
pcf8574: pcf_inputs_15to28
|
||||||
@@ -407,12 +505,9 @@ binary_sensor:
|
|||||||
mode:
|
mode:
|
||||||
input: true
|
input: true
|
||||||
inverted: true
|
inverted: true
|
||||||
on_press:
|
|
||||||
then:
|
|
||||||
- switch.toggle: relay_28
|
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
name: '${node_name} IN_29'
|
name: 'IN_29'
|
||||||
id: in_29
|
id: in_29
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_inputs_28to35_menu
|
pcf8574: pcf_inputs_28to35_menu
|
||||||
@@ -420,12 +515,9 @@ binary_sensor:
|
|||||||
mode:
|
mode:
|
||||||
input: true
|
input: true
|
||||||
inverted: true
|
inverted: true
|
||||||
on_press:
|
|
||||||
then:
|
|
||||||
- switch.toggle: relay_29
|
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
name: '${node_name} IN_30'
|
name: 'IN_30'
|
||||||
id: in_30
|
id: in_30
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_inputs_28to35_menu
|
pcf8574: pcf_inputs_28to35_menu
|
||||||
@@ -433,12 +525,9 @@ binary_sensor:
|
|||||||
mode:
|
mode:
|
||||||
input: true
|
input: true
|
||||||
inverted: true
|
inverted: true
|
||||||
on_press:
|
|
||||||
then:
|
|
||||||
- switch.toggle: relay_30
|
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
name: '${node_name} IN_31'
|
name: 'IN_31'
|
||||||
id: in_31
|
id: in_31
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_inputs_28to35_menu
|
pcf8574: pcf_inputs_28to35_menu
|
||||||
@@ -446,12 +535,9 @@ binary_sensor:
|
|||||||
mode:
|
mode:
|
||||||
input: true
|
input: true
|
||||||
inverted: true
|
inverted: true
|
||||||
on_press:
|
|
||||||
then:
|
|
||||||
- switch.toggle: relay_31
|
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
name: '${node_name} IN_32'
|
name: 'IN_32'
|
||||||
id: in_32
|
id: in_32
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_inputs_28to35_menu
|
pcf8574: pcf_inputs_28to35_menu
|
||||||
@@ -459,12 +545,9 @@ binary_sensor:
|
|||||||
mode:
|
mode:
|
||||||
input: true
|
input: true
|
||||||
inverted: true
|
inverted: true
|
||||||
on_press:
|
|
||||||
then:
|
|
||||||
- switch.toggle: relay_32
|
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
name: '${node_name} IN_33'
|
name: 'IN_33'
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_inputs_28to35_menu
|
pcf8574: pcf_inputs_28to35_menu
|
||||||
number: 4
|
number: 4
|
||||||
@@ -473,7 +556,7 @@ binary_sensor:
|
|||||||
inverted: true
|
inverted: true
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
name: '${node_name} IN_34'
|
name: 'IN_34'
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_inputs_28to35_menu
|
pcf8574: pcf_inputs_28to35_menu
|
||||||
number: 5
|
number: 5
|
||||||
@@ -482,7 +565,7 @@ binary_sensor:
|
|||||||
inverted: true
|
inverted: true
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
name: '${node_name} IN_35'
|
name: 'IN_35'
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_inputs_28to35_menu
|
pcf8574: pcf_inputs_28to35_menu
|
||||||
number: 6
|
number: 6
|
||||||
635
boneio-32x10_lights_v0_5-v0_6.yaml
Normal file
635
boneio-32x10_lights_v0_5-v0_6.yaml
Normal file
@@ -0,0 +1,635 @@
|
|||||||
|
substitutions:
|
||||||
|
name: boneio-32-l-06
|
||||||
|
friendly_name: 'BoneIO ESP 32x10 Lights'
|
||||||
|
|
||||||
|
esphome:
|
||||||
|
name: '${name}'
|
||||||
|
friendly_name: '${friendly_name}'
|
||||||
|
platform: ESP32
|
||||||
|
board: nodemcu-32s
|
||||||
|
name_add_mac_suffix: true
|
||||||
|
project:
|
||||||
|
name: boneio.32x10-lights_v0_5-v0_6
|
||||||
|
version: '1.0'
|
||||||
|
|
||||||
|
ethernet:
|
||||||
|
id: eth
|
||||||
|
type: LAN8720
|
||||||
|
mdc_pin: GPIO23
|
||||||
|
mdio_pin: GPIO18
|
||||||
|
clk_mode: GPIO0_IN
|
||||||
|
phy_addr: 1
|
||||||
|
power_pin: GPIO16
|
||||||
|
|
||||||
|
dashboard_import:
|
||||||
|
package_import_url: github://boneIO-eu/esphome/boneio-32x10_lights_v0_5-v0_6.yaml@v1.0.3
|
||||||
|
import_full_config: true
|
||||||
|
|
||||||
|
packages:
|
||||||
|
internals_packages:
|
||||||
|
url: https://github.com/boneIO-eu/esphome
|
||||||
|
ref: v1.0.3
|
||||||
|
files: [
|
||||||
|
'devices/buzzer.yaml',
|
||||||
|
'devices_v0_5-v0_6/display.yaml',
|
||||||
|
'devices_v0_5-v0_6/time.yaml',
|
||||||
|
'devices_v0_5-v0_6/i2c.yaml',
|
||||||
|
'devices_v0_5-v0_6/ina219.yaml',
|
||||||
|
'devices_v0_5-v0_6/lm75b.yaml',
|
||||||
|
'devices_v0_5-v0_6/pcf.yaml',
|
||||||
|
'boards/32x10_output.yaml',
|
||||||
|
# 'devices_v0_5-v0_6/one_wire.yaml',
|
||||||
|
# 'devices_v0_5-v0_6/uart.yaml',
|
||||||
|
]
|
||||||
|
|
||||||
|
logger:
|
||||||
|
baud_rate: 0 #IMPORTANT FOR V0.5-V0.6 TO GET MODBUS WORKING
|
||||||
|
api:
|
||||||
|
ota:
|
||||||
|
password: boneio
|
||||||
|
|
||||||
|
web_server:
|
||||||
|
port: 80
|
||||||
|
local: true
|
||||||
|
|
||||||
|
time:
|
||||||
|
- platform: homeassistant
|
||||||
|
timezone: Europe/Warsaw
|
||||||
|
id: homeassistant_time
|
||||||
|
on_time_sync:
|
||||||
|
then:
|
||||||
|
ds1307.write_time:
|
||||||
|
|
||||||
|
light:
|
||||||
|
- platform: binary
|
||||||
|
name: 'Light 01'
|
||||||
|
output: out_01
|
||||||
|
id: light_01
|
||||||
|
- platform: binary
|
||||||
|
name: 'Light 02'
|
||||||
|
output: out_02
|
||||||
|
id: light_02
|
||||||
|
- platform: binary
|
||||||
|
name: 'Light 03'
|
||||||
|
output: out_03
|
||||||
|
id: light_03
|
||||||
|
- platform: binary
|
||||||
|
name: 'Light 04'
|
||||||
|
output: out_04
|
||||||
|
id: light_04
|
||||||
|
- platform: binary
|
||||||
|
name: 'Light 05'
|
||||||
|
output: out_05
|
||||||
|
id: light_05
|
||||||
|
- platform: binary
|
||||||
|
name: 'Light 06'
|
||||||
|
output: out_06
|
||||||
|
id: light_06
|
||||||
|
- platform: binary
|
||||||
|
name: 'Light 07'
|
||||||
|
output: out_07
|
||||||
|
id: light_07
|
||||||
|
- platform: binary
|
||||||
|
name: 'Light 08'
|
||||||
|
output: out_08
|
||||||
|
id: light_08
|
||||||
|
- platform: binary
|
||||||
|
name: 'Light 09'
|
||||||
|
output: out_09
|
||||||
|
id: light_09
|
||||||
|
- platform: binary
|
||||||
|
name: 'Light 10'
|
||||||
|
output: out_10
|
||||||
|
id: light_10
|
||||||
|
- platform: binary
|
||||||
|
name: 'Light 11'
|
||||||
|
output: out_11
|
||||||
|
id: light_11
|
||||||
|
- platform: binary
|
||||||
|
name: 'Light 12'
|
||||||
|
output: out_12
|
||||||
|
id: light_12
|
||||||
|
- platform: binary
|
||||||
|
name: 'Light 13'
|
||||||
|
output: out_13
|
||||||
|
id: light_13
|
||||||
|
- platform: binary
|
||||||
|
name: 'Light 14'
|
||||||
|
output: out_14
|
||||||
|
id: light_14
|
||||||
|
- platform: binary
|
||||||
|
name: 'Light 15'
|
||||||
|
output: out_15
|
||||||
|
id: light_15
|
||||||
|
- platform: binary
|
||||||
|
name: 'Light 16'
|
||||||
|
output: out_16
|
||||||
|
id: light_16
|
||||||
|
- platform: binary
|
||||||
|
name: 'Light 17'
|
||||||
|
output: out_17
|
||||||
|
id: light_17
|
||||||
|
- platform: binary
|
||||||
|
name: 'Light 18'
|
||||||
|
output: out_18
|
||||||
|
id: light_18
|
||||||
|
- platform: binary
|
||||||
|
name: 'Light 19'
|
||||||
|
output: out_19
|
||||||
|
id: light_19
|
||||||
|
- platform: binary
|
||||||
|
name: 'Light 20'
|
||||||
|
output: out_20
|
||||||
|
id: light_20
|
||||||
|
- platform: binary
|
||||||
|
name: 'Light 21'
|
||||||
|
output: out_21
|
||||||
|
id: light_21
|
||||||
|
- platform: binary
|
||||||
|
name: 'Light 22'
|
||||||
|
output: out_22
|
||||||
|
id: light_22
|
||||||
|
- platform: binary
|
||||||
|
name: 'Light 23'
|
||||||
|
output: out_23
|
||||||
|
id: light_23
|
||||||
|
- platform: binary
|
||||||
|
name: 'Light 24'
|
||||||
|
output: out_24
|
||||||
|
id: light_24
|
||||||
|
- platform: binary
|
||||||
|
name: 'Light 25'
|
||||||
|
output: out_25
|
||||||
|
id: light_25
|
||||||
|
- platform: binary
|
||||||
|
name: 'Light 26'
|
||||||
|
output: out_26
|
||||||
|
id: light_26
|
||||||
|
- platform: binary
|
||||||
|
name: 'Light 27'
|
||||||
|
output: out_27
|
||||||
|
id: light_27
|
||||||
|
- platform: binary
|
||||||
|
name: 'Light 28'
|
||||||
|
output: out_28
|
||||||
|
id: light_28
|
||||||
|
- platform: binary
|
||||||
|
name: 'Light 29'
|
||||||
|
output: out_29
|
||||||
|
id: light_29
|
||||||
|
- platform: binary
|
||||||
|
name: 'Light 30'
|
||||||
|
output: out_30
|
||||||
|
id: light_30
|
||||||
|
- platform: binary
|
||||||
|
name: 'Light 31'
|
||||||
|
output: out_31
|
||||||
|
id: light_31
|
||||||
|
- platform: binary
|
||||||
|
name: 'Light 32'
|
||||||
|
output: out_32
|
||||||
|
id: light_32
|
||||||
|
|
||||||
|
binary_sensor:
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_01'
|
||||||
|
id: in_01
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_1to14
|
||||||
|
number: 0
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- light.toggle: light_01
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_02'
|
||||||
|
id: in_02
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_1to14
|
||||||
|
number: 1
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- light.toggle: light_02
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_03'
|
||||||
|
id: in_03
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_1to14
|
||||||
|
number: 2
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- light.toggle: light_03
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_04'
|
||||||
|
id: in_04
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_1to14
|
||||||
|
number: 3
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- light.toggle: light_04
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_05'
|
||||||
|
id: in_05
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_1to14
|
||||||
|
number: 4
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- light.toggle: light_05
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_06'
|
||||||
|
id: in_06
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_1to14
|
||||||
|
number: 5
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- light.toggle: light_06
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_07'
|
||||||
|
id: in_07
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_1to14
|
||||||
|
number: 6
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- light.toggle: light_07
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_08'
|
||||||
|
id: in_08
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_1to14
|
||||||
|
number: 8
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- light.toggle: light_08
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_09'
|
||||||
|
id: in_09
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_1to14
|
||||||
|
number: 9
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- light.toggle: light_09
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_10'
|
||||||
|
id: in_10
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_1to14
|
||||||
|
number: 10
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- light.toggle: light_10
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_11'
|
||||||
|
id: in_11
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_1to14
|
||||||
|
number: 11
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- light.toggle: light_11
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_12'
|
||||||
|
id: in_12
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_1to14
|
||||||
|
number: 12
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- light.toggle: light_12
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_13'
|
||||||
|
id: in_13
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_1to14
|
||||||
|
number: 13
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- light.toggle: light_13
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_14'
|
||||||
|
id: in_14
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_1to14
|
||||||
|
number: 14
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- light.toggle: light_14
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_15'
|
||||||
|
id: in_15
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_15to28
|
||||||
|
number: 6
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- light.toggle: light_15
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_16'
|
||||||
|
id: in_16
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_15to28
|
||||||
|
number: 5
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- light.toggle: light_16
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_17'
|
||||||
|
id: in_17
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_15to28
|
||||||
|
number: 4
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- light.toggle: light_17
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_18'
|
||||||
|
id: in_18
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_15to28
|
||||||
|
number: 3
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- light.toggle: light_18
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_19'
|
||||||
|
id: in_19
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_15to28
|
||||||
|
number: 2
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- light.toggle: light_19
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_20'
|
||||||
|
id: in_20
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_15to28
|
||||||
|
number: 1
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- light.toggle: light_20
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_21'
|
||||||
|
id: in_21
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_15to28
|
||||||
|
number: 0
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- light.toggle: light_21
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_22'
|
||||||
|
id: in_22
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_15to28
|
||||||
|
number: 8
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- light.toggle: light_22
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_23'
|
||||||
|
id: in_23
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_15to28
|
||||||
|
number: 9
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- light.toggle: light_23
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_24'
|
||||||
|
id: in_24
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_15to28
|
||||||
|
number: 10
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- light.toggle: light_24
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_25'
|
||||||
|
id: in_25
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_15to28
|
||||||
|
number: 11
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- light.toggle: light_25
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_26'
|
||||||
|
id: in_26
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_15to28
|
||||||
|
number: 12
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- light.toggle: light_26
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_27'
|
||||||
|
id: in_27
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_15to28
|
||||||
|
number: 13
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- light.toggle: light_27
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_28'
|
||||||
|
id: in_28
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_15to28
|
||||||
|
number: 14
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- light.toggle: light_28
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_29'
|
||||||
|
id: in_29
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_28to35_menu
|
||||||
|
number: 0
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- light.toggle: light_29
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_30'
|
||||||
|
id: in_30
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_28to35_menu
|
||||||
|
number: 1
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- light.toggle: light_30
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_31'
|
||||||
|
id: in_31
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_28to35_menu
|
||||||
|
number: 2
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- light.toggle: light_31
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_32'
|
||||||
|
id: in_32
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_28to35_menu
|
||||||
|
number: 3
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- light.toggle: light_32
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_33'
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_28to35_menu
|
||||||
|
number: 4
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_34'
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_28to35_menu
|
||||||
|
number: 5
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_35'
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_28to35_menu
|
||||||
|
number: 6
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
@@ -1,13 +1,193 @@
|
|||||||
#i2c addresses
|
substitutions:
|
||||||
# address: 0x26 input pcf io
|
name: boneio-32-l-07
|
||||||
# address: 0x27 input pcf io
|
friendly_name: 'BoneIO ESP 32x10 Lights'
|
||||||
# address: 0x3C input oled
|
|
||||||
# address: 0x40 input ina219 power
|
esphome:
|
||||||
# address: 0x68 input rtc ds1307
|
name: '${name}'
|
||||||
|
friendly_name: '${friendly_name}'
|
||||||
|
platform: ESP32
|
||||||
|
board: nodemcu-32s
|
||||||
|
name_add_mac_suffix: true
|
||||||
|
project:
|
||||||
|
name: boneio.32x10-lights
|
||||||
|
version: '1.0'
|
||||||
|
|
||||||
|
ethernet:
|
||||||
|
id: eth
|
||||||
|
type: LAN8720
|
||||||
|
mdc_pin: GPIO23
|
||||||
|
mdio_pin: GPIO18
|
||||||
|
clk_mode: GPIO0_IN
|
||||||
|
phy_addr: 1
|
||||||
|
power_pin: GPIO16
|
||||||
|
|
||||||
|
dashboard_import:
|
||||||
|
package_import_url: github://boneIO-eu/esphome/boneio-32x10_lights_v0_7.yaml@v1.0.3
|
||||||
|
import_full_config: true
|
||||||
|
|
||||||
|
packages:
|
||||||
|
internals_packages:
|
||||||
|
url: https://github.com/boneIO-eu/esphome
|
||||||
|
ref: v1.0.3
|
||||||
|
files: [
|
||||||
|
'devices/buzzer.yaml',
|
||||||
|
'devices_v0_7/display.yaml',
|
||||||
|
'devices_v0_7/i2c.yaml',
|
||||||
|
'devices_v0_7/ina219.yaml',
|
||||||
|
'devices_v0_7/lm75b.yaml',
|
||||||
|
'devices_v0_7/pcf.yaml',
|
||||||
|
'boards/32x10_output.yaml',
|
||||||
|
# 'devices_v0_7/one_wire.yaml',
|
||||||
|
# 'devices_v0_7/uart.yaml',
|
||||||
|
]
|
||||||
|
|
||||||
|
logger:
|
||||||
|
api:
|
||||||
|
ota:
|
||||||
|
password: boneio
|
||||||
|
|
||||||
|
web_server:
|
||||||
|
port: 80
|
||||||
|
local: true
|
||||||
|
|
||||||
|
time:
|
||||||
|
- platform: homeassistant
|
||||||
|
timezone: Europe/Warsaw
|
||||||
|
id: homeassistant_time
|
||||||
|
|
||||||
|
light:
|
||||||
|
- platform: binary
|
||||||
|
name: 'Light 01'
|
||||||
|
output: out_01
|
||||||
|
id: light_01
|
||||||
|
- platform: binary
|
||||||
|
name: 'Light 02'
|
||||||
|
output: out_02
|
||||||
|
id: light_02
|
||||||
|
- platform: binary
|
||||||
|
name: 'Light 03'
|
||||||
|
output: out_03
|
||||||
|
id: light_03
|
||||||
|
- platform: binary
|
||||||
|
name: 'Light 04'
|
||||||
|
output: out_04
|
||||||
|
id: light_04
|
||||||
|
- platform: binary
|
||||||
|
name: 'Light 05'
|
||||||
|
output: out_05
|
||||||
|
id: light_05
|
||||||
|
- platform: binary
|
||||||
|
name: 'Light 06'
|
||||||
|
output: out_06
|
||||||
|
id: light_06
|
||||||
|
- platform: binary
|
||||||
|
name: 'Light 07'
|
||||||
|
output: out_07
|
||||||
|
id: light_07
|
||||||
|
- platform: binary
|
||||||
|
name: 'Light 08'
|
||||||
|
output: out_08
|
||||||
|
id: light_08
|
||||||
|
- platform: binary
|
||||||
|
name: 'Light 09'
|
||||||
|
output: out_09
|
||||||
|
id: light_09
|
||||||
|
- platform: binary
|
||||||
|
name: 'Light 10'
|
||||||
|
output: out_10
|
||||||
|
id: light_10
|
||||||
|
- platform: binary
|
||||||
|
name: 'Light 11'
|
||||||
|
output: out_11
|
||||||
|
id: light_11
|
||||||
|
- platform: binary
|
||||||
|
name: 'Light 12'
|
||||||
|
output: out_12
|
||||||
|
id: light_12
|
||||||
|
- platform: binary
|
||||||
|
name: 'Light 13'
|
||||||
|
output: out_13
|
||||||
|
id: light_13
|
||||||
|
- platform: binary
|
||||||
|
name: 'Light 14'
|
||||||
|
output: out_14
|
||||||
|
id: light_14
|
||||||
|
- platform: binary
|
||||||
|
name: 'Light 15'
|
||||||
|
output: out_15
|
||||||
|
id: light_15
|
||||||
|
- platform: binary
|
||||||
|
name: 'Light 16'
|
||||||
|
output: out_16
|
||||||
|
id: light_16
|
||||||
|
- platform: binary
|
||||||
|
name: 'Light 17'
|
||||||
|
output: out_17
|
||||||
|
id: light_17
|
||||||
|
- platform: binary
|
||||||
|
name: 'Light 18'
|
||||||
|
output: out_18
|
||||||
|
id: light_18
|
||||||
|
- platform: binary
|
||||||
|
name: 'Light 19'
|
||||||
|
output: out_19
|
||||||
|
id: light_19
|
||||||
|
- platform: binary
|
||||||
|
name: 'Light 20'
|
||||||
|
output: out_20
|
||||||
|
id: light_20
|
||||||
|
- platform: binary
|
||||||
|
name: 'Light 21'
|
||||||
|
output: out_21
|
||||||
|
id: light_21
|
||||||
|
- platform: binary
|
||||||
|
name: 'Light 22'
|
||||||
|
output: out_22
|
||||||
|
id: light_22
|
||||||
|
- platform: binary
|
||||||
|
name: 'Light 23'
|
||||||
|
output: out_23
|
||||||
|
id: light_23
|
||||||
|
- platform: binary
|
||||||
|
name: 'Light 24'
|
||||||
|
output: out_24
|
||||||
|
id: light_24
|
||||||
|
- platform: binary
|
||||||
|
name: 'Light 25'
|
||||||
|
output: out_25
|
||||||
|
id: light_25
|
||||||
|
- platform: binary
|
||||||
|
name: 'Light 26'
|
||||||
|
output: out_26
|
||||||
|
id: light_26
|
||||||
|
- platform: binary
|
||||||
|
name: 'Light 27'
|
||||||
|
output: out_27
|
||||||
|
id: light_27
|
||||||
|
- platform: binary
|
||||||
|
name: 'Light 28'
|
||||||
|
output: out_28
|
||||||
|
id: light_28
|
||||||
|
- platform: binary
|
||||||
|
name: 'Light 29'
|
||||||
|
output: out_29
|
||||||
|
id: light_29
|
||||||
|
- platform: binary
|
||||||
|
name: 'Light 30'
|
||||||
|
output: out_30
|
||||||
|
id: light_30
|
||||||
|
- platform: binary
|
||||||
|
name: 'Light 31'
|
||||||
|
output: out_31
|
||||||
|
id: light_31
|
||||||
|
- platform: binary
|
||||||
|
name: 'Light 32'
|
||||||
|
output: out_32
|
||||||
|
id: light_32
|
||||||
|
|
||||||
binary_sensor:
|
binary_sensor:
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
name: "${node_name} IN_01"
|
name: 'IN_01'
|
||||||
id: in_01
|
id: in_01
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_inputs_1to14
|
pcf8574: pcf_inputs_1to14
|
||||||
@@ -17,10 +197,10 @@ binary_sensor:
|
|||||||
inverted: true
|
inverted: true
|
||||||
on_press:
|
on_press:
|
||||||
then:
|
then:
|
||||||
- switch.toggle: relay_1
|
- light.toggle: light_01
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
name: "${node_name} IN_02"
|
name: 'IN_02'
|
||||||
id: in_02
|
id: in_02
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_inputs_1to14
|
pcf8574: pcf_inputs_1to14
|
||||||
@@ -30,10 +210,10 @@ binary_sensor:
|
|||||||
inverted: true
|
inverted: true
|
||||||
on_press:
|
on_press:
|
||||||
then:
|
then:
|
||||||
- switch.toggle: relay_2
|
- light.toggle: light_02
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
name: "${node_name} IN_03"
|
name: 'IN_03'
|
||||||
id: in_03
|
id: in_03
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_inputs_1to14
|
pcf8574: pcf_inputs_1to14
|
||||||
@@ -43,10 +223,10 @@ binary_sensor:
|
|||||||
inverted: true
|
inverted: true
|
||||||
on_press:
|
on_press:
|
||||||
then:
|
then:
|
||||||
- switch.toggle: relay_3
|
- light.toggle: light_03
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
name: "${node_name} IN_04"
|
name: 'IN_04'
|
||||||
id: in_04
|
id: in_04
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_inputs_1to14
|
pcf8574: pcf_inputs_1to14
|
||||||
@@ -56,10 +236,10 @@ binary_sensor:
|
|||||||
inverted: true
|
inverted: true
|
||||||
on_press:
|
on_press:
|
||||||
then:
|
then:
|
||||||
- switch.toggle: relay_4
|
- light.toggle: light_04
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
name: "${node_name} IN_05"
|
name: 'IN_05'
|
||||||
id: in_05
|
id: in_05
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_inputs_1to14
|
pcf8574: pcf_inputs_1to14
|
||||||
@@ -69,10 +249,10 @@ binary_sensor:
|
|||||||
inverted: true
|
inverted: true
|
||||||
on_press:
|
on_press:
|
||||||
then:
|
then:
|
||||||
- switch.toggle: relay_5
|
- light.toggle: light_05
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
name: "${node_name} IN_06"
|
name: 'IN_06'
|
||||||
id: in_06
|
id: in_06
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_inputs_1to14
|
pcf8574: pcf_inputs_1to14
|
||||||
@@ -82,10 +262,10 @@ binary_sensor:
|
|||||||
inverted: true
|
inverted: true
|
||||||
on_press:
|
on_press:
|
||||||
then:
|
then:
|
||||||
- switch.toggle: relay_6
|
- light.toggle: light_06
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
name: "${node_name} IN_07"
|
name: 'IN_07'
|
||||||
id: in_07
|
id: in_07
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_inputs_1to14
|
pcf8574: pcf_inputs_1to14
|
||||||
@@ -95,10 +275,10 @@ binary_sensor:
|
|||||||
inverted: true
|
inverted: true
|
||||||
on_press:
|
on_press:
|
||||||
then:
|
then:
|
||||||
- switch.toggle: relay_7
|
- light.toggle: light_07
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
name: "${node_name} IN_08"
|
name: 'IN_08'
|
||||||
id: in_08
|
id: in_08
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_inputs_1to14
|
pcf8574: pcf_inputs_1to14
|
||||||
@@ -108,10 +288,10 @@ binary_sensor:
|
|||||||
inverted: true
|
inverted: true
|
||||||
on_press:
|
on_press:
|
||||||
then:
|
then:
|
||||||
- switch.toggle: relay_8
|
- light.toggle: light_08
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
name: "${node_name} IN_09"
|
name: 'IN_09'
|
||||||
id: in_09
|
id: in_09
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_inputs_1to14
|
pcf8574: pcf_inputs_1to14
|
||||||
@@ -121,10 +301,10 @@ binary_sensor:
|
|||||||
inverted: true
|
inverted: true
|
||||||
on_press:
|
on_press:
|
||||||
then:
|
then:
|
||||||
- switch.toggle: relay_9
|
- light.toggle: light_09
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
name: "${node_name} IN_10"
|
name: 'IN_10'
|
||||||
id: in_10
|
id: in_10
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_inputs_1to14
|
pcf8574: pcf_inputs_1to14
|
||||||
@@ -134,10 +314,10 @@ binary_sensor:
|
|||||||
inverted: true
|
inverted: true
|
||||||
on_press:
|
on_press:
|
||||||
then:
|
then:
|
||||||
- switch.toggle: relay_10
|
- light.toggle: light_10
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
name: "${node_name} IN_11"
|
name: 'IN_11'
|
||||||
id: in_11
|
id: in_11
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_inputs_1to14
|
pcf8574: pcf_inputs_1to14
|
||||||
@@ -147,10 +327,10 @@ binary_sensor:
|
|||||||
inverted: true
|
inverted: true
|
||||||
on_press:
|
on_press:
|
||||||
then:
|
then:
|
||||||
- switch.toggle: relay_11
|
- light.toggle: light_11
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
name: "${node_name} IN_12"
|
name: 'IN_12'
|
||||||
id: in_12
|
id: in_12
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_inputs_1to14
|
pcf8574: pcf_inputs_1to14
|
||||||
@@ -160,10 +340,10 @@ binary_sensor:
|
|||||||
inverted: true
|
inverted: true
|
||||||
on_press:
|
on_press:
|
||||||
then:
|
then:
|
||||||
- switch.toggle: relay_12
|
- light.toggle: light_12
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
name: "${node_name} IN_13"
|
name: 'IN_13'
|
||||||
id: in_13
|
id: in_13
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_inputs_1to14
|
pcf8574: pcf_inputs_1to14
|
||||||
@@ -173,10 +353,10 @@ binary_sensor:
|
|||||||
inverted: true
|
inverted: true
|
||||||
on_press:
|
on_press:
|
||||||
then:
|
then:
|
||||||
- switch.toggle: relay_13
|
- light.toggle: light_13
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
name: "${node_name} IN_14"
|
name: 'IN_14'
|
||||||
id: in_14
|
id: in_14
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_inputs_1to14
|
pcf8574: pcf_inputs_1to14
|
||||||
@@ -186,10 +366,10 @@ binary_sensor:
|
|||||||
inverted: true
|
inverted: true
|
||||||
on_press:
|
on_press:
|
||||||
then:
|
then:
|
||||||
- switch.toggle: relay_14
|
- light.toggle: light_14
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
name: "${node_name} IN_15"
|
name: 'IN_15'
|
||||||
id: in_15
|
id: in_15
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_inputs_15to28
|
pcf8574: pcf_inputs_15to28
|
||||||
@@ -199,10 +379,10 @@ binary_sensor:
|
|||||||
inverted: true
|
inverted: true
|
||||||
on_press:
|
on_press:
|
||||||
then:
|
then:
|
||||||
- switch.toggle: relay_15
|
- light.toggle: light_15
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
name: "${node_name} IN_16"
|
name: 'IN_16'
|
||||||
id: in_16
|
id: in_16
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_inputs_15to28
|
pcf8574: pcf_inputs_15to28
|
||||||
@@ -212,10 +392,10 @@ binary_sensor:
|
|||||||
inverted: true
|
inverted: true
|
||||||
on_press:
|
on_press:
|
||||||
then:
|
then:
|
||||||
- switch.toggle: relay_16
|
- light.toggle: light_16
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
name: "${node_name} IN_17"
|
name: 'IN_17'
|
||||||
id: in_17
|
id: in_17
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_inputs_15to28
|
pcf8574: pcf_inputs_15to28
|
||||||
@@ -225,10 +405,10 @@ binary_sensor:
|
|||||||
inverted: true
|
inverted: true
|
||||||
on_press:
|
on_press:
|
||||||
then:
|
then:
|
||||||
- switch.toggle: relay_17
|
- light.toggle: light_17
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
name: "${node_name} IN_18"
|
name: 'IN_18'
|
||||||
id: in_18
|
id: in_18
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_inputs_15to28
|
pcf8574: pcf_inputs_15to28
|
||||||
@@ -238,10 +418,10 @@ binary_sensor:
|
|||||||
inverted: true
|
inverted: true
|
||||||
on_press:
|
on_press:
|
||||||
then:
|
then:
|
||||||
- switch.toggle: relay_18
|
- light.toggle: light_18
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
name: "${node_name} IN_19"
|
name: 'IN_19'
|
||||||
id: in_19
|
id: in_19
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_inputs_15to28
|
pcf8574: pcf_inputs_15to28
|
||||||
@@ -251,10 +431,10 @@ binary_sensor:
|
|||||||
inverted: true
|
inverted: true
|
||||||
on_press:
|
on_press:
|
||||||
then:
|
then:
|
||||||
- switch.toggle: relay_19
|
- light.toggle: light_19
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
name: "${node_name} IN_20"
|
name: 'IN_20'
|
||||||
id: in_20
|
id: in_20
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_inputs_15to28
|
pcf8574: pcf_inputs_15to28
|
||||||
@@ -264,10 +444,10 @@ binary_sensor:
|
|||||||
inverted: true
|
inverted: true
|
||||||
on_press:
|
on_press:
|
||||||
then:
|
then:
|
||||||
- switch.toggle: relay_20
|
- light.toggle: light_20
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
name: "${node_name} IN_21"
|
name: 'IN_21'
|
||||||
id: in_21
|
id: in_21
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_inputs_15to28
|
pcf8574: pcf_inputs_15to28
|
||||||
@@ -277,10 +457,10 @@ binary_sensor:
|
|||||||
inverted: true
|
inverted: true
|
||||||
on_press:
|
on_press:
|
||||||
then:
|
then:
|
||||||
- switch.toggle: relay_21
|
- light.toggle: light_21
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
name: "${node_name} IN_22"
|
name: 'IN_22'
|
||||||
id: in_22
|
id: in_22
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_inputs_15to28
|
pcf8574: pcf_inputs_15to28
|
||||||
@@ -290,10 +470,10 @@ binary_sensor:
|
|||||||
inverted: true
|
inverted: true
|
||||||
on_press:
|
on_press:
|
||||||
then:
|
then:
|
||||||
- switch.toggle: relay_22
|
- light.toggle: light_22
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
name: "${node_name} IN_23"
|
name: 'IN_23'
|
||||||
id: in_23
|
id: in_23
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_inputs_15to28
|
pcf8574: pcf_inputs_15to28
|
||||||
@@ -303,10 +483,10 @@ binary_sensor:
|
|||||||
inverted: true
|
inverted: true
|
||||||
on_press:
|
on_press:
|
||||||
then:
|
then:
|
||||||
- switch.toggle: relay_23
|
- light.toggle: light_23
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
name: "${node_name} IN_24"
|
name: 'IN_24'
|
||||||
id: in_24
|
id: in_24
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_inputs_15to28
|
pcf8574: pcf_inputs_15to28
|
||||||
@@ -316,10 +496,10 @@ binary_sensor:
|
|||||||
inverted: true
|
inverted: true
|
||||||
on_press:
|
on_press:
|
||||||
then:
|
then:
|
||||||
- switch.toggle: relay_24
|
- light.toggle: light_24
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
name: "${node_name} IN_25"
|
name: 'IN_25'
|
||||||
id: in_25
|
id: in_25
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_inputs_15to28
|
pcf8574: pcf_inputs_15to28
|
||||||
@@ -327,9 +507,12 @@ binary_sensor:
|
|||||||
mode:
|
mode:
|
||||||
input: true
|
input: true
|
||||||
inverted: true
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- light.toggle: light_25
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
name: "${node_name} IN_26"
|
name: 'IN_26'
|
||||||
id: in_26
|
id: in_26
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_inputs_15to28
|
pcf8574: pcf_inputs_15to28
|
||||||
@@ -337,9 +520,12 @@ binary_sensor:
|
|||||||
mode:
|
mode:
|
||||||
input: true
|
input: true
|
||||||
inverted: true
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- light.toggle: light_26
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
name: "${node_name} IN_27"
|
name: 'IN_27'
|
||||||
id: in_27
|
id: in_27
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_inputs_15to28
|
pcf8574: pcf_inputs_15to28
|
||||||
@@ -347,9 +533,12 @@ binary_sensor:
|
|||||||
mode:
|
mode:
|
||||||
input: true
|
input: true
|
||||||
inverted: true
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- light.toggle: light_27
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
name: "${node_name} IN_28"
|
name: 'IN_28'
|
||||||
id: in_28
|
id: in_28
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_inputs_15to28
|
pcf8574: pcf_inputs_15to28
|
||||||
@@ -357,9 +546,12 @@ binary_sensor:
|
|||||||
mode:
|
mode:
|
||||||
input: true
|
input: true
|
||||||
inverted: true
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- light.toggle: light_28
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
name: "${node_name} IN_29"
|
name: 'IN_29'
|
||||||
id: in_29
|
id: in_29
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_inputs_28to35_menu
|
pcf8574: pcf_inputs_28to35_menu
|
||||||
@@ -367,9 +559,12 @@ binary_sensor:
|
|||||||
mode:
|
mode:
|
||||||
input: true
|
input: true
|
||||||
inverted: true
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- light.toggle: light_29
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
name: "${node_name} IN_30"
|
name: 'IN_30'
|
||||||
id: in_30
|
id: in_30
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_inputs_28to35_menu
|
pcf8574: pcf_inputs_28to35_menu
|
||||||
@@ -377,9 +572,12 @@ binary_sensor:
|
|||||||
mode:
|
mode:
|
||||||
input: true
|
input: true
|
||||||
inverted: true
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- light.toggle: light_30
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
name: "${node_name} IN_31"
|
name: 'IN_31'
|
||||||
id: in_31
|
id: in_31
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_inputs_28to35_menu
|
pcf8574: pcf_inputs_28to35_menu
|
||||||
@@ -387,9 +585,12 @@ binary_sensor:
|
|||||||
mode:
|
mode:
|
||||||
input: true
|
input: true
|
||||||
inverted: true
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- light.toggle: light_31
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
name: "${node_name} IN_32"
|
name: 'IN_32'
|
||||||
id: in_32
|
id: in_32
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_inputs_28to35_menu
|
pcf8574: pcf_inputs_28to35_menu
|
||||||
@@ -397,9 +598,12 @@ binary_sensor:
|
|||||||
mode:
|
mode:
|
||||||
input: true
|
input: true
|
||||||
inverted: true
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- light.toggle: light_32
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
name: "${node_name} IN_33"
|
name: 'IN_33'
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_inputs_28to35_menu
|
pcf8574: pcf_inputs_28to35_menu
|
||||||
number: 4
|
number: 4
|
||||||
@@ -408,7 +612,7 @@ binary_sensor:
|
|||||||
inverted: true
|
inverted: true
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
name: "${node_name} IN_34"
|
name: 'IN_34'
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_inputs_28to35_menu
|
pcf8574: pcf_inputs_28to35_menu
|
||||||
number: 5
|
number: 5
|
||||||
@@ -417,11 +621,10 @@ binary_sensor:
|
|||||||
inverted: true
|
inverted: true
|
||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
name: "${node_name} IN_35"
|
name: 'IN_35'
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_inputs_28to35_menu
|
pcf8574: pcf_inputs_28to35_menu
|
||||||
number: 6
|
number: 6
|
||||||
mode:
|
mode:
|
||||||
input: true
|
input: true
|
||||||
inverted: true
|
inverted: true
|
||||||
|
|
||||||
634
boneio-32x10_switches_v0_5-v0_6.yaml
Normal file
634
boneio-32x10_switches_v0_5-v0_6.yaml
Normal file
@@ -0,0 +1,634 @@
|
|||||||
|
substitutions:
|
||||||
|
name: boneio-32-sw-06
|
||||||
|
friendly_name: 'BoneIO ESP 32x10 Switches'
|
||||||
|
|
||||||
|
esphome:
|
||||||
|
name: '${name}'
|
||||||
|
friendly_name: '${friendly_name}'
|
||||||
|
platform: ESP32
|
||||||
|
board: nodemcu-32s
|
||||||
|
name_add_mac_suffix: true
|
||||||
|
project:
|
||||||
|
name: boneio.32x10-lights_v0_5-v0_6
|
||||||
|
version: '1.0'
|
||||||
|
|
||||||
|
ethernet:
|
||||||
|
id: eth
|
||||||
|
type: LAN8720
|
||||||
|
mdc_pin: GPIO23
|
||||||
|
mdio_pin: GPIO18
|
||||||
|
clk_mode: GPIO0_IN
|
||||||
|
phy_addr: 1
|
||||||
|
power_pin: GPIO16
|
||||||
|
|
||||||
|
dashboard_import:
|
||||||
|
package_import_url: github://boneIO-eu/esphome/boneio-32x10_switches_v0_5-v0_6.yaml@v1.0.3
|
||||||
|
import_full_config: true
|
||||||
|
|
||||||
|
packages:
|
||||||
|
internals_packages:
|
||||||
|
url: https://github.com/boneIO-eu/esphome
|
||||||
|
ref: v1.0.3
|
||||||
|
files: [
|
||||||
|
'devices/buzzer.yaml',
|
||||||
|
'devices_v0_5-v0_6/display.yaml',
|
||||||
|
'devices_v0_5-v0_6/time.yaml',
|
||||||
|
'devices_v0_5-v0_6/i2c.yaml',
|
||||||
|
'devices_v0_5-v0_6/ina219.yaml',
|
||||||
|
'devices_v0_5-v0_6/lm75b.yaml',
|
||||||
|
'devices_v0_5-v0_6/pcf.yaml',
|
||||||
|
'boards/32x10_output.yaml',
|
||||||
|
# 'devices_v0_5-v0_6/one_wire.yaml',
|
||||||
|
# 'devices_v0_5-v0_6/uart.yaml',
|
||||||
|
]
|
||||||
|
|
||||||
|
logger:
|
||||||
|
api:
|
||||||
|
ota:
|
||||||
|
password: boneio
|
||||||
|
|
||||||
|
web_server:
|
||||||
|
port: 80
|
||||||
|
local: true
|
||||||
|
|
||||||
|
time:
|
||||||
|
- platform: homeassistant
|
||||||
|
timezone: Europe/Warsaw
|
||||||
|
id: homeassistant_time
|
||||||
|
on_time_sync:
|
||||||
|
then:
|
||||||
|
ds1307.write_time:
|
||||||
|
|
||||||
|
switch:
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 01'
|
||||||
|
output: out_01
|
||||||
|
id: switch_01
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 02'
|
||||||
|
output: out_02
|
||||||
|
id: switch_02
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 03'
|
||||||
|
output: out_03
|
||||||
|
id: switch_03
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 04'
|
||||||
|
output: out_04
|
||||||
|
id: switch_04
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 05'
|
||||||
|
output: out_05
|
||||||
|
id: switch_05
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 06'
|
||||||
|
output: out_06
|
||||||
|
id: switch_06
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 07'
|
||||||
|
output: out_07
|
||||||
|
id: switch_07
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 08'
|
||||||
|
output: out_08
|
||||||
|
id: switch_08
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 09'
|
||||||
|
output: out_09
|
||||||
|
id: switch_09
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 10'
|
||||||
|
output: out_10
|
||||||
|
id: switch_10
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 11'
|
||||||
|
output: out_11
|
||||||
|
id: switch_11
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 12'
|
||||||
|
output: out_12
|
||||||
|
id: switch_12
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 13'
|
||||||
|
output: out_13
|
||||||
|
id: switch_13
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 14'
|
||||||
|
output: out_14
|
||||||
|
id: switch_14
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 15'
|
||||||
|
output: out_15
|
||||||
|
id: switch_15
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 16'
|
||||||
|
output: out_16
|
||||||
|
id: switch_16
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 17'
|
||||||
|
output: out_17
|
||||||
|
id: switch_17
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 18'
|
||||||
|
output: out_18
|
||||||
|
id: switch_18
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 19'
|
||||||
|
output: out_19
|
||||||
|
id: switch_19
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 20'
|
||||||
|
output: out_20
|
||||||
|
id: switch_20
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 21'
|
||||||
|
output: out_21
|
||||||
|
id: switch_21
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 22'
|
||||||
|
output: out_22
|
||||||
|
id: switch_22
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 23'
|
||||||
|
output: out_23
|
||||||
|
id: switch_23
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 24'
|
||||||
|
output: out_24
|
||||||
|
id: switch_24
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 25'
|
||||||
|
output: out_25
|
||||||
|
id: switch_25
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 26'
|
||||||
|
output: out_26
|
||||||
|
id: switch_26
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 27'
|
||||||
|
output: out_27
|
||||||
|
id: switch_27
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 28'
|
||||||
|
output: out_28
|
||||||
|
id: switch_28
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 29'
|
||||||
|
output: out_29
|
||||||
|
id: switch_29
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 30'
|
||||||
|
output: out_30
|
||||||
|
id: switch_30
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 31'
|
||||||
|
output: out_31
|
||||||
|
id: switch_31
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 32'
|
||||||
|
output: out_32
|
||||||
|
id: switch_32
|
||||||
|
|
||||||
|
binary_sensor:
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_01'
|
||||||
|
id: in_01
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_1to14
|
||||||
|
number: 0
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- switch.toggle: switch_01
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_02'
|
||||||
|
id: in_02
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_1to14
|
||||||
|
number: 1
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- switch.toggle: switch_02
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_03'
|
||||||
|
id: in_03
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_1to14
|
||||||
|
number: 2
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- switch.toggle: switch_03
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_04'
|
||||||
|
id: in_04
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_1to14
|
||||||
|
number: 3
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- switch.toggle: switch_04
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_05'
|
||||||
|
id: in_05
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_1to14
|
||||||
|
number: 4
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- switch.toggle: switch_05
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_06'
|
||||||
|
id: in_06
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_1to14
|
||||||
|
number: 5
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- switch.toggle: switch_06
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_07'
|
||||||
|
id: in_07
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_1to14
|
||||||
|
number: 6
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- switch.toggle: switch_07
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_08'
|
||||||
|
id: in_08
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_1to14
|
||||||
|
number: 8
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- switch.toggle: switch_08
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_09'
|
||||||
|
id: in_09
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_1to14
|
||||||
|
number: 9
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- switch.toggle: switch_09
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_10'
|
||||||
|
id: in_10
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_1to14
|
||||||
|
number: 10
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- switch.toggle: switch_10
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_11'
|
||||||
|
id: in_11
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_1to14
|
||||||
|
number: 11
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- switch.toggle: switch_11
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_12'
|
||||||
|
id: in_12
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_1to14
|
||||||
|
number: 12
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- switch.toggle: switch_12
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_13'
|
||||||
|
id: in_13
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_1to14
|
||||||
|
number: 13
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- switch.toggle: switch_13
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_14'
|
||||||
|
id: in_14
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_1to14
|
||||||
|
number: 14
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- switch.toggle: switch_14
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_15'
|
||||||
|
id: in_15
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_15to28
|
||||||
|
number: 6
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- switch.toggle: switch_15
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_16'
|
||||||
|
id: in_16
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_15to28
|
||||||
|
number: 5
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- switch.toggle: switch_16
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_17'
|
||||||
|
id: in_17
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_15to28
|
||||||
|
number: 4
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- switch.toggle: switch_17
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_18'
|
||||||
|
id: in_18
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_15to28
|
||||||
|
number: 3
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- switch.toggle: switch_18
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_19'
|
||||||
|
id: in_19
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_15to28
|
||||||
|
number: 2
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- switch.toggle: switch_19
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_20'
|
||||||
|
id: in_20
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_15to28
|
||||||
|
number: 1
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- switch.toggle: switch_20
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_21'
|
||||||
|
id: in_21
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_15to28
|
||||||
|
number: 0
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- switch.toggle: switch_21
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_22'
|
||||||
|
id: in_22
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_15to28
|
||||||
|
number: 8
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- switch.toggle: switch_22
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_23'
|
||||||
|
id: in_23
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_15to28
|
||||||
|
number: 9
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- switch.toggle: switch_23
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_24'
|
||||||
|
id: in_24
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_15to28
|
||||||
|
number: 10
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- switch.toggle: switch_24
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_25'
|
||||||
|
id: in_25
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_15to28
|
||||||
|
number: 11
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- switch.toggle: switch_25
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_26'
|
||||||
|
id: in_26
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_15to28
|
||||||
|
number: 12
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- switch.toggle: switch_26
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_27'
|
||||||
|
id: in_27
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_15to28
|
||||||
|
number: 13
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- switch.toggle: switch_27
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_28'
|
||||||
|
id: in_28
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_15to28
|
||||||
|
number: 14
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- switch.toggle: switch_28
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_29'
|
||||||
|
id: in_29
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_28to35_menu
|
||||||
|
number: 0
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- switch.toggle: switch_29
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_30'
|
||||||
|
id: in_30
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_28to35_menu
|
||||||
|
number: 1
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- switch.toggle: switch_30
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_31'
|
||||||
|
id: in_31
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_28to35_menu
|
||||||
|
number: 2
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- switch.toggle: switch_31
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_32'
|
||||||
|
id: in_32
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_28to35_menu
|
||||||
|
number: 3
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- switch.toggle: switch_32
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_33'
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_28to35_menu
|
||||||
|
number: 4
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_34'
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_28to35_menu
|
||||||
|
number: 5
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_35'
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_28to35_menu
|
||||||
|
number: 6
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
630
boneio-32x10_switches_v0_7.yaml
Normal file
630
boneio-32x10_switches_v0_7.yaml
Normal file
@@ -0,0 +1,630 @@
|
|||||||
|
substitutions:
|
||||||
|
name: boneio-32-sw-07
|
||||||
|
friendly_name: 'BoneIO ESP 32x10 Switches'
|
||||||
|
|
||||||
|
esphome:
|
||||||
|
name: '${name}'
|
||||||
|
friendly_name: '${friendly_name}'
|
||||||
|
platform: ESP32
|
||||||
|
board: nodemcu-32s
|
||||||
|
name_add_mac_suffix: true
|
||||||
|
project:
|
||||||
|
name: boneio.32x10-lights
|
||||||
|
version: '1.0'
|
||||||
|
|
||||||
|
ethernet:
|
||||||
|
id: eth
|
||||||
|
type: LAN8720
|
||||||
|
mdc_pin: GPIO23
|
||||||
|
mdio_pin: GPIO18
|
||||||
|
clk_mode: GPIO0_IN
|
||||||
|
phy_addr: 1
|
||||||
|
power_pin: GPIO16
|
||||||
|
|
||||||
|
dashboard_import:
|
||||||
|
package_import_url: github://boneIO-eu/esphome/boneio-32x10_switches_v0_7.yaml@v1.0.3
|
||||||
|
import_full_config: true
|
||||||
|
|
||||||
|
packages:
|
||||||
|
internals_packages:
|
||||||
|
url: https://github.com/boneIO-eu/esphome
|
||||||
|
ref: v1.0.3
|
||||||
|
files: [
|
||||||
|
'devices/buzzer.yaml',
|
||||||
|
'devices_v0_7/display.yaml',
|
||||||
|
'devices_v0_7/i2c.yaml',
|
||||||
|
'devices_v0_7/ina219.yaml',
|
||||||
|
'devices_v0_7/lm75b.yaml',
|
||||||
|
'devices_v0_7/pcf.yaml',
|
||||||
|
'boards/32x10_output.yaml',
|
||||||
|
# 'devices_v0_7/one_wire.yaml',
|
||||||
|
# 'devices_v0_7/uart.yaml',
|
||||||
|
]
|
||||||
|
|
||||||
|
logger:
|
||||||
|
api:
|
||||||
|
ota:
|
||||||
|
password: boneio
|
||||||
|
|
||||||
|
web_server:
|
||||||
|
port: 80
|
||||||
|
local: true
|
||||||
|
|
||||||
|
time:
|
||||||
|
- platform: homeassistant
|
||||||
|
timezone: Europe/Warsaw
|
||||||
|
id: homeassistant_time
|
||||||
|
|
||||||
|
switch:
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 01'
|
||||||
|
output: out_01
|
||||||
|
id: switch_01
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 02'
|
||||||
|
output: out_02
|
||||||
|
id: switch_02
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 03'
|
||||||
|
output: out_03
|
||||||
|
id: switch_03
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 04'
|
||||||
|
output: out_04
|
||||||
|
id: switch_04
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 05'
|
||||||
|
output: out_05
|
||||||
|
id: switch_05
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 06'
|
||||||
|
output: out_06
|
||||||
|
id: switch_06
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 07'
|
||||||
|
output: out_07
|
||||||
|
id: switch_07
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 08'
|
||||||
|
output: out_08
|
||||||
|
id: switch_08
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 09'
|
||||||
|
output: out_09
|
||||||
|
id: switch_09
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 10'
|
||||||
|
output: out_10
|
||||||
|
id: switch_10
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 11'
|
||||||
|
output: out_11
|
||||||
|
id: switch_11
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 12'
|
||||||
|
output: out_12
|
||||||
|
id: switch_12
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 13'
|
||||||
|
output: out_13
|
||||||
|
id: switch_13
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 14'
|
||||||
|
output: out_14
|
||||||
|
id: switch_14
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 15'
|
||||||
|
output: out_15
|
||||||
|
id: switch_15
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 16'
|
||||||
|
output: out_16
|
||||||
|
id: switch_16
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 17'
|
||||||
|
output: out_17
|
||||||
|
id: switch_17
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 18'
|
||||||
|
output: out_18
|
||||||
|
id: switch_18
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 19'
|
||||||
|
output: out_19
|
||||||
|
id: switch_19
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 20'
|
||||||
|
output: out_20
|
||||||
|
id: switch_20
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 21'
|
||||||
|
output: out_21
|
||||||
|
id: switch_21
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 22'
|
||||||
|
output: out_22
|
||||||
|
id: switch_22
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 23'
|
||||||
|
output: out_23
|
||||||
|
id: switch_23
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 24'
|
||||||
|
output: out_24
|
||||||
|
id: switch_24
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 25'
|
||||||
|
output: out_25
|
||||||
|
id: switch_25
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 26'
|
||||||
|
output: out_26
|
||||||
|
id: switch_26
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 27'
|
||||||
|
output: out_27
|
||||||
|
id: switch_27
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 28'
|
||||||
|
output: out_28
|
||||||
|
id: switch_28
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 29'
|
||||||
|
output: out_29
|
||||||
|
id: switch_29
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 30'
|
||||||
|
output: out_30
|
||||||
|
id: switch_30
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 31'
|
||||||
|
output: out_31
|
||||||
|
id: switch_31
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 32'
|
||||||
|
output: out_32
|
||||||
|
id: switch_32
|
||||||
|
|
||||||
|
binary_sensor:
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_01'
|
||||||
|
id: in_01
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_1to14
|
||||||
|
number: 0
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- switch.toggle: switch_01
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_02'
|
||||||
|
id: in_02
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_1to14
|
||||||
|
number: 1
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- switch.toggle: switch_02
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_03'
|
||||||
|
id: in_03
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_1to14
|
||||||
|
number: 2
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- switch.toggle: switch_03
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_04'
|
||||||
|
id: in_04
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_1to14
|
||||||
|
number: 3
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- switch.toggle: switch_04
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_05'
|
||||||
|
id: in_05
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_1to14
|
||||||
|
number: 4
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- switch.toggle: switch_05
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_06'
|
||||||
|
id: in_06
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_1to14
|
||||||
|
number: 5
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- switch.toggle: switch_06
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_07'
|
||||||
|
id: in_07
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_1to14
|
||||||
|
number: 6
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- switch.toggle: switch_07
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_08'
|
||||||
|
id: in_08
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_1to14
|
||||||
|
number: 8
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- switch.toggle: switch_08
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_09'
|
||||||
|
id: in_09
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_1to14
|
||||||
|
number: 9
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- switch.toggle: switch_09
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_10'
|
||||||
|
id: in_10
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_1to14
|
||||||
|
number: 10
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- switch.toggle: switch_10
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_11'
|
||||||
|
id: in_11
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_1to14
|
||||||
|
number: 11
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- switch.toggle: switch_11
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_12'
|
||||||
|
id: in_12
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_1to14
|
||||||
|
number: 12
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- switch.toggle: switch_12
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_13'
|
||||||
|
id: in_13
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_1to14
|
||||||
|
number: 13
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- switch.toggle: switch_13
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_14'
|
||||||
|
id: in_14
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_1to14
|
||||||
|
number: 14
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- switch.toggle: switch_14
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_15'
|
||||||
|
id: in_15
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_15to28
|
||||||
|
number: 6
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- switch.toggle: switch_15
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_16'
|
||||||
|
id: in_16
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_15to28
|
||||||
|
number: 5
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- switch.toggle: switch_16
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_17'
|
||||||
|
id: in_17
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_15to28
|
||||||
|
number: 4
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- switch.toggle: switch_17
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_18'
|
||||||
|
id: in_18
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_15to28
|
||||||
|
number: 3
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- switch.toggle: switch_18
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_19'
|
||||||
|
id: in_19
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_15to28
|
||||||
|
number: 2
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- switch.toggle: switch_19
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_20'
|
||||||
|
id: in_20
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_15to28
|
||||||
|
number: 1
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- switch.toggle: switch_20
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_21'
|
||||||
|
id: in_21
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_15to28
|
||||||
|
number: 0
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- switch.toggle: switch_21
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_22'
|
||||||
|
id: in_22
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_15to28
|
||||||
|
number: 8
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- switch.toggle: switch_22
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_23'
|
||||||
|
id: in_23
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_15to28
|
||||||
|
number: 9
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- switch.toggle: switch_23
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_24'
|
||||||
|
id: in_24
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_15to28
|
||||||
|
number: 10
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- switch.toggle: switch_24
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_25'
|
||||||
|
id: in_25
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_15to28
|
||||||
|
number: 11
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- switch.toggle: switch_25
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_26'
|
||||||
|
id: in_26
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_15to28
|
||||||
|
number: 12
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- switch.toggle: switch_26
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_27'
|
||||||
|
id: in_27
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_15to28
|
||||||
|
number: 13
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- switch.toggle: switch_27
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_28'
|
||||||
|
id: in_28
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_15to28
|
||||||
|
number: 14
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- switch.toggle: switch_28
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_29'
|
||||||
|
id: in_29
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_28to35_menu
|
||||||
|
number: 0
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- switch.toggle: switch_29
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_30'
|
||||||
|
id: in_30
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_28to35_menu
|
||||||
|
number: 1
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- switch.toggle: switch_30
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_31'
|
||||||
|
id: in_31
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_28to35_menu
|
||||||
|
number: 2
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- switch.toggle: switch_31
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_32'
|
||||||
|
id: in_32
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_28to35_menu
|
||||||
|
number: 3
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- switch.toggle: switch_32
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_33'
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_28to35_menu
|
||||||
|
number: 4
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_34'
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_28to35_menu
|
||||||
|
number: 5
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_35'
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_28to35_menu
|
||||||
|
number: 6
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
739
boneio-cover_mix_lights_v0_5-v0_6.yaml
Normal file
739
boneio-cover_mix_lights_v0_5-v0_6.yaml
Normal file
@@ -0,0 +1,739 @@
|
|||||||
|
substitutions:
|
||||||
|
name: boneio-cm-l-06
|
||||||
|
friendly_name: 'BoneIO ESP Cover Mix Lights'
|
||||||
|
|
||||||
|
esphome:
|
||||||
|
name: '${name}'
|
||||||
|
friendly_name: '${friendly_name}'
|
||||||
|
platform: ESP32
|
||||||
|
board: nodemcu-32s
|
||||||
|
name_add_mac_suffix: true
|
||||||
|
project:
|
||||||
|
name: boneio.32x10-cover-mix-lights_v0_5-v0_6
|
||||||
|
version: '1.0'
|
||||||
|
|
||||||
|
ethernet:
|
||||||
|
id: eth
|
||||||
|
type: LAN8720
|
||||||
|
mdc_pin: GPIO23
|
||||||
|
mdio_pin: GPIO18
|
||||||
|
clk_mode: GPIO0_IN
|
||||||
|
phy_addr: 1
|
||||||
|
power_pin: GPIO16
|
||||||
|
|
||||||
|
dashboard_import:
|
||||||
|
package_import_url: github://boneIO-eu/esphome/boneio-cover_mix_lights_v0_5-v0_6.yaml@v1.0.3
|
||||||
|
import_full_config: true
|
||||||
|
|
||||||
|
packages:
|
||||||
|
internals_packages:
|
||||||
|
url: https://github.com/boneIO-eu/esphome
|
||||||
|
ref: v1.0.3
|
||||||
|
files: [
|
||||||
|
'devices/buzzer.yaml',
|
||||||
|
'devices_v0_5-v0_6/display.yaml',
|
||||||
|
'devices_v0_5-v0_6/time.yaml',
|
||||||
|
'devices_v0_5-v0_6/i2c.yaml',
|
||||||
|
'devices_v0_5-v0_6/ina219.yaml',
|
||||||
|
'devices_v0_5-v0_6/lm75b.yaml',
|
||||||
|
'devices_v0_5-v0_6/pcf.yaml',
|
||||||
|
'boards/8_covers_16_output.yaml',
|
||||||
|
# 'devices_v0_5-v0_6/one_wire.yaml',
|
||||||
|
# 'devices_v0_5-v0_6/uart.yaml',
|
||||||
|
]
|
||||||
|
|
||||||
|
logger:
|
||||||
|
api:
|
||||||
|
ota:
|
||||||
|
password: boneio
|
||||||
|
|
||||||
|
web_server:
|
||||||
|
port: 80
|
||||||
|
local: true
|
||||||
|
|
||||||
|
time:
|
||||||
|
- platform: homeassistant
|
||||||
|
timezone: Europe/Warsaw
|
||||||
|
id: homeassistant_time
|
||||||
|
on_time_sync:
|
||||||
|
then:
|
||||||
|
ds1307.write_time:
|
||||||
|
|
||||||
|
cover:
|
||||||
|
- platform: time_based
|
||||||
|
name: 'Cover 01'
|
||||||
|
id: cover_01
|
||||||
|
open_action:
|
||||||
|
- switch.turn_off: cover_close_01_out02
|
||||||
|
- switch.turn_on: cover_open_01_out01
|
||||||
|
open_duration: 10s
|
||||||
|
close_action:
|
||||||
|
- switch.turn_off: cover_open_01_out01
|
||||||
|
- switch.turn_on: cover_close_01_out02
|
||||||
|
close_duration: 10s
|
||||||
|
stop_action:
|
||||||
|
- switch.turn_off: cover_open_01_out01
|
||||||
|
- switch.turn_off: cover_close_01_out02
|
||||||
|
|
||||||
|
- platform: time_based
|
||||||
|
name: 'Cover 02'
|
||||||
|
id: cover_02
|
||||||
|
open_action:
|
||||||
|
- switch.turn_off: cover_close_02_out04
|
||||||
|
- switch.turn_on: cover_open_02_out03
|
||||||
|
open_duration: 10s
|
||||||
|
close_action:
|
||||||
|
- switch.turn_off: cover_open_02_out03
|
||||||
|
- switch.turn_on: cover_close_02_out04
|
||||||
|
close_duration: 10s
|
||||||
|
stop_action:
|
||||||
|
- switch.turn_off: cover_open_02_out03
|
||||||
|
- switch.turn_off: cover_close_02_out04
|
||||||
|
|
||||||
|
- platform: time_based
|
||||||
|
name: 'Cover 03'
|
||||||
|
id: cover_03
|
||||||
|
open_action:
|
||||||
|
- switch.turn_off: cover_close_03_out06
|
||||||
|
- switch.turn_on: cover_open_03_out05
|
||||||
|
open_duration: 10s
|
||||||
|
close_action:
|
||||||
|
- switch.turn_off: cover_open_03_out05
|
||||||
|
- switch.turn_on: cover_close_03_out06
|
||||||
|
close_duration: 10s
|
||||||
|
stop_action:
|
||||||
|
- switch.turn_off: cover_open_03_out05
|
||||||
|
- switch.turn_off: cover_close_03_out06
|
||||||
|
|
||||||
|
- platform: time_based
|
||||||
|
name: 'Cover 04'
|
||||||
|
id: cover_04
|
||||||
|
open_action:
|
||||||
|
- switch.turn_off: cover_close_04_out08
|
||||||
|
- switch.turn_on: cover_open_04_out07
|
||||||
|
open_duration: 10s
|
||||||
|
close_action:
|
||||||
|
- switch.turn_off: cover_open_04_out07
|
||||||
|
- switch.turn_on: cover_close_04_out08
|
||||||
|
close_duration: 10s
|
||||||
|
stop_action:
|
||||||
|
- switch.turn_off: cover_open_04_out07
|
||||||
|
- switch.turn_off: cover_close_04_out08
|
||||||
|
|
||||||
|
- platform: time_based
|
||||||
|
name: 'Cover 05'
|
||||||
|
id: cover_05
|
||||||
|
open_action:
|
||||||
|
- switch.turn_off: cover_close_05_out10
|
||||||
|
- switch.turn_on: cover_open_05_out09
|
||||||
|
open_duration: 10s
|
||||||
|
close_action:
|
||||||
|
- switch.turn_off: cover_open_05_out09
|
||||||
|
- switch.turn_on: cover_close_05_out10
|
||||||
|
close_duration: 10s
|
||||||
|
stop_action:
|
||||||
|
- switch.turn_off: cover_open_05_out09
|
||||||
|
- switch.turn_off: cover_close_05_out10
|
||||||
|
|
||||||
|
- platform: time_based
|
||||||
|
name: 'Cover 06'
|
||||||
|
id: cover_06
|
||||||
|
open_action:
|
||||||
|
- switch.turn_off: cover_close_06_out12
|
||||||
|
- switch.turn_on: cover_open_06_out11
|
||||||
|
open_duration: 10s
|
||||||
|
close_action:
|
||||||
|
- switch.turn_off: cover_open_06_out11
|
||||||
|
- switch.turn_on: cover_close_06_out12
|
||||||
|
close_duration: 10s
|
||||||
|
stop_action:
|
||||||
|
- switch.turn_off: cover_open_06_out11
|
||||||
|
- switch.turn_off: cover_close_06_out12
|
||||||
|
|
||||||
|
- platform: time_based
|
||||||
|
name: 'Cover 07'
|
||||||
|
id: cover_07
|
||||||
|
open_action:
|
||||||
|
- switch.turn_off: cover_close_07_out14
|
||||||
|
- switch.turn_on: cover_open_07_out13
|
||||||
|
open_duration: 10s
|
||||||
|
close_action:
|
||||||
|
- switch.turn_off: cover_open_07_out13
|
||||||
|
- switch.turn_on: cover_close_07_out14
|
||||||
|
close_duration: 10s
|
||||||
|
stop_action:
|
||||||
|
- switch.turn_off: cover_open_07_out13
|
||||||
|
- switch.turn_off: cover_close_07_out14
|
||||||
|
|
||||||
|
- platform: time_based
|
||||||
|
name: 'Cover 08'
|
||||||
|
id: cover_08
|
||||||
|
open_action:
|
||||||
|
- switch.turn_off: cover_close_08_out16
|
||||||
|
- switch.turn_on: cover_open_08_out15
|
||||||
|
open_duration: 10s
|
||||||
|
close_action:
|
||||||
|
- switch.turn_off: cover_open_08_out15
|
||||||
|
- switch.turn_on: cover_close_08_out16
|
||||||
|
close_duration: 10s
|
||||||
|
stop_action:
|
||||||
|
- switch.turn_off: cover_open_08_out15
|
||||||
|
- switch.turn_off: cover_close_08_out16
|
||||||
|
|
||||||
|
light:
|
||||||
|
- platform: binary
|
||||||
|
name: 'Light 17'
|
||||||
|
output: out_17
|
||||||
|
id: light_17
|
||||||
|
- platform: binary
|
||||||
|
name: 'Light 18'
|
||||||
|
output: out_18
|
||||||
|
id: light_18
|
||||||
|
- platform: binary
|
||||||
|
name: 'Light 19'
|
||||||
|
output: out_19
|
||||||
|
id: light_19
|
||||||
|
- platform: binary
|
||||||
|
name: 'Light 20'
|
||||||
|
output: out_20
|
||||||
|
id: light_20
|
||||||
|
- platform: binary
|
||||||
|
name: 'Light 21'
|
||||||
|
output: out_21
|
||||||
|
id: light_21
|
||||||
|
- platform: binary
|
||||||
|
name: 'Light 22'
|
||||||
|
output: out_22
|
||||||
|
id: light_22
|
||||||
|
- platform: binary
|
||||||
|
name: 'Light 23'
|
||||||
|
output: out_23
|
||||||
|
id: light_23
|
||||||
|
- platform: binary
|
||||||
|
name: 'Light 24'
|
||||||
|
output: out_24
|
||||||
|
id: light_24
|
||||||
|
- platform: binary
|
||||||
|
name: 'Light 25'
|
||||||
|
output: out_25
|
||||||
|
id: light_25
|
||||||
|
- platform: binary
|
||||||
|
name: 'Light 26'
|
||||||
|
output: out_26
|
||||||
|
id: light_26
|
||||||
|
- platform: binary
|
||||||
|
name: 'Light 27'
|
||||||
|
output: out_27
|
||||||
|
id: light_27
|
||||||
|
- platform: binary
|
||||||
|
name: 'Light 28'
|
||||||
|
output: out_28
|
||||||
|
id: light_28
|
||||||
|
- platform: binary
|
||||||
|
name: 'Light 29'
|
||||||
|
output: out_29
|
||||||
|
id: light_29
|
||||||
|
- platform: binary
|
||||||
|
name: 'Light 30'
|
||||||
|
output: out_30
|
||||||
|
id: light_30
|
||||||
|
- platform: binary
|
||||||
|
name: 'Light 31'
|
||||||
|
output: out_31
|
||||||
|
id: light_31
|
||||||
|
- platform: binary
|
||||||
|
name: 'Light 32'
|
||||||
|
output: out_32
|
||||||
|
id: light_32
|
||||||
|
|
||||||
|
binary_sensor:
|
||||||
|
- platform: gpio
|
||||||
|
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: '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: '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: '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: '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: '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: '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: '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: '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: '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: '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: '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: '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: '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: '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: '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: 'IN_17'
|
||||||
|
id: in_17
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_15to28
|
||||||
|
number: 4
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- light.toggle: light_17
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_18'
|
||||||
|
id: in_18
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_15to28
|
||||||
|
number: 3
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- light.toggle: light_18
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_19'
|
||||||
|
id: in_19
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_15to28
|
||||||
|
number: 2
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- light.toggle: light_19
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_20'
|
||||||
|
id: in_20
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_15to28
|
||||||
|
number: 1
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- light.toggle: light_20
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_21'
|
||||||
|
id: in_21
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_15to28
|
||||||
|
number: 0
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- light.toggle: light_21
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_22'
|
||||||
|
id: in_22
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_15to28
|
||||||
|
number: 8
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- light.toggle: light_22
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_23'
|
||||||
|
id: in_23
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_15to28
|
||||||
|
number: 9
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- light.toggle: light_23
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_24'
|
||||||
|
id: in_24
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_15to28
|
||||||
|
number: 10
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- light.toggle: light_24
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_25'
|
||||||
|
id: in_25
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_15to28
|
||||||
|
number: 11
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- light.toggle: light_25
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_26'
|
||||||
|
id: in_26
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_15to28
|
||||||
|
number: 12
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- light.toggle: light_26
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_27'
|
||||||
|
id: in_27
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_15to28
|
||||||
|
number: 13
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- light.toggle: light_27
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_28'
|
||||||
|
id: in_28
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_15to28
|
||||||
|
number: 14
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- light.toggle: light_28
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_29'
|
||||||
|
id: in_29
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_28to35_menu
|
||||||
|
number: 0
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- light.toggle: light_29
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_30'
|
||||||
|
id: in_30
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_28to35_menu
|
||||||
|
number: 1
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- light.toggle: light_30
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_31'
|
||||||
|
id: in_31
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_28to35_menu
|
||||||
|
number: 2
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- light.toggle: light_31
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_32'
|
||||||
|
id: in_32
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_28to35_menu
|
||||||
|
number: 3
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- light.toggle: light_32
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_33'
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_28to35_menu
|
||||||
|
number: 4
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_34'
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_28to35_menu
|
||||||
|
number: 5
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_35'
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_28to35_menu
|
||||||
|
number: 6
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
735
boneio-cover_mix_lights_v0_7.yaml
Normal file
735
boneio-cover_mix_lights_v0_7.yaml
Normal file
@@ -0,0 +1,735 @@
|
|||||||
|
substitutions:
|
||||||
|
name: boneio-cm-l-07
|
||||||
|
friendly_name: 'BoneIO ESP Cover Mix Lights'
|
||||||
|
|
||||||
|
esphome:
|
||||||
|
name: '${name}'
|
||||||
|
friendly_name: '${friendly_name}'
|
||||||
|
platform: ESP32
|
||||||
|
board: nodemcu-32s
|
||||||
|
name_add_mac_suffix: true
|
||||||
|
project:
|
||||||
|
name: boneio.32x10-cover-mix-lights
|
||||||
|
version: '1.0'
|
||||||
|
|
||||||
|
ethernet:
|
||||||
|
id: eth
|
||||||
|
type: LAN8720
|
||||||
|
mdc_pin: GPIO23
|
||||||
|
mdio_pin: GPIO18
|
||||||
|
clk_mode: GPIO0_IN
|
||||||
|
phy_addr: 1
|
||||||
|
power_pin: GPIO16
|
||||||
|
|
||||||
|
dashboard_import:
|
||||||
|
package_import_url: github://boneIO-eu/esphome/boneio-cover_mix_lights_v0_7.yaml@v1.0.3
|
||||||
|
import_full_config: true
|
||||||
|
|
||||||
|
packages:
|
||||||
|
internals_packages:
|
||||||
|
url: https://github.com/boneIO-eu/esphome
|
||||||
|
ref: v1.0.3
|
||||||
|
files: [
|
||||||
|
'devices/buzzer.yaml',
|
||||||
|
'devices_v0_7/display.yaml',
|
||||||
|
'devices_v0_7/i2c.yaml',
|
||||||
|
'devices_v0_7/ina219.yaml',
|
||||||
|
'devices_v0_7/lm75b.yaml',
|
||||||
|
'devices_v0_7/pcf.yaml',
|
||||||
|
'boards/8_covers_16_output.yaml',
|
||||||
|
# 'devices_v0_7/one_wire.yaml',
|
||||||
|
# 'devices_v0_7/uart.yaml',
|
||||||
|
]
|
||||||
|
|
||||||
|
logger:
|
||||||
|
api:
|
||||||
|
ota:
|
||||||
|
password: boneio
|
||||||
|
|
||||||
|
web_server:
|
||||||
|
port: 80
|
||||||
|
local: true
|
||||||
|
|
||||||
|
time:
|
||||||
|
- platform: homeassistant
|
||||||
|
timezone: Europe/Warsaw
|
||||||
|
id: homeassistant_time
|
||||||
|
|
||||||
|
cover:
|
||||||
|
- platform: time_based
|
||||||
|
name: 'Cover 01'
|
||||||
|
id: cover_01
|
||||||
|
open_action:
|
||||||
|
- switch.turn_off: cover_close_01_out02
|
||||||
|
- switch.turn_on: cover_open_01_out01
|
||||||
|
open_duration: 10s
|
||||||
|
close_action:
|
||||||
|
- switch.turn_off: cover_open_01_out01
|
||||||
|
- switch.turn_on: cover_close_01_out02
|
||||||
|
close_duration: 10s
|
||||||
|
stop_action:
|
||||||
|
- switch.turn_off: cover_open_01_out01
|
||||||
|
- switch.turn_off: cover_close_01_out02
|
||||||
|
|
||||||
|
- platform: time_based
|
||||||
|
name: 'Cover 02'
|
||||||
|
id: cover_02
|
||||||
|
open_action:
|
||||||
|
- switch.turn_off: cover_close_02_out04
|
||||||
|
- switch.turn_on: cover_open_02_out03
|
||||||
|
open_duration: 10s
|
||||||
|
close_action:
|
||||||
|
- switch.turn_off: cover_open_02_out03
|
||||||
|
- switch.turn_on: cover_close_02_out04
|
||||||
|
close_duration: 10s
|
||||||
|
stop_action:
|
||||||
|
- switch.turn_off: cover_open_02_out03
|
||||||
|
- switch.turn_off: cover_close_02_out04
|
||||||
|
|
||||||
|
- platform: time_based
|
||||||
|
name: 'Cover 03'
|
||||||
|
id: cover_03
|
||||||
|
open_action:
|
||||||
|
- switch.turn_off: cover_close_03_out06
|
||||||
|
- switch.turn_on: cover_open_03_out05
|
||||||
|
open_duration: 10s
|
||||||
|
close_action:
|
||||||
|
- switch.turn_off: cover_open_03_out05
|
||||||
|
- switch.turn_on: cover_close_03_out06
|
||||||
|
close_duration: 10s
|
||||||
|
stop_action:
|
||||||
|
- switch.turn_off: cover_open_03_out05
|
||||||
|
- switch.turn_off: cover_close_03_out06
|
||||||
|
|
||||||
|
- platform: time_based
|
||||||
|
name: 'Cover 04'
|
||||||
|
id: cover_04
|
||||||
|
open_action:
|
||||||
|
- switch.turn_off: cover_close_04_out08
|
||||||
|
- switch.turn_on: cover_open_04_out07
|
||||||
|
open_duration: 10s
|
||||||
|
close_action:
|
||||||
|
- switch.turn_off: cover_open_04_out07
|
||||||
|
- switch.turn_on: cover_close_04_out08
|
||||||
|
close_duration: 10s
|
||||||
|
stop_action:
|
||||||
|
- switch.turn_off: cover_open_04_out07
|
||||||
|
- switch.turn_off: cover_close_04_out08
|
||||||
|
|
||||||
|
- platform: time_based
|
||||||
|
name: 'Cover 05'
|
||||||
|
id: cover_05
|
||||||
|
open_action:
|
||||||
|
- switch.turn_off: cover_close_05_out10
|
||||||
|
- switch.turn_on: cover_open_05_out09
|
||||||
|
open_duration: 10s
|
||||||
|
close_action:
|
||||||
|
- switch.turn_off: cover_open_05_out09
|
||||||
|
- switch.turn_on: cover_close_05_out10
|
||||||
|
close_duration: 10s
|
||||||
|
stop_action:
|
||||||
|
- switch.turn_off: cover_open_05_out09
|
||||||
|
- switch.turn_off: cover_close_05_out10
|
||||||
|
|
||||||
|
- platform: time_based
|
||||||
|
name: 'Cover 06'
|
||||||
|
id: cover_06
|
||||||
|
open_action:
|
||||||
|
- switch.turn_off: cover_close_06_out12
|
||||||
|
- switch.turn_on: cover_open_06_out11
|
||||||
|
open_duration: 10s
|
||||||
|
close_action:
|
||||||
|
- switch.turn_off: cover_open_06_out11
|
||||||
|
- switch.turn_on: cover_close_06_out12
|
||||||
|
close_duration: 10s
|
||||||
|
stop_action:
|
||||||
|
- switch.turn_off: cover_open_06_out11
|
||||||
|
- switch.turn_off: cover_close_06_out12
|
||||||
|
|
||||||
|
- platform: time_based
|
||||||
|
name: 'Cover 07'
|
||||||
|
id: cover_07
|
||||||
|
open_action:
|
||||||
|
- switch.turn_off: cover_close_07_out14
|
||||||
|
- switch.turn_on: cover_open_07_out13
|
||||||
|
open_duration: 10s
|
||||||
|
close_action:
|
||||||
|
- switch.turn_off: cover_open_07_out13
|
||||||
|
- switch.turn_on: cover_close_07_out14
|
||||||
|
close_duration: 10s
|
||||||
|
stop_action:
|
||||||
|
- switch.turn_off: cover_open_07_out13
|
||||||
|
- switch.turn_off: cover_close_07_out14
|
||||||
|
|
||||||
|
- platform: time_based
|
||||||
|
name: 'Cover 08'
|
||||||
|
id: cover_08
|
||||||
|
open_action:
|
||||||
|
- switch.turn_off: cover_close_08_out16
|
||||||
|
- switch.turn_on: cover_open_08_out15
|
||||||
|
open_duration: 10s
|
||||||
|
close_action:
|
||||||
|
- switch.turn_off: cover_open_08_out15
|
||||||
|
- switch.turn_on: cover_close_08_out16
|
||||||
|
close_duration: 10s
|
||||||
|
stop_action:
|
||||||
|
- switch.turn_off: cover_open_08_out15
|
||||||
|
- switch.turn_off: cover_close_08_out16
|
||||||
|
|
||||||
|
light:
|
||||||
|
- platform: binary
|
||||||
|
name: 'Light 17'
|
||||||
|
output: out_17
|
||||||
|
id: light_17
|
||||||
|
- platform: binary
|
||||||
|
name: 'Light 18'
|
||||||
|
output: out_18
|
||||||
|
id: light_18
|
||||||
|
- platform: binary
|
||||||
|
name: 'Light 19'
|
||||||
|
output: out_19
|
||||||
|
id: light_19
|
||||||
|
- platform: binary
|
||||||
|
name: 'Light 20'
|
||||||
|
output: out_20
|
||||||
|
id: light_20
|
||||||
|
- platform: binary
|
||||||
|
name: 'Light 21'
|
||||||
|
output: out_21
|
||||||
|
id: light_21
|
||||||
|
- platform: binary
|
||||||
|
name: 'Light 22'
|
||||||
|
output: out_22
|
||||||
|
id: light_22
|
||||||
|
- platform: binary
|
||||||
|
name: 'Light 23'
|
||||||
|
output: out_23
|
||||||
|
id: light_23
|
||||||
|
- platform: binary
|
||||||
|
name: 'Light 24'
|
||||||
|
output: out_24
|
||||||
|
id: light_24
|
||||||
|
- platform: binary
|
||||||
|
name: 'Light 25'
|
||||||
|
output: out_25
|
||||||
|
id: light_25
|
||||||
|
- platform: binary
|
||||||
|
name: 'Light 26'
|
||||||
|
output: out_26
|
||||||
|
id: light_26
|
||||||
|
- platform: binary
|
||||||
|
name: 'Light 27'
|
||||||
|
output: out_27
|
||||||
|
id: light_27
|
||||||
|
- platform: binary
|
||||||
|
name: 'Light 28'
|
||||||
|
output: out_28
|
||||||
|
id: light_28
|
||||||
|
- platform: binary
|
||||||
|
name: 'Light 29'
|
||||||
|
output: out_29
|
||||||
|
id: light_29
|
||||||
|
- platform: binary
|
||||||
|
name: 'Light 30'
|
||||||
|
output: out_30
|
||||||
|
id: light_30
|
||||||
|
- platform: binary
|
||||||
|
name: 'Light 31'
|
||||||
|
output: out_31
|
||||||
|
id: light_31
|
||||||
|
- platform: binary
|
||||||
|
name: 'Light 32'
|
||||||
|
output: out_32
|
||||||
|
id: light_32
|
||||||
|
|
||||||
|
binary_sensor:
|
||||||
|
- platform: gpio
|
||||||
|
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: '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: '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: '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: '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: '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: '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: '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: '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: '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: '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: '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: '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: '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: '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: '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: 'IN_17'
|
||||||
|
id: in_17
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_15to28
|
||||||
|
number: 4
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- light.toggle: light_17
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_18'
|
||||||
|
id: in_18
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_15to28
|
||||||
|
number: 3
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- light.toggle: light_18
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_19'
|
||||||
|
id: in_19
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_15to28
|
||||||
|
number: 2
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- light.toggle: light_19
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_20'
|
||||||
|
id: in_20
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_15to28
|
||||||
|
number: 1
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- light.toggle: light_20
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_21'
|
||||||
|
id: in_21
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_15to28
|
||||||
|
number: 0
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- light.toggle: light_21
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_22'
|
||||||
|
id: in_22
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_15to28
|
||||||
|
number: 8
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- light.toggle: light_22
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_23'
|
||||||
|
id: in_23
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_15to28
|
||||||
|
number: 9
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- light.toggle: light_23
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_24'
|
||||||
|
id: in_24
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_15to28
|
||||||
|
number: 10
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- light.toggle: light_24
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_25'
|
||||||
|
id: in_25
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_15to28
|
||||||
|
number: 11
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- light.toggle: light_25
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_26'
|
||||||
|
id: in_26
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_15to28
|
||||||
|
number: 12
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- light.toggle: light_26
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_27'
|
||||||
|
id: in_27
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_15to28
|
||||||
|
number: 13
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- light.toggle: light_27
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_28'
|
||||||
|
id: in_28
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_15to28
|
||||||
|
number: 14
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- light.toggle: light_28
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_29'
|
||||||
|
id: in_29
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_28to35_menu
|
||||||
|
number: 0
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- light.toggle: light_29
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_30'
|
||||||
|
id: in_30
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_28to35_menu
|
||||||
|
number: 1
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- light.toggle: light_30
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_31'
|
||||||
|
id: in_31
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_28to35_menu
|
||||||
|
number: 2
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- light.toggle: light_31
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_32'
|
||||||
|
id: in_32
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_28to35_menu
|
||||||
|
number: 3
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- light.toggle: light_32
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_33'
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_28to35_menu
|
||||||
|
number: 4
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_34'
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_28to35_menu
|
||||||
|
number: 5
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_35'
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_28to35_menu
|
||||||
|
number: 6
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
738
boneio-cover_mix_switches_v0_5-v0_6.yaml
Normal file
738
boneio-cover_mix_switches_v0_5-v0_6.yaml
Normal file
@@ -0,0 +1,738 @@
|
|||||||
|
substitutions:
|
||||||
|
name: boneio-cm-sw-06
|
||||||
|
friendly_name: 'BoneIO ESP Cover Mix Switches'
|
||||||
|
|
||||||
|
esphome:
|
||||||
|
name: '${name}'
|
||||||
|
friendly_name: '${friendly_name}'
|
||||||
|
platform: ESP32
|
||||||
|
board: nodemcu-32s
|
||||||
|
name_add_mac_suffix: true
|
||||||
|
project:
|
||||||
|
name: boneio.32x10-cover-mix-switches_v0_5-v0_6
|
||||||
|
version: '1.0'
|
||||||
|
|
||||||
|
ethernet:
|
||||||
|
id: eth
|
||||||
|
type: LAN8720
|
||||||
|
mdc_pin: GPIO23
|
||||||
|
mdio_pin: GPIO18
|
||||||
|
clk_mode: GPIO0_IN
|
||||||
|
phy_addr: 1
|
||||||
|
power_pin: GPIO16
|
||||||
|
|
||||||
|
dashboard_import:
|
||||||
|
package_import_url: github://boneIO-eu/esphome/boneio-cover_mix_switches_v0_5-v0_6.yaml@v1.0.3
|
||||||
|
import_full_config: true
|
||||||
|
|
||||||
|
packages:
|
||||||
|
internals_packages:
|
||||||
|
url: https://github.com/boneIO-eu/esphome
|
||||||
|
ref: v1.0.3
|
||||||
|
files: [
|
||||||
|
'devices/buzzer.yaml',
|
||||||
|
'devices_v0_5-v0_6/display.yaml',
|
||||||
|
'devices_v0_5-v0_6/time.yaml',
|
||||||
|
'devices_v0_5-v0_6/i2c.yaml',
|
||||||
|
'devices_v0_5-v0_6/ina219.yaml',
|
||||||
|
'devices_v0_5-v0_6/lm75b.yaml',
|
||||||
|
'devices_v0_5-v0_6/pcf.yaml',
|
||||||
|
'boards/8_covers_16_output.yaml',
|
||||||
|
# 'devices_v0_7/one_wire.yaml',
|
||||||
|
# 'devices_v0_7/uart.yaml',
|
||||||
|
]
|
||||||
|
|
||||||
|
logger:
|
||||||
|
api:
|
||||||
|
ota:
|
||||||
|
password: boneio
|
||||||
|
|
||||||
|
web_server:
|
||||||
|
port: 80
|
||||||
|
local: true
|
||||||
|
|
||||||
|
time:
|
||||||
|
- platform: homeassistant
|
||||||
|
timezone: Europe/Warsaw
|
||||||
|
id: homeassistant_time
|
||||||
|
on_time_sync:
|
||||||
|
then:
|
||||||
|
ds1307.write_time:
|
||||||
|
|
||||||
|
cover:
|
||||||
|
- platform: time_based
|
||||||
|
name: 'Cover 01'
|
||||||
|
id: cover_01
|
||||||
|
open_action:
|
||||||
|
- switch.turn_off: cover_close_01_out02
|
||||||
|
- switch.turn_on: cover_open_01_out01
|
||||||
|
open_duration: 10s
|
||||||
|
close_action:
|
||||||
|
- switch.turn_off: cover_open_01_out01
|
||||||
|
- switch.turn_on: cover_close_01_out02
|
||||||
|
close_duration: 10s
|
||||||
|
stop_action:
|
||||||
|
- switch.turn_off: cover_open_01_out01
|
||||||
|
- switch.turn_off: cover_close_01_out02
|
||||||
|
|
||||||
|
- platform: time_based
|
||||||
|
name: 'Cover 02'
|
||||||
|
id: cover_02
|
||||||
|
open_action:
|
||||||
|
- switch.turn_off: cover_close_02_out04
|
||||||
|
- switch.turn_on: cover_open_02_out03
|
||||||
|
open_duration: 10s
|
||||||
|
close_action:
|
||||||
|
- switch.turn_off: cover_open_02_out03
|
||||||
|
- switch.turn_on: cover_close_02_out04
|
||||||
|
close_duration: 10s
|
||||||
|
stop_action:
|
||||||
|
- switch.turn_off: cover_open_02_out03
|
||||||
|
- switch.turn_off: cover_close_02_out04
|
||||||
|
|
||||||
|
- platform: time_based
|
||||||
|
name: 'Cover 03'
|
||||||
|
id: cover_03
|
||||||
|
open_action:
|
||||||
|
- switch.turn_off: cover_close_03_out06
|
||||||
|
- switch.turn_on: cover_open_03_out05
|
||||||
|
open_duration: 10s
|
||||||
|
close_action:
|
||||||
|
- switch.turn_off: cover_open_03_out05
|
||||||
|
- switch.turn_on: cover_close_03_out06
|
||||||
|
close_duration: 10s
|
||||||
|
stop_action:
|
||||||
|
- switch.turn_off: cover_open_03_out05
|
||||||
|
- switch.turn_off: cover_close_03_out06
|
||||||
|
|
||||||
|
- platform: time_based
|
||||||
|
name: 'Cover 04'
|
||||||
|
id: cover_04
|
||||||
|
open_action:
|
||||||
|
- switch.turn_off: cover_close_04_out08
|
||||||
|
- switch.turn_on: cover_open_04_out07
|
||||||
|
open_duration: 10s
|
||||||
|
close_action:
|
||||||
|
- switch.turn_off: cover_open_04_out07
|
||||||
|
- switch.turn_on: cover_close_04_out08
|
||||||
|
close_duration: 10s
|
||||||
|
stop_action:
|
||||||
|
- switch.turn_off: cover_open_04_out07
|
||||||
|
- switch.turn_off: cover_close_04_out08
|
||||||
|
|
||||||
|
- platform: time_based
|
||||||
|
name: 'Cover 05'
|
||||||
|
id: cover_05
|
||||||
|
open_action:
|
||||||
|
- switch.turn_off: cover_close_05_out10
|
||||||
|
- switch.turn_on: cover_open_05_out09
|
||||||
|
open_duration: 10s
|
||||||
|
close_action:
|
||||||
|
- switch.turn_off: cover_open_05_out09
|
||||||
|
- switch.turn_on: cover_close_05_out10
|
||||||
|
close_duration: 10s
|
||||||
|
stop_action:
|
||||||
|
- switch.turn_off: cover_open_05_out09
|
||||||
|
- switch.turn_off: cover_close_05_out10
|
||||||
|
|
||||||
|
- platform: time_based
|
||||||
|
name: 'Cover 06'
|
||||||
|
id: cover_06
|
||||||
|
open_action:
|
||||||
|
- switch.turn_off: cover_close_06_out12
|
||||||
|
- switch.turn_on: cover_open_06_out11
|
||||||
|
open_duration: 10s
|
||||||
|
close_action:
|
||||||
|
- switch.turn_off: cover_open_06_out11
|
||||||
|
- switch.turn_on: cover_close_06_out12
|
||||||
|
close_duration: 10s
|
||||||
|
stop_action:
|
||||||
|
- switch.turn_off: cover_open_06_out11
|
||||||
|
- switch.turn_off: cover_close_06_out12
|
||||||
|
|
||||||
|
- platform: time_based
|
||||||
|
name: 'Cover 07'
|
||||||
|
id: cover_07
|
||||||
|
open_action:
|
||||||
|
- switch.turn_off: cover_close_07_out14
|
||||||
|
- switch.turn_on: cover_open_07_out13
|
||||||
|
open_duration: 10s
|
||||||
|
close_action:
|
||||||
|
- switch.turn_off: cover_open_07_out13
|
||||||
|
- switch.turn_on: cover_close_07_out14
|
||||||
|
close_duration: 10s
|
||||||
|
stop_action:
|
||||||
|
- switch.turn_off: cover_open_07_out13
|
||||||
|
- switch.turn_off: cover_close_07_out14
|
||||||
|
|
||||||
|
- platform: time_based
|
||||||
|
name: 'Cover 08'
|
||||||
|
id: cover_08
|
||||||
|
open_action:
|
||||||
|
- switch.turn_off: cover_close_08_out16
|
||||||
|
- switch.turn_on: cover_open_08_out15
|
||||||
|
open_duration: 10s
|
||||||
|
close_action:
|
||||||
|
- switch.turn_off: cover_open_08_out15
|
||||||
|
- switch.turn_on: cover_close_08_out16
|
||||||
|
close_duration: 10s
|
||||||
|
stop_action:
|
||||||
|
- switch.turn_off: cover_open_08_out15
|
||||||
|
- switch.turn_off: cover_close_08_out16
|
||||||
|
|
||||||
|
switch:
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 17'
|
||||||
|
output: out_17
|
||||||
|
id: switch_17
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 18'
|
||||||
|
output: out_18
|
||||||
|
id: switch_18
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 19'
|
||||||
|
output: out_19
|
||||||
|
id: switch_19
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 20'
|
||||||
|
output: out_20
|
||||||
|
id: switch_20
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 21'
|
||||||
|
output: out_21
|
||||||
|
id: switch_21
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 22'
|
||||||
|
output: out_22
|
||||||
|
id: switch_22
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 23'
|
||||||
|
output: out_23
|
||||||
|
id: switch_23
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 24'
|
||||||
|
output: out_24
|
||||||
|
id: switch_24
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 25'
|
||||||
|
output: out_25
|
||||||
|
id: switch_25
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 26'
|
||||||
|
output: out_26
|
||||||
|
id: switch_26
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 27'
|
||||||
|
output: out_27
|
||||||
|
id: switch_27
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 28'
|
||||||
|
output: out_28
|
||||||
|
id: switch_28
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 29'
|
||||||
|
output: out_29
|
||||||
|
id: switch_29
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 30'
|
||||||
|
output: out_30
|
||||||
|
id: switch_30
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 31'
|
||||||
|
output: out_31
|
||||||
|
id: switch_31
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 32'
|
||||||
|
output: out_32
|
||||||
|
id: switch_32
|
||||||
|
binary_sensor:
|
||||||
|
- platform: gpio
|
||||||
|
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: '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: '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: '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: '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: '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: '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: '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: '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: '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: '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: '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: '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: '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: '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: '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: 'IN_17'
|
||||||
|
id: in_17
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_15to28
|
||||||
|
number: 4
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- switch.toggle: switch_17
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_18'
|
||||||
|
id: in_18
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_15to28
|
||||||
|
number: 3
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- switch.toggle: switch_18
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_19'
|
||||||
|
id: in_19
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_15to28
|
||||||
|
number: 2
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- switch.toggle: switch_19
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_20'
|
||||||
|
id: in_20
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_15to28
|
||||||
|
number: 1
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- switch.toggle: switch_20
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_21'
|
||||||
|
id: in_21
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_15to28
|
||||||
|
number: 0
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- switch.toggle: switch_21
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_22'
|
||||||
|
id: in_22
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_15to28
|
||||||
|
number: 8
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- switch.toggle: switch_22
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_23'
|
||||||
|
id: in_23
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_15to28
|
||||||
|
number: 9
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- switch.toggle: switch_23
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_24'
|
||||||
|
id: in_24
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_15to28
|
||||||
|
number: 10
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- switch.toggle: switch_24
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_25'
|
||||||
|
id: in_25
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_15to28
|
||||||
|
number: 11
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- switch.toggle: switch_25
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_26'
|
||||||
|
id: in_26
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_15to28
|
||||||
|
number: 12
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- switch.toggle: switch_26
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_27'
|
||||||
|
id: in_27
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_15to28
|
||||||
|
number: 13
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- switch.toggle: switch_27
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_28'
|
||||||
|
id: in_28
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_15to28
|
||||||
|
number: 14
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- switch.toggle: switch_28
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_29'
|
||||||
|
id: in_29
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_28to35_menu
|
||||||
|
number: 0
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- switch.toggle: switch_29
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_30'
|
||||||
|
id: in_30
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_28to35_menu
|
||||||
|
number: 1
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- switch.toggle: switch_30
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_31'
|
||||||
|
id: in_31
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_28to35_menu
|
||||||
|
number: 2
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- switch.toggle: switch_31
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_32'
|
||||||
|
id: in_32
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_28to35_menu
|
||||||
|
number: 3
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- switch.toggle: switch_32
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_33'
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_28to35_menu
|
||||||
|
number: 4
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_34'
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_28to35_menu
|
||||||
|
number: 5
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_35'
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_28to35_menu
|
||||||
|
number: 6
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
735
boneio-cover_mix_switches_v0_7.yaml
Normal file
735
boneio-cover_mix_switches_v0_7.yaml
Normal file
@@ -0,0 +1,735 @@
|
|||||||
|
substitutions:
|
||||||
|
name: boneio-cm-sw-07
|
||||||
|
friendly_name: 'BoneIO ESP Cover Mix Switches'
|
||||||
|
|
||||||
|
esphome:
|
||||||
|
name: '${name}'
|
||||||
|
friendly_name: '${friendly_name}'
|
||||||
|
platform: ESP32
|
||||||
|
board: nodemcu-32s
|
||||||
|
name_add_mac_suffix: true
|
||||||
|
project:
|
||||||
|
name: boneio.32x10-cover-mix-switches
|
||||||
|
version: '1.0'
|
||||||
|
|
||||||
|
ethernet:
|
||||||
|
id: eth
|
||||||
|
type: LAN8720
|
||||||
|
mdc_pin: GPIO23
|
||||||
|
mdio_pin: GPIO18
|
||||||
|
clk_mode: GPIO0_IN
|
||||||
|
phy_addr: 1
|
||||||
|
power_pin: GPIO16
|
||||||
|
|
||||||
|
dashboard_import:
|
||||||
|
package_import_url: github://boneIO-eu/esphome/boneio-cover_mix_switches_v0_7.yaml@v1.0.3
|
||||||
|
import_full_config: true
|
||||||
|
|
||||||
|
packages:
|
||||||
|
internals_packages:
|
||||||
|
url: https://github.com/boneIO-eu/esphome
|
||||||
|
ref: v1.0.3
|
||||||
|
files: [
|
||||||
|
'devices/buzzer.yaml',
|
||||||
|
'devices_v0_7/display.yaml',
|
||||||
|
'devices_v0_7/i2c.yaml',
|
||||||
|
'devices_v0_7/ina219.yaml',
|
||||||
|
'devices_v0_7/lm75b.yaml',
|
||||||
|
'devices_v0_7/pcf.yaml',
|
||||||
|
'boards/8_covers_16_output.yaml',
|
||||||
|
# 'devices_v0_7/one_wire.yaml',
|
||||||
|
# 'devices_v0_7/uart.yaml',
|
||||||
|
]
|
||||||
|
|
||||||
|
logger:
|
||||||
|
api:
|
||||||
|
ota:
|
||||||
|
password: boneio
|
||||||
|
|
||||||
|
web_server:
|
||||||
|
port: 80
|
||||||
|
local: true
|
||||||
|
|
||||||
|
time:
|
||||||
|
- platform: homeassistant
|
||||||
|
timezone: Europe/Warsaw
|
||||||
|
id: homeassistant_time
|
||||||
|
|
||||||
|
cover:
|
||||||
|
- platform: time_based
|
||||||
|
name: 'Cover 01'
|
||||||
|
id: cover_01
|
||||||
|
open_action:
|
||||||
|
- switch.turn_off: cover_close_01_out02
|
||||||
|
- switch.turn_on: cover_open_01_out01
|
||||||
|
open_duration: 10s
|
||||||
|
close_action:
|
||||||
|
- switch.turn_off: cover_open_01_out01
|
||||||
|
- switch.turn_on: cover_close_01_out02
|
||||||
|
close_duration: 10s
|
||||||
|
stop_action:
|
||||||
|
- switch.turn_off: cover_open_01_out01
|
||||||
|
- switch.turn_off: cover_close_01_out02
|
||||||
|
|
||||||
|
- platform: time_based
|
||||||
|
name: 'Cover 02'
|
||||||
|
id: cover_02
|
||||||
|
open_action:
|
||||||
|
- switch.turn_off: cover_close_02_out04
|
||||||
|
- switch.turn_on: cover_open_02_out03
|
||||||
|
open_duration: 10s
|
||||||
|
close_action:
|
||||||
|
- switch.turn_off: cover_open_02_out03
|
||||||
|
- switch.turn_on: cover_close_02_out04
|
||||||
|
close_duration: 10s
|
||||||
|
stop_action:
|
||||||
|
- switch.turn_off: cover_open_02_out03
|
||||||
|
- switch.turn_off: cover_close_02_out04
|
||||||
|
|
||||||
|
- platform: time_based
|
||||||
|
name: 'Cover 03'
|
||||||
|
id: cover_03
|
||||||
|
open_action:
|
||||||
|
- switch.turn_off: cover_close_03_out06
|
||||||
|
- switch.turn_on: cover_open_03_out05
|
||||||
|
open_duration: 10s
|
||||||
|
close_action:
|
||||||
|
- switch.turn_off: cover_open_03_out05
|
||||||
|
- switch.turn_on: cover_close_03_out06
|
||||||
|
close_duration: 10s
|
||||||
|
stop_action:
|
||||||
|
- switch.turn_off: cover_open_03_out05
|
||||||
|
- switch.turn_off: cover_close_03_out06
|
||||||
|
|
||||||
|
- platform: time_based
|
||||||
|
name: 'Cover 04'
|
||||||
|
id: cover_04
|
||||||
|
open_action:
|
||||||
|
- switch.turn_off: cover_close_04_out08
|
||||||
|
- switch.turn_on: cover_open_04_out07
|
||||||
|
open_duration: 10s
|
||||||
|
close_action:
|
||||||
|
- switch.turn_off: cover_open_04_out07
|
||||||
|
- switch.turn_on: cover_close_04_out08
|
||||||
|
close_duration: 10s
|
||||||
|
stop_action:
|
||||||
|
- switch.turn_off: cover_open_04_out07
|
||||||
|
- switch.turn_off: cover_close_04_out08
|
||||||
|
|
||||||
|
- platform: time_based
|
||||||
|
name: 'Cover 05'
|
||||||
|
id: cover_05
|
||||||
|
open_action:
|
||||||
|
- switch.turn_off: cover_close_05_out10
|
||||||
|
- switch.turn_on: cover_open_05_out09
|
||||||
|
open_duration: 10s
|
||||||
|
close_action:
|
||||||
|
- switch.turn_off: cover_open_05_out09
|
||||||
|
- switch.turn_on: cover_close_05_out10
|
||||||
|
close_duration: 10s
|
||||||
|
stop_action:
|
||||||
|
- switch.turn_off: cover_open_05_out09
|
||||||
|
- switch.turn_off: cover_close_05_out10
|
||||||
|
|
||||||
|
- platform: time_based
|
||||||
|
name: 'Cover 06'
|
||||||
|
id: cover_06
|
||||||
|
open_action:
|
||||||
|
- switch.turn_off: cover_close_06_out12
|
||||||
|
- switch.turn_on: cover_open_06_out11
|
||||||
|
open_duration: 10s
|
||||||
|
close_action:
|
||||||
|
- switch.turn_off: cover_open_06_out11
|
||||||
|
- switch.turn_on: cover_close_06_out12
|
||||||
|
close_duration: 10s
|
||||||
|
stop_action:
|
||||||
|
- switch.turn_off: cover_open_06_out11
|
||||||
|
- switch.turn_off: cover_close_06_out12
|
||||||
|
|
||||||
|
- platform: time_based
|
||||||
|
name: 'Cover 07'
|
||||||
|
id: cover_07
|
||||||
|
open_action:
|
||||||
|
- switch.turn_off: cover_close_07_out14
|
||||||
|
- switch.turn_on: cover_open_07_out13
|
||||||
|
open_duration: 10s
|
||||||
|
close_action:
|
||||||
|
- switch.turn_off: cover_open_07_out13
|
||||||
|
- switch.turn_on: cover_close_07_out14
|
||||||
|
close_duration: 10s
|
||||||
|
stop_action:
|
||||||
|
- switch.turn_off: cover_open_07_out13
|
||||||
|
- switch.turn_off: cover_close_07_out14
|
||||||
|
|
||||||
|
- platform: time_based
|
||||||
|
name: 'Cover 08'
|
||||||
|
id: cover_08
|
||||||
|
open_action:
|
||||||
|
- switch.turn_off: cover_close_08_out16
|
||||||
|
- switch.turn_on: cover_open_08_out15
|
||||||
|
open_duration: 10s
|
||||||
|
close_action:
|
||||||
|
- switch.turn_off: cover_open_08_out15
|
||||||
|
- switch.turn_on: cover_close_08_out16
|
||||||
|
close_duration: 10s
|
||||||
|
stop_action:
|
||||||
|
- switch.turn_off: cover_open_08_out15
|
||||||
|
- switch.turn_off: cover_close_08_out16
|
||||||
|
|
||||||
|
switch:
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 17'
|
||||||
|
output: out_17
|
||||||
|
id: switch_17
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 18'
|
||||||
|
output: out_18
|
||||||
|
id: switch_18
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 19'
|
||||||
|
output: out_19
|
||||||
|
id: switch_19
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 20'
|
||||||
|
output: out_20
|
||||||
|
id: switch_20
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 21'
|
||||||
|
output: out_21
|
||||||
|
id: switch_21
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 22'
|
||||||
|
output: out_22
|
||||||
|
id: switch_22
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 23'
|
||||||
|
output: out_23
|
||||||
|
id: switch_23
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 24'
|
||||||
|
output: out_24
|
||||||
|
id: switch_24
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 25'
|
||||||
|
output: out_25
|
||||||
|
id: switch_25
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 26'
|
||||||
|
output: out_26
|
||||||
|
id: switch_26
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 27'
|
||||||
|
output: out_27
|
||||||
|
id: switch_27
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 28'
|
||||||
|
output: out_28
|
||||||
|
id: switch_28
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 29'
|
||||||
|
output: out_29
|
||||||
|
id: switch_29
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 30'
|
||||||
|
output: out_30
|
||||||
|
id: switch_30
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 31'
|
||||||
|
output: out_31
|
||||||
|
id: switch_31
|
||||||
|
- platform: output
|
||||||
|
name: 'Switch 32'
|
||||||
|
output: out_32
|
||||||
|
id: switch_32
|
||||||
|
|
||||||
|
binary_sensor:
|
||||||
|
- platform: gpio
|
||||||
|
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: '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: '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: '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: '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: '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: '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: '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: '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: '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: '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: '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: '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: '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: '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: '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: 'IN_17'
|
||||||
|
id: in_17
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_15to28
|
||||||
|
number: 4
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- switch.toggle: switch_17
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_18'
|
||||||
|
id: in_18
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_15to28
|
||||||
|
number: 3
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- switch.toggle: switch_18
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_19'
|
||||||
|
id: in_19
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_15to28
|
||||||
|
number: 2
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- switch.toggle: switch_19
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_20'
|
||||||
|
id: in_20
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_15to28
|
||||||
|
number: 1
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- switch.toggle: switch_20
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_21'
|
||||||
|
id: in_21
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_15to28
|
||||||
|
number: 0
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- switch.toggle: switch_21
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_22'
|
||||||
|
id: in_22
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_15to28
|
||||||
|
number: 8
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- switch.toggle: switch_22
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_23'
|
||||||
|
id: in_23
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_15to28
|
||||||
|
number: 9
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- switch.toggle: switch_23
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_24'
|
||||||
|
id: in_24
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_15to28
|
||||||
|
number: 10
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- switch.toggle: switch_24
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_25'
|
||||||
|
id: in_25
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_15to28
|
||||||
|
number: 11
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- switch.toggle: switch_25
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_26'
|
||||||
|
id: in_26
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_15to28
|
||||||
|
number: 12
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- switch.toggle: switch_26
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_27'
|
||||||
|
id: in_27
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_15to28
|
||||||
|
number: 13
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- switch.toggle: switch_27
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_28'
|
||||||
|
id: in_28
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_15to28
|
||||||
|
number: 14
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- switch.toggle: switch_28
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_29'
|
||||||
|
id: in_29
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_28to35_menu
|
||||||
|
number: 0
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- switch.toggle: switch_29
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_30'
|
||||||
|
id: in_30
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_28to35_menu
|
||||||
|
number: 1
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- switch.toggle: switch_30
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_31'
|
||||||
|
id: in_31
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_28to35_menu
|
||||||
|
number: 2
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- switch.toggle: switch_31
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_32'
|
||||||
|
id: in_32
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_28to35_menu
|
||||||
|
number: 3
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- switch.toggle: switch_32
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_33'
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_28to35_menu
|
||||||
|
number: 4
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_34'
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_28to35_menu
|
||||||
|
number: 5
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_35'
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_28to35_menu
|
||||||
|
number: 6
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
841
boneio-cover_v0_5-v0_6.yaml
Normal file
841
boneio-cover_v0_5-v0_6.yaml
Normal file
@@ -0,0 +1,841 @@
|
|||||||
|
substitutions:
|
||||||
|
name: boneio-c-06
|
||||||
|
friendly_name: 'BoneIO ESP Cover'
|
||||||
|
|
||||||
|
esphome:
|
||||||
|
name: '${name}'
|
||||||
|
friendly_name: '${friendly_name}'
|
||||||
|
platform: ESP32
|
||||||
|
board: nodemcu-32s
|
||||||
|
name_add_mac_suffix: true
|
||||||
|
project:
|
||||||
|
name: boneio.32x10-cover_v0_5-v0_6
|
||||||
|
version: '1.0'
|
||||||
|
|
||||||
|
ethernet:
|
||||||
|
id: eth
|
||||||
|
type: LAN8720
|
||||||
|
mdc_pin: GPIO23
|
||||||
|
mdio_pin: GPIO18
|
||||||
|
clk_mode: GPIO0_IN
|
||||||
|
phy_addr: 1
|
||||||
|
power_pin: GPIO16
|
||||||
|
|
||||||
|
dashboard_import:
|
||||||
|
package_import_url: github://boneIO-eu/esphome/boneio-cover_v0_5-v0_6.yaml@v1.0.3
|
||||||
|
import_full_config: true
|
||||||
|
|
||||||
|
packages:
|
||||||
|
internals_packages:
|
||||||
|
url: https://github.com/boneIO-eu/esphome
|
||||||
|
ref: v1.0.3
|
||||||
|
files: [
|
||||||
|
'devices/buzzer.yaml',
|
||||||
|
'devices_v0_5-v0_6/display.yaml',
|
||||||
|
'devices_v0_5-v0_6/time.yaml',
|
||||||
|
'devices_v0_5-v0_6/i2c.yaml',
|
||||||
|
'devices_v0_5-v0_6/ina219.yaml',
|
||||||
|
'devices_v0_5-v0_6/lm75b.yaml',
|
||||||
|
'devices_v0_5-v0_6/pcf.yaml',
|
||||||
|
'boards/16_cover_pcf.yaml',
|
||||||
|
# 'devices_v0_5-v0_6/one_wire.yaml',
|
||||||
|
# 'devices_v0_5-v0_6/uart.yaml',
|
||||||
|
]
|
||||||
|
|
||||||
|
logger:
|
||||||
|
api:
|
||||||
|
ota:
|
||||||
|
password: boneio
|
||||||
|
|
||||||
|
web_server:
|
||||||
|
port: 80
|
||||||
|
local: true
|
||||||
|
|
||||||
|
time:
|
||||||
|
- platform: homeassistant
|
||||||
|
timezone: Europe/Warsaw
|
||||||
|
id: homeassistant_time
|
||||||
|
on_time_sync:
|
||||||
|
then:
|
||||||
|
ds1307.write_time:
|
||||||
|
|
||||||
|
cover:
|
||||||
|
- platform: time_based
|
||||||
|
name: 'Cover 01'
|
||||||
|
id: cover_01
|
||||||
|
open_action:
|
||||||
|
- switch.turn_off: cover_close_01_out02
|
||||||
|
- switch.turn_on: cover_open_01_out01
|
||||||
|
open_duration: 10s
|
||||||
|
close_action:
|
||||||
|
- switch.turn_off: cover_open_01_out01
|
||||||
|
- switch.turn_on: cover_close_01_out02
|
||||||
|
close_duration: 10s
|
||||||
|
stop_action:
|
||||||
|
- switch.turn_off: cover_open_01_out01
|
||||||
|
- switch.turn_off: cover_close_01_out02
|
||||||
|
|
||||||
|
- platform: time_based
|
||||||
|
name: 'Cover 02'
|
||||||
|
id: cover_02
|
||||||
|
open_action:
|
||||||
|
- switch.turn_off: cover_close_02_out04
|
||||||
|
- switch.turn_on: cover_open_02_out03
|
||||||
|
open_duration: 10s
|
||||||
|
close_action:
|
||||||
|
- switch.turn_off: cover_open_02_out03
|
||||||
|
- switch.turn_on: cover_close_02_out04
|
||||||
|
close_duration: 10s
|
||||||
|
stop_action:
|
||||||
|
- switch.turn_off: cover_open_02_out03
|
||||||
|
- switch.turn_off: cover_close_02_out04
|
||||||
|
|
||||||
|
- platform: time_based
|
||||||
|
name: 'Cover 03'
|
||||||
|
id: cover_03
|
||||||
|
open_action:
|
||||||
|
- switch.turn_off: cover_close_03_out06
|
||||||
|
- switch.turn_on: cover_open_03_out05
|
||||||
|
open_duration: 10s
|
||||||
|
close_action:
|
||||||
|
- switch.turn_off: cover_open_03_out05
|
||||||
|
- switch.turn_on: cover_close_03_out06
|
||||||
|
close_duration: 10s
|
||||||
|
stop_action:
|
||||||
|
- switch.turn_off: cover_open_03_out05
|
||||||
|
- switch.turn_off: cover_close_03_out06
|
||||||
|
|
||||||
|
- platform: time_based
|
||||||
|
name: 'Cover 04'
|
||||||
|
id: cover_04
|
||||||
|
open_action:
|
||||||
|
- switch.turn_off: cover_close_04_out08
|
||||||
|
- switch.turn_on: cover_open_04_out07
|
||||||
|
open_duration: 10s
|
||||||
|
close_action:
|
||||||
|
- switch.turn_off: cover_open_04_out07
|
||||||
|
- switch.turn_on: cover_close_04_out08
|
||||||
|
close_duration: 10s
|
||||||
|
stop_action:
|
||||||
|
- switch.turn_off: cover_open_04_out07
|
||||||
|
- switch.turn_off: cover_close_04_out08
|
||||||
|
|
||||||
|
- platform: time_based
|
||||||
|
name: 'Cover 05'
|
||||||
|
id: cover_05
|
||||||
|
open_action:
|
||||||
|
- switch.turn_off: cover_close_05_out10
|
||||||
|
- switch.turn_on: cover_open_05_out09
|
||||||
|
open_duration: 10s
|
||||||
|
close_action:
|
||||||
|
- switch.turn_off: cover_open_05_out09
|
||||||
|
- switch.turn_on: cover_close_05_out10
|
||||||
|
close_duration: 10s
|
||||||
|
stop_action:
|
||||||
|
- switch.turn_off: cover_open_05_out09
|
||||||
|
- switch.turn_off: cover_close_05_out10
|
||||||
|
|
||||||
|
- platform: time_based
|
||||||
|
name: 'Cover 06'
|
||||||
|
id: cover_06
|
||||||
|
open_action:
|
||||||
|
- switch.turn_off: cover_close_06_out12
|
||||||
|
- switch.turn_on: cover_open_06_out11
|
||||||
|
open_duration: 10s
|
||||||
|
close_action:
|
||||||
|
- switch.turn_off: cover_open_06_out11
|
||||||
|
- switch.turn_on: cover_close_06_out12
|
||||||
|
close_duration: 10s
|
||||||
|
stop_action:
|
||||||
|
- switch.turn_off: cover_open_06_out11
|
||||||
|
- switch.turn_off: cover_close_06_out12
|
||||||
|
|
||||||
|
- platform: time_based
|
||||||
|
name: 'Cover 07'
|
||||||
|
id: cover_07
|
||||||
|
open_action:
|
||||||
|
- switch.turn_off: cover_close_07_out14
|
||||||
|
- switch.turn_on: cover_open_07_out13
|
||||||
|
open_duration: 10s
|
||||||
|
close_action:
|
||||||
|
- switch.turn_off: cover_open_07_out13
|
||||||
|
- switch.turn_on: cover_close_07_out14
|
||||||
|
close_duration: 10s
|
||||||
|
stop_action:
|
||||||
|
- switch.turn_off: cover_open_07_out13
|
||||||
|
- switch.turn_off: cover_close_07_out14
|
||||||
|
|
||||||
|
- platform: time_based
|
||||||
|
name: 'Cover 08'
|
||||||
|
id: cover_08
|
||||||
|
open_action:
|
||||||
|
- switch.turn_off: cover_close_08_out16
|
||||||
|
- switch.turn_on: cover_open_08_out15
|
||||||
|
open_duration: 10s
|
||||||
|
close_action:
|
||||||
|
- switch.turn_off: cover_open_08_out15
|
||||||
|
- switch.turn_on: cover_close_08_out16
|
||||||
|
close_duration: 10s
|
||||||
|
stop_action:
|
||||||
|
- switch.turn_off: cover_open_08_out15
|
||||||
|
- switch.turn_off: cover_close_08_out16
|
||||||
|
|
||||||
|
- platform: time_based
|
||||||
|
name: 'Cover 09'
|
||||||
|
id: cover_09
|
||||||
|
open_action:
|
||||||
|
- switch.turn_off: cover_close_09_out18
|
||||||
|
- switch.turn_on: cover_open_09_out17
|
||||||
|
open_duration: 10s
|
||||||
|
close_action:
|
||||||
|
- switch.turn_off: cover_open_09_out17
|
||||||
|
- switch.turn_on: cover_close_09_out18
|
||||||
|
close_duration: 10s
|
||||||
|
stop_action:
|
||||||
|
- switch.turn_off: cover_open_09_out17
|
||||||
|
- switch.turn_off: cover_close_09_out18
|
||||||
|
|
||||||
|
- platform: time_based
|
||||||
|
name: 'Cover 10'
|
||||||
|
id: cover_10
|
||||||
|
open_action:
|
||||||
|
- switch.turn_off: cover_close_10_out20
|
||||||
|
- switch.turn_on: cover_open_10_out19
|
||||||
|
open_duration: 10s
|
||||||
|
close_action:
|
||||||
|
- switch.turn_off: cover_open_10_out19
|
||||||
|
- switch.turn_on: cover_close_10_out20
|
||||||
|
close_duration: 10s
|
||||||
|
stop_action:
|
||||||
|
- switch.turn_off: cover_open_10_out19
|
||||||
|
- switch.turn_off: cover_close_10_out20
|
||||||
|
|
||||||
|
- platform: time_based
|
||||||
|
name: 'Cover 11'
|
||||||
|
id: cover_11
|
||||||
|
open_action:
|
||||||
|
- switch.turn_off: cover_close_11_out22
|
||||||
|
- switch.turn_on: cover_open_11_out21
|
||||||
|
open_duration: 10s
|
||||||
|
close_action:
|
||||||
|
- switch.turn_off: cover_open_11_out21
|
||||||
|
- switch.turn_on: cover_close_11_out22
|
||||||
|
close_duration: 10s
|
||||||
|
stop_action:
|
||||||
|
- switch.turn_off: cover_open_11_out21
|
||||||
|
- switch.turn_off: cover_close_11_out22
|
||||||
|
|
||||||
|
- platform: time_based
|
||||||
|
name: 'Cover 12'
|
||||||
|
id: cover_12
|
||||||
|
open_action:
|
||||||
|
- switch.turn_off: cover_close_12_out24
|
||||||
|
- switch.turn_on: cover_open_12_out23
|
||||||
|
open_duration: 10s
|
||||||
|
close_action:
|
||||||
|
- switch.turn_off: cover_open_12_out23
|
||||||
|
- switch.turn_on: cover_close_12_out24
|
||||||
|
close_duration: 10s
|
||||||
|
stop_action:
|
||||||
|
- switch.turn_off: cover_open_12_out23
|
||||||
|
- switch.turn_off: cover_close_12_out24
|
||||||
|
|
||||||
|
- platform: time_based
|
||||||
|
name: 'Cover 13'
|
||||||
|
id: cover_13
|
||||||
|
open_action:
|
||||||
|
- switch.turn_off: cover_close_13_out26
|
||||||
|
- switch.turn_on: cover_open_13_out25
|
||||||
|
open_duration: 10s
|
||||||
|
close_action:
|
||||||
|
- switch.turn_off: cover_open_13_out25
|
||||||
|
- switch.turn_on: cover_close_13_out26
|
||||||
|
close_duration: 10s
|
||||||
|
stop_action:
|
||||||
|
- switch.turn_off: cover_open_13_out25
|
||||||
|
- switch.turn_off: cover_close_13_out26
|
||||||
|
|
||||||
|
- platform: time_based
|
||||||
|
name: 'Cover 14'
|
||||||
|
id: cover_14
|
||||||
|
open_action:
|
||||||
|
- switch.turn_off: cover_close_14_out28
|
||||||
|
- switch.turn_on: cover_open_14_out27
|
||||||
|
open_duration: 10s
|
||||||
|
close_action:
|
||||||
|
- switch.turn_off: cover_open_14_out27
|
||||||
|
- switch.turn_on: cover_close_14_out28
|
||||||
|
close_duration: 10s
|
||||||
|
stop_action:
|
||||||
|
- switch.turn_off: cover_open_14_out27
|
||||||
|
- switch.turn_off: cover_close_14_out28
|
||||||
|
|
||||||
|
- platform: time_based
|
||||||
|
name: 'Cover 15'
|
||||||
|
id: cover_15
|
||||||
|
open_action:
|
||||||
|
- switch.turn_off: cover_close_15_out30
|
||||||
|
- switch.turn_on: cover_open_15_out29
|
||||||
|
open_duration: 10s
|
||||||
|
close_action:
|
||||||
|
- switch.turn_off: cover_open_15_out29
|
||||||
|
- switch.turn_on: cover_close_15_out30
|
||||||
|
close_duration: 10s
|
||||||
|
stop_action:
|
||||||
|
- switch.turn_off: cover_open_15_out29
|
||||||
|
- switch.turn_off: cover_close_15_out30
|
||||||
|
|
||||||
|
- platform: time_based
|
||||||
|
name: 'Cover 16'
|
||||||
|
id: cover_16
|
||||||
|
open_action:
|
||||||
|
- switch.turn_off: cover_close_16_out32
|
||||||
|
- switch.turn_on: cover_open_16_out31
|
||||||
|
open_duration: 10s
|
||||||
|
close_action:
|
||||||
|
- switch.turn_off: cover_open_16_out31
|
||||||
|
- switch.turn_on: cover_close_16_out32
|
||||||
|
close_duration: 10s
|
||||||
|
stop_action:
|
||||||
|
- switch.turn_off: cover_open_16_out31
|
||||||
|
- switch.turn_off: cover_close_16_out32
|
||||||
|
|
||||||
|
binary_sensor:
|
||||||
|
- platform: gpio
|
||||||
|
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: '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: '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: '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: '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: '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: '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: '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: '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: '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: '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: '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: '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: '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: '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: '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: '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: 'IN_18'
|
||||||
|
id: in_18
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_15to28
|
||||||
|
number: 3
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- cover.close: cover_09
|
||||||
|
on_release:
|
||||||
|
then:
|
||||||
|
- cover.stop: cover_09
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
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: 'IN_20'
|
||||||
|
id: in_20
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_15to28
|
||||||
|
number: 1
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- cover.close: cover_10
|
||||||
|
on_release:
|
||||||
|
then:
|
||||||
|
- cover.stop: cover_10
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
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: 'IN_22'
|
||||||
|
id: in_22
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_15to28
|
||||||
|
number: 8
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- cover.close: cover_11
|
||||||
|
on_release:
|
||||||
|
then:
|
||||||
|
- cover.stop: cover_11
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
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: 'IN_24'
|
||||||
|
id: in_24
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_15to28
|
||||||
|
number: 10
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- cover.close: cover_12
|
||||||
|
on_release:
|
||||||
|
then:
|
||||||
|
- cover.stop: cover_12
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
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: 'IN_26'
|
||||||
|
id: in_26
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_15to28
|
||||||
|
number: 12
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- cover.close: cover_13
|
||||||
|
on_release:
|
||||||
|
then:
|
||||||
|
- cover.stop: cover_13
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
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: 'IN_28'
|
||||||
|
id: in_28
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_15to28
|
||||||
|
number: 14
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- cover.close: cover_14
|
||||||
|
on_release:
|
||||||
|
then:
|
||||||
|
- cover.stop: cover_14
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
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: 'IN_30'
|
||||||
|
id: in_30
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_28to35_menu
|
||||||
|
number: 1
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- cover.close: cover_15
|
||||||
|
on_release:
|
||||||
|
then:
|
||||||
|
- cover.stop: cover_15
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
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: 'IN_32'
|
||||||
|
id: in_32
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_28to35_menu
|
||||||
|
number: 3
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- cover.close: cover_16
|
||||||
|
on_release:
|
||||||
|
then:
|
||||||
|
- cover.stop: cover_16
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_33'
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_28to35_menu
|
||||||
|
number: 4
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_34'
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_28to35_menu
|
||||||
|
number: 5
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_35'
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_28to35_menu
|
||||||
|
number: 6
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
837
boneio-cover_v0_7.yaml
Normal file
837
boneio-cover_v0_7.yaml
Normal file
@@ -0,0 +1,837 @@
|
|||||||
|
substitutions:
|
||||||
|
name: boneio-c-07
|
||||||
|
friendly_name: 'BoneIO ESP Cover'
|
||||||
|
|
||||||
|
esphome:
|
||||||
|
name: '${name}'
|
||||||
|
friendly_name: '${friendly_name}'
|
||||||
|
platform: ESP32
|
||||||
|
board: nodemcu-32s
|
||||||
|
name_add_mac_suffix: true
|
||||||
|
project:
|
||||||
|
name: boneio.32x10-cover
|
||||||
|
version: '1.0'
|
||||||
|
|
||||||
|
ethernet:
|
||||||
|
id: eth
|
||||||
|
type: LAN8720
|
||||||
|
mdc_pin: GPIO23
|
||||||
|
mdio_pin: GPIO18
|
||||||
|
clk_mode: GPIO0_IN
|
||||||
|
phy_addr: 1
|
||||||
|
power_pin: GPIO16
|
||||||
|
|
||||||
|
dashboard_import:
|
||||||
|
package_import_url: github://boneIO-eu/esphome/boneio-cover_v0_7.yaml@v1.0.3
|
||||||
|
import_full_config: true
|
||||||
|
|
||||||
|
packages:
|
||||||
|
internals_packages:
|
||||||
|
url: https://github.com/boneIO-eu/esphome
|
||||||
|
ref: v1.0.3
|
||||||
|
files: [
|
||||||
|
'devices/buzzer.yaml',
|
||||||
|
'devices_v0_7/display.yaml',
|
||||||
|
'devices_v0_7/i2c.yaml',
|
||||||
|
'devices_v0_7/ina219.yaml',
|
||||||
|
'devices_v0_7/lm75b.yaml',
|
||||||
|
'devices_v0_7/pcf.yaml',
|
||||||
|
'boards/16_cover_pcf.yaml',
|
||||||
|
# 'devices_v0_7/one_wire.yaml',
|
||||||
|
# 'devices_v0_7/uart.yaml',
|
||||||
|
]
|
||||||
|
|
||||||
|
logger:
|
||||||
|
api:
|
||||||
|
ota:
|
||||||
|
password: boneio
|
||||||
|
|
||||||
|
web_server:
|
||||||
|
port: 80
|
||||||
|
local: true
|
||||||
|
|
||||||
|
time:
|
||||||
|
- platform: homeassistant
|
||||||
|
timezone: Europe/Warsaw
|
||||||
|
id: homeassistant_time
|
||||||
|
|
||||||
|
cover:
|
||||||
|
- platform: time_based
|
||||||
|
name: 'Cover 01'
|
||||||
|
id: cover_01
|
||||||
|
open_action:
|
||||||
|
- switch.turn_off: cover_close_01_out02
|
||||||
|
- switch.turn_on: cover_open_01_out01
|
||||||
|
open_duration: 10s
|
||||||
|
close_action:
|
||||||
|
- switch.turn_off: cover_open_01_out01
|
||||||
|
- switch.turn_on: cover_close_01_out02
|
||||||
|
close_duration: 10s
|
||||||
|
stop_action:
|
||||||
|
- switch.turn_off: cover_open_01_out01
|
||||||
|
- switch.turn_off: cover_close_01_out02
|
||||||
|
|
||||||
|
- platform: time_based
|
||||||
|
name: 'Cover 02'
|
||||||
|
id: cover_02
|
||||||
|
open_action:
|
||||||
|
- switch.turn_off: cover_close_02_out04
|
||||||
|
- switch.turn_on: cover_open_02_out03
|
||||||
|
open_duration: 10s
|
||||||
|
close_action:
|
||||||
|
- switch.turn_off: cover_open_02_out03
|
||||||
|
- switch.turn_on: cover_close_02_out04
|
||||||
|
close_duration: 10s
|
||||||
|
stop_action:
|
||||||
|
- switch.turn_off: cover_open_02_out03
|
||||||
|
- switch.turn_off: cover_close_02_out04
|
||||||
|
|
||||||
|
- platform: time_based
|
||||||
|
name: 'Cover 03'
|
||||||
|
id: cover_03
|
||||||
|
open_action:
|
||||||
|
- switch.turn_off: cover_close_03_out06
|
||||||
|
- switch.turn_on: cover_open_03_out05
|
||||||
|
open_duration: 10s
|
||||||
|
close_action:
|
||||||
|
- switch.turn_off: cover_open_03_out05
|
||||||
|
- switch.turn_on: cover_close_03_out06
|
||||||
|
close_duration: 10s
|
||||||
|
stop_action:
|
||||||
|
- switch.turn_off: cover_open_03_out05
|
||||||
|
- switch.turn_off: cover_close_03_out06
|
||||||
|
|
||||||
|
- platform: time_based
|
||||||
|
name: 'Cover 04'
|
||||||
|
id: cover_04
|
||||||
|
open_action:
|
||||||
|
- switch.turn_off: cover_close_04_out08
|
||||||
|
- switch.turn_on: cover_open_04_out07
|
||||||
|
open_duration: 10s
|
||||||
|
close_action:
|
||||||
|
- switch.turn_off: cover_open_04_out07
|
||||||
|
- switch.turn_on: cover_close_04_out08
|
||||||
|
close_duration: 10s
|
||||||
|
stop_action:
|
||||||
|
- switch.turn_off: cover_open_04_out07
|
||||||
|
- switch.turn_off: cover_close_04_out08
|
||||||
|
|
||||||
|
- platform: time_based
|
||||||
|
name: 'Cover 05'
|
||||||
|
id: cover_05
|
||||||
|
open_action:
|
||||||
|
- switch.turn_off: cover_close_05_out10
|
||||||
|
- switch.turn_on: cover_open_05_out09
|
||||||
|
open_duration: 10s
|
||||||
|
close_action:
|
||||||
|
- switch.turn_off: cover_open_05_out09
|
||||||
|
- switch.turn_on: cover_close_05_out10
|
||||||
|
close_duration: 10s
|
||||||
|
stop_action:
|
||||||
|
- switch.turn_off: cover_open_05_out09
|
||||||
|
- switch.turn_off: cover_close_05_out10
|
||||||
|
|
||||||
|
- platform: time_based
|
||||||
|
name: 'Cover 06'
|
||||||
|
id: cover_06
|
||||||
|
open_action:
|
||||||
|
- switch.turn_off: cover_close_06_out12
|
||||||
|
- switch.turn_on: cover_open_06_out11
|
||||||
|
open_duration: 10s
|
||||||
|
close_action:
|
||||||
|
- switch.turn_off: cover_open_06_out11
|
||||||
|
- switch.turn_on: cover_close_06_out12
|
||||||
|
close_duration: 10s
|
||||||
|
stop_action:
|
||||||
|
- switch.turn_off: cover_open_06_out11
|
||||||
|
- switch.turn_off: cover_close_06_out12
|
||||||
|
|
||||||
|
- platform: time_based
|
||||||
|
name: 'Cover 07'
|
||||||
|
id: cover_07
|
||||||
|
open_action:
|
||||||
|
- switch.turn_off: cover_close_07_out14
|
||||||
|
- switch.turn_on: cover_open_07_out13
|
||||||
|
open_duration: 10s
|
||||||
|
close_action:
|
||||||
|
- switch.turn_off: cover_open_07_out13
|
||||||
|
- switch.turn_on: cover_close_07_out14
|
||||||
|
close_duration: 10s
|
||||||
|
stop_action:
|
||||||
|
- switch.turn_off: cover_open_07_out13
|
||||||
|
- switch.turn_off: cover_close_07_out14
|
||||||
|
|
||||||
|
- platform: time_based
|
||||||
|
name: 'Cover 08'
|
||||||
|
id: cover_08
|
||||||
|
open_action:
|
||||||
|
- switch.turn_off: cover_close_08_out16
|
||||||
|
- switch.turn_on: cover_open_08_out15
|
||||||
|
open_duration: 10s
|
||||||
|
close_action:
|
||||||
|
- switch.turn_off: cover_open_08_out15
|
||||||
|
- switch.turn_on: cover_close_08_out16
|
||||||
|
close_duration: 10s
|
||||||
|
stop_action:
|
||||||
|
- switch.turn_off: cover_open_08_out15
|
||||||
|
- switch.turn_off: cover_close_08_out16
|
||||||
|
|
||||||
|
- platform: time_based
|
||||||
|
name: 'Cover 09'
|
||||||
|
id: cover_09
|
||||||
|
open_action:
|
||||||
|
- switch.turn_off: cover_close_09_out18
|
||||||
|
- switch.turn_on: cover_open_09_out17
|
||||||
|
open_duration: 10s
|
||||||
|
close_action:
|
||||||
|
- switch.turn_off: cover_open_09_out17
|
||||||
|
- switch.turn_on: cover_close_09_out18
|
||||||
|
close_duration: 10s
|
||||||
|
stop_action:
|
||||||
|
- switch.turn_off: cover_open_09_out17
|
||||||
|
- switch.turn_off: cover_close_09_out18
|
||||||
|
|
||||||
|
- platform: time_based
|
||||||
|
name: 'Cover 10'
|
||||||
|
id: cover_10
|
||||||
|
open_action:
|
||||||
|
- switch.turn_off: cover_close_10_out20
|
||||||
|
- switch.turn_on: cover_open_10_out19
|
||||||
|
open_duration: 10s
|
||||||
|
close_action:
|
||||||
|
- switch.turn_off: cover_open_10_out19
|
||||||
|
- switch.turn_on: cover_close_10_out20
|
||||||
|
close_duration: 10s
|
||||||
|
stop_action:
|
||||||
|
- switch.turn_off: cover_open_10_out19
|
||||||
|
- switch.turn_off: cover_close_10_out20
|
||||||
|
|
||||||
|
- platform: time_based
|
||||||
|
name: 'Cover 11'
|
||||||
|
id: cover_11
|
||||||
|
open_action:
|
||||||
|
- switch.turn_off: cover_close_11_out22
|
||||||
|
- switch.turn_on: cover_open_11_out21
|
||||||
|
open_duration: 10s
|
||||||
|
close_action:
|
||||||
|
- switch.turn_off: cover_open_11_out21
|
||||||
|
- switch.turn_on: cover_close_11_out22
|
||||||
|
close_duration: 10s
|
||||||
|
stop_action:
|
||||||
|
- switch.turn_off: cover_open_11_out21
|
||||||
|
- switch.turn_off: cover_close_11_out22
|
||||||
|
|
||||||
|
- platform: time_based
|
||||||
|
name: 'Cover 12'
|
||||||
|
id: cover_12
|
||||||
|
open_action:
|
||||||
|
- switch.turn_off: cover_close_12_out24
|
||||||
|
- switch.turn_on: cover_open_12_out23
|
||||||
|
open_duration: 10s
|
||||||
|
close_action:
|
||||||
|
- switch.turn_off: cover_open_12_out23
|
||||||
|
- switch.turn_on: cover_close_12_out24
|
||||||
|
close_duration: 10s
|
||||||
|
stop_action:
|
||||||
|
- switch.turn_off: cover_open_12_out23
|
||||||
|
- switch.turn_off: cover_close_12_out24
|
||||||
|
|
||||||
|
- platform: time_based
|
||||||
|
name: 'Cover 13'
|
||||||
|
id: cover_13
|
||||||
|
open_action:
|
||||||
|
- switch.turn_off: cover_close_13_out26
|
||||||
|
- switch.turn_on: cover_open_13_out25
|
||||||
|
open_duration: 10s
|
||||||
|
close_action:
|
||||||
|
- switch.turn_off: cover_open_13_out25
|
||||||
|
- switch.turn_on: cover_close_13_out26
|
||||||
|
close_duration: 10s
|
||||||
|
stop_action:
|
||||||
|
- switch.turn_off: cover_open_13_out25
|
||||||
|
- switch.turn_off: cover_close_13_out26
|
||||||
|
|
||||||
|
- platform: time_based
|
||||||
|
name: 'Cover 14'
|
||||||
|
id: cover_14
|
||||||
|
open_action:
|
||||||
|
- switch.turn_off: cover_close_14_out28
|
||||||
|
- switch.turn_on: cover_open_14_out27
|
||||||
|
open_duration: 10s
|
||||||
|
close_action:
|
||||||
|
- switch.turn_off: cover_open_14_out27
|
||||||
|
- switch.turn_on: cover_close_14_out28
|
||||||
|
close_duration: 10s
|
||||||
|
stop_action:
|
||||||
|
- switch.turn_off: cover_open_14_out27
|
||||||
|
- switch.turn_off: cover_close_14_out28
|
||||||
|
|
||||||
|
- platform: time_based
|
||||||
|
name: 'Cover 15'
|
||||||
|
id: cover_15
|
||||||
|
open_action:
|
||||||
|
- switch.turn_off: cover_close_15_out30
|
||||||
|
- switch.turn_on: cover_open_15_out29
|
||||||
|
open_duration: 10s
|
||||||
|
close_action:
|
||||||
|
- switch.turn_off: cover_open_15_out29
|
||||||
|
- switch.turn_on: cover_close_15_out30
|
||||||
|
close_duration: 10s
|
||||||
|
stop_action:
|
||||||
|
- switch.turn_off: cover_open_15_out29
|
||||||
|
- switch.turn_off: cover_close_15_out30
|
||||||
|
|
||||||
|
- platform: time_based
|
||||||
|
name: 'Cover 16'
|
||||||
|
id: cover_16
|
||||||
|
open_action:
|
||||||
|
- switch.turn_off: cover_close_16_out32
|
||||||
|
- switch.turn_on: cover_open_16_out31
|
||||||
|
open_duration: 10s
|
||||||
|
close_action:
|
||||||
|
- switch.turn_off: cover_open_16_out31
|
||||||
|
- switch.turn_on: cover_close_16_out32
|
||||||
|
close_duration: 10s
|
||||||
|
stop_action:
|
||||||
|
- switch.turn_off: cover_open_16_out31
|
||||||
|
- switch.turn_off: cover_close_16_out32
|
||||||
|
|
||||||
|
binary_sensor:
|
||||||
|
- platform: gpio
|
||||||
|
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: '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: '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: '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: '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: '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: '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: '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: '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: '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: '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: '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: '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: '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: '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: '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: '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: 'IN_18'
|
||||||
|
id: in_18
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_15to28
|
||||||
|
number: 3
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- cover.close: cover_09
|
||||||
|
on_release:
|
||||||
|
then:
|
||||||
|
- cover.stop: cover_09
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
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: 'IN_20'
|
||||||
|
id: in_20
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_15to28
|
||||||
|
number: 1
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- cover.close: cover_10
|
||||||
|
on_release:
|
||||||
|
then:
|
||||||
|
- cover.stop: cover_10
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
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: 'IN_22'
|
||||||
|
id: in_22
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_15to28
|
||||||
|
number: 8
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- cover.close: cover_11
|
||||||
|
on_release:
|
||||||
|
then:
|
||||||
|
- cover.stop: cover_11
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
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: 'IN_24'
|
||||||
|
id: in_24
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_15to28
|
||||||
|
number: 10
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- cover.close: cover_12
|
||||||
|
on_release:
|
||||||
|
then:
|
||||||
|
- cover.stop: cover_12
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
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: 'IN_26'
|
||||||
|
id: in_26
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_15to28
|
||||||
|
number: 12
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- cover.close: cover_13
|
||||||
|
on_release:
|
||||||
|
then:
|
||||||
|
- cover.stop: cover_13
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
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: 'IN_28'
|
||||||
|
id: in_28
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_15to28
|
||||||
|
number: 14
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- cover.close: cover_14
|
||||||
|
on_release:
|
||||||
|
then:
|
||||||
|
- cover.stop: cover_14
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
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: 'IN_30'
|
||||||
|
id: in_30
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_28to35_menu
|
||||||
|
number: 1
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- cover.close: cover_15
|
||||||
|
on_release:
|
||||||
|
then:
|
||||||
|
- cover.stop: cover_15
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
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: 'IN_32'
|
||||||
|
id: in_32
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_28to35_menu
|
||||||
|
number: 3
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
- cover.close: cover_16
|
||||||
|
on_release:
|
||||||
|
then:
|
||||||
|
- cover.stop: cover_16
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_33'
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_28to35_menu
|
||||||
|
number: 4
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_34'
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_28to35_menu
|
||||||
|
number: 5
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
|
||||||
|
- platform: gpio
|
||||||
|
name: 'IN_35'
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_28to35_menu
|
||||||
|
number: 6
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
@@ -1,57 +0,0 @@
|
|||||||
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:
|
|
||||||
# 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
|
|
||||||
|
|
||||||
logger:
|
|
||||||
baud_rate: 0
|
|
||||||
api:
|
|
||||||
ota:
|
|
||||||
password: boneio
|
|
||||||
# disable web server - for testing only
|
|
||||||
web_server:
|
|
||||||
port: 80
|
|
||||||
local: true
|
|
||||||
|
|
||||||
time:
|
|
||||||
- platform: homeassistant
|
|
||||||
timezone: Europe/Warsaw
|
|
||||||
id: homeassistant_time
|
|
||||||
# instead try to synchronize via network repeatedly ...
|
|
||||||
on_time_sync:
|
|
||||||
then:
|
|
||||||
# ... and update the RTC when the synchronization was successful
|
|
||||||
ds1307.write_time:
|
|
||||||
@@ -1,58 +0,0 @@
|
|||||||
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:
|
|
||||||
# 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
|
|
||||||
|
|
||||||
|
|
||||||
logger:
|
|
||||||
baud_rate: 0
|
|
||||||
api:
|
|
||||||
ota:
|
|
||||||
password: boneio
|
|
||||||
# disable web server - for testing only
|
|
||||||
web_server:
|
|
||||||
port: 80
|
|
||||||
local: true
|
|
||||||
|
|
||||||
time:
|
|
||||||
- platform: homeassistant
|
|
||||||
timezone: Europe/Warsaw
|
|
||||||
id: homeassistant_time
|
|
||||||
# instead try to synchronize via network repeatedly ...
|
|
||||||
on_time_sync:
|
|
||||||
then:
|
|
||||||
# ... and update the RTC when the synchronization was successful
|
|
||||||
ds1307.write_time:
|
|
||||||
@@ -1,55 +0,0 @@
|
|||||||
#i2c address: 0x26 input pcf io
|
|
||||||
#i2c address: 0x27 input pcf io
|
|
||||||
#i2c address: 0x40 input ina219 power
|
|
||||||
#i2c address: 0x68 input rtc ds1307
|
|
||||||
time:
|
|
||||||
- platform: ds1307
|
|
||||||
id: ds1307_time
|
|
||||||
address: 0x68
|
|
||||||
i2c_id: bus_a
|
|
||||||
|
|
||||||
sensor:
|
|
||||||
# Module power consmption
|
|
||||||
- platform: ina219
|
|
||||||
address: 0x40
|
|
||||||
i2c_id: bus_a
|
|
||||||
shunt_resistance: 0.1 ohm
|
|
||||||
current:
|
|
||||||
id: ina_current
|
|
||||||
name: "${node_name} INA219 Current"
|
|
||||||
power:
|
|
||||||
id: ina_power
|
|
||||||
name: "${node_name} INA219 Power"
|
|
||||||
bus_voltage:
|
|
||||||
id: ina_bus_voltage
|
|
||||||
name: "${node_name} INA219 Bus Voltage"
|
|
||||||
shunt_voltage:
|
|
||||||
id: ina_shunt_voltage
|
|
||||||
name: "${node_name} INA219 Shunt Voltage"
|
|
||||||
max_voltage: 32.0V
|
|
||||||
max_current: 3.2A
|
|
||||||
update_interval: 30s
|
|
||||||
|
|
||||||
switch:
|
|
||||||
- platform: gpio
|
|
||||||
id: buzzer
|
|
||||||
name: "Buzzer"
|
|
||||||
pin:
|
|
||||||
number: GPIO2
|
|
||||||
mode:
|
|
||||||
output: true
|
|
||||||
inverted: false
|
|
||||||
pcf8574:
|
|
||||||
- id: 'pcf_inputs_1to14'
|
|
||||||
i2c_id: bus_a
|
|
||||||
address: 0x20
|
|
||||||
pcf8575: true
|
|
||||||
- id: 'pcf_inputs_15to28'
|
|
||||||
i2c_id: bus_a
|
|
||||||
address: 0x21
|
|
||||||
pcf8575: true
|
|
||||||
- id: 'pcf_inputs_28to35_menu'
|
|
||||||
i2c_id: bus_a
|
|
||||||
address: 0x22
|
|
||||||
pcf8575: false
|
|
||||||
|
|
||||||
9
devices/buzzer.yaml
Normal file
9
devices/buzzer.yaml
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
switch:
|
||||||
|
- platform: gpio
|
||||||
|
id: buzzer
|
||||||
|
name: 'Buzzer'
|
||||||
|
pin:
|
||||||
|
number: GPIO2
|
||||||
|
mode:
|
||||||
|
output: true
|
||||||
|
inverted: false
|
||||||
@@ -1,13 +0,0 @@
|
|||||||
#i2c address: 0x48 output lm75b temp
|
|
||||||
#LM75B
|
|
||||||
external_components:
|
|
||||||
- source: github://btomala/esphome-LM75@v1.0
|
|
||||||
components: [ lm75 ]
|
|
||||||
|
|
||||||
sensor:
|
|
||||||
# Lower board temperature
|
|
||||||
- platform: lm75
|
|
||||||
id: boneIO_temp
|
|
||||||
name: "${node_name} LM75B Temperature"
|
|
||||||
update_interval: 30s
|
|
||||||
i2c_id: bus_b
|
|
||||||
@@ -1,30 +0,0 @@
|
|||||||
i2c:
|
|
||||||
- id: bus_a
|
|
||||||
sda: GPIO14
|
|
||||||
scl: GPIO15
|
|
||||||
scan: True
|
|
||||||
frequency: 400kHz
|
|
||||||
- id: bus_b
|
|
||||||
sda: GPIO17
|
|
||||||
scl: GPIO33
|
|
||||||
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
|
|
||||||
mdc_pin: GPIO23
|
|
||||||
mdio_pin: GPIO18
|
|
||||||
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
|
|
||||||
@@ -23,10 +23,18 @@ sensor:
|
|||||||
|
|
||||||
text_sensor:
|
text_sensor:
|
||||||
- platform: template
|
- platform: template
|
||||||
name: ${node_name} Uptime
|
name: Uptime
|
||||||
id: wt32_uptime
|
id: wt32_uptime
|
||||||
entity_category: diagnostic
|
entity_category: diagnostic
|
||||||
icon: mdi:clock-start
|
icon: mdi:clock-start
|
||||||
|
- platform: template
|
||||||
|
name: 'IP Address'
|
||||||
|
id: ip_address
|
||||||
|
entity_category: diagnostic
|
||||||
|
icon: 'mdi:ip-network'
|
||||||
|
lambda: |-
|
||||||
|
return id(eth).get_ip_addresses().empty() ? "Unset" : id(eth).get_ip_addresses()[0].str();
|
||||||
|
update_interval: 60s
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- id: screensaver_script
|
- id: screensaver_script
|
||||||
@@ -40,11 +48,10 @@ script:
|
|||||||
|
|
||||||
esphome:
|
esphome:
|
||||||
on_boot:
|
on_boot:
|
||||||
# by default display show the first page defined in display (which is the logo page) until full initialization
|
|
||||||
# after that we show the first_page and start the screensaver script
|
|
||||||
priority: 0
|
priority: 0
|
||||||
then:
|
then:
|
||||||
- display.page.show: first_page
|
- display.page.show: first_page
|
||||||
|
- component.update: ip_address
|
||||||
- component.update: oled_display
|
- component.update: oled_display
|
||||||
- script.execute: screensaver_script
|
- script.execute: screensaver_script
|
||||||
|
|
||||||
@@ -74,9 +81,6 @@ binary_sensor:
|
|||||||
# on the screensaver, show the logo for a while and display the first page
|
# on the screensaver, show the logo for a while and display the first page
|
||||||
display.is_displaying_page: screensaver
|
display.is_displaying_page: screensaver
|
||||||
then:
|
then:
|
||||||
- display.page.show: logo_page
|
|
||||||
- component.update: oled_display
|
|
||||||
- delay: 500ms
|
|
||||||
- display.page.show: first_page
|
- display.page.show: first_page
|
||||||
- component.update: oled_display
|
- component.update: oled_display
|
||||||
else:
|
else:
|
||||||
@@ -86,8 +90,6 @@ binary_sensor:
|
|||||||
# restart screensaver script
|
# restart screensaver script
|
||||||
- script.execute: 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:
|
display:
|
||||||
- platform: ssd1306_i2c
|
- platform: ssd1306_i2c
|
||||||
id: oled_display
|
id: oled_display
|
||||||
@@ -96,44 +98,34 @@ display:
|
|||||||
i2c_id: bus_b
|
i2c_id: bus_b
|
||||||
contrast: 0.5
|
contrast: 0.5
|
||||||
pages:
|
pages:
|
||||||
- id: logo_page
|
|
||||||
lambda: |-
|
|
||||||
it.printf(64,25, id(danubeBig), TextAlign::BASELINE_CENTER, "BoneIO");
|
|
||||||
it.printf(64,40, id(dejaVuSmall), TextAlign::BASELINE_CENTER, "take control");
|
|
||||||
it.printf(64,50, id(dejaVuSmall), TextAlign::BASELINE_CENTER, "of your home");
|
|
||||||
- id: first_page
|
- id: first_page
|
||||||
lambda: |-
|
lambda: |-
|
||||||
it.rectangle(0, 0, 126, 15);
|
it.rectangle(0, 0, 126, 15);
|
||||||
it.printf(64,11, id(danubeSmall), TextAlign::BASELINE_CENTER, "BoneIO");
|
it.printf(64,11, id(size_10), TextAlign::BASELINE_CENTER, "bone IO");
|
||||||
it.strftime(64, 25, id(dejaVuSmall), TextAlign::BASELINE_CENTER ,"%c", id(ds1307_time).now());
|
it.printf(4, 37, id(size_10), TextAlign::BASELINE_LEFT ,"IP addr:");
|
||||||
it.printf(4, 49, id(dejaVuSmall), TextAlign::BASELINE_LEFT ,"Uptime:");
|
it.printf(124, 37, id(size_10), TextAlign::BASELINE_RIGHT ,"%s", id(ip_address).state.c_str());
|
||||||
it.printf(124, 49, id(dejaVuSmall), TextAlign::BASELINE_RIGHT ,"%s", id(wt32_uptime).state.c_str());
|
it.printf(4, 49, id(size_10), TextAlign::BASELINE_LEFT ,"Uptime:");
|
||||||
it.printf(4, 61, id(dejaVuSmall), TextAlign::BASELINE_LEFT ,"Temperature:");
|
it.printf(124, 49, id(size_10), TextAlign::BASELINE_RIGHT ,"%s", id(wt32_uptime).state.c_str());
|
||||||
it.printf(124, 61, id(dejaVuSmall), TextAlign::BASELINE_RIGHT ,"%.2f°C", id(boneIO_temp).state);
|
it.printf(4, 61, id(size_10), TextAlign::BASELINE_LEFT ,"Temperature:");
|
||||||
|
it.printf(124, 61, id(size_10), TextAlign::BASELINE_RIGHT ,"%.2f°C", id(boneIO_temp).state);
|
||||||
# additional pages should be defined between the first and last page
|
# additional pages should be defined between the first and last page
|
||||||
- id: last_page
|
- id: last_page
|
||||||
lambda: |-
|
lambda: |-
|
||||||
it.rectangle(0, 0, 126, 15);
|
it.rectangle(0, 0, 126, 15);
|
||||||
it.printf(64,11, id(danubeSmall), TextAlign::BASELINE_CENTER, "BoneIO");
|
it.printf(64,11, id(size_10), TextAlign::BASELINE_CENTER, "bone IO");
|
||||||
it.printf(4, 25, id(dejaVuSmall), TextAlign::BASELINE_LEFT ,"Current:");
|
it.printf(4, 25, id(size_10), TextAlign::BASELINE_LEFT ,"Current:");
|
||||||
it.printf(124, 25, id(dejaVuSmall), TextAlign::BASELINE_RIGHT ,"%.3fA", id(ina_current).state);
|
it.printf(124, 25, id(size_10), TextAlign::BASELINE_RIGHT ,"%.3fA", id(ina_current).state);
|
||||||
it.printf(4, 37, id(dejaVuSmall), TextAlign::BASELINE_LEFT ,"Power:");
|
it.printf(4, 37, id(size_10), TextAlign::BASELINE_LEFT ,"Power:");
|
||||||
it.printf(124, 37, id(dejaVuSmall), TextAlign::BASELINE_RIGHT ,"%.2fW", id(ina_power).state);
|
it.printf(124, 37, id(size_10), TextAlign::BASELINE_RIGHT ,"%.2fW", id(ina_power).state);
|
||||||
it.printf(4, 49, id(dejaVuSmall), TextAlign::BASELINE_LEFT ,"Bus Volt:");
|
it.printf(4, 49, id(size_10), TextAlign::BASELINE_LEFT ,"Bus Volt:");
|
||||||
it.printf(124, 49, id(dejaVuSmall), TextAlign::BASELINE_RIGHT ,"%.2fV", id(ina_bus_voltage).state);
|
it.printf(124, 49, id(size_10), TextAlign::BASELINE_RIGHT ,"%.2fV", id(ina_bus_voltage).state);
|
||||||
it.printf(4, 61, id(dejaVuSmall), TextAlign::BASELINE_LEFT ,"Shunt Volt:");
|
it.printf(4, 61, id(size_10), TextAlign::BASELINE_LEFT ,"Shunt Volt:");
|
||||||
it.printf(124, 61, id(dejaVuSmall), TextAlign::BASELINE_RIGHT ,"%.2fV", id(ina_shunt_voltage).state);
|
it.printf(124, 61, id(size_10), TextAlign::BASELINE_RIGHT ,"%.2fV", id(ina_shunt_voltage).state);
|
||||||
- id: screensaver
|
- id: screensaver
|
||||||
lambda: |-
|
lambda: |-
|
||||||
it.fill(COLOR_OFF);
|
it.fill(COLOR_OFF);
|
||||||
|
|
||||||
font:
|
font:
|
||||||
- file: '${dir_name}/fonts/DejaVuSans.ttf'
|
- file: 'gfonts://Ubuntu'
|
||||||
id: dejaVuSmall
|
id: size_10
|
||||||
size: 9
|
size: 10
|
||||||
- file: '${dir_name}/fonts/danube__.ttf'
|
|
||||||
id: danubeBig
|
|
||||||
size: 20
|
|
||||||
- file: '${dir_name}/fonts/danube__.ttf'
|
|
||||||
id: danubeSmall
|
|
||||||
size: 9
|
|
||||||
11
devices_v0_5-v0_6/i2c.yaml
Normal file
11
devices_v0_5-v0_6/i2c.yaml
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
i2c:
|
||||||
|
- id: bus_a
|
||||||
|
sda: GPIO14
|
||||||
|
scl: GPIO15
|
||||||
|
scan: True
|
||||||
|
frequency: 400kHz
|
||||||
|
- id: bus_b
|
||||||
|
sda: GPIO17
|
||||||
|
scl: GPIO33
|
||||||
|
scan: True
|
||||||
|
frequency: 400kHz
|
||||||
25
devices_v0_5-v0_6/ina219.yaml
Normal file
25
devices_v0_5-v0_6/ina219.yaml
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
#i2c address: 0x26 input pcf io
|
||||||
|
#i2c address: 0x27 input pcf io
|
||||||
|
#i2c address: 0x40 input ina219 power
|
||||||
|
#i2c address: 0x68 input rtc ds1307
|
||||||
|
sensor:
|
||||||
|
# Module power consmption
|
||||||
|
- platform: ina219
|
||||||
|
address: 0x40
|
||||||
|
i2c_id: bus_a
|
||||||
|
shunt_resistance: 0.1 ohm
|
||||||
|
current:
|
||||||
|
id: ina_current
|
||||||
|
name: 'INA219 Current'
|
||||||
|
power:
|
||||||
|
id: ina_power
|
||||||
|
name: 'INA219 Power'
|
||||||
|
bus_voltage:
|
||||||
|
id: ina_bus_voltage
|
||||||
|
name: 'INA219 Bus Voltage'
|
||||||
|
shunt_voltage:
|
||||||
|
id: ina_shunt_voltage
|
||||||
|
name: 'INA219 Shunt Voltage'
|
||||||
|
max_voltage: 32.0V
|
||||||
|
max_current: 3.2A
|
||||||
|
update_interval: 30s
|
||||||
13
devices_v0_5-v0_6/lm75b.yaml
Normal file
13
devices_v0_5-v0_6/lm75b.yaml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
#i2c address: 0x48 output lm75b temp
|
||||||
|
#LM75B
|
||||||
|
external_components:
|
||||||
|
- source: github://boneIO-eu/esphome-LM75@main #Original source and thank you note for BTomala https://github.com/boneIO-eu/esphome-lm75
|
||||||
|
components: [lm75]
|
||||||
|
|
||||||
|
sensor:
|
||||||
|
# Lower board temperature
|
||||||
|
- platform: lm75
|
||||||
|
id: boneIO_temp
|
||||||
|
name: 'LM75B Temperature'
|
||||||
|
update_interval: 30s
|
||||||
|
i2c_id: bus_b
|
||||||
21
devices_v0_5-v0_6/pcf.yaml
Normal file
21
devices_v0_5-v0_6/pcf.yaml
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
pcf8574:
|
||||||
|
- id: 'pcf_inputs_1to14'
|
||||||
|
i2c_id: bus_a
|
||||||
|
address: 0x20
|
||||||
|
pcf8575: true
|
||||||
|
- id: 'pcf_inputs_15to28'
|
||||||
|
i2c_id: bus_a
|
||||||
|
address: 0x21
|
||||||
|
pcf8575: true
|
||||||
|
- id: 'pcf_inputs_28to35_menu'
|
||||||
|
i2c_id: bus_a
|
||||||
|
address: 0x22
|
||||||
|
pcf8575: false
|
||||||
|
- id: 'pcf_left'
|
||||||
|
address: 0x21
|
||||||
|
pcf8575: true
|
||||||
|
i2c_id: bus_b
|
||||||
|
- id: 'pcf_right'
|
||||||
|
address: 0x20
|
||||||
|
pcf8575: true
|
||||||
|
i2c_id: bus_b
|
||||||
20
devices_v0_5-v0_6/pcf_with_mcp.yaml
Normal file
20
devices_v0_5-v0_6/pcf_with_mcp.yaml
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
pcf8574:
|
||||||
|
- id: 'pcf_inputs_1to14'
|
||||||
|
i2c_id: bus_a
|
||||||
|
address: 0x20
|
||||||
|
pcf8575: true
|
||||||
|
- id: 'pcf_inputs_15to28'
|
||||||
|
i2c_id: bus_a
|
||||||
|
address: 0x21
|
||||||
|
pcf8575: true
|
||||||
|
- id: 'pcf_inputs_28to35_menu'
|
||||||
|
i2c_id: bus_a
|
||||||
|
address: 0x22
|
||||||
|
pcf8575: false
|
||||||
|
mcp23017:
|
||||||
|
- id: 'mcp_left'
|
||||||
|
address: 0x21
|
||||||
|
i2c_id: bus_b
|
||||||
|
- id: 'mcp_right'
|
||||||
|
address: 0x20
|
||||||
|
i2c_id: bus_b
|
||||||
5
devices_v0_5-v0_6/time.yaml
Normal file
5
devices_v0_5-v0_6/time.yaml
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
time:
|
||||||
|
- platform: ds1307
|
||||||
|
id: ds1307_time
|
||||||
|
address: 0x68
|
||||||
|
i2c_id: bus_a
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
uart:
|
uart:
|
||||||
id: uart
|
id: uart_pin3_1
|
||||||
rx_pin: GPIO3
|
rx_pin: GPIO3
|
||||||
tx_pin: GPIO1
|
tx_pin: GPIO1
|
||||||
baud_rate: 9600
|
baud_rate: 9600
|
||||||
130
devices_v0_7/display.yaml
Normal file
130
devices_v0_7/display.yaml
Normal file
@@ -0,0 +1,130 @@
|
|||||||
|
#i2c address: 0x3C input oled
|
||||||
|
sensor:
|
||||||
|
- platform: uptime
|
||||||
|
id: wt32_uptime_seconds
|
||||||
|
update_interval: 60s
|
||||||
|
entity_category: diagnostic
|
||||||
|
on_raw_value:
|
||||||
|
then:
|
||||||
|
- text_sensor.template.publish:
|
||||||
|
id: wt32_uptime
|
||||||
|
state: !lambda |-
|
||||||
|
int seconds = round(id(wt32_uptime_seconds).raw_state);
|
||||||
|
int days = seconds / (24 * 3600);
|
||||||
|
seconds = seconds % (24 * 3600);
|
||||||
|
int hours = seconds / 3600;
|
||||||
|
seconds = seconds % 3600;
|
||||||
|
int minutes = seconds / 60;
|
||||||
|
return (
|
||||||
|
(days ? to_string(days) + "d " : "") +
|
||||||
|
(hours ? to_string(hours) + "h " : "") +
|
||||||
|
(to_string(minutes) + "m")
|
||||||
|
).c_str();
|
||||||
|
|
||||||
|
text_sensor:
|
||||||
|
- platform: template
|
||||||
|
name: Uptime
|
||||||
|
id: wt32_uptime
|
||||||
|
entity_category: diagnostic
|
||||||
|
icon: mdi:clock-start
|
||||||
|
- platform: template
|
||||||
|
name: 'IP Address'
|
||||||
|
id: ip_address
|
||||||
|
entity_category: diagnostic
|
||||||
|
icon: 'mdi:ip-network'
|
||||||
|
lambda: |-
|
||||||
|
return id(eth).get_ip_addresses().empty() ? "Unset" : id(eth).get_ip_addresses()[0].str();
|
||||||
|
update_interval: 60s
|
||||||
|
|
||||||
|
script:
|
||||||
|
- id: screensaver_script
|
||||||
|
# screensaver script, turn on screensaver after 30 seconds, restart counter each time when invoked
|
||||||
|
mode: restart
|
||||||
|
then:
|
||||||
|
# set the time after which the screensaver will be activated
|
||||||
|
- delay: 30s
|
||||||
|
- display.page.show: screensaver
|
||||||
|
- component.update: oled_display
|
||||||
|
|
||||||
|
esphome:
|
||||||
|
on_boot:
|
||||||
|
priority: 0
|
||||||
|
then:
|
||||||
|
- display.page.show: first_page
|
||||||
|
- component.update: ip_address
|
||||||
|
- component.update: oled_display
|
||||||
|
- script.execute: screensaver_script
|
||||||
|
|
||||||
|
binary_sensor:
|
||||||
|
- platform: gpio
|
||||||
|
entity_category: config
|
||||||
|
id: boneIO_button
|
||||||
|
pin:
|
||||||
|
pcf8574: pcf_inputs_28to35_menu
|
||||||
|
number: 7
|
||||||
|
mode:
|
||||||
|
input: true
|
||||||
|
inverted: true
|
||||||
|
on_press:
|
||||||
|
then:
|
||||||
|
# woke up when on the screensaver, as well do not include the logo page and screensaver in a loop when pushing a button
|
||||||
|
- if:
|
||||||
|
condition:
|
||||||
|
# on the last page go to the first page skipping the screensaver and logo page
|
||||||
|
display.is_displaying_page: last_page
|
||||||
|
then:
|
||||||
|
- display.page.show: first_page
|
||||||
|
- component.update: oled_display
|
||||||
|
else:
|
||||||
|
- if:
|
||||||
|
condition:
|
||||||
|
# on the screensaver, show the logo for a while and display the first page
|
||||||
|
display.is_displaying_page: screensaver
|
||||||
|
then:
|
||||||
|
- display.page.show: first_page
|
||||||
|
- component.update: oled_display
|
||||||
|
else:
|
||||||
|
# not the last page and screensaver go to the next page
|
||||||
|
- display.page.show_next: oled_display
|
||||||
|
- component.update: oled_display
|
||||||
|
# restart screensaver script
|
||||||
|
- script.execute: screensaver_script
|
||||||
|
|
||||||
|
display:
|
||||||
|
- platform: ssd1306_i2c
|
||||||
|
id: oled_display
|
||||||
|
model: 'SH1106 128x64'
|
||||||
|
address: 0x3C
|
||||||
|
contrast: 0.5
|
||||||
|
pages:
|
||||||
|
- id: first_page
|
||||||
|
lambda: |-
|
||||||
|
it.rectangle(0, 0, 126, 15);
|
||||||
|
it.printf(64,11, id(size_10), TextAlign::BASELINE_CENTER, "bone IO");
|
||||||
|
it.printf(4, 37, id(size_10), TextAlign::BASELINE_LEFT ,"IP addr:");
|
||||||
|
it.printf(124, 37, id(size_10), TextAlign::BASELINE_RIGHT ,"%s", id(ip_address).state.c_str());
|
||||||
|
it.printf(4, 49, id(size_10), TextAlign::BASELINE_LEFT ,"Uptime:");
|
||||||
|
it.printf(124, 49, id(size_10), TextAlign::BASELINE_RIGHT ,"%s", id(wt32_uptime).state.c_str());
|
||||||
|
it.printf(4, 61, id(size_10), TextAlign::BASELINE_LEFT ,"Temperature:");
|
||||||
|
it.printf(124, 61, id(size_10), TextAlign::BASELINE_RIGHT ,"%.2f°C", id(boneIO_temp).state);
|
||||||
|
# additional pages should be defined between the first and last page
|
||||||
|
- id: last_page
|
||||||
|
lambda: |-
|
||||||
|
it.rectangle(0, 0, 126, 15);
|
||||||
|
it.printf(64,11, id(size_10), TextAlign::BASELINE_CENTER, "bone IO");
|
||||||
|
it.printf(4, 25, id(size_10), TextAlign::BASELINE_LEFT ,"Current:");
|
||||||
|
it.printf(124, 25, id(size_10), TextAlign::BASELINE_RIGHT ,"%.3fA", id(ina_current).state);
|
||||||
|
it.printf(4, 37, id(size_10), TextAlign::BASELINE_LEFT ,"Power:");
|
||||||
|
it.printf(124, 37, id(size_10), TextAlign::BASELINE_RIGHT ,"%.2fW", id(ina_power).state);
|
||||||
|
it.printf(4, 49, id(size_10), TextAlign::BASELINE_LEFT ,"Bus Volt:");
|
||||||
|
it.printf(124, 49, id(size_10), TextAlign::BASELINE_RIGHT ,"%.2fV", id(ina_bus_voltage).state);
|
||||||
|
it.printf(4, 61, id(size_10), TextAlign::BASELINE_LEFT ,"Shunt Volt:");
|
||||||
|
it.printf(124, 61, id(size_10), TextAlign::BASELINE_RIGHT ,"%.2fV", id(ina_shunt_voltage).state);
|
||||||
|
- id: screensaver
|
||||||
|
lambda: |-
|
||||||
|
it.fill(COLOR_OFF);
|
||||||
|
|
||||||
|
font:
|
||||||
|
- file: 'gfonts://Ubuntu'
|
||||||
|
id: size_10
|
||||||
|
size: 10
|
||||||
6
devices_v0_7/i2c.yaml
Normal file
6
devices_v0_7/i2c.yaml
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
i2c:
|
||||||
|
- id: i2c_bus
|
||||||
|
sda: GPIO17
|
||||||
|
scl: GPIO33
|
||||||
|
scan: True
|
||||||
|
frequency: 400kHz
|
||||||
20
devices_v0_7/ina219.yaml
Normal file
20
devices_v0_7/ina219.yaml
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
sensor:
|
||||||
|
# Module power consmption
|
||||||
|
- platform: ina219
|
||||||
|
address: 0x40
|
||||||
|
shunt_resistance: 0.1 ohm
|
||||||
|
current:
|
||||||
|
id: ina_current
|
||||||
|
name: 'INA219 Current'
|
||||||
|
power:
|
||||||
|
id: ina_power
|
||||||
|
name: 'INA219 Power'
|
||||||
|
bus_voltage:
|
||||||
|
id: ina_bus_voltage
|
||||||
|
name: 'INA219 Bus Voltage'
|
||||||
|
shunt_voltage:
|
||||||
|
id: ina_shunt_voltage
|
||||||
|
name: 'INA219 Shunt Voltage'
|
||||||
|
max_voltage: 32.0V
|
||||||
|
max_current: 3.2A
|
||||||
|
update_interval: 30s
|
||||||
12
devices_v0_7/lm75b.yaml
Normal file
12
devices_v0_7/lm75b.yaml
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
#i2c address: 0x48 output lm75b temp
|
||||||
|
#LM75B
|
||||||
|
external_components:
|
||||||
|
- source: github://boneIO-eu/esphome-LM75@main #Original source and thank you note for BTomala https://github.com/boneIO-eu/esphome-lm75
|
||||||
|
components: [lm75]
|
||||||
|
|
||||||
|
sensor:
|
||||||
|
# Lower board temperature
|
||||||
|
- platform: lm75
|
||||||
|
id: boneIO_temp
|
||||||
|
name: 'LM75B Temperature'
|
||||||
|
update_interval: 30s
|
||||||
15
devices_v0_7/one_wire.yaml
Normal file
15
devices_v0_7/one_wire.yaml
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
dallas:
|
||||||
|
- pin: GPIO32
|
||||||
|
|
||||||
|
# sensor:
|
||||||
|
# - platform: dallas
|
||||||
|
# address: 0x283c01d607d4df28
|
||||||
|
# name: "Dallas Sensor 1"
|
||||||
|
#
|
||||||
|
# - platform: dallas
|
||||||
|
# address: 0xdfe67a061e64ff28
|
||||||
|
# name: "Dallas Sensor 2"
|
||||||
|
#
|
||||||
|
# - platform: dallas
|
||||||
|
# address: 0xa7a89f071e64ff28
|
||||||
|
# name: "Dallas Sensor 3"
|
||||||
21
devices_v0_7/pcf.yaml
Normal file
21
devices_v0_7/pcf.yaml
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
pcf8574:
|
||||||
|
- id: 'pcf_inputs_1to14'
|
||||||
|
i2c_id: i2c_bus
|
||||||
|
address: 0x20
|
||||||
|
pcf8575: true
|
||||||
|
- id: 'pcf_inputs_15to28'
|
||||||
|
i2c_id: i2c_bus
|
||||||
|
address: 0x21
|
||||||
|
pcf8575: true
|
||||||
|
- id: 'pcf_inputs_28to35_menu'
|
||||||
|
i2c_id: i2c_bus
|
||||||
|
address: 0x22
|
||||||
|
pcf8575: false
|
||||||
|
- id: 'pcf_left'
|
||||||
|
address: 0x23
|
||||||
|
pcf8575: true
|
||||||
|
i2c_id: i2c_bus
|
||||||
|
- id: 'pcf_right'
|
||||||
|
address: 0x24
|
||||||
|
pcf8575: true
|
||||||
|
i2c_id: i2c_bus
|
||||||
18
devices_v0_7/pcf_with_mcp.yaml
Normal file
18
devices_v0_7/pcf_with_mcp.yaml
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
pcf8574:
|
||||||
|
- id: 'pcf_inputs_1to14'
|
||||||
|
i2c_id: i2c_bus
|
||||||
|
address: 0x20
|
||||||
|
pcf8575: true
|
||||||
|
- id: 'pcf_inputs_15to28'
|
||||||
|
i2c_id: i2c_bus
|
||||||
|
address: 0x21
|
||||||
|
pcf8575: true
|
||||||
|
- id: 'pcf_inputs_28to35_menu'
|
||||||
|
i2c_id: i2c_bus
|
||||||
|
address: 0x22
|
||||||
|
pcf8575: false
|
||||||
|
mcp23017:
|
||||||
|
- id: 'mcp_left'
|
||||||
|
address: 0x23
|
||||||
|
- id: 'mcp_right'
|
||||||
|
address: 0x24
|
||||||
6
devices_v0_7/uart.yaml
Normal file
6
devices_v0_7/uart.yaml
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
uart:
|
||||||
|
id: uart_pin14_15
|
||||||
|
rx_pin: GPIO14
|
||||||
|
tx_pin: GPIO15
|
||||||
|
baud_rate: 9600
|
||||||
|
stop_bits: 1
|
||||||
Binary file not shown.
Binary file not shown.
188
test_esplan.yaml
188
test_esplan.yaml
@@ -1,188 +0,0 @@
|
|||||||
substitutions:
|
|
||||||
devicename: wt32
|
|
||||||
|
|
||||||
esphome:
|
|
||||||
name: ${devicename}
|
|
||||||
platform: ESP32
|
|
||||||
board: esp-wrover-kit
|
|
||||||
on_boot:
|
|
||||||
then:
|
|
||||||
ds1307.read_time:
|
|
||||||
|
|
||||||
|
|
||||||
ethernet:
|
|
||||||
type: LAN8720
|
|
||||||
mdc_pin: GPIO23
|
|
||||||
mdio_pin: GPIO18
|
|
||||||
clk_mode: GPIO0_IN
|
|
||||||
phy_addr: 1
|
|
||||||
power_pin: GPIO16
|
|
||||||
id: eth
|
|
||||||
|
|
||||||
external_components:
|
|
||||||
- source: github://ell249/esphome-PCT2075@master
|
|
||||||
components: [ pct2075 ]
|
|
||||||
- source: github://btomala/esphome-LM75@v1
|
|
||||||
components: [ lm75 ]
|
|
||||||
|
|
||||||
font:
|
|
||||||
- file: "fonts/DejaVuSans.ttf"
|
|
||||||
id: fontSmall
|
|
||||||
size: 9
|
|
||||||
- file: "fonts/danube__.ttf"
|
|
||||||
id: danube
|
|
||||||
size: 15
|
|
||||||
|
|
||||||
logger:
|
|
||||||
level: DEBUG
|
|
||||||
baud_rate: 0 #Important. You can't use serial port
|
|
||||||
|
|
||||||
api:
|
|
||||||
ota:
|
|
||||||
|
|
||||||
web_server:
|
|
||||||
port: 80
|
|
||||||
|
|
||||||
i2c:
|
|
||||||
- id: bus_b
|
|
||||||
sda: 14
|
|
||||||
scl: 15
|
|
||||||
scan: true
|
|
||||||
|
|
||||||
time:
|
|
||||||
- platform: ds1307
|
|
||||||
update_interval: never
|
|
||||||
- platform: homeassistant
|
|
||||||
on_time_sync:
|
|
||||||
then:
|
|
||||||
ds1307.write_time:
|
|
||||||
|
|
||||||
|
|
||||||
display:
|
|
||||||
- platform: ssd1306_i2c
|
|
||||||
model: "SH1106 128x64"
|
|
||||||
address: 0x3C
|
|
||||||
id: my_display
|
|
||||||
pages:
|
|
||||||
- id: page1
|
|
||||||
lambda: |-
|
|
||||||
it.print(3, 3, id(danube), "bone");
|
|
||||||
it.print(53, 3, id(danube), "iO");
|
|
||||||
it.print(3, 22, id(fontSmall), "Host: ${devicename}");
|
|
||||||
int seconds = round(id(uptime_sensor).raw_state);
|
|
||||||
int days = seconds / (24 * 3600);
|
|
||||||
seconds = seconds % (24 * 3600);
|
|
||||||
int hours = seconds / 3600;
|
|
||||||
seconds = seconds % 3600;
|
|
||||||
int minutes = seconds / 60;
|
|
||||||
seconds = seconds % 60;
|
|
||||||
it.printf(3, 32, id(fontSmall), "IP Address: 192.168.1.1");
|
|
||||||
it.printf(3, 42, id(fontSmall), "Uptime: %s", (
|
|
||||||
(days ? to_string(days) + "d " : "") +
|
|
||||||
(hours ? to_string(hours) + "h " : "") +
|
|
||||||
(minutes ? to_string(minutes) + "m " : "") +
|
|
||||||
(to_string(seconds) + "s")
|
|
||||||
).c_str());
|
|
||||||
- id: page2
|
|
||||||
lambda: |-
|
|
||||||
it.printf(0, 0, id(fontSmall), "MCP1_1: %s", id(switch_mcp_out1_1).state ? "ON" : "OFF");
|
|
||||||
it.print(0, 10, id(fontSmall), "This is page 2!");
|
|
||||||
sensor:
|
|
||||||
- platform: mcp9808
|
|
||||||
name: "Living Room Temperature"
|
|
||||||
update_interval: 60s
|
|
||||||
- platform: uptime
|
|
||||||
id: uptime_sensor
|
|
||||||
- platform: lm75
|
|
||||||
id: temperature
|
|
||||||
name: "Board temperature measurement"
|
|
||||||
update_interval: 60s
|
|
||||||
address: 0x48
|
|
||||||
# sensor:
|
|
||||||
# it.printf(3, 32, id(fontSmall), "Wi-Fi: %.1s", id(eth).state);
|
|
||||||
# - platform: pct2075
|
|
||||||
# address: 0x18
|
|
||||||
# temperature:
|
|
||||||
# name: "PCT2075 Temperature"
|
|
||||||
# update_interval: 30s
|
|
||||||
|
|
||||||
|
|
||||||
mcp23017:
|
|
||||||
- id: 'mcp23017_out1'
|
|
||||||
address: 0x20
|
|
||||||
- id: 'mcp23017_out2'
|
|
||||||
address: 0x21
|
|
||||||
- id: 'mcp23017_out3'
|
|
||||||
address: 0x22
|
|
||||||
- id: 'mcp23017_out4'
|
|
||||||
address: 0x23
|
|
||||||
|
|
||||||
# # Individual outputs
|
|
||||||
switch:
|
|
||||||
- platform: gpio
|
|
||||||
id: switch_mcp_out1_1
|
|
||||||
name: "MCP23017 Pin A0"
|
|
||||||
pin:
|
|
||||||
mcp23xxx: mcp23017_out1
|
|
||||||
number: 0
|
|
||||||
mode:
|
|
||||||
output: true
|
|
||||||
inverted: false
|
|
||||||
- platform: gpio
|
|
||||||
name: "MCP23017_1 Pin A0"
|
|
||||||
pin:
|
|
||||||
mcp23xxx: mcp23017_out2
|
|
||||||
number: 0
|
|
||||||
mode:
|
|
||||||
output: true
|
|
||||||
inverted: false
|
|
||||||
|
|
||||||
# # Individual inputs
|
|
||||||
binary_sensor:
|
|
||||||
- platform: gpio
|
|
||||||
id: internal_button
|
|
||||||
pin:
|
|
||||||
number: GPIO4
|
|
||||||
mode:
|
|
||||||
input: true
|
|
||||||
pullup: true
|
|
||||||
inverted: true
|
|
||||||
filters:
|
|
||||||
- delayed_on: 10ms
|
|
||||||
on_press:
|
|
||||||
then:
|
|
||||||
- display.page.show_next: my_display
|
|
||||||
- platform: gpio
|
|
||||||
id: binary_sensor1
|
|
||||||
name: "MCP23017 Pin A0"
|
|
||||||
pin:
|
|
||||||
mcp23xxx: mcp23017_out4
|
|
||||||
number: 0
|
|
||||||
mode:
|
|
||||||
output: false
|
|
||||||
inverted: false
|
|
||||||
on_multi_click:
|
|
||||||
- timing:
|
|
||||||
- ON for at most 1s
|
|
||||||
- OFF for at most 0.3s
|
|
||||||
- ON for at most 1s
|
|
||||||
- OFF for at least 0.2s
|
|
||||||
then:
|
|
||||||
- switch.turn_on: switch_mcp_out1_1
|
|
||||||
- logger.log: "Double-Clicked"
|
|
||||||
- timing:
|
|
||||||
- ON for at most 1s
|
|
||||||
- OFF for at least 0.5s
|
|
||||||
then:
|
|
||||||
- switch.toggle: switch_mcp_out1_1
|
|
||||||
- logger.log: "Single-Clicked"
|
|
||||||
# name: "MCP23017 Pin B7"
|
|
||||||
# pin:
|
|
||||||
# mcp23xxx: mcp23017_hub
|
|
||||||
# # Use pin B7
|
|
||||||
# number: 15
|
|
||||||
# # One of INPUT or INPUT_PULLUP
|
|
||||||
# mode:
|
|
||||||
# input: true
|
|
||||||
# pullup: true
|
|
||||||
# inverted: false
|
|
||||||
Reference in New Issue
Block a user