Tinge is a mobile first application for controlling Philips Hue lights on Linux
Find a file
Micke Nordin d6bfe8dcef
Fix for #1 Show unattached lights
This patch will allow lights that have not yet been added to a
group to be manipulated on their own, potentially opening up for
support for adding lights to groups from the ui.
2021-06-05 18:27:56 +02:00
screenshots Implement rename and delete 2021-05-17 13:50:20 +02:00
tinge Fix for #1 Show unattached lights 2021-06-05 18:27:56 +02:00
.gitignore Initial structure 2021-05-04 11:08:49 +02:00
install.sh fix script shebang 2021-05-06 16:15:42 +02:00
LICENSE Initial commit 2021-05-03 08:48:57 +00:00
main.py Fix for #1 Show unattached lights 2021-06-05 18:27:56 +02:00
README.md Add instructions for Debian/Mobian 2021-06-05 17:07:03 +02:00
requirements.txt Fix for Issue#16 (#17) 2021-06-05 17:04:36 +02:00
Roadmap.md Update 'Roadmap.md' 2021-06-05 17:04:36 +02:00
tinge.desktop Add crude installer 2021-05-06 15:13:04 +02:00

tinge

Tinge is a mobile first application for controlling Philips Hue lights on Linux

Installation

Install wxPython (don't use pip to install it) eg. for PostmarketOS:

sudo apk add py3-wxpython

or for Debian/Mobian:

sudo apk add py3-wxpython

clone this repository:

git clone https://code.smolnet.org/micke/tinge

Run the crude installer:

cd tinge
./install.sh

Requirements

Requires a recent Python3 and pip3, most likely python >= 3.7. It is only tested with 3.9 on PostmarketOS on the PinePhone and on Debian Bullseye though.

Future plans

Check out the Roadmap

Help

If you find any bugs (that is broken, existing features) please open an issue here. You are also welcome to open an issue with requests for new features (check existing issues first as to avoid duplicates).

You can also join #tinge on irc.libera.chat or use the kiwiirc webchat to ask any questions.

Screenshots

Discover Bridge View All Bridge View All Group View Single Group View, with Some Lights Off, and Roof light unreachable Single Light View, with Bed Lamp Off Single Light View, with Bed Lamp On Single Group View, with Bed Lamp On Rename Bed lamp Single Light View, with Bed Lamp renamed to Table lamp Single Group View, with Bed Lamp renamed to Table lamp Single Light View, with Table lamp Delete modal Single Group View, with Table lamp Deleted