Skip to content

JoDehli/Pyloxone2Mqtt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyLoxone2Mqtt

Install for development

pip install -r requirements.txt
create a .env file next to the main.py
fill out the .env file with the necessary information
run the main.py

Env File with the following content

LOG_LEVEL=INFO

# Mqtt
MQTT_BROKER=
MQTT_USERNAME=
MQTT_PASSWORD=
MQTT_PORT=1883
# Do not change this for now
MQTT_TOPICS="mqtt2loxone/#"

# Loxone
WEBSOCKET_URL=
WEBSOCKET_USERNAME=
WEBSOCKET_PASSWORD=
WEBSOCKET_PORT=

About

Loxone Mqtt

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published