Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Barebones Script Issue #26

Open
gregorylarsen opened this issue Jan 12, 2018 · 4 comments
Open

Barebones Script Issue #26

gregorylarsen opened this issue Jan 12, 2018 · 4 comments

Comments

@gregorylarsen
Copy link

gregorylarsen commented Jan 12, 2018

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

@happyleavesaoc
Copy link
Owner

What version bridge are you using?

@gregorylarsen
Copy link
Author

Bridge is v6.

Should that script be functional?

@happyleavesaoc
Copy link
Owner

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.

@byxk
Copy link

byxk commented Feb 5, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants