XBMC Community Forum
[WINDOWS] XBMC on iMON Display (LCD / VFD) for Windows - Printable Version

+- XBMC Community Forum (http://forum.xbmc.org)
+-- Forum: Help and Support (/forumdisplay.php?fid=33)
+--- Forum: Supplementary Tools for XBMC (/forumdisplay.php?fid=116)
+--- Thread: [WINDOWS] XBMC on iMON Display (LCD / VFD) for Windows (/showthread.php?tid=84166)



- Montellese - 2011-01-05 23:40

Thanks for the hint. As mentioned I haven't tested it very thoroughly. I'm running a timer in 1000ms intervals but I'm sure that there are variations which cause the time from falling out of sync. I'll see what I can do about it.


- manolo_XYZ - 2011-01-06 20:07

hi, i use xbmc 10, the newest imon software and your program (v.0.1.4). but it wont work. your program is connected to xbmc via 127.0.0.1:80 (xbm deselected in the imonsoftware). the normal imon software is working quiet okay with xbmc (shows file title+time,..). is there an other possibility were i made a mistake?


- Montellese - 2011-01-06 20:24

manolo_XYZ Wrote:hi, i use xbmc 10, the newest imon software and your program (v.0.1.4). but it wont work. your program is connected to xbmc via 127.0.0.1:80 (xbm deselected in the imonsoftware). the normal imon software is working quiet okay with xbmc (shows file title+time,..). is there an other possibility were i made a mistake?

Do you get an error message or something? Can you turn on the debug logging feature and try to connect and then check and post the content of the "debug.log" file?


- manolo_XYZ - 2011-01-06 20:53

http://pastebin.com/pRXnsWiC

startet imon+your software, started xbmc, started a file, stopped the file and closed xbmc


- Ranger Rob - 2011-01-06 21:34

manolo_XYZ Wrote:hi, i use xbmc 10, the newest imon software and your program (v.0.1.4). but it wont work. your program is connected to xbmc via 127.0.0.1:80 (xbm deselected in the imonsoftware). the normal imon software is working quiet okay with xbmc (shows file title+time,..). is there an other possibility were i made a mistake?

I just tried this on a new build and have the same problem. I will post a debug log later too.


- Montellese - 2011-01-06 21:45

manolo_XYZ Wrote:http://pastebin.com/pRXnsWiC

startet imon+your software, started xbmc, started a file, stopped the file and closed xbmc

Hm seems like the connection to XBMC works as it can query all the data over JSON RPC. But it can't connect to your iMON display:
Code:
06.01.2011 19:49:13 [GUI] Initializing iMON
06.01.2011 19:49:13 [iMON] IMON_Display_Init(394658, 37428)
...
06.01.2011 19:49:16 [iMON] Message received: PluginFailed(260)
06.01.2011 19:49:16 [iMON] ERROR Interpreting init result error type: iMonNotResponding
06.01.2011 19:49:16 [iMON] ERROR Error received: iMonNotResponding
06.01.2011 19:49:16 [GUI] ERROR iMON reports an error of type iMonNotResponding

Did you have this running with a previous version of xbmc on imon or is this your first attempt. Are you sure that you installed the latest beta release of imon manager and have followed the instructions in the README file provided with xbmc on imon?


- manolo_XYZ - 2011-01-06 21:53

no its my first try and the imon manager version is: 7.89.0622 (ANTEC) and the FW Ver 0x380208 LCD HID OEM. yes, i extracted it, imon manager was already setted like you wanted it (besides that i hat to deselect xbmc), xbmc was enabled for network sttuff (to work with imon) and your program is setted to port 80


- Montellese - 2011-01-06 21:56

manolo_XYZ Wrote:no its my first try and the imon manager version is: 7.89.0622 (ANTEC) and the FW Ver 0x380208 LCD HID OEM. yes, i extracted it, imon manager was already setted like you wanted it (besides that i hat to deselect xbmc), xbmc was enabled for network sttuff (to work with imon) and your program is setted to port 80

As stated everything concerning XBMC is fine. But the version of imon manager should be 7.91.0929. Everything before that doesn't work.


- manolo_XYZ - 2011-01-06 22:00

k, then i will update (prgramm-in-update function said that im up-to-date >_<) and give you new feedback

edit:works perfect Smile thx


- Montellese - 2011-01-06 22:02

manolo_XYZ Wrote:k, then i will update (prgramm-in-update function said that im up-to-date >_<) and give you new feedback

Yeah because it is a beta update it is not distributed over the automatic update functionality built into imon manager Sad