diff --git a/boneio-24x16_switches_v0_5-v0_6.yaml b/boneio-24x16_switches_v0_5-v0_6.yaml index 4ca6a33..e4392a6 100644 --- a/boneio-24x16_switches_v0_5-v0_6.yaml +++ b/boneio-24x16_switches_v0_5-v0_6.yaml @@ -10,7 +10,12 @@ esphome: project: name: boneio.24x16-switches-v0_5-v0_6 version: '0.6' - + on_boot: + - priority: 1001 + then: + - lambda: |- + gpio_reset_pin((gpio_num_t)3); + gpio_reset_pin((gpio_num_t)1); esp32: board: nodemcu-32s framework: @@ -595,7 +600,11 @@ binary_sensor: # UNCOMMENT BELOW TO USE MODBUS # uart: # id: uart_pin3_1 -# rx_pin: GPIO3 +# rx_pin: +# number: GPIO3 +# mode: +# input: true +# pullup: true # tx_pin: GPIO1 # baud_rate: 9600 # stop_bits: 1 diff --git a/boneio-32x10_lights_v0_5-v0_6.yaml b/boneio-32x10_lights_v0_5-v0_6.yaml index e4d9d72..a058e3a 100644 --- a/boneio-32x10_lights_v0_5-v0_6.yaml +++ b/boneio-32x10_lights_v0_5-v0_6.yaml @@ -10,7 +10,12 @@ esphome: project: name: boneio.32x10-lights_v0_5-v0_6 version: '0.6' - + on_boot: + - priority: 1001 + then: + - lambda: |- + gpio_reset_pin((gpio_num_t)3); + gpio_reset_pin((gpio_num_t)1); esp32: board: nodemcu-32s framework: @@ -662,7 +667,11 @@ binary_sensor: # UNCOMMENT BELOW TO USE MODBUS # uart: # id: uart_pin3_1 -# rx_pin: GPIO3 +# rx_pin: +# number: GPIO3 +# mode: +# input: true +# pullup: true # tx_pin: GPIO1 # baud_rate: 9600 # stop_bits: 1 diff --git a/boneio-32x10_lights_v0_7.yaml b/boneio-32x10_lights_v0_7.yaml index 425e69d..aef125c 100644 --- a/boneio-32x10_lights_v0_7.yaml +++ b/boneio-32x10_lights_v0_7.yaml @@ -10,7 +10,12 @@ esphome: project: name: boneio.32x10-lights version: '0.7' - + on_boot: + - priority: 1001 + then: + - lambda: |- + gpio_reset_pin((gpio_num_t)14); + gpio_reset_pin((gpio_num_t)15); esp32: board: nodemcu-32s framework: @@ -658,7 +663,11 @@ binary_sensor: # UNCOMMENT BELOW TO USE MODBUS # uart: # id: uart_pin14_15 -# rx_pin: GPIO14 +# rx_pin: +# number: GPIO14 +# mode: +# input: true +# pullup: true # tx_pin: GPIO15 # baud_rate: 9600 # stop_bits: 1 diff --git a/boneio-32x10_switches_v0_5-v0_6.yaml b/boneio-32x10_switches_v0_5-v0_6.yaml index ef37353..be4e4d2 100644 --- a/boneio-32x10_switches_v0_5-v0_6.yaml +++ b/boneio-32x10_switches_v0_5-v0_6.yaml @@ -10,7 +10,12 @@ esphome: project: name: boneio.32x10-lights_v0_5-v0_6 version: '0.6' - + on_boot: + - priority: 1001 + then: + - lambda: |- + gpio_reset_pin((gpio_num_t)3); + gpio_reset_pin((gpio_num_t)1); esp32: board: nodemcu-32s framework: @@ -661,7 +666,11 @@ binary_sensor: # UNCOMMENT BELOW TO USE MODBUS # uart: # id: uart_pin3_1 -# rx_pin: GPIO3 +# rx_pin: +# number: GPIO3 +# mode: +# input: true +# pullup: true # tx_pin: GPIO1 # baud_rate: 9600 # stop_bits: 1 diff --git a/boneio-cover_mix_lights_v0_5-v0_6.yaml b/boneio-cover_mix_lights_v0_5-v0_6.yaml index f6f8607..16514b9 100644 --- a/boneio-cover_mix_lights_v0_5-v0_6.yaml +++ b/boneio-cover_mix_lights_v0_5-v0_6.yaml @@ -10,7 +10,12 @@ esphome: project: name: boneio.32x10-cover-mix-lights_v0_5-v0_6 version: '0.6' - + on_boot: + - priority: 1001 + then: + - lambda: |- + gpio_reset_pin((gpio_num_t)3); + gpio_reset_pin((gpio_num_t)1); esp32: board: nodemcu-32s framework: @@ -750,7 +755,11 @@ binary_sensor: # UNCOMMENT BELOW TO USE MODBUS # uart: # id: uart_pin3_1 -# rx_pin: GPIO3 +# rx_pin: +# number: GPIO3 +# mode: +# input: true +# pullup: true # tx_pin: GPIO1 # baud_rate: 9600 # stop_bits: 1 diff --git a/boneio-cover_mix_lights_v0_7.yaml b/boneio-cover_mix_lights_v0_7.yaml index 9886f38..6bd1ed0 100644 --- a/boneio-cover_mix_lights_v0_7.yaml +++ b/boneio-cover_mix_lights_v0_7.yaml @@ -10,7 +10,12 @@ esphome: project: name: boneio.32x10-cover-mix-lights version: '0.7' - + on_boot: + - priority: 1001 + then: + - lambda: |- + gpio_reset_pin((gpio_num_t)14); + gpio_reset_pin((gpio_num_t)15); esp32: board: nodemcu-32s framework: @@ -746,7 +751,11 @@ binary_sensor: # UNCOMMENT BELOW TO USE MODBUS # uart: # id: uart_pin14_15 -# rx_pin: GPIO14 +# rx_pin: +# number: GPIO14 +# mode: +# input: true +# pullup: true # tx_pin: GPIO15 # baud_rate: 9600 # stop_bits: 1 diff --git a/boneio-cover_mix_switches_v0_5-v0_6.yaml b/boneio-cover_mix_switches_v0_5-v0_6.yaml index ac5e532..aa17274 100644 --- a/boneio-cover_mix_switches_v0_5-v0_6.yaml +++ b/boneio-cover_mix_switches_v0_5-v0_6.yaml @@ -10,7 +10,12 @@ esphome: project: name: boneio.32x10-cover-mix-switches_v0_5-v0_6 version: '0.6' - + on_boot: + - priority: 1001 + then: + - lambda: |- + gpio_reset_pin((gpio_num_t)3); + gpio_reset_pin((gpio_num_t)1); esp32: board: nodemcu-32s framework: @@ -749,7 +754,11 @@ binary_sensor: # UNCOMMENT BELOW TO USE MODBUS # uart: # id: uart_pin3_1 -# rx_pin: GPIO3 +# rx_pin: +# number: GPIO3 +# mode: +# input: true +# pullup: true # tx_pin: GPIO1 # baud_rate: 9600 # stop_bits: 1 diff --git a/boneio-cover_mix_switches_v0_7.yaml b/boneio-cover_mix_switches_v0_7.yaml index 67c5a78..23f18ba 100644 --- a/boneio-cover_mix_switches_v0_7.yaml +++ b/boneio-cover_mix_switches_v0_7.yaml @@ -10,7 +10,12 @@ esphome: project: name: boneio.32x10-cover-mix-switches version: '0.7' - + on_boot: + - priority: 1001 + then: + - lambda: |- + gpio_reset_pin((gpio_num_t)14); + gpio_reset_pin((gpio_num_t)15); esp32: board: nodemcu-32s framework: @@ -746,7 +751,11 @@ binary_sensor: # UNCOMMENT BELOW TO USE MODBUS # uart: # id: uart_pin14_15 -# rx_pin: GPIO14 +# rx_pin: +# number: GPIO14 +# mode: +# input: true +# pullup: true # tx_pin: GPIO15 # baud_rate: 9600 # stop_bits: 1 diff --git a/boneio-cover_v0_5-v0_6.yaml b/boneio-cover_v0_5-v0_6.yaml index a244862..a9a4f12 100644 --- a/boneio-cover_v0_5-v0_6.yaml +++ b/boneio-cover_v0_5-v0_6.yaml @@ -10,7 +10,12 @@ esphome: project: name: boneio.32x10-cover_v0_5-v0_6 version: '0.6' - + on_boot: + - priority: 1001 + then: + - lambda: |- + gpio_reset_pin((gpio_num_t)3); + gpio_reset_pin((gpio_num_t)1); esp32: board: nodemcu-32s framework: @@ -836,7 +841,11 @@ binary_sensor: # UNCOMMENT BELOW TO USE MODBUS # uart: # id: uart_pin3_1 -# rx_pin: GPIO3 +# rx_pin: +# number: GPIO3 +# mode: +# input: true +# pullup: true # tx_pin: GPIO1 # baud_rate: 9600 # stop_bits: 1 diff --git a/boneio-cover_v0_7.yaml b/boneio-cover_v0_7.yaml index 889a648..99473a6 100644 --- a/boneio-cover_v0_7.yaml +++ b/boneio-cover_v0_7.yaml @@ -10,7 +10,12 @@ esphome: project: name: boneio.32x10-cover version: '0.7' - + on_boot: + - priority: 1001 + then: + - lambda: |- + gpio_reset_pin((gpio_num_t)14); + gpio_reset_pin((gpio_num_t)15); esp32: board: nodemcu-32s framework: @@ -832,7 +837,11 @@ binary_sensor: # UNCOMMENT BELOW TO USE MODBUS # uart: # id: uart_pin14_15 -# rx_pin: GPIO14 +# rx_pin: +# number: GPIO14 +# mode: +# input: true +# pullup: true # tx_pin: GPIO15 # baud_rate: 9600 # stop_bits: 1