Die Projektdokumentation zum Pflanzensensor Workshop. https://curious.bio/2022/11/remote-chaos-experience/
Go to file
2022-12-20 16:30:25 +01:00
first-webserver Added webserver without credentials 2022-12-20 16:30:25 +01:00
serial-out Moved file into the right folder structure 2022-12-20 16:05:24 +01:00
.gitignore Added webserver without credentials 2022-12-20 16:30:25 +01:00
esphome.yaml initial commit 2022-12-20 13:45:03 +01:00
LICENSE initial commit 2022-12-20 13:45:03 +01:00
README.md initial commit 2022-12-20 13:45:03 +01:00

ESP Pflanzensensor Workshop

Die Projektdokumentation zum Pflanzensensor Workshop.

https://curious.bio/2022/11/remote-chaos-experience/

Komponenten

Mikrocontroller

Luftfeuchtigkeits- und Temperatursensor

Bodenfeuchtesensor

Systemanforderungen

ESPHome

CLI

esphome --help
usage: esphome [-h] [-v] [-q] [-s key value] command ...

positional arguments:
  command               Command to run:
    config              Validate the configuration and spit it out.
    compile             Read the configuration and compile a program.
    upload              Validate the configuration and upload the latest binary.
    logs                Validate the configuration and show all logs.
    run                 Validate the configuration, create a binary, upload it, and start logs.
    clean-mqtt          Helper to clear retained messages from an MQTT topic.
    wizard              A helpful setup wizard that will guide you through setting up ESPHome.
    mqtt-fingerprint    Get the SSL fingerprint from a MQTT broker.
    version             Print the ESPHome version and exit.
    clean               Delete all temporary build files.
    dashboard           Create a simple web server for a dashboard.
    rename              Rename a device in YAML, compile the binary and upload it.

options:
  -h, --help            show this help message and exit
  -v, --verbose         Enable verbose ESPHome logs.
  -q, --quiet           Disable all ESPHome logs.
  -s key value, --substitution key value
                        Add a substitution
esphome compile esphome.yaml
esphome upload esphome.yaml