Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Define MQTT and sensor configuration separately from implementation #8

Merged
merged 6 commits into from
Apr 19, 2024

Commits on Apr 19, 2024

  1. Define MQTT and sensor configuration separately from implementation

    The data logger uses a YAML file now, for example like `etc/mois.yaml`.
    You will then invoke it like:
    
      ds18b20-datalogger run etc/mois.yaml
    amotl committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    61b62a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d835ada View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    208b5ae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d058e0b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ab0547f View commit details
    Browse the repository at this point in the history
  6. Improve documentation

    amotl committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    6f88b05 View commit details
    Browse the repository at this point in the history