Skip to content

FXHibon/domotic-hue-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

philips-hue-manager

What will I find in this repo?

A CLI to interact with the Philips Hue API. This is just a pretext to play with different tools like zsh script, jq, REST APIs etc...

What will I need to run it?

How can I run it?

git clone git@github.com:FXHibon/domotic-hue-manager.git
cd ./domotic-hue-manager

# you'll need value correctly the 2 required fields in this json
cp auth.json.dist auth.json

chmod u+x ./hue-manager

./hue-manager

If everything goes well, you should see something like: run result

What next?

Well, there is a lot of things to be done obviously:

  • Implement a simpler logger without $LINENO explicitly passed in every function as parameter 😅
  • Implement basic interactions with the rooms, like switch on / off a room, because this tool is useless without this obviously
  • Add Alfred Wokflow support
  • Refactorize the code in small functions
  • Add tests

Resources

About

A CLI to interact with the Philips Hue API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages