Camaendir / Nuimo_Controller

Control your home through your Nuimo - Phillips HUE, Spotify, or other lighting

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nuimo Controller

Setup

  • 1: Follow the installation steps for your Bluetooth device on Nuimo's Github

  • 2: Install the python requirements

    python3 -m pip install -r requirements.txt

  • 3: Create and configure the env.py

    This step depends on what type of controller you use. If you use a Spotipy-Controller you need to add your credentials in there (see env_example.py). For an MQTT connection add your MQTT host and port. If you use Phillips Hue add your Hue-Bridge IP in there.

Available Remotes

  • Spotipy-Remote: control your Music!
  • MQTT-Lighting-Remote: control your Lighting with state,brightness,color and animations (through MQTT)
  • Hue-Remote: control your HUE lights with your nuimo.

Using the remotes

For an example on how to use the controller see main.py.

About

Control your home through your Nuimo - Phillips HUE, Spotify, or other lighting


Languages

Language:Python 100.0%