teslamotors / light-show

Tesla Light Show

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Validator script 'expected 48ch got 200ch'. Working Fix Found

christophergault198 opened this issue · comments

Found that the Validator.py script was finding only 48 channels of the 200 found in latest addition with Cybertruck.

Working fix:

'if channel_count != 200:'
' raise ValidationError(f"Expected 48 channels, got {channel_count}")'

This will bypass the channel check in the script.