Easy and affordable Webcam for Home Assistant - ESP32 Cam

Описание к видео Easy and affordable Webcam for Home Assistant - ESP32 Cam

ESP32 - Cam https://s.click.aliexpress.com/e/_DEk...
https://esphome.github.io/esp-web-tools/

esphome:
name: esp32-cam
platform: ESP32
board: esp32dev

Enable logging
logger:

Enable Home Assistant API
api:
reboot_timeout: 0s

ota:

web_server:
port: 80

wifi:
ssid: !secret wifi_ssid
password: !secret wifi_password

Enable fallback hotspot (captive portal) in case wifi connection fails
ap:
ssid: "Esp32-Cam Fallback Hotspot"
password: "C3FOhAPFtouw"

captive_portal:

Example configuration entry
esp32_camera:
external_clock:
pin: GPIO0
frequency: 20MHz
i2c_pins:
sda: GPIO26
scl: GPIO27
data_pins: [GPIO5, GPIO18, GPIO19, GPIO21, GPIO36, GPIO39, GPIO34, GPIO35]
vsync_pin: GPIO25
href_pin: GPIO23
pixel_clock_pin: GPIO22
power_down_pin: GPIO32

Image settings
name: My ESP32-CAM

Flashlight
output:
- platform: gpio
pin: GPIO4
id: gpio_4

GPIO_4 is the flash light pin
light:
- platform: binary
output: gpio_4
name: flashlight

Some items in my smart home:
Zigbee smart bulb: https://s.click.aliexpress.com/e/_Dnq...
Shelly Uni: https://s.click.aliexpress.com/e/_DmQ...
Athom 4 gang switch: https://s.click.aliexpress.com/e/_Dkt...
ESP32 Dev board: https://s.click.aliexpress.com/e/_DeN...
Shelly 1: https://s.click.aliexpress.com/e/_Dkd...
Shelly Dimmer: https://s.click.aliexpress.com/e/_DCj...
CO2 Sensor: https://s.click.aliexpress.com/e/_Ddl...
Great contiuous super bright LED Strips with no dots : https://s.click.aliexpress.com/e/_DCF...
Weather station: https://s.click.aliexpress.com/e/_DEC...
Broadlink Pro for controlling IR devices like TVs: https://s.click.aliexpress.com/e/_DEE...
Athom local control ESPHome smart plugs:https://s.click.aliexpress.com/e/_DeK...
Zigbee smart blind controller: https://s.click.aliexpress.com/e/_DFl...
Raspberry Pi: https://s.click.aliexpress.com/e/_Dkl...
Kingston SSD RAM: https://s.click.aliexpress.com/e/_DFq...
Ice Tower Cooling Fan: https://s.click.aliexpress.com/e/_DmI...

Some of the links above are affiliate links, where I earn a small commission if you click on the link and purchase an item. You are not obligated to do so, but it does help fund these videos in hopes of bringing value to you!

Комментарии

Информация по комментариям в разработке