Working esp32 cam

This commit is contained in:
2021-01-09 17:42:48 -05:00
parent 0f248f982a
commit 371789994e
2 changed files with 51 additions and 11 deletions

View File

@@ -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

38
requirements20210104.txt Normal file
View File

@@ -0,0 +1,38 @@
bitstring==3.1.7
bottle==0.12.19
certifi==2020.12.5
cffi==1.14.4
chardet==4.0.0
click==7.1.2
colorama==0.4.4
colorlog==4.6.2
cryptography==3.3.1
ecdsa==0.16.1
esphome==1.15.3
esptool==3.0
idna==2.10
ifaddr==0.1.7
marshmallow==3.9.1
packaging==20.8
paho-mqtt==1.5.1
Pillow==8.0.1
pip-review==1.1.0
pkg-resources==0.0.0
platformio==5.0.3
protobuf==3.14.0
pyaes==1.6.1
pycparser==2.20
pyelftools==0.27
pyparsing==2.4.7
pyserial==3.5
pytz==2020.4
PyYAML==5.3.1
reedsolo==1.5.4
requests==2.25.0
semantic-version==2.8.5
six==1.15.0
tabulate==0.8.7
tornado==6.1
tzlocal==2.1
urllib3==1.26.2
voluptuous==0.12.1