Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 704 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 704 Bytes

AlkoToMqtt

A service to bridge Al-Ko API to MQTT.

ALKO_CLIENT_ID = [client id as provided]
ALKO_CLIENT_SECRET = [client secret as provided]
ALKO_LOGIN_USER = [user name as used in InTouch app]
ALKO_LOGIN_PASSWORD = [password as used in InTouch app]
MQTT_HOST = [mqtt hostname or IP]
MQTT_PORT = [mqtt port (optional, default=1883)]
MQTT_TOPIC = [root topic (optional, default=alko)]
SERVICE_LOG_LEVEL = [one of Error, Info, Debug, Fine (optional, default=Info)]
SERVICE_UPDATE_INTERVAL = [polling interval in minutes (optional, default=5)]