Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
New DIY Project Support
#34
because you download is demo config for output 1-9. you can download this config file, it have fully 1-16 channel.


.txt   Made_for_ESPHome_KC868-A16.txt (Size: 5.6 KB / Downloads: 161)

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.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 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: "a16-output1"
    pin:
      pcf8574: pcf8574_hub_out_1
      number: 0
      mode: OUTPUT
      inverted: true

  - platform: gpio
    name: "a16-output2"
    pin:
      pcf8574: pcf8574_hub_out_1
      number: 1
      mode: OUTPUT
      inverted: true
     
  - platform: gpio
    name: "a16-output3"
    pin:
      pcf8574: pcf8574_hub_out_1
      number: 2
      mode: OUTPUT
      inverted: true
     
  - platform: gpio
    name: "a16-output4"
    pin:
      pcf8574: pcf8574_hub_out_1
      number: 3
      mode: OUTPUT
      inverted: true
     
  - platform: gpio
    name: "a16-output5"
    pin:
      pcf8574: pcf8574_hub_out_1
      number: 4
      mode: OUTPUT
      inverted: true
     
  - platform: gpio
    name: "a16-output6"
    pin:
      pcf8574: pcf8574_hub_out_1
      number: 5
      mode: OUTPUT
      inverted: true

  - platform: gpio
    name: "a16-output7"
    pin:
      pcf8574: pcf8574_hub_out_1
      number: 6
      mode: OUTPUT
      inverted: true
     
  - platform: gpio
    name: "a16-output8"
    pin:
      pcf8574: pcf8574_hub_out_1
      number: 7
      mode: OUTPUT
      inverted: true
     
  - platform: gpio
    name: "a16-output9"
    pin:
      pcf8574: pcf8574_hub_out_2
      number: 0
      mode: OUTPUT
      inverted: true

  - platform: gpio
    name: "a16-output10"
    pin:
      pcf8574: pcf8574_hub_out_2
      number: 1
      mode: OUTPUT
      inverted: true

  - platform: gpio
    name: "a16-output11"
    pin:
      pcf8574: pcf8574_hub_out_2
      number: 2
      mode: OUTPUT
      inverted: true
     
  - platform: gpio
    name: "a16-output12"
    pin:
      pcf8574: pcf8574_hub_out_2
      number: 3
      mode: OUTPUT
      inverted: true
     
  - platform: gpio
    name: "a16-output13"
    pin:
      pcf8574: pcf8574_hub_out_2
      number: 4
      mode: OUTPUT
      inverted: true
     
  - platform: gpio
    name: "a16-output14"
    pin:
      pcf8574: pcf8574_hub_out_2
      number: 5
      mode: OUTPUT
      inverted: true
     
  - platform: gpio
    name: "a16-output15"
    pin:
      pcf8574: pcf8574_hub_out_2
      number: 6
      mode: OUTPUT
      inverted: true
     
  - platform: gpio
    name: "a16-output16"
    pin:
      pcf8574: pcf8574_hub_out_2
      number: 7
      mode: OUTPUT
      inverted: true
     
binary_sensor:
  - platform: gpio
    name: "a16-input1"
    pin:
      pcf8574: pcf8574_hub_in_1
      number: 0
      mode: INPUT
      inverted: true

  - platform: gpio
    name: "a16-input2"
    pin:
      pcf8574: pcf8574_hub_in_1
      number: 1
      mode: INPUT
      inverted: true

  - platform: gpio
    name: "a16-input3"
    pin:
      pcf8574: pcf8574_hub_in_1
      number: 2
      mode: INPUT
      inverted: true

  - platform: gpio
    name: "a16-input4"
    pin:
      pcf8574: pcf8574_hub_in_1
      number: 3
      mode: INPUT
      inverted: true

  - platform: gpio
    name: "a16-input5"
    pin:
      pcf8574: pcf8574_hub_in_1
      number: 4
      mode: INPUT
      inverted: true

  - platform: gpio
    name: "a16-input6"
    pin:
      pcf8574: pcf8574_hub_in_1
      number: 5
      mode: INPUT
      inverted: true

  - platform: gpio
    name: "a16-input7"
    pin:
      pcf8574: pcf8574_hub_in_1
      number: 6
      mode: INPUT
      inverted: true

  - platform: gpio
    name: "a16-input8"
    pin:
      pcf8574: pcf8574_hub_in_1
      number: 7
      mode: INPUT
      inverted: true

  - platform: gpio
    name: "a16-input9"
    pin:
      pcf8574: pcf8574_hub_in_2
      number: 0
      mode: INPUT
      inverted: true

  - platform: gpio
    name: "a16-input10"
    pin:
      pcf8574: pcf8574_hub_in_2
      number: 1
      mode: INPUT
      inverted: true

  - platform: gpio
    name: "a16-input11"
    pin:
      pcf8574: pcf8574_hub_in_2
      number: 2
      mode: INPUT
      inverted: true

  - platform: gpio
    name: "a16-input12"
    pin:
      pcf8574: pcf8574_hub_in_2
      number: 3
      mode: INPUT
      inverted: true

  - platform: gpio
    name: "a16-input13"
    pin:
      pcf8574: pcf8574_hub_in_2
      number: 4
      mode: INPUT
      inverted: true

  - platform: gpio
    name: "a16-input14"
    pin:
      pcf8574: pcf8574_hub_in_2
      number: 5
      mode: INPUT
      inverted: true

  - platform: gpio
    name: "a16-input15"
    pin:
      pcf8574: pcf8574_hub_in_2
      number: 6
      mode: INPUT
      inverted: true

  - platform: gpio
    name: "a16-input16"
    pin:
      pcf8574: pcf8574_hub_in_2
      number: 7
      mode: INPUT
      inverted: true

