Загрузка страницы

DIY ESPHome Multisensor - Temp, Humidity, RGB LED, Motion and LUX

I built another multisensor for the bedroom and I decided to change up a few components. Dive in and take a step by step approach to build it with Otto Winter's ESPHome software this time around as it's been a year since I built the initial Bruh Automation version. ESPHome is easy to use and configure; No Arduino IDE, no coding, just a config file and the sensors wired up!

-=-=-=-=-=-=-Parts Used -=-=-=-=-=-=-
NodeMCU - https://amzn.to/2DqS4lb
TSL2561 LUX Sensor - https://amzn.to/3arcDgc
Jumper Wires - https://amzn.to/2UTDDNM
AM312 Motion Sensor - https://amzn.to/2I5HJkg
5mm Neopixel - https://amzn.to/2GlgtMX or 8mm Neopixel - https://amzn.to/2GlHb8a
DHT22 Temp/Humidity - https://amzn.to/2I4isa7

Dive into the fun world of 3D printing! https://amzn.to/2WnZ3Xn

Products I use and recommend - https://www.amazon.com/shop/digiblurdiy

-=-=-=-=-Come chat with us!-=-=-=-=-=
Discord - https://discord.gg/bNtTF2v
Patreon - https://www.patreon.com/digiblurDIY

Sample ESPHome YAML (replace the IP address and WiFi information)

esphome:
name: sensor_node1
platform: ESP8266
board: nodemcuv2

wifi:
ssid: 'yourWIFIhere'
password: 'yourPASShere'
manual_ip:
static_ip: 10.10.1.40 change this IP and remove this message
gateway: 10.10.1.1
subnet: 255.255.255.0
dns1: 10.10.1.1
dns2: 10.10.1.1

# Enable logging
logger:

# Enable Home Assistant API
api:

ota:

sensor:
- platform: dht
pin: D7
model: dht22
temperature:
name: "SenseNode Temp"
humidity:
name: "SenseNode Humidity"
update_interval: 30s
- platform: tsl2561
name: "SenseNode LUX"
address: 0x39
update_interval: 5s

binary_sensor:
- platform: gpio
pin: D6
name: "SenseNode Motion"
device_class: motion
on_press:
then:
- light.turn_on: ESPD4led
on_release:
then:
- light.turn_off: ESPD4led
light:
- platform: fastled_clockless
chipset: WS2812
pin: D3
num_leds: 1
rgb_order: RGB
name: "SenseNode LED"
- platform: binary
name: "SenseNode D4Led"
output: D4led
id: ESPD4led

i2c:
sda: D2
scl: D1
scan: False

output:
- platform: gpio
pin: D4
id: D4led
inverted: True

-=-=-=-=-=-3D Cases Used-=-=-=-=-=-
https://www.thingiverse.com/thing:2361388
https://www.thingiverse.com/thing:2477685

Huge shout out to Bruh Automation for starting me on this ESP8266 journey on the first version of this multisensor a year ago.

Видео DIY ESPHome Multisensor - Temp, Humidity, RGB LED, Motion and LUX канала digiblurDIY
Показать
Комментарии отсутствуют
Введите заголовок:

Введите адрес ссылки:

Введите адрес видео с YouTube:

Зарегистрируйтесь или войдите с
Информация о видео
11 февраля 2019 г. 18:15:00
00:27:16
Яндекс.Метрика