Giter Club home page Giter Club logo

plexhue's People

Contributors

bstascavage avatar djryan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

plexhue's Issues

Just some questions

Hello,

Very nice job ! i've just some question.

  • Is it possible to configure multiple plex clients ? because i'm using sometime the Chromecast, and sometime Plex for PS4.
  • Is it possible to set the unique ID of the Light in the config file ? Because I think the name of the light is not the right way.

Thanks

Color Bulb support

small change to your code, makes hue color bulbs go from playing (dark red) to warm white ( pause / stopped)

def transition(state)
if state == 'playing'
self.class.put("groups/#{self.getPlexGroup}/action", :body => "{"on":true, "hue":0, "sat":254, "bri":5, "transitiontime":#{$config['hue']['starttransitiontime']}}")
elsif state == 'paused'
self.class.put("groups/#{self.getPlexGroup}/action", :body => "{"on":true, "ct":500, "bri":128, "transitiontime":#{$config['hue']['pausedtransitiontime']}}")
elsif state == 'stopped'
self.class.put("groups/#{self.getPlexGroup}/action", :body => "{"on":true, "ct":500, "bri":255, "transitiontime":#{$config['hue']['stoptransitiontime']}}")
end
end
end

FreeBSD support

Support for FreeBSD for Plex Media Servers running on this and FreeNAS. Currently will not run due to use of rc.d rather than init.d.

PlexHue failed to start

Hi,

I got an issue when I'm trying to start PlexHue,

service plexHue start
Starting PlexHue
service plexHue status
[FAIL] plexHue is not running ... failed!

Absolute path in plexHue DAEMON

When trying to start the plexHue service there is an error because the path is referring to:
DAEMON=/home/bstascav/plexHue/bin/plexHue.rb

The /home/bstascav bit should be relative

Remember state of lights

Suggested feature: Remember the state (brightness) of the lights so when turned on again they are at the same brightness level as when turned off.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.