# Enable logging
logger:

# Enable Home Assistant API
api:
Reply


Messages In This Thread
New DIY Project Support - by ahmedk4444@yahoo.com - 07-07-2022, 01:55 AM
RE: New DIY Project Support - by KinCony Support - 07-08-2022, 12:53 AM
RE: New DIY Project Support - by KinCony Support - 07-11-2022, 12:51 AM
RE: New DIY Project Support - by KinCony Support - 07-12-2022, 06:39 AM
RE: New DIY Project Support - by admin - 07-14-2022, 11:39 PM
RE: New DIY Project Support - by admin - 07-15-2022, 10:29 PM
RE: New DIY Project Support - by KinCony Support - 07-22-2022, 01:57 AM
RE: New DIY Project Support - by KinCony Support - 07-25-2022, 01:34 AM
RE: New DIY Project Support - by ahmed - 07-31-2022, 01:12 AM
RE: New DIY Project Support - by admin - 08-01-2022, 12:49 PM
RE: New DIY Project Support - by admin - 08-02-2022, 04:25 AM
RE: New DIY Project Support - by admin - 08-03-2022, 12:23 AM
RE: New DIY Project Support - by admin - 08-03-2022, 03:07 PM
RE: New DIY Project Support - by ahmed - 08-03-2022, 03:23 PM
RE: New DIY Project Support - by admin - 08-03-2022, 11:16 PM
RE: New DIY Project Support - by admin - 08-04-2022, 02:52 AM
RE: New DIY Project Support - by admin - 08-04-2022, 11:17 AM
RE: New DIY Project Support - by admin - 08-05-2022, 01:42 AM
RE: New DIY Project Support - by ahmed - 08-05-2022, 02:57 AM
RE: New DIY Project Support - by admin - 08-05-2022, 03:16 AM
RE: New DIY Project Support - by admin - 08-05-2022, 01:47 PM
RE: New DIY Project Support - by admin - 08-06-2022, 12:58 AM
RE: New DIY Project Support - by admin - 08-06-2022, 04:07 AM
RE: New DIY Project Support - by admin - 08-06-2022, 09:50 PM
RE: New DIY Project Support - by admin - 08-07-2022, 07:55 AM
RE: New DIY Project Support - by ahmed - 08-08-2022, 02:46 AM
RE: New DIY Project Support - by admin - 08-08-2022, 06:47 AM
RE: New DIY Project Support - by ahmed - 08-11-2022, 01:34 AM
RE: New DIY Project Support - by admin - 08-20-2022, 12:50 AM
RE: New DIY Project Support - by ahmed - 08-24-2022, 11:53 PM
RE: New DIY Project Support - by ahmed - 08-25-2022, 03:40 AM
RE: New DIY Project Support - by admin - 08-25-2022, 11:31 AM
RE: New DIY Project Support - by admin - 08-25-2022, 11:34 AM
RE: New DIY Project Support - by ahmed - 08-25-2022, 10:22 PM
RE: New DIY Project Support - by admin - 08-25-2022, 10:54 PM
RE: New DIY Project Support - by ahmed - 08-25-2022, 11:19 PM
RE: New DIY Project Support - by admin - 08-26-2022, 12:19 AM
RE: New DIY Project Support - by admin - 08-27-2022, 05:04 AM
RE: New DIY Project Support - by admin - 08-28-2022, 03:28 AM
RE: New DIY Project Support - by ahmed - 08-28-2022, 10:20 PM
RE: New DIY Project Support - by admin - 08-29-2022, 12:36 AM
RE: New DIY Project Support - by admin - 08-29-2022, 12:08 PM
RE: New DIY Project Support - by admin - 08-29-2022, 11:01 PM
RE: New DIY Project Support - by admin - 08-30-2022, 12:08 AM
RE: New DIY Project Support - by ahmed - 09-03-2022, 07:45 PM

Forum Jump:


Users browsing this thread:
2 Guest(s)