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