GitHunt
GI

Send morse code via Philips Hue

mhue - Send Morse code using your Philips Hue1 lamps

Dependency free2!

Get help:

python3 mhue.py --help

Usage:

python3 mhue.py --setup <your Hue bridge IP address>
python3 mhue.py --list
python3 mhue.py --id 1 --text 'hello world' --repeat 5 --wpm 15

You could also just use ./mhue.py and trust in the shebang...

Warning

This program turns your lights into flashing lights. If you have a medical
condition that makes you sensitive to flashing lights, do not use this.

Footnotes

  1. I'm in no way associated with Philips Hue, this was based on
    public knowledge of their API_

  2. Ok you need a somewhat modern Python and requests, which most people have
    pre-installed

Languages

Python100.0%

Contributors

GNU General Public License v3.0
Created August 29, 2025
Updated September 7, 2025
ginger51011/mhue | GitHunt