Room temperature & humidity on Home Assistant using ESPHome and NodeMCU

Room temperature & humidity on Home Assistant using ESPHome and NodeMCU

Poseidwn Tech

4 года назад

42,162 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@nev0076
@nev0076 - 20.01.2022 07:37

I don’t see my device which is NodeMCU ESP8266 on Esphome. Do I have to flash firmware manually like you?

Ответить
@nicklefevere2084
@nicklefevere2084 - 17.01.2022 22:20

thank you for your video, worked perfect

Ответить
@gardenredplanet4381
@gardenredplanet4381 - 01.12.2021 00:32

I HAVE ISSU HELP ME PLZ ->Can't connect to ESP. Please make sure your YAML file contains an 'api:' line.

Ответить
@kalvinwui1154
@kalvinwui1154 - 15.09.2021 13:35

Can I connect multi DHT11 sensor on 1 nodemcu device?

Ответить
@bag-stg-kft7445
@bag-stg-kft7445 - 24.06.2021 02:16

hi, video ist super, nur es funktioniert nicht, seit upfate von esp home. Es gibt keinen "update" button und per USB kann es nur von RASPI geladen werden, nicht vom PC. ESP Home kann zu NODEMCU per WLAN, (als OTA) aber lehre NODEMCU kann nicht als OTA geflasht werden. Man könnte zwar die fertige Datei runterladen, aber wo ist die gespeicherte Datei? Im Ordner "ESPhome" ist es nicht....

Ответить
@giorgosiotis1557
@giorgosiotis1557 - 04.06.2021 19:10

Φίλε μου μια και είσαι Έλληνας μπράβο σου για την ενασχόληση σου με το Home Assistant. Ασχολούμαι και εγώ αλλά χωρίς βίντεο , μόνο κατασκευή. Φαντάσου τι διαφορά θα έκανες αν ότι φτιάχνεις στα αγγλικά το έκανες και στα Ελληνικά. Μπράβο για την προσπάθεια σου. Ευχαριστώ.

Ответить
@NormRasmussen
@NormRasmussen - 27.03.2021 00:09

Well, this email answered all my questions and got me started on the right track! Despite some issues with Silicon mac and ESPHome Flasher GUI not working well together, the CLI got it taken care of.

My text step is I was already using the esp8266 to control some lights based off the temperature. Do you have a tutorial to show how to call “sketch.h” in the yaml file? EspHome’s documentation was a little confusing as to where their code examples should live in HASS

Ответить
@davisbennett
@davisbennett - 18.03.2021 21:38

Fantastic video! Thank you so much as I am new to microcontrollers and Home Assistant and I now have temperature, pressure and humidity wirelessly streaming from my BME280 connected to my ESP8266 :) Very easy video to follow.

Ответить
@dablet
@dablet - 17.03.2021 19:12

looks like your github link is dead.

Ответить
@AndrzejSQ9PKW
@AndrzejSQ9PKW - 27.02.2021 12:44

Hey, would you tell me something about your power source? It seems to be some nice DIY power bank...
Btw... everything work perfectly!

Ответить
@casperheintzelmann3108
@casperheintzelmann3108 - 09.02.2021 15:48

I can recommend using ESPHome in Home Assistant, to flash the NodeMCU for the first time. Use the ESPHome Wizard to create the first program and just connect the NodeMCU to the Raspberry Pi. It is very easy :)

Ответить
@meteochioggia
@meteochioggia - 27.01.2021 16:02

Thank you very much for your video: I've created my first project following your instructions! Just two things: EspFlasher doesn't work on osx Catalina (I've tried 1.2 and 1.3 without results), on Windows it's necessary download drivers to connect nodemcu.

Ответить
@fazrulrusdi3709
@fazrulrusdi3709 - 25.01.2021 18:56

Your tutorial are so good and easy to follow. My problem i cant start esphome add on in my home assistant. An error message keep popping up

Ответить
@fazrulrusdi3709
@fazrulrusdi3709 - 25.01.2021 18:56

You tutorial are so good and easy to follow. My problem i cant start esphome add on in my home assistant. An error message keep popping up

Ответить
@venkatesanmurugan3931
@venkatesanmurugan3931 - 15.01.2021 20:55

hai, I connect mcu with relay when I switch ON through H A Relay was OFF and when I ON through H A it was showing OFF history logs also showing OFF kindly provide a good solution

Ответить
@user-xo6et9yd7g
@user-xo6et9yd7g - 23.12.2020 00:00

Πολυ καλο το βιντεο, δυστυχώς ομως κατο δεν κανω εγω σωστα.. Και δεν εχω ενδειξεις απο τον αισθητηρα, μου βγάζει τα ακολουθα:
Requesting data from HDT failed.
Invalid readings! Please check your wiring(pul-up resistor, pin number)

Ответить
@bdubs6666
@bdubs6666 - 12.12.2020 21:01

Thank you so much for this video, it helped me out so much. My first experience with the nodemcu. I am using this to monitor 4 magnetic door sensors with Home Assistant. I did have a couple issue that I had to overcome if it helps anyone else. I had issues with my PC recognizing the nodeMCU as a serial port. To resolve that, I just had to update my drives for the CP210 uart, just do a search for CP210x_Universal_Windows_Driver. I also had issues compiling my code. This was because I had an older version of ESPHome, so all I had to do there was update from 1.13 to 1.15.3 and that solved my issues. The door sensor's work flawlessly in ESPHome and home assistant!

Ответить
@JaydenThorup
@JaydenThorup - 25.11.2020 02:29

You can also add a GPIO switch right here in the code just below the sensor if you want. Then you just need a relay and you could control a heater or other device in that room along side tracking the temperature. Lots of possiblities:

switch:
- platform: gpio
pin: 5
name: "Living Room Switch"

Ответить
@andrejsersen59
@andrejsersen59 - 02.11.2020 10:51

Thanks man! My first esphome project was successful thanks to your exact and clear video!

Ответить
@billunder7959
@billunder7959 - 23.10.2020 18:34

are you from greece ?

Ответить
@PowerMeep
@PowerMeep - 14.09.2020 05:08

Why not just attach the dht sensor directly to the pi's GPIO? That's how mine was set up. If I remember right, I just had to tell HA which pin to read, and it already has the capability to read it.

Ответить
@ariel3680
@ariel3680 - 21.08.2020 13:41

Hi, i want to try this, but im not sure which cable plug to where, im very new at this.

Ответить
@holijames82
@holijames82 - 02.07.2020 10:00

can i connect more than 1 sensor / relay on esp32?

Ответить
@holijames82
@holijames82 - 01.07.2020 14:38

WHICH IS MORE ACCURATE THE DHT22 OR XIAMOI AQARA?

Ответить
@markmacherey4744
@markmacherey4744 - 12.05.2020 06:55

Awesome video, thank you..

Ответить