-
Notifications
You must be signed in to change notification settings - Fork 36
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
Push API instead of polling #34
Comments
That is definitely interesting, I’m not entirely sure I can implement an SSE service in the simplsharp sandbox, with a 4-series only variant of the module I’m sure this is totally doable. I’ll look into it this weekend regardless.
… On Jan 6, 2022, at 11:46 AM, leissnerj ***@***.***> wrote:
I've been reading around abit regarding the new philips hue API which supports a push style of update instead of having to poll.
Looks to be apart of the "eventstream" protocol, seems like homeassistant has implemented this to have instant updates from hue motions sensors.
Example:
https://github.com/homegraph/philips-hue-push-client <https://github.com/homegraph/philips-hue-push-client>
Would love to see something like this in this module, I just don't have the skills for it myself
—
Reply to this email directly, view it on GitHub <#34>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ABEW4UWMR7O2MCSJTZO6DO3UUXBPHANCNFSM5LMXSSHQ>.
You are receiving this because you are subscribed to this thread.
|
Started working on this, just as a heads up it will be a 4-series only lib. I’m probably going to create an entirely new repo in Github for it. This will be a complete re-write of the existing feature set under the V2 api as well as adding the real time event handling for the motion sensors and switch buttons. I’ve already made good progress so think it should be complete in a couple of weeks.
… On Jan 6, 2022, at 11:46 AM, leissnerj ***@***.***> wrote:
I've been reading around abit regarding the new philips hue API which supports a push style of update instead of having to poll.
Looks to be apart of the "eventstream" protocol, seems like homeassistant has implemented this to have instant updates from hue motions sensors.
Example:
https://github.com/homegraph/philips-hue-push-client <https://github.com/homegraph/philips-hue-push-client>
Would love to see something like this in this module, I just don't have the skills for it myself
—
Reply to this email directly, view it on GitHub <#34>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ABEW4UWMR7O2MCSJTZO6DO3UUXBPHANCNFSM5LMXSSHQ>.
You are receiving this because you are subscribed to this thread.
|
Just a quick update, I’ve finished the lighting and motion sensor portion however it turns out the grouped_light API is still incomplete and doesn’t provide the ability to adjust brightness or color which is a pretty fundamental item. Once the API team adds that functionality II can complete the implementation and get it posted.
… On Jan 18, 2022, at 9:31 AM, Monte Thyden ***@***.***> wrote:
Started working on this, just as a heads up it will be a 4-series only lib. I’m probably going to create an entirely new repo in Github for it. This will be a complete re-write of the existing feature set under the V2 api as well as adding the real time event handling for the motion sensors and switch buttons. I’ve already made good progress so think it should be complete in a couple of weeks.
> On Jan 6, 2022, at 11:46 AM, leissnerj ***@***.*** ***@***.***>> wrote:
>
>
> I've been reading around abit regarding the new philips hue API which supports a push style of update instead of having to poll.
> Looks to be apart of the "eventstream" protocol, seems like homeassistant has implemented this to have instant updates from hue motions sensors.
>
> Example:
> https://github.com/homegraph/philips-hue-push-client <https://github.com/homegraph/philips-hue-push-client>
> Would love to see something like this in this module, I just don't have the skills for it myself
>
> —
> Reply to this email directly, view it on GitHub <#34>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ABEW4UWMR7O2MCSJTZO6DO3UUXBPHANCNFSM5LMXSSHQ>.
> You are receiving this because you are subscribed to this thread.
>
|
Nicely done, i'm hoping to upgrade to a 4 series processor soon to give it a try |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've been reading around abit regarding the new philips hue API which supports a push style of update instead of having to poll.
Looks to be apart of the "eventstream" protocol, seems like homeassistant has implemented this to have instant updates from hue motions sensors.
Example:
https://github.com/homegraph/philips-hue-push-client
Would love to see something like this in this module, I just don't have the skills for it myself
The text was updated successfully, but these errors were encountered: