please revise something wrong i made
esphome:
name: a16
platform: ESP32
board: esp32dev
# Example configuration entry for ESP32
i2c:
sda: 4
scl: 5
scan: true
id: bus_a
# Example configuration entry
ethernet:
type: LAN8720
mdc_pin: GPIO23
mdio_pin: GPIO18
clk_mode: GPIO17_OUT
phy_addr: 0
# Optional manual IP
manual_ip:
static_ip: 192.168.1.199
gateway: 192.168.1.1
subnet: 255.255.255.0
# Example configuration entry
pcf8574:
- id: 'pcf8574_hub_out_1' # for output channel 1-8
address: 0x24
- id: 'pcf8574_hub_out_2' # for output channel 1-8
address: 0x24
- id: 'pcf8574_hub_out_3' # for output channel 1-8
address: 0x24
- id: 'pcf8574_hub_out_4' # for output channel 1-8
address: 0x24
- id: 'pcf8574_hub_out_5' # for output channel 1-8
address: 0x24
- id: 'pcf8574_hub_out_6' # for output channel 1-8
address: 0x24
- id: 'pcf8574_hub_out_7' # for output channel 1-8
address: 0x24
- id: 'pcf8574_hub_out_8' # for output channel 1-8
address: 0x24
- id: 'pcf8574_hub_out_9' # for output channel 9-16
address: 0x25
- id: 'pcf8574_hub_out_10' # for output channel 9-16
address: 0x25
- id: 'pcf8574_hub_out_11' # for output channel 9-16
address: 0x25
- id: 'pcf8574_hub_out_12' # for output channel 9-16
address: 0x25
- id: 'pcf8574_hub_out_13' # for output channel 9-16
address: 0x25
- id: 'pcf8574_hub_out_14' # for output channel 9-16
address: 0x25
- id: 'pcf8574_hub_out_15' # for output channel 9-16
address: 0x25
- id: 'pcf8574_hub_out_16' # for output channel 9-16
address: 0x25
- id: 'pcf8574_hub_in_1' # for input channel 1-8
address: 0x21
- id: 'pcf8574_hub_in_2' # for input channel 1-8
address: 0x21
- id: 'pcf8574_hub_in_3' # for input channel 1-8
address: 0x21
- id: 'pcf8574_hub_in_4' # for input channel 1-8
address: 0x21
- id: 'pcf8574_hub_in_5' # for input channel 1-8
address: 0x21
- id: 'pcf8574_hub_in_6' # for input channel 1-8
address: 0x21
- id: 'pcf8574_hub_in_7' # for input channel 1-8
address: 0x21
- id: 'pcf8574_hub_in_8' # for input channel 1-8
address: 0x21
- id: 'pcf8574_hub_in_9' # for input channel 9-16
address: 0x22
- id: 'pcf8574_hub_in_10' # for input channel 9-16
address: 0x22
- id: 'pcf8574_hub_in_11' # for input channel 9-16
address: 0x22
- id: 'pcf8574_hub_in_12' # for input channel 9-16
address: 0x22
- id: 'pcf8574_hub_in_13' # for input channel 9-16
address: 0x22
- id: 'pcf8574_hub_in_14' # for input channel 9-16
address: 0x22
- id: 'pcf8574_hub_in_15' # for input channel 9-16
address: 0x22
- id: 'pcf8574_hub_in_16' # for input channel 9-16
address: 0x22
# Individual outputs
switch:
- platform: gpio
name: "light1"
pin:
pcf8574: pcf8574_hub_out_1
# Use pin number 0
number: 0
# One of INPUT or OUTPUT
mode: OUTPUT
inverted: false
- platform: gpio
name: "light2"
pin:
pcf8574: pcf8574_hub_out_2
# Use pin number 0
number: 0
# One of INPUT or OUTPUT
mode: OUTPUT
inverted: false
- platform: gpio
name: "light3"
pin:
pcf8574: pcf8574_hub_out_3
# Use pin number 0
number: 0
# One of INPUT or OUTPUT
mode: OUTPUT
inverted: false
- platform: gpio
name: "light4"
pin:
pcf8574: pcf8574_hub_out_4
# Use pin number 0
number: 0
# One of INPUT or OUTPUT
mode: OUTPUT
inverted: false
- platform: gpio
name: "light5"
pin:
pcf8574: pcf8574_hub_out_5
# Use pin number 0
number: 0
# One of INPUT or OUTPUT
mode: OUTPUT
inverted: false
- platform: gpio
name: "light6"
pin:
pcf8574: pcf8574_hub_out_6
# Use pin number 0
number: 0
# One of INPUT or OUTPUT
mode: OUTPUT
inverted: false
- platform: gpio
name: "light7"
pin:
pcf8574: pcf8574_hub_out_7
# Use pin number 0
number: 0
# One of INPUT or OUTPUT
mode: OUTPUT
inverted: false
- platform: gpio
name: "light8"
pin:
pcf8574: pcf8574_hub_out_8
# Use pin number 0
number: 0
# One of INPUT or OUTPUT
mode: OUTPUT
inverted: false
- platform: gpio
name: "light9"
pin:
pcf8574: pcf8574_hub_out_9
# Use pin number 0
number: 0
# One of INPUT or OUTPUT
mode: OUTPUT
inverted: false
binary_sensor:
- platform: gpio
name: "input1"
pin:
pcf8574: pcf8574_hub_in_1
# Use pin number 0
number: 0
# One of INPUT or OUTPUT
mode: INPUT
inverted: false
- platform: gpio
name: "input2"
pin:
pcf8574: pcf8574_hub_in_2
# Use pin number 0
number: 0
# One of INPUT or OUTPUT
mode: INPUT
inverted: false
- platform: gpio
name: "input3"
pin:
pcf8574: pcf8574_hub_in_3
# Use pin number 0
number: 0
# One of INPUT or OUTPUT
mode: INPUT
inverted: false
- platform: gpio
name: "input4"
pin:
pcf8574: pcf8574_hub_in_4
# Use pin number 0
number: 0
# One of INPUT or OUTPUT
mode: INPUT
inverted: false
- platform: gpio
name: "input5"
pin:
pcf8574: pcf8574_hub_in_5
# Use pin number 0
number: 0
# One of INPUT or OUTPUT
mode: INPUT
inverted: false
- platform: gpio
name: "input6"
pin:
pcf8574: pcf8574_hub_in_6
# Use pin number 0
number: 0
# One of INPUT or OUTPUT
mode: INPUT
inverted: false
- platform: gpio
name: "input7"
pin:
pcf8574: pcf8574_hub_in_7
# Use pin number 0
number: 0
# One of INPUT or OUTPUT
mode: INPUT
inverted: false
- platform: gpio
name: "input8"
pin:
pcf8574: pcf8574_hub_in_8
# Use pin number 0
number: 0
# One of INPUT or OUTPUT
mode: INPUT
inverted: false
- platform: gpio
name: "input9"
pin:
pcf8574: pcf8574_hub_in_9
# Use pin number 0
number: 0
# One of INPUT or OUTPUT
mode: INPUT
inverted: false
# Enable logging
logger:
# Enable Home Assistant API
api:
esphome:
name: a16
platform: ESP32
board: esp32dev
# Example configuration entry for ESP32
i2c:
sda: 4
scl: 5
scan: true
id: bus_a
# Example configuration entry
ethernet:
type: LAN8720
mdc_pin: GPIO23
mdio_pin: GPIO18
clk_mode: GPIO17_OUT
phy_addr: 0
# Optional manual IP
manual_ip:
static_ip: 192.168.1.199
gateway: 192.168.1.1
subnet: 255.255.255.0
# Example configuration entry
pcf8574:
- id: 'pcf8574_hub_out_1' # for output channel 1-8
address: 0x24
- id: 'pcf8574_hub_out_2' # for output channel 1-8
address: 0x24
- id: 'pcf8574_hub_out_3' # for output channel 1-8
address: 0x24
- id: 'pcf8574_hub_out_4' # for output channel 1-8
address: 0x24
- id: 'pcf8574_hub_out_5' # for output channel 1-8
address: 0x24
- id: 'pcf8574_hub_out_6' # for output channel 1-8
address: 0x24
- id: 'pcf8574_hub_out_7' # for output channel 1-8
address: 0x24
- id: 'pcf8574_hub_out_8' # for output channel 1-8
address: 0x24
- id: 'pcf8574_hub_out_9' # for output channel 9-16
address: 0x25
- id: 'pcf8574_hub_out_10' # for output channel 9-16
address: 0x25
- id: 'pcf8574_hub_out_11' # for output channel 9-16
address: 0x25
- id: 'pcf8574_hub_out_12' # for output channel 9-16
address: 0x25
- id: 'pcf8574_hub_out_13' # for output channel 9-16
address: 0x25
- id: 'pcf8574_hub_out_14' # for output channel 9-16
address: 0x25
- id: 'pcf8574_hub_out_15' # for output channel 9-16
address: 0x25
- id: 'pcf8574_hub_out_16' # for output channel 9-16
address: 0x25
- id: 'pcf8574_hub_in_1' # for input channel 1-8
address: 0x21
- id: 'pcf8574_hub_in_2' # for input channel 1-8
address: 0x21
- id: 'pcf8574_hub_in_3' # for input channel 1-8
address: 0x21
- id: 'pcf8574_hub_in_4' # for input channel 1-8
address: 0x21
- id: 'pcf8574_hub_in_5' # for input channel 1-8
address: 0x21
- id: 'pcf8574_hub_in_6' # for input channel 1-8
address: 0x21
- id: 'pcf8574_hub_in_7' # for input channel 1-8
address: 0x21
- id: 'pcf8574_hub_in_8' # for input channel 1-8
address: 0x21
- id: 'pcf8574_hub_in_9' # for input channel 9-16
address: 0x22
- id: 'pcf8574_hub_in_10' # for input channel 9-16
address: 0x22
- id: 'pcf8574_hub_in_11' # for input channel 9-16
address: 0x22
- id: 'pcf8574_hub_in_12' # for input channel 9-16
address: 0x22
- id: 'pcf8574_hub_in_13' # for input channel 9-16
address: 0x22
- id: 'pcf8574_hub_in_14' # for input channel 9-16
address: 0x22
- id: 'pcf8574_hub_in_15' # for input channel 9-16
address: 0x22
- id: 'pcf8574_hub_in_16' # for input channel 9-16
address: 0x22
# Individual outputs
switch:
- platform: gpio
name: "light1"
pin:
pcf8574: pcf8574_hub_out_1
# Use pin number 0
number: 0
# One of INPUT or OUTPUT
mode: OUTPUT
inverted: false
- platform: gpio
name: "light2"
pin:
pcf8574: pcf8574_hub_out_2
# Use pin number 0
number: 0
# One of INPUT or OUTPUT
mode: OUTPUT
inverted: false
- platform: gpio
name: "light3"
pin:
pcf8574: pcf8574_hub_out_3
# Use pin number 0
number: 0
# One of INPUT or OUTPUT
mode: OUTPUT
inverted: false
- platform: gpio
name: "light4"
pin:
pcf8574: pcf8574_hub_out_4
# Use pin number 0
number: 0
# One of INPUT or OUTPUT
mode: OUTPUT
inverted: false
- platform: gpio
name: "light5"
pin:
pcf8574: pcf8574_hub_out_5
# Use pin number 0
number: 0
# One of INPUT or OUTPUT
mode: OUTPUT
inverted: false
- platform: gpio
name: "light6"
pin:
pcf8574: pcf8574_hub_out_6
# Use pin number 0
number: 0
# One of INPUT or OUTPUT
mode: OUTPUT
inverted: false
- platform: gpio
name: "light7"
pin:
pcf8574: pcf8574_hub_out_7
# Use pin number 0
number: 0
# One of INPUT or OUTPUT
mode: OUTPUT
inverted: false
- platform: gpio
name: "light8"
pin:
pcf8574: pcf8574_hub_out_8
# Use pin number 0
number: 0
# One of INPUT or OUTPUT
mode: OUTPUT
inverted: false
- platform: gpio
name: "light9"
pin:
pcf8574: pcf8574_hub_out_9
# Use pin number 0
number: 0
# One of INPUT or OUTPUT
mode: OUTPUT
inverted: false
binary_sensor:
- platform: gpio
name: "input1"
pin:
pcf8574: pcf8574_hub_in_1
# Use pin number 0
number: 0
# One of INPUT or OUTPUT
mode: INPUT
inverted: false
- platform: gpio
name: "input2"
pin:
pcf8574: pcf8574_hub_in_2
# Use pin number 0
number: 0
# One of INPUT or OUTPUT
mode: INPUT
inverted: false
- platform: gpio
name: "input3"
pin:
pcf8574: pcf8574_hub_in_3
# Use pin number 0
number: 0
# One of INPUT or OUTPUT
mode: INPUT
inverted: false
- platform: gpio
name: "input4"
pin:
pcf8574: pcf8574_hub_in_4
# Use pin number 0
number: 0
# One of INPUT or OUTPUT
mode: INPUT
inverted: false
- platform: gpio
name: "input5"
pin:
pcf8574: pcf8574_hub_in_5
# Use pin number 0
number: 0
# One of INPUT or OUTPUT
mode: INPUT
inverted: false
- platform: gpio
name: "input6"
pin:
pcf8574: pcf8574_hub_in_6
# Use pin number 0
number: 0
# One of INPUT or OUTPUT
mode: INPUT
inverted: false
- platform: gpio
name: "input7"
pin:
pcf8574: pcf8574_hub_in_7
# Use pin number 0
number: 0
# One of INPUT or OUTPUT
mode: INPUT
inverted: false
- platform: gpio
name: "input8"
pin:
pcf8574: pcf8574_hub_in_8
# Use pin number 0
number: 0
# One of INPUT or OUTPUT
mode: INPUT
inverted: false
- platform: gpio
name: "input9"
pin:
pcf8574: pcf8574_hub_in_9
# Use pin number 0
number: 0
# One of INPUT or OUTPUT
mode: INPUT
inverted: false
# Enable logging
logger:
# Enable Home Assistant API
api: