-
Notifications
You must be signed in to change notification settings - Fork 16
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
turn_on and turn_off aren't working with RGB-LED-Strip #4
Comments
Thanks for posting this! I've been away from the development of this as I get settled in at a new job, city, and lifestyle. I've been ramping up a bit more lately to get back into home automation again. For some reason, the RGB strips seem to exhibit strange behavior across the board, even when I send raw packets to the device. What version firmware is your RGB device on? |
Does it control brightness ? Thanks! Youcef |
Got the same problem, but at the moment my app isn't working so if there is another way to get the firmware version except for the app please tell me |
Sorry --- I've been away from this. Maybe the Flux python package that Home Assistant uses will work? |
to turn on and off , i edited magichome.py and changed on/off to this def turn_on(self):
my device type 0 and it works now |
brightness is do like this eg for bright red controller1.update_device(255, 0, 0). |
Hi,
Thanks for a reply!
A little while after I have written this, I found out, that it worked with
turn_on() and turn_off()
I just forgot to post it/remove my reply on that thread.
Felix
[image: Mailtrack]
<https://mailtrack.io?utm_source=gmail&utm_medium=signature&utm_campaign=signaturevirality5&>
Sender
notified by
Mailtrack
<https://mailtrack.io?utm_source=gmail&utm_medium=signature&utm_campaign=signaturevirality5&>
10.10.19,
21:28:44
<http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>
Virenfrei.
www.avg.com
<http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>
<#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
Am Do., 10. Okt. 2019 um 16:30 Uhr schrieb Adam Kemepnich <
[email protected]>:
… Sorry --- I've been away from this. Maybe the Flux python package that
Home Assistant uses will work?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#4?email_source=notifications&email_token=AMPINJAQ5S3A7V622HCSMB3QN44A3A5CNFSM4CTVKPU2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEA4SDKI#issuecomment-540615081>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMPINJCWOW23PWNV7KOHBSTQN44A3ANCNFSM4CTVKPUQ>
.
|
I was able to get everything to work apart
turn_on
andturn_off
which aren't working with my RGB-LED-Strip.I'm able to change the color but not to turn it on or off
The text was updated successfully, but these errors were encountered: