Bias lighting for your Kodi media center using Pimoroni Mote lights.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
Lars Hoogestraat 07f074ae22 readme 1 year ago
resources updated mote lib 1 year ago
LICENSE.txt initial commit 3 years ago
README.md readme 1 year ago
THIRDPARTY initial commit 3 years ago
addon.py removed redundant channel loop 1 year ago
addon.xml updated motes when settings are changed 1 year ago
settings.py updated motes when settings are changed 1 year ago

README.md

Description

Bias lighting for your Kodi media center using Pimoroni Mote lights.

How to install?

Requirements

There is no repository available. Just copy the zip to some folder accessible by the user running kodi and choose to install from zip file. You have to enable unknown sources first (Settings -> System -> Addons)

The service will run in the background.

The add-on integrates the Python Mote library from Pimoroni: https://github.com/pimoroni/mote

How to configure?

The configuration can be done in the Kodi add-on setting page.

You can configure the position of your Mote LED stripes like the following:


                       TOP LEFT                TOP MIDDLE              TOP RIGHT
                ----------------          ----------------          -------------

                - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SIDE   |        |                                                               |       | SIDE
LEFT   |        |                                                               |       | RIGHT
TOP    |        |                                                               |       | TOP
                |                                                               |
                |                                                               |
                |                                                               |
SIDE   |        |                                                               |       | SIDE
LEFT   |        |                                                               |       | RIGHT
MIDDLE |        |                                                               |       | MIDDLE
                |                                                               |
                |                                                               |
                |                                                               |
SIDE   |        |                                                               |       | SIDE
LEFT   |        |                                                               |       | RIGHT
BOTTOM |        |                                                               |       | BOTTOM
                - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

                ----------------          ----------------          -------------
                   BOTTOM LEFT             BOTTOM MIDDLE            BOTTOM RIGHT

Inverting the output is also supported, you don't have to pay attention to correct direction.

For setting up the correct positions download the test_color.mp4 video and play/pause it in Kodi while configuring your Mote.

Bugs, patches and feedback always welcome.

Credits