Module homiemillheat
Main CLI application.
Reads configuration from environment variables and starts the Millheat-to-Homie bridge. Does not support any CLI parameters.
Usage:
# configure parameters as environment variables export MILLHEAT_ACCESS_KEY="xxxxxxxx" export MILLHEAT_SECRET_TOKEN="xxxxxxxx" export MILLHEAT_USERNAME="xxxxxxxx" export MILLHEAT_PASSWORD="xxxxxxxx" export MILLHEAT_POLL_INTERVAL=5 # default: 15 seconds export HOMIE_MQTT_URI="mqtt://synology" # format: "mqtt(s)://user:pass@hostname:port" export HOMIE_LOG_LEVEL="info" # default: "INFO" export HOMIE_DOMAIN="homie" # default: "homie" export HOMIE_DEVICE_ID="millheat" # default: "millheat" export HOMIE_DEVICE_NAME="M2H bridge" # default: "Millheat-to-Homie bridge" # start the application homiemillheat