Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Problem with Yaml demo file
#1
I am trying to install the A16 rev 1.6 for ESP Home Assistant.
The A16 connects and is recognized
When I try to load the sample YAML file I get an error message
What should I change so that it works properly and I can see all the characteristics of the card and I can program it directly from the software

esphome:
name: kc868-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.100.200
gateway: 192.168.100.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 9-16
address: 0x25
– id: ‘pcf8574_hub_in_1’ # for input channel 1-8
address: 0x21
– id: ‘pcf8574_hub_in_2’ # for input channel 9-16
address: 0x22
# Individual outputs
switch:
– platform: gpio
name: “light1”
pin:
pcf8574: pcf8574_hub_out_1
number: 0
mode: OUTPUT
inverted: true
– platform: gpio
name: “light2”
pin:
pcf8574: pcf8574_hub_out_1
number: 1
mode: OUTPUT
inverted: true
Reply


Messages In This Thread
Problem with Yaml demo file - by Bigh - 07-18-2024, 11:08 AM
RE: Problem with Yaml demo file - by admin - 07-18-2024, 11:59 AM
RE: Problem with Yaml demo file - by Bigh - 07-18-2024, 07:38 PM
RE: Problem with Yaml demo file - by admin - 07-18-2024, 08:55 PM
RE: Problem with Yaml demo file - by Bigh - 07-19-2024, 07:06 AM
RE: Problem with Yaml demo file - by admin - 07-19-2024, 12:57 PM
RE: Problem with Yaml demo file - by Bigh - 07-19-2024, 01:30 PM
RE: Problem with Yaml demo file - by admin - 07-19-2024, 10:17 PM

Forum Jump:


Users browsing this thread:
1 Guest(s)