From 788d67382888500d5af4cdb2964836953cbdd974 Mon Sep 17 00:00:00 2001 From: wareczek Date: Wed, 3 Jun 2026 01:13:25 +0200 Subject: [PATCH] [24x16A] added missing ids (in_33, in_34, in_35) --- boneio-24x16_switches_v0_5-v0_6.yaml | 31 ++++++++++++++++------------ boneio-24x16_switches_v0_7.yaml | 29 +++++++++++++++----------- 2 files changed, 35 insertions(+), 25 deletions(-) diff --git a/boneio-24x16_switches_v0_5-v0_6.yaml b/boneio-24x16_switches_v0_5-v0_6.yaml index 673dcb6..4ca6a33 100644 --- a/boneio-24x16_switches_v0_5-v0_6.yaml +++ b/boneio-24x16_switches_v0_5-v0_6.yaml @@ -13,7 +13,7 @@ esphome: esp32: board: nodemcu-32s - framework: + framework: type: esp-idf ethernet: @@ -35,22 +35,23 @@ packages: internals_packages: url: https://github.com/boneIO-eu/esphome ref: packages-v2.0.0 - files: [ - 'packages/devices/buzzer.yaml', - 'packages/devices/serial_no.yaml', - 'packages/devices_v0_5-v0_6/display.yaml', - 'packages/devices_v0_5-v0_6/time.yaml', - 'packages/devices_v0_5-v0_6/i2c.yaml', - 'packages/devices_v0_5-v0_6/ina219.yaml', - 'packages/devices_v0_5-v0_6/lm75b.yaml', - 'packages/devices_v0_5-v0_6/pcf_with_mcp.yaml', - 'packages/boards/24x16_output.yaml', - # 'packages/devices_v0_5-v0_6/one_wire.yaml', - ] + files: + - packages/devices/buzzer.yaml + - packages/devices/serial_no.yaml + - packages/devices_v0_5-v0_6/display.yaml + - packages/devices_v0_5-v0_6/time.yaml + - packages/devices_v0_5-v0_6/i2c.yaml + - packages/devices_v0_5-v0_6/ina219.yaml + - packages/devices_v0_5-v0_6/lm75b.yaml + - packages/devices_v0_5-v0_6/pcf_with_mcp.yaml + - packages/boards/24x16_output.yaml + # - packages/devices_v0_5-v0_6/one_wire.yaml logger: + api: reboot_timeout: 0s + ota: - platform: esphome - platform: web_server @@ -560,6 +561,7 @@ binary_sensor: - platform: gpio name: 'IN_33' + id: in_33 pin: pcf8574: pcf_inputs_28to35_menu number: 4 @@ -569,6 +571,7 @@ binary_sensor: - platform: gpio name: 'IN_34' + id: in_34 pin: pcf8574: pcf_inputs_28to35_menu number: 5 @@ -578,12 +581,14 @@ binary_sensor: - platform: gpio name: 'IN_35' + id: in_35 pin: pcf8574: pcf_inputs_28to35_menu number: 6 mode: input: true inverted: true + ###################### ### MODBUS SECTION ### ###################### diff --git a/boneio-24x16_switches_v0_7.yaml b/boneio-24x16_switches_v0_7.yaml index b637c35..5fe2135 100644 --- a/boneio-24x16_switches_v0_7.yaml +++ b/boneio-24x16_switches_v0_7.yaml @@ -13,7 +13,7 @@ esphome: esp32: board: nodemcu-32s - framework: + framework: type: esp-idf ethernet: @@ -35,21 +35,22 @@ packages: internals_packages: url: https://github.com/boneIO-eu/esphome ref: packages-v2.0.0 - files: [ - 'packages/devices/buzzer.yaml', - 'packages/devices/serial_no.yaml', - 'packages/devices_v0_7/display.yaml', - 'packages/devices_v0_7/i2c.yaml', - 'packages/devices_v0_7-v0_9/ina219.yaml', - 'packages/devices_v0_7-v0_9/lm75b.yaml', - 'packages/devices_v0_7-v0_9/pcf_with_mcp.yaml', - 'packages/boards/24x16_output.yaml', - # 'packages/devices_v0_7-v0_9/one_wire.yaml', - ] + files: + - packages/devices/buzzer.yaml + - packages/devices/serial_no.yaml + - packages/devices_v0_7/display.yaml + - packages/devices_v0_7/i2c.yaml + - packages/devices_v0_7-v0_9/ina219.yaml + - packages/devices_v0_7-v0_9/lm75b.yaml + - packages/devices_v0_7-v0_9/pcf_with_mcp.yaml + - packages/boards/24x16_output.yaml + # - packages/devices_v0_7-v0_9/one_wire.yaml logger: + api: reboot_timeout: 0s + ota: - platform: esphome - platform: web_server @@ -556,6 +557,7 @@ binary_sensor: - platform: gpio name: 'IN_33' + id: in_33 pin: pcf8574: pcf_inputs_28to35_menu number: 4 @@ -565,6 +567,7 @@ binary_sensor: - platform: gpio name: 'IN_34' + id: in_34 pin: pcf8574: pcf_inputs_28to35_menu number: 5 @@ -574,12 +577,14 @@ binary_sensor: - platform: gpio name: 'IN_35' + id: in_35 pin: pcf8574: pcf_inputs_28to35_menu number: 6 mode: input: true inverted: true + ###################### ### MODBUS SECTION ### ######################