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

issue with color temperature adjustable bulb #2

Open
ask-compu opened this issue Jan 6, 2016 · 3 comments
Open

issue with color temperature adjustable bulb #2

ask-compu opened this issue Jan 6, 2016 · 3 comments

Comments

@ask-compu
Copy link

i think ur script may be broken when it comes to color temperature adjustable bulbs
sending commands to the bulb works fine but the issue is in getting the status
when getting the status of the dimming only bulb i have in my living room it works fine, light.on() reports 0 or 1 for on or off and light.lum() reports the current brightness between 1 and 100, but when i try to get info out of my temperature adjustable bulb no matter what the bulb's current status is it gives light.on() 10 and light.lum() 1

the app gets the current status of the bulb without issues

@mikma
Copy link
Owner

mikma commented Jan 15, 2016

Please try the latest version. Commit 973d328 contains updates to the status response parser, which hopefully fixes this issue.

@ask-compu
Copy link
Author

thanks that fixed it, it also actually shows the name of my temp variable light, before i could only control it via group, i needed this to make a script that would flash my light, but i wanted my light to always end up in the state it was in before the flashing started, so i needed to be able to figure out what state the light is in before i start flashing

@ask-compu
Copy link
Author

there, i ended up making a hexchat plugin for myself that flashes my room light on certain events https://gist.github.com/ask-compu/6359e22b9c9be7683161

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

2 participants