Controlling sp108e

Hi all

Got today my new pixel led controller sp108e v2
I try to connect it with wifiled and wled binding without success with error message connection refused
I know that the tcp port is 8189 and try this also but still without success with error message time out
Does anyone know that controller and how to control it from openhab?

Oded

The same thing happens to me. :pensive:

This box can not be easily integrated with OpenHab, but it is possible to control it as you commented through port 8189.

I have developed some classes in Python to be able to control the box, and then I have been able to integrate it in OpeHab through some Virtual Items, and some rules written also in Python.

I have uploaded all the code to github: https://github.com/edeleste/sp108e-openhab

Hope it can help you!