У нас вы можете посмотреть бесплатно [No Coding Required] Connect ESP8266 NodeMCU to Home Assistant using ESPHome (007E) или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
Please be aware that the way to add new NodeMCU on the newer version of the ESPHome has been changed significantly. I separately uploaded a video to cover this process. Please check below link. • Changed Method to Add NodeMCU on Newer Ver... ---------------------------------------------------------------------------------------------------------------------- I forgot to mention one thing. After the first uploading is done, please be sure to reserve the IP address of NodeMCU in the router setting. ---------------------------------------------------------------------------------------------------------------------- In this video, Introduction of NodeMCU & ESPHome Install ESPHome Add-on OTA Uploading Control Output Pin by 'switch' Sense Input Pin using 'binary_sensor' Connection status check from both NodeMCU & Home Assistant Chapter 0:00 Intro 2:45 ESPHome Add-on 5:09 The First 'Wired' Uploading 6:59 Output Pin Control By Switch 9:21 The First 'OTA' Uploading 13:34 Input Pin Sensing with Binary Sensor 18:49 Monitoring the Connection Status Contents of 'test01.yaml' file. ---------------------------------------------------------------------------------------------------------------------- esphome: name: test01 platform: ESP8266 board: nodemcuv2 wifi: ssid: "Your Wi-Fi" password: "Your Wi-FI Password" Enable fallback hotspot (captive portal) in case wifi connection fails ap: ssid: "Test01 Fallback Hotspot" password: "to be set by your ESPHome" captive_portal: Enable logging logger: Enable Home Assistant API api: password: "otapassword" ota: password: "otapassword" switch: #HA -) ESP -) Pin platform: gpio pin: D4 #Internal LED switching name: "NodeMCU Internal LED" id: internal_led binary_sensor: # Pin or Internal Status -) ESP -) HA platform: gpio pin: number: D2 mode: INPUT_PULLUP inverted: True name: "Door 1" platform: status name: "NodeMCU1 Connection Status" interval: interval: 1sec then: if: condition: api.connected then: switch.toggle: internal_led ------------------------------------------------------------------------------------------- #ESPHome #ESP8266 #NodeMCU #Over-The-Air #OTA #ESP32 #DoorAlarm #DoorSwitch #HomeAssistant #HomeAutomation #SmartHome #RaspberryPi #makeshift