Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 1.9 KB

README.md

File metadata and controls

35 lines (28 loc) · 1.9 KB

Kingbob Plant Sensor

License

This ESPHome configuration builds firmware for the King Bob plant sensor, who resides in Hackerspace Trójmiasto.

The project utilizes LILYGO T-Higrow plantsensor. Firmware is based on LILYGO-T-Higrow-Esphome.

It is still work in progress. 🌿

Sensor features

EC sensor

  • soil humidity
  • feritilizer (soil conductivity)

BH1750 sensor

  • ambient light

DHT sensor

  • ambient temperature
  • ambient humidity

Adding the sensor to Home Assistant

Sensor can be added to HS3's Home Assistant within the ESPHome in Home Assistant dashboard. The .yaml configuration file should point to the project template within this repository:

packages:
  esphome.project-template: github://hs3city/kingbob-plant-sensor/LILYGO-T-Higrow-ESP32.yaml@main

Calibration

To get accurate readings the sensor should be calibrated before first use. Calibration process is described in the official LILYGO-T-Higrow-Esphome website.

You can utilize the branch calibration in this repository, which contains all changes in .yaml file required for the calibration process:

packages:
  esphome.project-template: github://hs3city/kingbob-plant-sensor/LILYGO-T-Higrow-ESP32.yaml@calibration