Hyperion light doesn't get ON

Hi all, I’m trying to configure the Hyperion light sitting back on my TV, but I’m getting some troubles.

My main server is an Ubuntu server, running HA, Appdaemon, Homebridge, etc.
The hyperion set up is on a Raspberry, different from my server.

I configured the light, and it appears on my frontend, but when I try to turn it on, nothing happens. The switch just comes back to OFF, and the light doesn’t gets turned ON

Set the logger to DEBUG, this is the part that happens when I press the switch to turn on the light:

2017-05-10 14:30:26 DEBUG (MainThread) [homeassistant.components.websocket_api] WS 139948628936744: Received {'id': 11, 'service_data': {'entity_id': 'light.raspi'}, 'domain': 'homeassistant', 'type': 'call_service', 'service': 'turn_on'}
2017-05-10 14:30:26 INFO (MainThread) [homeassistant.core] Bus:Handling <Event call_service[L]: service_call_id=139949648816896-7, service_data=entity_id=light.raspi, domain=homeassistant, service=turn_on>
2017-05-10 14:30:26 DEBUG (MainThread) [homeassistant.components.api] STREAM 139949787432672 FORWARDING <Event call_service[L]: service_call_id=139949648816896-7, service_data=entity_id=light.raspi, domain=homeassistant, service=turn_on>
2017-05-10 14:30:26 DEBUG (MainThread) [homeassistant.components.api] STREAM 139949787432688 FORWARDING <Event call_service[L]: service_call_id=139949648816896-7, service_data=entity_id=light.raspi, domain=homeassistant, service=turn_on>
2017-05-10 14:30:26 DEBUG (MainThread) [homeassistant.components.api] STREAM 139949787432704 FORWARDING <Event call_service[L]: service_call_id=139949648816896-7, service_data=entity_id=light.raspi, domain=homeassistant, service=turn_on>
2017-05-10 14:30:26 DEBUG (MainThread) [homeassistant.components.api] STREAM 139949787432720 FORWARDING <Event call_service[L]: service_call_id=139949648816896-7, service_data=entity_id=light.raspi, domain=homeassistant, service=turn_on>
2017-05-10 14:30:26 DEBUG (MainThread) [homeassistant.components.api] STREAM 139949787432736 FORWARDING <Event call_service[L]: service_call_id=139949648816896-7, service_data=entity_id=light.raspi, domain=homeassistant, service=turn_on>
2017-05-10 14:30:26 DEBUG (MainThread) [homeassistant.components.api] STREAM 139949787432752 FORWARDING <Event call_service[L]: service_call_id=139949648816896-7, service_data=entity_id=light.raspi, domain=homeassistant, service=turn_on>
2017-05-10 14:30:26 DEBUG (MainThread) [homeassistant.components.api] STREAM 139949787432768 FORWARDING <Event call_service[L]: service_call_id=139949648816896-7, service_data=entity_id=light.raspi, domain=homeassistant, service=turn_on>
2017-05-10 14:30:26 DEBUG (MainThread) [homeassistant.components.api] STREAM 139949787432784 FORWARDING <Event call_service[L]: service_call_id=139949648816896-7, service_data=entity_id=light.raspi, domain=homeassistant, service=turn_on>
2017-05-10 14:30:26 DEBUG (MainThread) [homeassistant.components.api] STREAM 139949787432800 FORWARDING <Event call_service[L]: service_call_id=139949648816896-7, service_data=entity_id=light.raspi, domain=homeassistant, service=turn_on>
2017-05-10 14:30:26 DEBUG (MainThread) [homeassistant.components.api] STREAM 139949787432816 FORWARDING <Event call_service[L]: service_call_id=139949648816896-7, service_data=entity_id=light.raspi, domain=homeassistant, service=turn_on>
2017-05-10 14:30:26 DEBUG (MainThread) [homeassistant.components.api] STREAM 139949787432832 FORWARDING <Event call_service[L]: service_call_id=139949648816896-7, service_data=entity_id=light.raspi, domain=homeassistant, service=turn_on>
2017-05-10 14:30:26 DEBUG (MainThread) [homeassistant.components.api] STREAM 139949787432848 FORWARDING <Event call_service[L]: service_call_id=139949648816896-7, service_data=entity_id=light.raspi, domain=homeassistant, service=turn_on>
2017-05-10 14:30:26 DEBUG (MainThread) [homeassistant.components.api] STREAM 139949787432672 WRITING data: {"origin": "LOCAL", "data": {"service_call_id": "139949648816896-7", "service_data": {"entity_id": "light.raspi"}, "domain": "homeassistant", "service": "turn_on"}, "time_fired": "2017-05-10T12:30:26.176873+00:00", "event_type": "call_service"}
2017-05-10 14:30:26 DEBUG (MainThread) [homeassistant.components.api] STREAM 139949787432688 WRITING data: {"origin": "LOCAL", "data": {"service_call_id": "139949648816896-7", "service_data": {"entity_id": "light.raspi"}, "domain": "homeassistant", "service": "turn_on"}, "time_fired": "2017-05-10T12:30:26.176873+00:00", "event_type": "call_service"}
2017-05-10 14:30:26 DEBUG (MainThread) [homeassistant.components.api] STREAM 139949787432704 WRITING data: {"origin": "LOCAL", "data": {"service_call_id": "139949648816896-7", "service_data": {"entity_id": "light.raspi"}, "domain": "homeassistant", "service": "turn_on"}, "time_fired": "2017-05-10T12:30:26.176873+00:00", "event_type": "call_service"}
2017-05-10 14:30:26 DEBUG (MainThread) [homeassistant.components.api] STREAM 139949787432720 WRITING data: {"origin": "LOCAL", "data": {"service_call_id": "139949648816896-7", "service_data": {"entity_id": "light.raspi"}, "domain": "homeassistant", "service": "turn_on"}, "time_fired": "2017-05-10T12:30:26.176873+00:00", "event_type": "call_service"}
2017-05-10 14:30:26 DEBUG (MainThread) [homeassistant.components.api] STREAM 139949787432736 WRITING data: {"origin": "LOCAL", "data": {"service_call_id": "139949648816896-7", "service_data": {"entity_id": "light.raspi"}, "domain": "homeassistant", "service": "turn_on"}, "time_fired": "2017-05-10T12:30:26.176873+00:00", "event_type": "call_service"}
2017-05-10 14:30:26 DEBUG (MainThread) [homeassistant.components.api] STREAM 139949787432752 WRITING data: {"origin": "LOCAL", "data": {"service_call_id": "139949648816896-7", "service_data": {"entity_id": "light.raspi"}, "domain": "homeassistant", "service": "turn_on"}, "time_fired": "2017-05-10T12:30:26.176873+00:00", "event_type": "call_service"}
2017-05-10 14:30:26 DEBUG (MainThread) [homeassistant.components.api] STREAM 139949787432768 WRITING data: {"origin": "LOCAL", "data": {"service_call_id": "139949648816896-7", "service_data": {"entity_id": "light.raspi"}, "domain": "homeassistant", "service": "turn_on"}, "time_fired": "2017-05-10T12:30:26.176873+00:00", "event_type": "call_service"}
2017-05-10 14:30:26 DEBUG (MainThread) [homeassistant.components.api] STREAM 139949787432784 WRITING data: {"origin": "LOCAL", "data": {"service_call_id": "139949648816896-7", "service_data": {"entity_id": "light.raspi"}, "domain": "homeassistant", "service": "turn_on"}, "time_fired": "2017-05-10T12:30:26.176873+00:00", "event_type": "call_service"}
2017-05-10 14:30:26 DEBUG (MainThread) [homeassistant.components.api] STREAM 139949787432800 WRITING data: {"origin": "LOCAL", "data": {"service_call_id": "139949648816896-7", "service_data": {"entity_id": "light.raspi"}, "domain": "homeassistant", "service": "turn_on"}, "time_fired": "2017-05-10T12:30:26.176873+00:00", "event_type": "call_service"}
2017-05-10 14:30:26 DEBUG (MainThread) [homeassistant.components.api] STREAM 139949787432816 WRITING data: {"origin": "LOCAL", "data": {"service_call_id": "139949648816896-7", "service_data": {"entity_id": "light.raspi"}, "domain": "homeassistant", "service": "turn_on"}, "time_fired": "2017-05-10T12:30:26.176873+00:00", "event_type": "call_service"}
2017-05-10 14:30:26 DEBUG (MainThread) [homeassistant.components.api] STREAM 139949787432832 WRITING data: {"origin": "LOCAL", "data": {"service_call_id": "139949648816896-7", "service_data": {"entity_id": "light.raspi"}, "domain": "homeassistant", "service": "turn_on"}, "time_fired": "2017-05-10T12:30:26.176873+00:00", "event_type": "call_service"}
2017-05-10 14:30:26 DEBUG (MainThread) [homeassistant.components.api] STREAM 139949787432848 WRITING data: {"origin": "LOCAL", "data": {"service_call_id": "139949648816896-7", "service_data": {"entity_id": "light.raspi"}, "domain": "homeassistant", "service": "turn_on"}, "time_fired": "2017-05-10T12:30:26.176873+00:00", "event_type": "call_service"}
2017-05-10 14:30:26 INFO (MainThread) [homeassistant.core] Bus:Handling <Event call_service[L]: service_call_id=139949648816896-8, service_data=entity_id=['light.raspi'], domain=light, service=turn_on>
2017-05-10 14:30:26 DEBUG (MainThread) [homeassistant.components.api] STREAM 139949787432672 FORWARDING <Event call_service[L]: service_call_id=139949648816896-8, service_data=entity_id=['light.raspi'], domain=light, service=turn_on>
2017-05-10 14:30:26 DEBUG (MainThread) [homeassistant.components.api] STREAM 139949787432688 FORWARDING <Event call_service[L]: service_call_id=139949648816896-8, service_data=entity_id=['light.raspi'], domain=light, service=turn_on>
2017-05-10 14:30:26 DEBUG (MainThread) [homeassistant.components.api] STREAM 139949787432704 FORWARDING <Event call_service[L]: service_call_id=139949648816896-8, service_data=entity_id=['light.raspi'], domain=light, service=turn_on>
2017-05-10 14:30:26 DEBUG (MainThread) [homeassistant.components.api] STREAM 139949787432720 FORWARDING <Event call_service[L]: service_call_id=139949648816896-8, service_data=entity_id=['light.raspi'], domain=light, service=turn_on>
2017-05-10 14:30:26 DEBUG (MainThread) [homeassistant.components.api] STREAM 139949787432736 FORWARDING <Event call_service[L]: service_call_id=139949648816896-8, service_data=entity_id=['light.raspi'], domain=light, service=turn_on>
2017-05-10 14:30:26 DEBUG (MainThread) [homeassistant.components.api] STREAM 139949787432752 FORWARDING <Event call_service[L]: service_call_id=139949648816896-8, service_data=entity_id=['light.raspi'], domain=light, service=turn_on>
2017-05-10 14:30:26 DEBUG (MainThread) [homeassistant.components.api] STREAM 139949787432768 FORWARDING <Event call_service[L]: service_call_id=139949648816896-8, service_data=entity_id=['light.raspi'], domain=light, service=turn_on>
2017-05-10 14:30:26 DEBUG (MainThread) [homeassistant.components.api] STREAM 139949787432784 FORWARDING <Event call_service[L]: service_call_id=139949648816896-8, service_data=entity_id=['light.raspi'], domain=light, service=turn_on>
2017-05-10 14:30:26 DEBUG (MainThread) [homeassistant.components.api] STREAM 139949787432800 FORWARDING <Event call_service[L]: service_call_id=139949648816896-8, service_data=entity_id=['light.raspi'], domain=light, service=turn_on>
2017-05-10 14:30:26 DEBUG (MainThread) [homeassistant.components.api] STREAM 139949787432816 FORWARDING <Event call_service[L]: service_call_id=139949648816896-8, service_data=entity_id=['light.raspi'], domain=light, service=turn_on>
2017-05-10 14:30:26 DEBUG (MainThread) [homeassistant.components.api] STREAM 139949787432832 FORWARDING <Event call_service[L]: service_call_id=139949648816896-8, service_data=entity_id=['light.raspi'], domain=light, service=turn_on>
2017-05-10 14:30:26 DEBUG (MainThread) [homeassistant.components.api] STREAM 139949787432848 FORWARDING <Event call_service[L]: service_call_id=139949648816896-8, service_data=entity_id=['light.raspi'], domain=light, service=turn_on>
2017-05-10 14:30:26 DEBUG (MainThread) [homeassistant.components.api] STREAM 139949787432672 WRITING data: {"origin": "LOCAL", "data": {"service_call_id": "139949648816896-8", "service_data": {"entity_id": ["light.raspi"]}, "domain": "light", "service": "turn_on"}, "time_fired": "2017-05-10T12:30:26.191723+00:00", "event_type": "call_service"}
2017-05-10 14:30:26 DEBUG (MainThread) [homeassistant.components.api] STREAM 139949787432688 WRITING data: {"origin": "LOCAL", "data": {"service_call_id": "139949648816896-8", "service_data": {"entity_id": ["light.raspi"]}, "domain": "light", "service": "turn_on"}, "time_fired": "2017-05-10T12:30:26.191723+00:00", "event_type": "call_service"}
2017-05-10 14:30:26 DEBUG (MainThread) [homeassistant.components.api] STREAM 139949787432704 WRITING data: {"origin": "LOCAL", "data": {"service_call_id": "139949648816896-8", "service_data": {"entity_id": ["light.raspi"]}, "domain": "light", "service": "turn_on"}, "time_fired": "2017-05-10T12:30:26.191723+00:00", "event_type": "call_service"}
2017-05-10 14:30:26 DEBUG (MainThread) [homeassistant.components.api] STREAM 139949787432720 WRITING data: {"origin": "LOCAL", "data": {"service_call_id": "139949648816896-8", "service_data": {"entity_id": ["light.raspi"]}, "domain": "light", "service": "turn_on"}, "time_fired": "2017-05-10T12:30:26.191723+00:00", "event_type": "call_service"}
2017-05-10 14:30:26 DEBUG (MainThread) [homeassistant.components.api] STREAM 139949787432736 WRITING data: {"origin": "LOCAL", "data": {"service_call_id": "139949648816896-8", "service_data": {"entity_id": ["light.raspi"]}, "domain": "light", "service": "turn_on"}, "time_fired": "2017-05-10T12:30:26.191723+00:00", "event_type": "call_service"}
2017-05-10 14:30:26 DEBUG (MainThread) [homeassistant.components.api] STREAM 139949787432752 WRITING data: {"origin": "LOCAL", "data": {"service_call_id": "139949648816896-8", "service_data": {"entity_id": ["light.raspi"]}, "domain": "light", "service": "turn_on"}, "time_fired": "2017-05-10T12:30:26.191723+00:00", "event_type": "call_service"}
2017-05-10 14:30:26 DEBUG (MainThread) [homeassistant.components.api] STREAM 139949787432768 WRITING data: {"origin": "LOCAL", "data": {"service_call_id": "139949648816896-8", "service_data": {"entity_id": ["light.raspi"]}, "domain": "light", "service": "turn_on"}, "time_fired": "2017-05-10T12:30:26.191723+00:00", "event_type": "call_service"}
2017-05-10 14:30:26 DEBUG (MainThread) [homeassistant.components.api] STREAM 139949787432784 WRITING data: {"origin": "LOCAL", "data": {"service_call_id": "139949648816896-8", "service_data": {"entity_id": ["light.raspi"]}, "domain": "light", "service": "turn_on"}, "time_fired": "2017-05-10T12:30:26.191723+00:00", "event_type": "call_service"}
2017-05-10 14:30:26 DEBUG (MainThread) [homeassistant.components.api] STREAM 139949787432800 WRITING data: {"origin": "LOCAL", "data": {"service_call_id": "139949648816896-8", "service_data": {"entity_id": ["light.raspi"]}, "domain": "light", "service": "turn_on"}, "time_fired": "2017-05-10T12:30:26.191723+00:00", "event_type": "call_service"}
2017-05-10 14:30:26 DEBUG (MainThread) [homeassistant.components.api] STREAM 139949787432816 WRITING data: {"origin": "LOCAL", "data": {"service_call_id": "139949648816896-8", "service_data": {"entity_id": ["light.raspi"]}, "domain": "light", "service": "turn_on"}, "time_fired": "2017-05-10T12:30:26.191723+00:00", "event_type": "call_service"}
2017-05-10 14:30:26 DEBUG (MainThread) [homeassistant.components.api] STREAM 139949787432832 WRITING data: {"origin": "LOCAL", "data": {"service_call_id": "139949648816896-8", "service_data": {"entity_id": ["light.raspi"]}, "domain": "light", "service": "turn_on"}, "time_fired": "2017-05-10T12:30:26.191723+00:00", "event_type": "call_service"}
2017-05-10 14:30:26 DEBUG (MainThread) [homeassistant.components.api] STREAM 139949787432848 WRITING data: {"origin": "LOCAL", "data": {"service_call_id": "139949648816896-8", "service_data": {"entity_id": ["light.raspi"]}, "domain": "light", "service": "turn_on"}, "time_fired": "2017-05-10T12:30:26.191723+00:00", "event_type": "call_service"}
2017-05-10 14:30:26 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_executed[L]: service_call_id=139949648816896-8>

Any idea of what is happening here?

Thanks!!

Can you contol Hyperion with the Smartphone App?

Yes, the hyperion is controllable via App, and via a script with a command_line switch.

If i test this with loglevel DEBUG, i see only one line for on and off.
No idea what’s causing this. Sorry!

I finally discovered what was happening :slight_smile:
Hyperion light has hard-coded priority of 128, and I was using a priority 0 for turning on the Ambilight effect with a script.
Using same priority on my script than the light component did the trick. Now I can use light as normal light and as ambilight.