Skip to content

A puppet module that controls the philips hue. It is designed for teaching purposes.

License

Notifications You must be signed in to change notification settings

mciurcio/simple_hue

 
 

Repository files navigation

FACTER_url=http://192.168.0.14/api/AVsa-nKtZOlssVKhBwM9MBVTVVUo11nSsGQPIm55 puppet resource hue_light

/etc/puppet/manifests/site.pp
node 'hampton' {
hue_light { '1':
  on        => 'false',
}
}

/etc/puppet/device.conf
[hampton]
  type hue
  url http://192.168.0.14/api/AVsa-nKtZOlssVKhBwM9MBVTVVUo11nSsGQPIm55

/etc/hosts
192.168.0.14 hampton

puppet plugin download --server huemaster
puppet device -v --waitforcert 0 --user root --server huemaster
puppet cert sign hampton
puppet device -v --user root --server huemaster

About

A puppet module that controls the philips hue. It is designed for teaching purposes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 99.4%
  • Puppet 0.6%