Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ESPHOME KC868-E16S
#5
Olá, tudo bem, fiz os ajustes no código esphome incluindo os itens que você orientou, porem o editor apresenta erros no código relacionados as novas inserções, seria possível verificar onde estou errando no código abaixo:

esphome:
  name: controlador-iluminacao
  platform: ESP32
  board: esp32dev
 
 
# Example configuration entry for ESP32
i2c:
  sda: 16
  scl: 15
  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.30.3
    gateway: 192.168.30.1
    subnet: 255.255.255.0
# Example configuration entry
pcf8574:
  - id: 'pcf8574_hub_out_1'  # for output channel 1-8
    address: 0x21
  - id: 'pcf8574_hub_out_2'  # for output channel 9-16
    address: 0x25
  - id: 'pcf8574_hub_in_1'  # for input channel 1-8
    address: 0x22
  - id: 'pcf8574_hub_in_2'  # for input channel 9-16
    address: 0x24
# Individual outputs
switch:
  - platform: gpio
    name: "e16s-output1"
  id: e16s-output1
    pin:
      pcf8574: pcf8574_hub_out_1
      number: 0
      mode: OUTPUT
      inverted: true
 
binary_sensor:
  - platform: gpio
    name: "e16s-input1"
  on_press:
    then:
    - switch.toggle: e16s-output1
    pin:
      pcf8574: pcf8574_hub_in_1
      number: 0
      mode: INPUT
      inverted: true
 
# Enable logging
logger:
# Enable Home Assistant API
api:
Reply


Messages In This Thread
ESPHOME KC868-E16S - by rodrigomallmann - 03-26-2023, 01:19 PM
RE: ESPHOME KC868-E16S - by admin - 03-27-2023, 12:44 AM
RE: ESPHOME KC868-E16S - by rodrigomallmann - 03-27-2023, 04:26 PM
RE: ESPHOME KC868-E16S - by admin - 03-27-2023, 10:57 PM
RE: ESPHOME KC868-E16S - by rodrigomallmann - 04-06-2023, 09:07 PM
RE: ESPHOME KC868-E16S - by admin - 04-06-2023, 10:45 PM
RE: ESPHOME KC868-E16S - by rodrigomallmann - 04-07-2023, 01:16 AM
RE: ESPHOME KC868-E16S - by admin - 04-07-2023, 02:24 AM
RE: ESPHOME KC868-E16S - by rodrigomallmann - 04-07-2023, 08:06 PM
RE: ESPHOME KC868-E16S - by admin - 04-07-2023, 11:21 PM
RE: ESPHOME KC868-E16S - by rodrigomallmann - 04-10-2023, 06:14 PM
RE: ESPHOME KC868-E16S - by admin - 04-11-2023, 12:07 AM

Forum Jump:


Users browsing this thread:
1 Guest(s)