mariusmotea / diyHue

Philips Hue emulator that is able to control multiple types of lights
Other
627 stars 107 forks source link

Move control args to HueEmulator3.py :In Progress: #457

Closed ghost closed 5 years ago

ghost commented 5 years ago

@mariusmotea this is done for now. HueEmulator3.py can be run with the following arguments: --ip [xxx.xxx.xxx.xxx] --mac [xx:xx:xx:xx:xx] --debug --docker

IP and MAC can be used to pass in the host IP and MAC if detected wrongly. Debug enables the debug output and docker enables the setup routines required for the docker container. All of these can be passed as environmental variables when running the Docker container also.

Did you want to merge this into a new branch so that you can make your debug output changes?

mariusmotea commented 5 years ago

i merge it. Now i have to put my changes to log just info messages,

ghost commented 5 years ago

Great! I'll update the documentation tomorrow.