-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
Hi,
I have some problem to connect a Contest light connected with Enttec OpenDMX USB.
So it works fine with QLC plus but I can't change colors with pySimpleDMX. It recognizes OpenDMX in /dev/ttyUSB0. Did I miss a value to change ?
In [1]: import pysimpledmx
In [2]: mydmx = pysimpledmx.DMXConnection("/dev/ttyUSB0")
Opened /dev/ttyUSB1.
In [3]: mydmx.setChannel(2, "100", autorender=True)
In [4]: mydmx.setChannel(1, "100", autorender=True)
---------------------------------------------------------------------------
TypeError Traceback (most recent call last)
<ipython-input-5-a1d167a61129> in <module>()
----> 1 mydmx.setChannel(1, "100", autorender=True)
/usr/local/lib/python2.7/dist-packages/pysimpledmx/pysimpledmx.pyc in setChannel(self, chan, val, autorender)
45 '''
46 if not 1 <= chan-1 <= DMX_SIZE:
---> 47 print 'Invalid channel specified: %s' % chan-1
48 return
49 # clamp value
TypeError: unsupported operand type(s) for -: 'str' and 'int'
Thank you for your help.
Metadata
Metadata
Assignees
Labels
No labels