![]() |
New FREE Control4 Driver Available (JSON) - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32) +--- Forum: Kodi Application (https://forum.kodi.tv/forumdisplay.php?fid=93) +--- Thread: New FREE Control4 Driver Available (JSON) (/showthread.php?tid=128714) |
RE: New FREE Control4 Driver Available (JSON) - Blackfiveo - 2017-02-23 (2017-02-21, 21:41)RetardedGoat Wrote:(2017-02-20, 23:00)Blackfiveo Wrote:(2016-08-09, 19:30)RetardedGoat Wrote: No a separate thread, I'm afraid. Just earlier in this one. That was it! works like a boss!! thank you very very much! RE: New FREE Control4 Driver Available (JSON) - Blackfiveo - 2017-02-24 Was trying to convert this over to a c4z to change the icon but there not having anyluck maybe my <capabilities> tag is in the wrong area, do you have any experience with that? RE: New FREE Control4 Driver Available (JSON) - kataiba - 2017-03-11 I cant manage to setup a hotkey on the coloured keys. The default one 't' in the driver works but anything else i try to input (for example 'h') doesn't stick in the driver and isn't sent by Lua. XBMC: ReceivedFromProxy: PROGRAM_A Sending EventServer packet: t XBMC: ReceivedFromProxy: PROGRAM_A Sending EventServer packet: t XBMC: ReceivedFromProxy: PROGRAM_D XBMC: ReceivedFromProxy: PROGRAM_D XBMC: ReceivedFromProxy: PROGRAM_D XBMC: ReceivedFromProxy: PROGRAM_D I set 'h' on program D keymap in the properties but it seems it's not doing anything. Thanks RE: New FREE Control4 Driver Available (JSON) - Blackfiveo - 2017-03-11 (2017-02-24, 19:41)Blackfiveo Wrote: Was trying to convert this over to a c4z to change the icon but there not having anyluck maybe my <capabilities> tag is in the wrong area, do you have any experience with that? I figured it out, had some silly typos in it RE: New FREE Control4 Driver Available (JSON) - Blackfiveo - 2017-04-07 Anyone try this on Krypton?! RE: New FREE Control4 Driver Available (JSON) - kataiba - 2017-04-07 (2017-04-07, 03:29)Blackfiveo Wrote: Anyone try this on Krypton?! yes i can confirm it's working fine both 17.0 17.1 android and libreelec RE: New FREE Control4 Driver Available (JSON) - Blackfiveo - 2017-05-02 Anyone here with Control4 using an AppleTV box with Kodi side-loaded? Using the AppleTV driver once in Kodi the "select" button doesnt seem to work. Just curious if anyone else is trying to accomplish Kodi through AppleTV with a Control4 remote RE: New FREE Control4 Driver Available (JSON) - mindedc - 2017-08-05 I just installed this driver and I noticed it wouldn't power off the kodi unit on room off even though the shutdown property was configured to do so. I did some debugging and what appears to be happening is that the connection is getting severed before OnConnectionStatusChanged function is called. This creates a condition where idBinding = 6004 and strStatus = OFFLINE which is not accounted for. Therefore the RPC call is never sent to power the unit off. I tried a few workarounds and got it working in my local copy but in not what I would call a clean way. It looks like C4 can shut the network connection down if you don't call C4:NetPortOptions with the KEEP_ALIVE parameter. I don't know if it would be cleaner to hold the connection open or add a case such that if the connection is down it can re-open one before sending the shutdown command. I experienced this with multiple intel NUCs running Kodi. It seems like the condition would occur after they were on for a while. I did validate with the switch infrastructure that there was no packet loss. Code: function OnConnectionStatusChanged(idBinding, nPort, strStatus) RE: New FREE Control4 Driver Available (JSON) - fbrea - 2017-11-07 (2012-04-19, 18:58)brandonj Wrote:(2012-04-19, 00:20)ajburnet Wrote: Does the driver import media into C4 - or is that next on the to do list? Hi Guys, driver is working great on Krypton Openelec/librelec. Thanks!. Had anyone imported media into Control4?? RE: New FREE Control4 Driver Available (JSON) - Yorgos - 2018-01-15 RetardedGoat's driver seems to be broken with Kodi v.18 Leia's recent nightlies, starting with Nov 9 2017. Hope someone can fix, C4 and Kodi work beautifully otherwise. I've posted a bug report on the LibreElec site, will do so with Kodi bug tracker as well shortly. https://forum.libreelec.tv/thread/11314-kodi-v-18-leia-libreelec-on-rpi-and-odroid-c2-control4-eventdriver-driver-loss-o/ RE: New FREE Control4 Driver Available (JSON) - fbrea - 2018-02-23 (2018-01-15, 17:16)Yorgos Wrote: RetardedGoat's driver seems to be broken with Kodi v.18 Leia's recent nightlies, starting with Nov 9 2017. Hope someone can fix, C4 and Kodi work beautifully otherwise.Too bad. I better not update to Leia's. By the way have any of you been able to play My Movies From the C4 interface to Kodi using this driver? If so please let me know how. Thanks in advance RE: New FREE Control4 Driver Available (JSON) - RetardedGoat - 2019-08-28 (2018-02-23, 05:57)fbrea Wrote:(2018-01-15, 17:16)Yorgos Wrote: RetardedGoat's driver seems to be broken with Kodi v.18 Leia's recent nightlies, starting with Nov 9 2017. Hope someone can fix, C4 and Kodi work beautifully otherwise.Too bad. I better not update to Leia's. By the way have any of you been able to play My Movies From the C4 interface to Kodi using this driver? If so please let me know how. Thanks in advance Just noticed it’s broken with Leia. I’ll look at it and update the driver as soon as I can. RE: New FREE Control4 Driver Available (JSON) - RetardedGoat - 2019-08-28 (2018-01-15, 17:16)Yorgos Wrote: RetardedGoat's driver seems to be broken with Kodi v.18 Leia's recent nightlies, starting with Nov 9 2017. Hope someone can fix, C4 and Kodi work beautifully otherwise. I’m on it. I’ll post back when I have an updated version. RE: New FREE Control4 Driver Available (JSON) - RetardedGoat - 2019-08-29 (2018-01-15, 17:16)Yorgos Wrote: RetardedGoat's driver seems to be broken with Kodi v.18 Leia's recent nightlies, starting with Nov 9 2017. Hope someone can fix, C4 and Kodi work beautifully otherwise. Well. I’m stumped. There seems to be a bug in Leia. I send the packet. I see in the logs that kodi got the packet and successfully parsed it. But it still doesn’t work. At least not entirely. Some buttons work. But not others. It almost seems related to keys that are setup with the longpress mod. I even pulled the kodi EventServer code from github. But everything looks fine. I’m not sure what’s causing the problem. RE: New FREE Control4 Driver Available (JSON) - mindedc - 2020-01-06 (2019-08-29, 18:43)RetardedGoat Wrote:(2018-01-15, 17:16)Yorgos Wrote: RetardedGoat's driver seems to be broken with Kodi v.18 Leia's recent nightlies, starting with Nov 9 2017. Hope someone can fix, C4 and Kodi work beautifully otherwise. I'm seeing the same thing. I think I also found where you opened an issue on the Kodi bug tracker and were told this is functioning as designed... It's hard to get my head around why they are making this so complicated. It looks like the C4 driver needs to track the state of the UI and send the appropriate command for the player state etc... I have made a significant number of modifications and changes to your driver including combining the JSON and EventServer driver so the driver can get feedback from C4 for video playing for integration with lighting controls etc.. I have also added support for power on via IR command which is needed for certain platforms that don't support WOL. I have also re-packaged in the .c4z format and included decent looking icons. If you want to take a look at my revision and possibly collaborate on a Leia driver I would be interested. Either way I would be glad to share back the changes I have made. |