firsttris / homebridge-hyperion-light

:collision: Homebridge plugin to use Hyperion as HomeKit accessory
MIT License
8 stars 2 forks source link

Ambilight on/off not correct #12

Open YellowNest opened 4 years ago

YellowNest commented 4 years ago

I have separated buttons in homekit. One switch for ambilight and the other one for color. If i open up homekit and switch off ambilight and then close homekit app and reopen it, ambilight will be highlighted as ”on”. Please update this plugin to work better with hyperion.ng

wwonka92 commented 4 years ago

I have the exact same weird behavior. Even when the two components are linked into the same HomeKit widget. Update would be appreciated :)

YellowNest commented 4 years ago

There's a new homebridge plugin available https://www.npmjs.com/package/homebridge-hyperion-ng. Let's hope the developer keeps it up to date

wwonka92 commented 4 years ago

Hi @T-IOOO ! Thanks a lot ! I’ll have a look at this plugin.

wwonka92 commented 4 years ago

Hi ! The NG plugin has a better behavior but unfortunatly my TV leds are not responding to any of the command !

My Hyperion NG config :
"accessory": "Hyperion",
"name": "Led TV",
"ambilight_name": "Ambilight TV",
"priority": "100",
"host": "HOOBS",
"port": "19444"

My Hyperion light config : "accessory": "Hyperion", "autoupdate": "true", "name": "Led TV", "ambilightName": "Ambilight TV", "host": "HOOBS", "port": "19444"

My leds respond well with the light plugin but not at all with the ng plugin. Does someone have the same issue ?

YellowNest commented 4 years ago

Try changing priority to "1" and see if that does the trick

wwonka92 commented 4 years ago

I tried with priority 1, 0 and even -1 but nothing worked.

YellowNest commented 3 years ago

I recently setup a second hyperion but within kodi. Hyperion.ng plugin is not working with the old hyperion (the one with hypercon)

wwonka92 commented 3 years ago

That explains why I had nothing on my leds ! Thanks for the feed back !