forked from sthope/battery2mqtt
16 lines
299 B
Bash
16 lines
299 B
Bash
#TAG=latest
|
|
|
|
MQTT_HOST=mqtt-broker-ip
|
|
MQTT_USERNAME=username
|
|
MQTT_PASSWORD=password
|
|
|
|
#MQTT_PORT=1883
|
|
#MQTT_TOPIC=laptop2mqtt
|
|
|
|
### Choose one
|
|
#LOG_LEVEL=info
|
|
#LOG_LEVEL=debug
|
|
#LOG_LEVEL=warning
|
|
#LOG_LEVEL=error
|
|
|
|
#SENSORS=status,capacity,energy_now,energy_full,energy_full_design,power_now,voltage_now |