Pander
Pander
The Android apps I use there is no such thing as a username for Philips hue. I am willing to wait for you to fix it.
Ah, I need http://www.developers.meethue.com/documentation/getting-started to create a user
Note that the package name luminance is already taken, hence the prefix python- and python3-.
For most users finding and using the package manager on Linux is already a challenge. Flatpak is not known enough at the moment, I am afraid.
@ACTPOHABT-us Just follow the build instructions. But if you are unable to build it, you will have to wait for a .deb package.
Note that phue has a new release, please see https://pypi.org/project/phue/#history
You will need to do some manual fixes, see the issues.
Also after `sudo pip3 install -U phue`? See also https://github.com/craigcabrey/luminance/issues/30
Note to self for future reference, also apply this patch diff --git a/luminance/views/entity.py b/luminance/views/entity.py index e65dda9..06956a0 100644 --- a/luminance/views/entity.py +++ b/luminance/views/entity.py @@ -57,16 +57,37 @@ class ListBoxRow(Gtk.ListBoxRow): self.color_chooser = builder.get_object('color-chooser')...
Did you do ./configure --prefix=/usr && make && sudo make install otherwise files end up in `/usr/local`