Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Unresponsive KC868-A16
#14
here is ESPhome config yaml for A16 board, you just directly to use:
Code:
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

# 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
      # Use pin number 0
      number: 0
      # One of INPUT or OUTPUT
      mode: OUTPUT
      inverted: false

  - platform: gpio
    name: "light9"
    pin:
      pcf8574: pcf8574_hub_out_2
      # 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: "input9"
    pin:
      pcf8574: pcf8574_hub_in_2
      # Use pin number 0
      number: 0
      # One of INPUT or OUTPUT
      mode: INPUT
      inverted: false

# Enable logging
logger:

# Enable Home Assistant API
api:
Reply


Messages In This Thread
Unresponsive KC868-A16 - by gigib - 01-09-2024, 10:43 PM
RE: Unresponsive KC868-A16 - by admin - 01-10-2024, 01:22 AM
RE: Unresponsive KC868-A16 - by gigib - 01-10-2024, 09:11 PM
RE: Unresponsive KC868-A16 - by admin - 01-10-2024, 11:55 PM
RE: Unresponsive KC868-A16 - by gigib - 01-11-2024, 09:30 AM
RE: Unresponsive KC868-A16 - by admin - 01-11-2024, 10:36 AM
RE: Unresponsive KC868-A16 - by NewONE - 01-19-2024, 07:24 AM
RE: Unresponsive KC868-A16 - by admin - 01-19-2024, 08:15 AM
RE: Unresponsive KC868-A16 - by NewONE - 01-19-2024, 10:05 AM
RE: Unresponsive KC868-A16 - by admin - 01-19-2024, 12:20 PM
RE: Unresponsive KC868-A16 - by NewONE - 01-20-2024, 11:49 AM
RE: Unresponsive KC868-A16 - by admin - 01-20-2024, 11:56 PM
RE: Unresponsive KC868-A16 - by NewONE - 01-21-2024, 09:41 AM
RE: Unresponsive KC868-A16 - by admin - 01-21-2024, 12:52 PM
RE: Unresponsive KC868-A16 - by benpot1992 - 03-03-2024, 07:12 PM
RE: Unresponsive KC868-A16 - by admin - 03-04-2024, 12:11 AM
RE: Unresponsive KC868-A16 - by benpot1992 - 03-07-2024, 04:24 PM
RE: Unresponsive KC868-A16 - by admin - 03-07-2024, 10:54 PM

Forum Jump:


Users browsing this thread:
1 Guest(s)