djelibeybi/photons
Project ID: 38208
Description
Photons is an asynchronous Python3.6+ framework for interacting with LIFX devices. Photons is available for Fedora Rawhide, Fedora 33 and EL8-based distros and supports both the x86_64 and aarch64 architectures.
Installation Instructions
- Enable the
djelibeybi/photonsCOPR repository - Run
dnf install python3-lifx-photons-coreto install the core framework andlifxcommand-line utility. - (Optional) run
dnf install python3-lifx-photons-arrangerto install the LIFX Tile arranger tool. - (Optional) run
dnf install python3-lifx-photons-interactorto install Photons Interactor, a Photons powered server that provides a JSON API for interacting with LIFX devices on the local network.
Configuration
To allow discovery of LIFX devices, run:
# firewall-cmd --permanent --add-service=lifx-discovery
# firewall-cmd --reload
To allow incoming connections to Photons Interactor (if installed), run:
# firewall-cmd --permanent --add-service=photons-interactor
# firewall-cmd --reload
To enable and start Photons Interactor after installation, run:
# systemctl enable --now photons-interactor
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
| Release | Architectures | Repo Download |
|---|---|---|
EPEL 8
|
aarch64 (7368)*, x86_64 (7414)* | EPEL 8 (111 downloads) |
Fedora 41
|
aarch64 (480)*, x86_64 (475)* | Fedora 41 (34 downloads) |
Fedora 42
|
aarch64 (137)*, x86_64 (154)* | Fedora 42 (28 downloads) |
Fedora 43
|
aarch64 (71)*, x86_64 (71)* | Fedora 43 (16 downloads) |
Fedora rawhide
|
aarch64 (7404)*, x86_64 (7448)* | Fedora rawhide (92 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable djelibeybi/photons
More info about enabling Copr repositories
EPEL 8
Fedora 41