Skip to content
This repository has been archived by the owner on Nov 22, 2023. It is now read-only.

Hyperion 2.0 Support #10

Closed
Apollo16 opened this issue Mar 13, 2018 · 4 comments
Closed

Hyperion 2.0 Support #10

Apollo16 opened this issue Mar 13, 2018 · 4 comments

Comments

@Apollo16
Copy link

Hey,

would be nice if you could add Hyperion 2.0 support. You have to change the "hyperion-js-api" since the api of hyperion-remote has changed. Would be great since Hyperion 2.0 ambilight engine looks quite a bit more polished

@firsttris
Copy link
Owner

Is there a API Specification for Hyperion 2.0 ?

@Apollo16
Copy link
Author

Not documented, I'll compile it and document the json commands. Hyperion 'ng' 2.0 is almost complete but due to a lack of dev's the development is frozen atm.

@firsttris
Copy link
Owner

nice, if you are providing the json commands - i will update it.
thx

@Apollo16
Copy link
Author

Apollo16 commented Mar 14, 2018

Sorry, i've wasted your time, the Hyperion-ng remote is quite bugged, I've had problems switching back to the V4L device after I set the LED color :( Thanks for your plugin 👍

Here are the json commands if you need them in the future. I don't think you need an explanation for them but added it anyway:

Set's LEDDEVICE color
{"color":[0,0,0],"command":"color","origin":"hyperion-remote","priority":50}

Turn's LEDDEVICE (USB Grabber) On/Off
{"command":"componentstate","componentstate":{"component":"LEDDEVICE","state":false}}
{"command":"componentstate","componentstate":{"component":"LEDDEVICE","state":true}}

{"command":"clearall"}

Turn's V4L driver (USB Grabber) On/Off
{"command":"componentstate","componentstate":{"component":"V4L","state":true}}
{"command":"componentstate","componentstate":{"component":"V4L","state":false}}

Turn's Hyperion On/Off
{"command":"componentstate","componentstate":{"component":"ALL","state":false}}
{"command":"componentstate","componentstate":{"component":"ALL","state":true}}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants