Added ADC for photo diode voltage measurement.\nAdded blue LED output channel.

This commit is contained in:
Marcus Scholz 2021-09-02 22:05:19 +02:00
parent 307d55fa13
commit 21cda85970

View File

@ -57,6 +57,9 @@ output:
- platform: ledc - platform: ledc
pin: GPIO18 pin: GPIO18
id: led_green id: led_green
- platform: ledc
pin: GPIO19
id: led_blue
# Initialize UART for Vindriktning sensor # Initialize UART for Vindriktning sensor
uart: uart:
@ -158,6 +161,12 @@ sensor:
- platform: pm1006 - platform: pm1006
pm_2_5: pm_2_5:
name: "Feinstaub PM 2.5µm" name: "Feinstaub PM 2.5µm"
# Analog photo diode voltage
- platform: adc
pin: 32
name: "Spannung Photodiode"
attenuation: 11db
update_interval: 10s
# IR Receiver, dumps all received values into serial # IR Receiver, dumps all received values into serial
remote_receiver: remote_receiver: