Skip to content
This repository was archived by the owner on Oct 8, 2025. It is now read-only.

framework: esp-idf throws Syslog.h not found #12

@seganku

Description

@seganku

I am building ESPHome Bluetooth Proxies for Sonoff Mini R4 (ESP32) switches. The ESPHome link seems quite adamant that we use framework: {type: esp-idf}. When I switch from {type: arduino} to {type: esp-idf}, I start getting this error:

In file included from src/esphome/components/syslog/syslog_component.cpp:1:
src/esphome/components/syslog/syslog_component.h:9:10: fatal error: Syslog.h: No such file or directory

Example config:

esphome:
  name: syslog-esp-idf
esp32:
  board: esp32dev
  framework:
    type: esp-idf
logger:
syslog:
  ip_address: !secret syslog_ip_address
api:
ota:
wifi:
  ssid: !secret wifi_ssid
  password: !secret wifi_password

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions