Lightpack on Pi3 with Hyperion – screen flickers

Hi,

Any users of the original Lightpack hardware on Pi2/3 who had jumped the Krypton bandwagon?

Can’t seem to get mine to set up properly, very erratic behaviour is observed. It worked absolutely flawlessly on Jarvis (using the same config), albeit the colours are dull compared to what Prismatic software can output, but that’s OK. What I’m seeing on Krypton (LibreELEC 8.0.1) is that you could play something and it would kick on the LEDs OK for a while, but then it starts glitching and turning the screen off to a black image and going back to whatever was on the screen. Sometimes this flickering gets to a point of not being able to use the kodi menus at all.

The add-on was installed and configured via HyperCon, the build is the latest for the Pi I believe.

Code:
LibreELEC:~ # cat /storage/logfiles/hyperion.log | head -4
Hyperion Ambilight Deamon (464)
        Version   : V1.03.2 (brindosch-99d9396/d3713a8-1469452981
        Build Time: Jul 25 2016 06:54:40
INFO: Selected configuration file: /storage/.config/hyperion.config.json

Initialises correctly and plays the knight rider animation just fine.

Code:
LEDDEVICE INFO: configuration:
{
        "colorOrder" : "rgb",
        "name" : "PiCon",
        "output" : "",
        "type" : "lightpack"
}

USB context initialized
Found a lightpack device. Retrieving more information...
Lightpack device found: bus=1 address=5 serial=9533031393935191E1A0
Lightpack device successfully opened
Lightpack device opened: bus=1 address=5 serial=9533031393935191E1A0 version=6.5
INFO: Creating linear smoothing
HYPERION (CS) INFO: Created linear-smoothing(interval_ms=50;settlingTime_ms=200;updateDelay=0
EFFECTENGINE INFO: 27 effects loaded from directory /storage/hyperion/effects
EFFECTENGINE INFO: Initializing Python interpreter
INFO: Hyperion started and initialised
INFO: Boot sequence 'Knight rider' EFFECTENGINE INFO: run effect Knight rider on channel 0
BLACKBORDER INFO: threshold set to 0.25 (64)
BLACKBORDER INFO: mode:default
started
INFO: Kodi checker created and started
INFO: Json server created and started on port 19444
INFO: Proto server created and started on port 19445
DISPMANXGRABBER INFO: Display opened with resolution: 1920x1080

But then every screen flash to black is accompanied by the following in the log:

Code:
KODICHECK ERROR: Kodi Connection error (0)
KODICHECK ERROR: Kodi Connection error (0)
KODICHECK ERROR: Kodi Connection error (0)
KODICHECK ERROR: Kodi Connection error (0)
KODICHECK ERROR: Kodi Connection error (0)
KODICHECK ERROR: Kodi Connection error (0)

Anyone with similar issues out there or perhaps was facing these and had them addressed?
Thanks in advance.

-T