У нас вы можете посмотреть бесплатно Home Assistant How To - program LilyGo TTGO HiGrow plant sensor или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
⚠️ UPDATE: This is old video for obsolete version of firmware. Check this video for updated version: • Home Assistant How to - flash latest LilyG... In this (long) video, we will cover everything needed to get LilyGo TTGO HiGrow plant sensor up and running with Home Assistant and MQTT integration. Pesro GitHub link: https://github.com/pesor/LilyGO-TTGO-... Link to TTGO T-Higrowth - https://www.aliexpress.com/item/40003... Battery - https://www.aliexpress.com/item/40007... Download links: Arduino IDE - https://www.arduino.cc/en/main/software NTPClient library - https://randomnerdtutorials.com/esp32... Link to ESP32 board definition - https://dl.espressif.com/dl/package_e... 00:00 Intro 00:22 Thank you for channel members! 00:33 About LilyGo TTGO HiGrow sensor board 03:52 Installing arduino 05:37 Downloading code Option 1 06:44 Downloading code Option 2 07:46 Open sketch file (.ino) 08:08 Installing libraries 10:52 Installing non-standard NTPClient library 13:59 Adding ESP32 board definitions 16:23 Configure basic settings 17:01 DHT11 vs DHT12 issue 18:54 WiFi configuration 19:27 MQTT configuration and customisation 21:49 WARNING about MQTT username and password 23:28 Customizing MQTT PubSubClient packet size 24:38 Calibrating board 30:03 Adding MQTT definition to Home Assistant 33:00 Verify that data is available 33:29 Adding entities to Home Assistant 35:55 Wrapping up the video Sample code for configuration.yaml file: ##### Creating manual plant sensor based on MQTT data from LilyGO HiGrow board with pesor firmware https://www.home-assistant.io/integra... WORK IN PROGRESS ##### sensor plant: platform: mqtt name: Plant_salt_1 state_topic: "mqtt/plant_1" value_template: "{{ value_json.salt.salt }}" unit_of_measurement: 'q' icon: mdi:bottle-tonic platform: mqtt name: Plant_Time_1 state_topic: "mqtt/plant_1" value_template: "{{ value_json.time.time }}" icon: mdi:clock platform: mqtt name: Plant_Date_1 state_topic: "mqtt/plant_1" value_template: "{{ value_json.date.date }}" icon: mdi:calendar platform: mqtt name: Plant_Soil_1 state_topic: "mqtt/plant_1" value_template: "{{ value_json.soil.soil }}" unit_of_measurement: '%' icon: mdi:water-percent platform: mqtt name: Plant_Temp_1 state_topic: "mqtt/plant_1" value_template: "{{ value_json.temp.temp }}" unit_of_measurement: 'C' icon: mdi:home-thermometer platform: mqtt name: Plant_Humid_1 state_topic: "mqtt/plant_1" value_template: "{{ value_json.humid.humid }}" unit_of_measurement: '%' icon: mdi:water-percent platform: mqtt name: Plant_Lux_1 state_topic: "mqtt/plant_1" value_template: "{{ value_json.lux.lux }}" unit_of_measurement: 'lx' icon: mdi:brightness-4 platform: mqtt name: Plant_Battery_1 state_topic: "mqtt/plant_1" value_template: "{{ value_json.bat.bat }}" unit_of_measurement: '%' icon: mdi:battery-20 platform: mqtt name: Plant_Sleep_counter_1 state_topic: "mqtt/plant_1" value_template: "{{ value_json.sleep5Count.sleep5Count }}" icon: mdi:sleep platform: mqtt name: Plant_Boot_Count_1 state_topic: "mqtt/plant_1" value_template: "{{ value_json.bootCount.bootCount }}" icon: mdi:cached platform: mqtt name: Plant_FW_release_1 state_topic: "mqtt/Plant_1" value_template: "{{ value_json.rel.rel }}" icon: mdi:delta Please, give me a thumb up if you liked this video, subscribe if you still haven't and I'll see you next time! Have fun! BeardedTinker P.S. If you would like to support me and this channel, you can now JOIN and become member! https://www.youtube.com/BeardedTinker... Twitter: @BeardedTinker Discord: / discord #howto #HomeAssistant #higrow #lilygo #plantsensor