Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 789 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 789 Bytes

Adorable-QTPI

Consumes messages from an MQTT topic and sends them to Localwood's API. You would use this microservice in conjunction with an MQTT broker such as Flespi to control the lights in your home remotely.

Requirements

  • Python 3
  • paho-mqtt pip3 install -r requirements.txt

Usage

You will need multiple environment variables (see code) to configure the connection to an MQTT broker and to authenticate with Localwood.

  1. Run server with: python3 adorable_qtpi.py
  2. Run Localwood on the same host

Problems?

If you have problems or questions feel free to open an issue. Pull requests always welcome 😸