python-limitlessled icon indicating copy to clipboard operation
python-limitlessled copied to clipboard

Barebones Script Issue

Open gregorylarsen opened this issue 7 years ago • 4 comments

Just wondering if I can get some feedback on a script I am running. Script runs without error and ngrep verifies that I am definitely sending the commands to the bridge but no commands are working.

Presently, my script is as follows:

from limitlessled.bridge import Bridge from limitlessled.group.rgbww import RGBWW bridge = Bridge('192.168.1.61')

bridge.add_group(1, 'living', RGBWW) living = bridge.add_group(1, 'living', RGBWW)

living.on = True

gregorylarsen avatar Jan 12 '18 23:01 gregorylarsen

What version bridge are you using?

happyleavesaoc avatar Jan 13 '18 14:01 happyleavesaoc

Bridge is v6.

Should that script be functional?

gregorylarsen avatar Jan 22 '18 22:01 gregorylarsen

Yes, it should work. Unfortunately I don't have a v6 bridge so I can't say for certain. You're adding the group twice, but that shouldn't break it.

happyleavesaoc avatar Jan 23 '18 13:01 happyleavesaoc

Might be late to the party, but if you had setup a password for the bridge via the phone app, that would mess things up. Try restoring the bridge to factory settings and avoid setting the password.

byxk avatar Feb 05 '18 02:02 byxk