lake-info

module
v1.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 18, 2023 License: MIT

README

lake-info

Docker Image to fetch lake levels from the US Army Corps of Engineers and send it to MQTT or Influxdb

Environment Variables

The following environment variables are used to configure the container:

  • USACE_URL (required): The URL of the US Army Corps of Engineers dam table.
  • INFLUXDB_SERVER: the url of the influxdb server
  • INFLUXDB_PORT: default 8086, port used to connect to influxdb server
  • INFLUXDB_USERNAME: default "", username for connecting to the influxdb server
  • INFLUXDB_PASSWORD: default "", password for connecting to the influxdb server
  • INFLUXDB_DATABASE: default "lakeinfo", database to use for storing measurements
  • INFLUXDB_PREFIX: default "", prefix (usually the lake name separated by underscores) for the measurements stored in the influxdb server
  • MQTT_SERVER: the url of the MQTT server
  • MQTT_PORT: default 1883, port used to connect to MQTT server
  • MQTT_USERNAME: default "", username for connecting to the MQTT server
  • MQTT_PASSWORD: default "", password for connecting to the MQTT server
  • MQTT_PREFIX: default "", prefix (usually the lake name separated by underscores) for the measurements stored in the MQTT server

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL