studioimaginaire / phue

A Python library for the Philips Hue system
Other
1.52k stars 267 forks source link

INFO - Is it possible to connect from internet? #118

Closed RuBiCK closed 8 months ago

RuBiCK commented 6 years ago

I have an AWS lambda function that I want to trigger an hue ambience. I can open the communication from internet to my bride ( I really prefer don't do it) but I don't know how the bridge manage the auth devices.

AWS Lambda under the hood run in docker so there won't be any permanent ID of the device which is making the request to the bridge.

Thanks!

natcl commented 6 years ago

phue is meant to communicate locally with your bridge, I wouldn't run it outside the network where the bridge is located...

KaiTroendle commented 5 years ago

But for example how does the ios-app connect to the bridge. I really want to be able to connect to the bridge outside of the network where the bridge is located

CerebralXor commented 4 years ago

@KaiTroendle Have a look at my pull request #133 which facilitates this. It is still opened and not merged though, so you'd have to use my fork.