.. And it works.. Thanks so much!!!
Posts by Hogobarth
-
-
According to the kodi2mqtt support thread a Python 3 version is available.
Hi mglae thanks, this would be propably this one for matrix https://github.com/void-spark/kodi2mqtt I will try that
-
Do in this case I would need to run a k18 version I guess...
-
Hi chewitt
Thanks for the quick reply!
Strange, my kodi currently displays version LE 11.0.6
But I will try an upgrade first to see if anything changes.
Runs on a Raspi3
-
Hi everyone,
I want to install a mqtt client on my LE.
Trying the kodi2mqtt addon (owagner) I get an error regarding wrong python version 2.19.0
As a prerequisite it is stated to have eclipse paho for python installed, which I do not know how to install without pip. I wonder if this causes the python dependency problem.
Any suggestions how to work around this?
Greets and many thanks in advance,
Flo
-
mglae Thanks so much, great & quick support! Now it works!
-
Dear Forum,
I have a - propably for most of you ridicolous question:
I have a simple script in my /storage/.config/autostart.sh that triggers an IR LED to switch my beamer on:
this works like a charm
Now I have setup the /storage/.config/autostop.sh to switch the beamer off in case of kodi shutdown (for this the IR signal has to be sent twice)
For some reason (cannot find the logs, propably do not have them active) this doesn't work.
I tried it with/without the sleep 5 at start.. same result
For the autostop.sh i did the following:
- created the file
- made it executable chmod +x autostop.sh
- gave it the same user rights as the autostart.sh
Code-rwxr-xr-x 1 root root 394 Apr 6 18:25 autostart.sh -rwxr-xr-x 1 root root 78 Apr 8 19:35 autostop.sh
What am I doing wrong or did I forget anything?
Thanks a lot in advance!
Hogo