Skip to content
This repository has been archived by the owner on Jun 16, 2024. It is now read-only.
/ tradfri-indicator Public archive

Small Appindicator allowing to activate scenes/moods and toggle rooms on/off

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

jonasbb/tradfri-indicator

Repository files navigation

Tradfri Indicator

You can install and run the program as shown. During the first connection the script will ask for the “Security Code”, which is printed on the backside of the gateway. Further, connects will not require that code again. The IP address of the gateway will be detected automatically.

# Install
pip3 install --user git+https://github.com/jonasbb/tradfri-indicator

# Run
python3 -m tradfri_indicator

Autostart

To enable autostart for the indicator create a desktop file ~/.config/autostart/tradfri-indicator.desktop with the following content.

[Desktop Entry]
Name=Tradfri Indicator
GenericName=Tradfri Indicator
Comment=AppIndicator which allows controling a Tradfri Gateway
Exec=python3 -m tradfri_indicator
Terminal=false
Type=Application
X-GNOME-Autostart-enabled=true

About

Small Appindicator allowing to activate scenes/moods and toggle rooms on/off

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Languages