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

Room saving #81

Open
dtila opened this issue Sep 12, 2017 · 4 comments
Open

Room saving #81

dtila opened this issue Sep 12, 2017 · 4 comments

Comments

@dtila
Copy link
Contributor

dtila commented Sep 12, 2017

I was testing the software using the original Philips Hue application. I am able to discover and control the light. However, after I make the first control, this is lost and the Android app force me to assign the light in a room.

I do that every time, but I think is making a save request to the ESP and this is just ignoring.

Do you have the same issue ?

@probonopd
Copy link
Owner

This software does not emulate all of Hue, just the most basic functionality. Feel free to implement additional functionality (such as saving) and send Pull Requests ;-)

@dtila
Copy link
Contributor Author

dtila commented Sep 13, 2017

I will do a pull request with the friendly name after what I finished testing. BTW, out of the thread question, do you know how can I push a change for the HUE ? I have seen that usually the app is pooling periodically the state using the getInfo() method.

Do you know if I can push a change ?

@probonopd
Copy link
Owner

Sorry, I don't understand the question.

@dtila
Copy link
Contributor Author

dtila commented Sep 19, 2017

@probonopd, from the sniffing of the protocol the client application is pooling to the bridge, the status of the HUE led. However, there might be situations where the status is changed outside.

Is there a way to notify the client application that a light bulb state has been changed, except the normal pooling ?

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