Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
bbusse committed Oct 3, 2024
1 parent e218546 commit cee20d0
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,23 @@
This builds an ESP32 firmware in a [container](https://github.com/bbusse/esphome-build) providing an [ESPHome](https://esphome.io/) build environment
Configuration files for the firmware target are kept in a [seperate repository](https://github.com/bbusse/esphome-cfg) and fetched during build

## Build
Configuration yaml files for ESPHome need to be supplied as build argument
and are fetched from [esphome-cfg](https://github.com/bbusse/esphome-cfg)
and are fetched from [esphome-cfg](https://github.com/bbusse/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](https://esphome.io/)
[ESPHome Source Code](https://github.com/esphome/esphome)
[ESPHome Releases](https://github.com/esphome/esphome/releases)
[Configuration Files](https://github.com/bbusse/esphome-cfg)
[ESPHome Configuration Files](https://github.com/bbusse/esphome-cfg)
[BME280 Datasheet](https://www.bosch-sensortec.com/products/environmental-sensors/humidity-sensors-bme280/)
[DHT22/AM2302 Datasheet](https://www.sparkfun.com/datasheets/Sensors/Temperature/DHT22.pdf)

0 comments on commit cee20d0

Please sign in to comment.