Skip to content
This repository has been archived by the owner on Oct 26, 2023. It is now read-only.
zewelor edited this page Oct 9, 2020 · 2 revisions

To run bt-mqtt-gateway in debug mode

sudo ./gateway.py -d

To check systemd service logs

journalctl -xef -u bt-mqtt-gateway

Viewing MQTT messages

mosquitto_sub -h localhost -d -t '#'

Docker

To run bt-mqtt-gateway in a Docker container in debug mode

add environment parameter -e DEBUG=true

or in Docker-compose:

environment:
- DEBUG=true

Home

Getting Started

Home Automation Integration

Help

Clone this wiki locally