Hyperion integration not showing up - Nothing in LOG

Hi all,

I’m trying to ‘integrate’ my Hyperion setup into Home Assistant to be able to control it.
Unfortunately, no entities or devices are created after adding the following to my configuration.yaml :

###################################################
#Hyperion Server Setup:
###################################################
#light:
  - platform: hyperion
    host: 192.168.2.20
    name: HyperionLamp
    port: 19333
    default_color: [0,0,255]

Mind, the # before light is because different lights are specified above it.

Earlier i’ve seen some errors in the home-assistant.log, but right now nothing about hyperion is written over there…

I’ve tried several ports also, for example: 19400, 19444, 19333, 8090 as i’m not 100% sure which port is meant to be filled in (they go by names like: flat, proto, etc)

Anyone with any clue on how to get this to work or where to start searching?

Thanks in advance.

This is what I have for my (working) hyperion:

  - platform: hyperion
    host: 192.168.0.26
    name: big tv lights
    port: 19444    
    priority: 128
    default_color: [255, 255, 255]
    #well only show up if hyperion is running

Hope it helps.