2017-02-23, 22:50
(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.
http://forum.kodi.tv/showthread.php?tid=...pid2232098
I wrote this Event Server version because the JSON one had a few minor limits(like you noticed with the On Screen Display). I posted it in this thread because even though it's an 80% rewrite, it is based on the JSON one BrandonJ wrote.
BrandonJ was great in that he posted his source code on GitHub. I'd do the same except I don't know how. And I'm too phenomenally lazy to figure it out. But if anyone expresses interest, I can post it here and/or figure out GitHub.
Thanks so much for the driver, been trying to get it with my matricom box and no luck. Is there a way to know that it has succesfully established connection from ComposerPro. I put in the MAC Address with no spaces or colons but it doesnt seem to connect
Code:XBMC: ReceivedFromProxy: ON
Got ON Command:
XBMC: OnConnectionStatusChanged[6003 (9)]: ONLINE
XBMC: OnConnectionStatusChanged[6003 (9)]: OFFLINE
XBMC: OnConnectionStatusChanged[6003 (9)]: ONLINE
XBMC: ReceivedFromProxy: GET_ADV_SCENES
XBMC: ReceivedFromProxy: GET_ADV_SCENES
[string "Lua Code"]:91: attempt to concatenate local 'strData' (a nil value) (ReceivedFromProxy)
[string "Lua Code"]:91: attempt to concatenate local 'strData' (a nil value) (ReceivedFromProxy)
XBMC: ReceivedFromProxy: GET_ADV_SCENES
[string "Lua Code"]:91: attempt to concatenate local 'strData' (a nil value) (ReceivedFromProxy)
XBMC: ReceivedFromProxy: GET_ADV_SCENES
[string "Lua Code"]:91: attempt to concatenate local 'strData' (a nil value) (ReceivedFromProxy)
On Timer Expired
On Timer Expired
Unrecognized TimerID
Sending Wake on LAN magic packet
00000000 FF FF FF FF FF FF C4 4E AC 10 1C FD C4 4E AC 10 .......N.....N..
00000010 1C FD C4 4E AC 10 1C FD C4 4E AC 10 1C FD C4 4E ...N.....N.....N
00000020 AC 10 1C FD C4 4E AC 10 1C FD C4 4E AC 10 1C FD .....N.....N....
00000030 C4 4E AC 10 1C FD C4 4E AC 10 1C FD C4 4E AC 10 .N.....N.....N..
00000040 1C FD C4 4E AC 10 1C FD C4 4E AC 10 1C FD C4 4E ...N.....N.....N
00000050 AC 10 1C FD C4 4E AC 10 1C FD C4 4E AC 10 1C FD .....N.....N....
00000060 C4 4E AC 10 1C FD .N....
XBMC: ReceivedFromProxy: ENTER
Sending EventServer packet: enter
XBMC: ReceivedFromProxy: ENTER
Sending EventServer packet: enter
XBMC: ReceivedFromProxy: ENTER
Did you specify the IP address in the Connections section of Composer?
Open Composer.
Click on Connections(Just below System Design on the bottom left)
Click the Network tab.
Select 'IP Network'
Your kodi device should be in the list on the right. Right click it and select 'Identity'.
Enter the IP address of your Kodi device.
Hopefully this gets things going for you. Let me know if it doesn't work.
That was it! works like a boss!! thank you very very much!