Tinge is a mobile first application for controlling Philips Hue lights on Linux
This patch intruduces more robust handling of situations where a bridge can not be discovered by means of UPnP. A modal now pops up, which allows you to manually enter an ipaddress if no bridge can be discovered. |
||
---|---|---|
screenshots | ||
tinge | ||
.gitignore | ||
install.sh | ||
LICENSE | ||
main.py | ||
README.md | ||
requirements.txt | ||
Roadmap.md | ||
tinge.desktop |
tinge
Tinge is a mobile first application for controlling Philips Hue lights on Linux
Installation
Install wxPython. eg. for PostmarketOS (don't use pip to install it):
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.