https://github.com/jonasbb/tradfri-indicator
Small Appindicator allowing to activate scenes/moods and toggle rooms on/off
https://github.com/jonasbb/tradfri-indicator
appindicator gnome tradfri
Last synced: 8 months ago
JSON representation
Small Appindicator allowing to activate scenes/moods and toggle rooms on/off
- Host: GitHub
- URL: https://github.com/jonasbb/tradfri-indicator
- Owner: jonasbb
- License: apache-2.0
- Archived: true
- Created: 2021-05-05T21:01:48.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-10T20:16:50.000Z (about 2 years ago)
- Last Synced: 2025-02-10T19:48:23.675Z (over 1 year ago)
- Topics: appindicator, gnome, tradfri
- Language: Python
- Homepage:
- Size: 181 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# 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.
```bash
# 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.
```ini
[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
```