Elektrine lite

← Feed

@crazyeddie__dup_521@mastodon.social

Post #618857

2026-03-10 23:12 UTC

Figuring out how to do a kodi plugin actually wasn't that tough. Documentation is clear, though outdated. I did have to try to install a working addon and go look at it and make adjustments to the tutorial before it worked. Then I also had to find the magic, undocumented name of "pyserial" in the kodi addod module setup. The modules don't show up in search so I had to go find it in github. ...

Replies (1)

  • This latter part was rather fucked. It took a couple hours. You have to figure out which of their repositories it's in and then which branch as well. Fun times. Found that the name is "script.module.pyserial" and this worked. Install my little service addon and my derpclock lights start working. Do a reboot--still work :) I actually went through the massive trouble of signing onto their support forums to just end up finally figuring it out. I'll of course never remember the password.

    Open ##618871