Skip to content

bbusse/compost-sensor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

This builds an ESP32 firmware in a container providing an ESPHome build environment Configuration files for the firmware target are kept in a seperate repository and fetched during build

Build

Configuration yaml files for ESPHome need to be supplied as build argument
and are fetched from esphome-cfg

BME280

$ podman build . -t compost-0 --build-arg ESPHOME_CFG=compost-0.yaml

DHT22 / AM2302

$ podman build . -t greenhouse-1 --build-arg ESPHOME_CFG=greenhouse-1.yaml

Resources

ESPHome
ESPHome Source Code
ESPHome Releases
ESPHome Configuration Files
BME280 Datasheet
DHT22/AM2302 Datasheet