SenseHat to OpenHAB

I was wondering if i could get some help on how i can integrate openhab2 to control sense HAT LEDs. For this little project I have a presence detection setup so whenever someone’s home i want the sense hat to display something( for example temperature of the house). Some insight would be very useful. thanks!
(I’m running openhab2 on raspberry pi 3.
I have a python code that displays temperature directly to senseHAT.)

Hello, @BeginnerOpenHAB… welcome to the forum! I don’t have any advice, but I’ve move this to a more appropriate category.

I don’t have a whole lot to add to what I_Arman responded to on the Reddit thread.

The easiest thing to do given you already have a Python script to control the sense HAT, would be to use the Exec binding or executeCommandLine to call this script (perhaps with some modifications).

Could you give me any examples of how i should modify my things, items, etc.
this is what I have for .thing right now

Thing exec:command:sensehat "sensehat" [command="/usr/bin/python /etc/openhab2/scripts/SenseHAT.py, interval=0, autorun=false"]

is this the correct way of assigning?
The documentations are really confusing me.

You’ve miss placed the closing closing quotes.

[command="/usr/bin/python /etc/openhab2/scripts/SenseHAT.py", interval=0, autorun=false]