Hello,
I'm running this on my home assistant :
esphome:
name: sensors-garage
platformio_options:
board_build.flash_mode: dio
friendly_name: sensors-garage
esp32:
board: adafruit_qtpy_esp32c3
variant: esp32c3
framework:
type: esp-idf
# Enable logging
logger:
level: DEBUG
baud_rate: 115200
# Enable Home Assistant API
api:
encryption:
key: "myAPI"
ota:
password: "myPassword"
wifi:
ssid: 'mywifi'
password: 'my wifi password'
power_save_mode: none
domain: .local
i2c:
sda: 5
scl: 6
sensor:
- platform: sen5x
id: sen54
pm_1_0:
name: " PM <1µm Weight concentration"
id: pm_1_0
accuracy_decimals: 1
pm_2_5:
name: " PM <2.5µm Weight concentration"
id: pm_2_5
accuracy_decimals: 1
pm_4_0:
name: " PM <4µm Weight concentration"
id: pm_4_0
accuracy_decimals: 1
pm_10_0:
name: " PM <10µm Weight concentration"
id: pm_10_0
accuracy_decimals: 1
temperature:
name: "Temperature"
accuracy_decimals: 1
humidity:
name: "Humidity"
accuracy_decimals: 0
voc:
name: "VOC"
algorithm_tuning:
index_offset: 100
learning_time_offset_hours: 12
learning_time_gain_hours: 12
gating_max_duration_minutes: 180
std_initial: 50
gain_factor: 230
temperature_compensation:
offset: 0
normalized_offset_slope: 0
time_constant: 0
acceleration_mode: low
store_baseline: true
address: 0x69
however, the code runs till I (407) cpu_start: Starting scheduler.
could someone help me out?
much appreciate it!
adafruit_qtpy_esp32c3 stuck at "I (407) cpu_start: Starting scheduler."
-
- Posts: 1
- Joined: Wed Aug 02, 2023 4:39 am
Who is online
Users browsing this forum: Google [Bot] and 121 guests