Reminds you of upcoming bin collection events by changing your RGB lighting to the respective bin colours that need to go out and sending a push notification straight to your mobile. Inspired by this X post and YouTube video here.
- Install the required dependencies.
- Setup and start your OpenRGB server.
- Configure the script by editing and renaming the
example.config.py
file toconfig.py
. - Run the script.
The script needs to be setup by modifying the config.py
file. Here are the configurable parameters:
CALENDAR_URL
: URL to the iCalendar file.CALENDAR_FILE_NAME
: Name of the local ICS file.OPENRGB_SERVER_IP
: IP address of the OpenRGB server.OPENRGB_SERVER_PORT
: Port of the OpenRGB server.OPENRGB_CLIENT_NAME
: Name of the OpenRGB client. (Optional)RECYCLING_PROFILE_NAME
: Name of your recycling profile name. (Required)RUBBISH_PROFILE_NAME
: Name of your rubbish profile name. (Required)RECYCLING_RUBBISH_PROFILE_NAME
: Name of profile when both bins are going out. (Required)BARK_API_KEY
: Device key for the Bark push notification service. (Optional)
Note
OpenRBG profiles created with external plugins do not work. If you have a plugin profile that is on using an external plugin (e.g Effects plugin) the script will not override the plugin profile, meaning the bins profile is set and loaded but not shown until the plugin profile is unloaded. This is to do with the OpenRBG-Python library and I haven't worked out a way to get around this.