mirror of
https://github.com/boneIO-eu/esphome.git
synced 2026-06-24 00:31:03 +02:00
[24x16A] added missing ids (in_33, in_34, in_35)
This commit is contained in:
@@ -13,7 +13,7 @@ esphome:
|
|||||||
|
|
||||||
esp32:
|
esp32:
|
||||||
board: nodemcu-32s
|
board: nodemcu-32s
|
||||||
framework:
|
framework:
|
||||||
type: esp-idf
|
type: esp-idf
|
||||||
|
|
||||||
ethernet:
|
ethernet:
|
||||||
@@ -35,22 +35,23 @@ packages:
|
|||||||
internals_packages:
|
internals_packages:
|
||||||
url: https://github.com/boneIO-eu/esphome
|
url: https://github.com/boneIO-eu/esphome
|
||||||
ref: packages-v2.0.0
|
ref: packages-v2.0.0
|
||||||
files: [
|
files:
|
||||||
'packages/devices/buzzer.yaml',
|
- packages/devices/buzzer.yaml
|
||||||
'packages/devices/serial_no.yaml',
|
- packages/devices/serial_no.yaml
|
||||||
'packages/devices_v0_5-v0_6/display.yaml',
|
- packages/devices_v0_5-v0_6/display.yaml
|
||||||
'packages/devices_v0_5-v0_6/time.yaml',
|
- packages/devices_v0_5-v0_6/time.yaml
|
||||||
'packages/devices_v0_5-v0_6/i2c.yaml',
|
- packages/devices_v0_5-v0_6/i2c.yaml
|
||||||
'packages/devices_v0_5-v0_6/ina219.yaml',
|
- packages/devices_v0_5-v0_6/ina219.yaml
|
||||||
'packages/devices_v0_5-v0_6/lm75b.yaml',
|
- packages/devices_v0_5-v0_6/lm75b.yaml
|
||||||
'packages/devices_v0_5-v0_6/pcf_with_mcp.yaml',
|
- packages/devices_v0_5-v0_6/pcf_with_mcp.yaml
|
||||||
'packages/boards/24x16_output.yaml',
|
- packages/boards/24x16_output.yaml
|
||||||
# 'packages/devices_v0_5-v0_6/one_wire.yaml',
|
# - packages/devices_v0_5-v0_6/one_wire.yaml
|
||||||
]
|
|
||||||
|
|
||||||
logger:
|
logger:
|
||||||
|
|
||||||
api:
|
api:
|
||||||
reboot_timeout: 0s
|
reboot_timeout: 0s
|
||||||
|
|
||||||
ota:
|
ota:
|
||||||
- platform: esphome
|
- platform: esphome
|
||||||
- platform: web_server
|
- platform: web_server
|
||||||
@@ -560,6 +561,7 @@ binary_sensor:
|
|||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
name: 'IN_33'
|
name: 'IN_33'
|
||||||
|
id: in_33
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_inputs_28to35_menu
|
pcf8574: pcf_inputs_28to35_menu
|
||||||
number: 4
|
number: 4
|
||||||
@@ -569,6 +571,7 @@ binary_sensor:
|
|||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
name: 'IN_34'
|
name: 'IN_34'
|
||||||
|
id: in_34
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_inputs_28to35_menu
|
pcf8574: pcf_inputs_28to35_menu
|
||||||
number: 5
|
number: 5
|
||||||
@@ -578,12 +581,14 @@ binary_sensor:
|
|||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
name: 'IN_35'
|
name: 'IN_35'
|
||||||
|
id: 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
|
||||||
|
|
||||||
######################
|
######################
|
||||||
### MODBUS SECTION ###
|
### MODBUS SECTION ###
|
||||||
######################
|
######################
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ esphome:
|
|||||||
|
|
||||||
esp32:
|
esp32:
|
||||||
board: nodemcu-32s
|
board: nodemcu-32s
|
||||||
framework:
|
framework:
|
||||||
type: esp-idf
|
type: esp-idf
|
||||||
|
|
||||||
ethernet:
|
ethernet:
|
||||||
@@ -35,21 +35,22 @@ packages:
|
|||||||
internals_packages:
|
internals_packages:
|
||||||
url: https://github.com/boneIO-eu/esphome
|
url: https://github.com/boneIO-eu/esphome
|
||||||
ref: packages-v2.0.0
|
ref: packages-v2.0.0
|
||||||
files: [
|
files:
|
||||||
'packages/devices/buzzer.yaml',
|
- packages/devices/buzzer.yaml
|
||||||
'packages/devices/serial_no.yaml',
|
- packages/devices/serial_no.yaml
|
||||||
'packages/devices_v0_7/display.yaml',
|
- packages/devices_v0_7/display.yaml
|
||||||
'packages/devices_v0_7/i2c.yaml',
|
- packages/devices_v0_7/i2c.yaml
|
||||||
'packages/devices_v0_7-v0_9/ina219.yaml',
|
- packages/devices_v0_7-v0_9/ina219.yaml
|
||||||
'packages/devices_v0_7-v0_9/lm75b.yaml',
|
- packages/devices_v0_7-v0_9/lm75b.yaml
|
||||||
'packages/devices_v0_7-v0_9/pcf_with_mcp.yaml',
|
- packages/devices_v0_7-v0_9/pcf_with_mcp.yaml
|
||||||
'packages/boards/24x16_output.yaml',
|
- packages/boards/24x16_output.yaml
|
||||||
# 'packages/devices_v0_7-v0_9/one_wire.yaml',
|
# - packages/devices_v0_7-v0_9/one_wire.yaml
|
||||||
]
|
|
||||||
|
|
||||||
logger:
|
logger:
|
||||||
|
|
||||||
api:
|
api:
|
||||||
reboot_timeout: 0s
|
reboot_timeout: 0s
|
||||||
|
|
||||||
ota:
|
ota:
|
||||||
- platform: esphome
|
- platform: esphome
|
||||||
- platform: web_server
|
- platform: web_server
|
||||||
@@ -556,6 +557,7 @@ binary_sensor:
|
|||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
name: 'IN_33'
|
name: 'IN_33'
|
||||||
|
id: in_33
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_inputs_28to35_menu
|
pcf8574: pcf_inputs_28to35_menu
|
||||||
number: 4
|
number: 4
|
||||||
@@ -565,6 +567,7 @@ binary_sensor:
|
|||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
name: 'IN_34'
|
name: 'IN_34'
|
||||||
|
id: in_34
|
||||||
pin:
|
pin:
|
||||||
pcf8574: pcf_inputs_28to35_menu
|
pcf8574: pcf_inputs_28to35_menu
|
||||||
number: 5
|
number: 5
|
||||||
@@ -574,12 +577,14 @@ binary_sensor:
|
|||||||
|
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
name: 'IN_35'
|
name: 'IN_35'
|
||||||
|
id: 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
|
||||||
|
|
||||||
######################
|
######################
|
||||||
### MODBUS SECTION ###
|
### MODBUS SECTION ###
|
||||||
######################
|
######################
|
||||||
|
|||||||
Reference in New Issue
Block a user