Working esp32 cam
This commit is contained in:
@@ -46,6 +46,8 @@ esp32_camera:
|
||||
name: ESP32_Cam1
|
||||
resolution: 640x480
|
||||
jpeg_quality: 20
|
||||
max_framerate: 0.5 fps
|
||||
idle_framerate: 0.05 fps
|
||||
|
||||
i2c:
|
||||
- id: bus_a
|
||||
@@ -55,17 +57,17 @@ i2c:
|
||||
|
||||
|
||||
sensor:
|
||||
- platform: bme280
|
||||
temperature:
|
||||
name: "ESP32_Cam1_BME280 Temperature"
|
||||
oversampling: 16x
|
||||
pressure:
|
||||
name: "ESP32_Cam1_BME280 Pressure"
|
||||
humidity:
|
||||
name: "ESP32_Cam1_BME280 Humidity"
|
||||
address: 0x76
|
||||
update_interval: 60s
|
||||
i2c_id: bus_a
|
||||
# - platform: bme280
|
||||
# temperature:
|
||||
# name: "ESP32_Cam1_BME280 Temperature"
|
||||
# oversampling: 16x
|
||||
# pressure:
|
||||
# name: "ESP32_Cam1_BME280 Pressure"
|
||||
# humidity:
|
||||
# name: "ESP32_Cam1_BME280 Humidity"
|
||||
# address: 0x76
|
||||
# update_interval: 60s
|
||||
# i2c_id: bus_a
|
||||
- platform: bh1750
|
||||
name: "ESP32_Cam1_BH1750 Illuminance"
|
||||
address: 0x23
|
||||
|
||||
Reference in New Issue
Block a user