tc420 icon indicating copy to clipboard operation
tc420 copied to clipboard

Python Library and CLI for TC420 (USB) LED Controller / Dimmer

Results 10 tc420 issues
Sort by recently updated
recently updated
newest added

Got a "AttributeError: 'Group' object has no attribute 'resultcallback'. Did you mean: 'result_callback'?" on a Python 3.11.2 (Raspian Bookworm). Changing line 304 as suggested fixed this.

Not working on Fedora 38, when executing `tc420 --help` I get this error: ``` Traceback (most recent call last): File "/home/miguelangel/.local/bin/tc420", line 5, in from tc420.__main__ import main File "/home/miguelangel/.local/lib/python3.12/site-packages/tc420/__main__.py",...

Hi and thanks for great work. The installation worked without errors and I can synchronise the time with tc420-cli time-sync. But when I run tc420-cli demo -c 1 0 0...

Currently the CLI and the underlying class TC420 only support a single light controller. An extension is currently in the works in schwabix-1311/TC420 for use in schwabix-1311/aquaPI (with the German...

Starting with 10ms. This addresses my repro cases, might be insufficient for more complex command sequences.

Hi, I've installed according to the instructions, from source. I'm using Mint 20.2 (the Ubuntu based one), and setting the clock works fine. However, playing the example doesn't. Not uite...

Using the tc420 command line tool on various Linux systems, I always needed to run it via sudo. Now I'm embedding the class TC420 in a larger project, where this...

resultcallback was renamed in click version 8.1.0 https://click.palletsprojects.com/en/8.1.x/changes/#version-8-1-0

Hi! I just tried to run this on Win10 after following the install instructions and I get the following error: ``` (base) C:\>tc420 time-sync Traceback (most recent call last): File...