Bias lighting for your Kodi media center using Pimoroni Mote lights.
Go to file
Lars Hoogestraat 07f074ae22 readme 2022-05-04 18:45:44 +02:00
resources updated mote lib 2022-05-03 18:51:48 +02:00
LICENSE.txt initial commit 2020-07-05 14:00:09 +02:00
README.md readme 2022-05-04 18:45:44 +02:00
THIRDPARTY initial commit 2020-07-05 14:00:09 +02:00
addon.py removed redundant channel loop 2022-05-03 20:45:44 +02:00
addon.xml updated motes when settings are changed 2022-05-03 18:52:41 +02:00
settings.py updated motes when settings are changed 2022-05-03 18:52:41 +02:00

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