[Plugin] X10 Home Automation (2 Viewers)

Tophicles

Portal Member
January 15, 2008
44
0
Home Country
Canada Canada
Right On!

Update...

We are making progres. The following is what I have done over the weekend...

1. Removed the scheduling from the Server (for now) to reduce some complications in the plugin.
2. Converted the config files to XML instead of flat files.
3. Added the port number entry in the Server & Client configuration, so you can choose a port that works for your situation.
4. Modified the Client configuration to allow specific lights to be dimmed/turned off when a movie starts.
5. Modified the Client configuration to allow speicific lights to be un-dimmed/turned on when a movie stops/paused.

I expect to have another test build out later this week. I will post the files to the first post of this thread...

Wile E.

Looking forward to it! Keep at it, we're all behind you!
 

WileECoyote

MP Donator
  • Premium Supporter
  • October 14, 2008
    1,156
    220
    Cary, NC
    Home Country
    United States of America United States of America
    Update...

    I have updated the first post with the latest information. Please remember to remove ALL previous X10 test software (from me) before installing this package.

    This package will now install all the files under the \plugins\X10Server and \plugins\process folders. So uninstall the service from the previous setups before installing this package.

    Again, this package is for the server ONLY. Once we get the bugs worked out of this package we can then move on to the client package.

    Thanks again guys for all the support and patience!!!

    Wile E.
     

    Tophicles

    Portal Member
    January 15, 2008
    44
    0
    Home Country
    Canada Canada
    Error

    Update...

    I have updated the first post with the latest information. Please remember to remove ALL previous X10 test software (from me) before installing this package.

    This package will now install all the files under the \plugins\X10Server and \plugins\process folders. So uninstall the service from the previous setups before installing this package.

    Again, this package is for the server ONLY. Once we get the bugs worked out of this package we can then move on to the client package.

    Thanks again guys for all the support and patience!!!

    Wile E.

    Tried to add my lights in, pressing "Test On" or "Test Off" results in following crash:

    "Failed to locate assembly 'X10_Remote, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'"

    Tells me the configuration must be executed from within the Mediaportal folder...
     

    WileECoyote

    MP Donator
  • Premium Supporter
  • October 14, 2008
    1,156
    220
    Cary, NC
    Home Country
    United States of America United States of America
    Tried to add my lights in, pressing "Test On" or "Test Off" results in following crash:

    "Failed to locate assembly 'X10_Remote, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'"

    Tells me the configuration must be executed from within the Mediaportal folder...

    Hey Tophicles,
    Do me a favor and check your c:\Program Files\Team MediaPortal\MediaPortal\plugins\X10Server folder to see if the file X10_Remote.dll exists. If not, use the one I have attached and try your test again...

    If the problem persists could you post your MediaPortal.log & Error.log files?

    Thanks!

    EDIT: BTW, did everything else work okay? Install, Installing the service, adding rooms & devices?
     

    Attachments

    • X10_Remote.zip
      30.6 KB

    Tophicles

    Portal Member
    January 15, 2008
    44
    0
    Home Country
    Canada Canada
    Logs...

    Tried to add my lights in, pressing "Test On" or "Test Off" results in following crash:

    "Failed to locate assembly 'X10_Remote, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'"

    Tells me the configuration must be executed from within the Mediaportal folder...

    Hey Tophicles,
    Do me a favor and check your c:\Program Files\Team MediaPortal\MediaPortal\plugins\X10Server folder to see if the file X10_Remote.dll exists. If not, use the one I have attached and try your test again...

    If the problem persists could you post your MediaPortal.log & Error.log files?

    Thanks!

    EDIT: BTW, did everything else work okay? Install, Installing the service, adding rooms & devices?

    Adding Rooms and devices worked ok, I think... I'm not really sure what to do there, do I mirror what I have setup in AHP?
    That X10_Remote.dll file IS in the correct folder... I can't find any logs to speak of. I should point out that I'm running the Configuration in the MediaPortal Configuration, not in the actual MP program (don't know if that makes a difference)

    EDIT: I'd be happy to provide remote connectivity to my HTPC if you wish to snoop around, let me know!
     

    dobyken

    MP Donator
  • Premium Supporter
  • June 8, 2009
    68
    2
    Florida Gulf Coast
    Home Country
    United States of America United States of America
    I installed the service with no issues and checked to ensure services were running.
    Next step was to open MP config and setup plugin. Created 4 rooms OK. Went to devices
    and entered first device. Received error #1 when the ADD button was clicked. Quit the plugin
    and tried to configure again and got error #2. X10 plugin config will not load at all now.
    XP SP3.

    Error 1
    ************** Exception Text **************
    System.NullReferenceException: Object reference not set to an instance of an object.
    at X10_Process_Plugin.Configuration.X10Config.btnAdd_Click(Object sender, EventArgs e)
    at System.Windows.Forms.Control.OnClick(EventArgs e)
    at System.Windows.Forms.Button.OnClick(EventArgs e)
    at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
    at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
    at System.Windows.Forms.Control.WndProc(Message& m)
    at System.Windows.Forms.ButtonBase.WndProc(Message& m)
    at System.Windows.Forms.Button.WndProc(Message& m)
    at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
    at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
    at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)





    Error 2
    ************** Exception Text **************
    System.Xml.XmlException: Root element is missing.
    at System.Xml.XmlTextReaderImpl.Throw(Exception e)
    at System.Xml.XmlTextReaderImpl.ThrowWithoutLineInfo(String res)
    at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
    at System.Xml.XmlTextReaderImpl.Read()
    at System.Xml.XmlTextReader.Read()
    at X10_Process_Plugin.Configuration.X10Config.LoadDevices()
    at X10_Process_Plugin.Configuration.X10Config..ctor()
    at X10_Process_Plugin.X10Processor.ShowPlugin()
    at MediaPortal.Configuration.Sections.PluginsNew.itemConfigure_Click(Object sender, EventArgs e)
    at System.Windows.Forms.Control.OnClick(EventArgs e)
    at System.Windows.Forms.Button.OnClick(EventArgs e)
    at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
    at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
    at System.Windows.Forms.Control.WndProc(Message& m)
    at System.Windows.Forms.ButtonBase.WndProc(Message& m)
    at System.Windows.Forms.Button.WndProc(Message& m)
    at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
    at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
    at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


    ************** Loaded Assemblies **************
    mscorlib
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3603 (GDR.050727-3600)
    CodeBase: file:///c:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
    ----------------------------------------
    Configuration
    Assembly Version: 1.0.4.18374
    Win32 Version: 1.0.4.23477
    CodeBase: file:///C:/Program%20Files/Team%20MediaPortal/MediaPortal/Configuration.exe
    ----------------------------------------
    System.Windows.Forms
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
    ----------------------------------------
    System
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
    ----------------------------------------
    System.Drawing
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
    ----------------------------------------
    Core
    Assembly Version: 1.0.4.18366
    Win32 Version: 1.0.4.23477
    CodeBase: file:///C:/Program%20Files/Team%20MediaPortal/MediaPortal/Core.DLL
    ----------------------------------------
    Utils
    Assembly Version: 2.2.7.18361
    Win32 Version: 2.2.7.23477
    CodeBase: file:///C:/Program%20Files/Team%20MediaPortal/MediaPortal/Utils.DLL
    ----------------------------------------
    System.Xml
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3082 (QFE.050727-3000)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
    ----------------------------------------
    System.Configuration
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
    ----------------------------------------
    BassRegistration
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Program%20Files/Team%20MediaPortal/MediaPortal/BassRegistration.DLL
    ----------------------------------------
    sutpmsaj
    Assembly Version: 2.2.7.18361
    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
    ----------------------------------------
    Microsoft.DirectX.Direct3D
    Assembly Version: 1.0.2902.0
    Win32 Version: 9.05.132.0000
    CodeBase: file:///C:/WINDOWS/assembly/GAC/Microsoft.DirectX.Direct3D/1.0.2902.0__31bf3856ad364e35/Microsoft.DirectX.Direct3D.dll
    ----------------------------------------
    Bass.Net
    Assembly Version: 2.4.4.3
    Win32 Version: 2.4.4.3
    CodeBase: file:///C:/Program%20Files/Team%20MediaPortal/MediaPortal/Bass.Net.DLL
    ----------------------------------------
    Databases
    Assembly Version: 1.0.4.18368
    Win32 Version: 1.0.4.23477
    CodeBase: file:///C:/Program%20Files/Team%20MediaPortal/MediaPortal/Databases.DLL
    ----------------------------------------
    RemotePlugins
    Assembly Version: 1.0.4.18370
    Win32 Version: 1.0.4.23477
    CodeBase: file:///C:/Program%20Files/Team%20MediaPortal/MediaPortal/RemotePlugins.DLL
    ----------------------------------------
    DirectShowLib
    Assembly Version: 2.0.0.23477
    Win32 Version: 2.0.0.23477
    CodeBase: file:///C:/Program%20Files/Team%20MediaPortal/MediaPortal/DirectShowLib.DLL
    ----------------------------------------
    MPInstaller.Library
    Assembly Version: 1.0.4.18371
    Win32 Version: 1.0.4.23477
    CodeBase: file:///C:/Program%20Files/Team%20MediaPortal/MediaPortal/MPInstaller.Library.DLL
    ----------------------------------------
    Microsoft.DirectX
    Assembly Version: 1.0.2902.0
    Win32 Version: 5.04.00.2904
    CodeBase: file:///C:/WINDOWS/assembly/GAC/Microsoft.DirectX/1.0.2902.0__31bf3856ad364e35/Microsoft.DirectX.dll
    ----------------------------------------
    Accessibility
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Accessibility/2.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
    ----------------------------------------
    System.ServiceProcess
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.ServiceProcess/2.0.0.0__b03f5f7f11d50a3a/System.ServiceProcess.dll
    ----------------------------------------
    CSScriptLibrary
    Assembly Version: 1.9.0.0
    Win32 Version: 1.9.0.0
    CodeBase: file:///C:/Program%20Files/Team%20MediaPortal/MediaPortal/CSScriptLibrary.DLL
    ----------------------------------------
    5383ace9-9efe-437d-86ff-39d965622be8
    Assembly Version: 0.0.0.0
    Win32 Version: 0.0.0.0
    CodeBase: file:///C:/Documents%20and%20Settings/Ken/Local%20Settings/Temp/5383ace9-9efe-437d-86ff-39d965622be8.tmp
    ----------------------------------------
    System.Runtime.Serialization.Formatters.Soap
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Runtime.Serialization.Formatters.Soap/2.0.0.0__b03f5f7f11d50a3a/System.Runtime.Serialization.Formatters.Soap.dll
    ----------------------------------------
    System.Data
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_32/System.Data/2.0.0.0__b77a5c561934e089/System.Data.dll
    ----------------------------------------
    TvLibrary.Interfaces
    Assembly Version: 1.0.4.18398
    Win32 Version: 1.0.4.23477
    CodeBase: file:///C:/Program%20Files/Team%20MediaPortal/MediaPortal/TvLibrary.Interfaces.DLL
    ----------------------------------------
    4r9kxywk
    Assembly Version: 1.0.4.18366
    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
    ----------------------------------------
    Interop.X10
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Program%20Files/Team%20MediaPortal/MediaPortal/Interop.X10.DLL
    ----------------------------------------
    Microsoft.DirectX.DirectInput
    Assembly Version: 1.0.2902.0
    Win32 Version: 5.04.00.2904
    CodeBase: file:///C:/WINDOWS/assembly/GAC/Microsoft.DirectX.DirectInput/1.0.2902.0__31bf3856ad364e35/Microsoft.DirectX.DirectInput.dll
    ----------------------------------------
    ClrExtensionsCore.Client
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Program%20Files/Team%20MediaPortal/MediaPortal/plugins/windows/ClrExtensionsCore.Client.DLL
    ----------------------------------------
    Dialogs
    Assembly Version: 1.0.4.18371
    Win32 Version: 1.0.4.23477
    CodeBase: file:///C:/Program%20Files/Team%20MediaPortal/MediaPortal/plugins/windows/Dialogs.DLL
    ----------------------------------------
    MovingPictures
    Assembly Version: 0.7.5.681
    Win32 Version: 0.7.5.681
    CodeBase: file:///C:/Program%20Files/Team%20MediaPortal/MediaPortal/plugins/windows/MovingPictures.DLL
    ----------------------------------------
    System.Web
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3082 (QFE.050727-3000)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_32/System.Web/2.0.0.0__b03f5f7f11d50a3a/System.Web.dll
    ----------------------------------------
    System.Messaging
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Messaging/2.0.0.0__b03f5f7f11d50a3a/System.Messaging.dll
    ----------------------------------------
    System.Design
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Design/2.0.0.0__b03f5f7f11d50a3a/System.Design.dll
    ----------------------------------------
    MP-TVSeries
    Assembly Version: 2.3.3517.1
    Win32 Version: 2.3.3517.1
    CodeBase: file:///C:/Program%20Files/Team%20MediaPortal/MediaPortal/plugins/windows/MP-TVSeries.DLL
    ----------------------------------------
    MyNetFlix
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Program%20Files/Team%20MediaPortal/MediaPortal/plugins/windows/MyNetFlix.DLL
    ----------------------------------------
    System.Web.Services
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Web.Services/2.0.0.0__b03f5f7f11d50a3a/System.Web.Services.dll
    ----------------------------------------
    MyTorrents
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Program%20Files/Team%20MediaPortal/MediaPortal/plugins/windows/MyTorrents.DLL
    ----------------------------------------
    RSSReader
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Program%20Files/Team%20MediaPortal/MediaPortal/plugins/windows/RSSReader.DLL
    ----------------------------------------
    TorrentSearch
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Program%20Files/Team%20MediaPortal/MediaPortal/plugins/windows/TorrentSearch.DLL
    ----------------------------------------
    TvPlugin
    Assembly Version: 1.0.4.18399
    Win32 Version: 1.0.4.23477
    CodeBase: file:///C:/Program%20Files/Team%20MediaPortal/MediaPortal/plugins/windows/TvPlugin.DLL
    ----------------------------------------
    TVDatabase
    Assembly Version: 1.0.4.18398
    Win32 Version: 1.0.4.23477
    CodeBase: file:///C:/Program%20Files/Team%20MediaPortal/MediaPortal/TVDatabase.DLL
    ----------------------------------------
    Gentle.Framework
    Assembly Version: 1.5.0.29053
    Win32 Version: 1.5.0.29053
    CodeBase: file:///C:/Program%20Files/Team%20MediaPortal/MediaPortal/Gentle.Framework.DLL
    ----------------------------------------
    Gentle.Common
    Assembly Version: 1.5.0.29053
    Win32 Version: 1.5.0.29053
    CodeBase: file:///C:/Program%20Files/Team%20MediaPortal/MediaPortal/Gentle.Common.DLL
    ----------------------------------------
    TvControl
    Assembly Version: 1.0.4.18398
    Win32 Version: 1.0.4.23477
    CodeBase: file:///C:/Program%20Files/Team%20MediaPortal/MediaPortal/TvControl.DLL
    ----------------------------------------
    TvBusinessLayer
    Assembly Version: 1.0.4.18399
    Win32 Version: 1.0.4.23477
    CodeBase: file:///C:/Program%20Files/Team%20MediaPortal/MediaPortal/TvBusinessLayer.DLL
    ----------------------------------------
    System.Runtime.Remoting
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Runtime.Remoting/2.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
    ----------------------------------------
    log4net
    Assembly Version: 1.2.10.0
    Win32 Version: 1.2.10.0
    CodeBase: file:///C:/Program%20Files/Team%20MediaPortal/MediaPortal/log4net.DLL
    ----------------------------------------
    Gentle.Provider.MySQL
    Assembly Version: 1.5.0.29054
    Win32 Version: 1.5.0.29054
    CodeBase: file:///C:/Program%20Files/Team%20MediaPortal/MediaPortal/Gentle.Provider.MySQL.DLL
    ----------------------------------------
    Gentle.Provider.SQLServer
    Assembly Version: 1.5.0.29053
    Win32 Version: 1.5.0.29053
    CodeBase: file:///C:/Program%20Files/Team%20MediaPortal/MediaPortal/Gentle.Provider.SQLServer.DLL
    ----------------------------------------
    MySql.Data
    Assembly Version: 5.0.8.1
    Win32 Version: 5.0.8.1
    CodeBase: file:///C:/Program%20Files/Team%20MediaPortal/MediaPortal/MySql.Data.DLL
    ----------------------------------------
    System.Transactions
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_32/System.Transactions/2.0.0.0__b77a5c561934e089/System.Transactions.dll
    ----------------------------------------
    System.EnterpriseServices
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_32/System.EnterpriseServices/2.0.0.0__b03f5f7f11d50a3a/System.EnterpriseServices.dll
    ----------------------------------------
    UTorrentEngine
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Program%20Files/Team%20MediaPortal/MediaPortal/plugins/windows/UTorrentEngine.DLL
    ----------------------------------------
    WindowPlugins
    Assembly Version: 1.0.4.18379
    Win32 Version: 1.0.4.23477
    CodeBase: file:///C:/Program%20Files/Team%20MediaPortal/MediaPortal/plugins/windows/WindowPlugins.DLL
    ----------------------------------------
    MiniDisplayLibrary
    Assembly Version: 1.0.4.18376
    Win32 Version: 1.0.4.23477
    CodeBase: file:///C:/Program%20Files/Team%20MediaPortal/MediaPortal/MiniDisplayLibrary.DLL
    ----------------------------------------
    WrapNetflix
    Assembly Version: 0.5.3480.26016
    Win32 Version: 0.5
    CodeBase: file:///C:/Program%20Files/Team%20MediaPortal/MediaPortal/plugins/windows/WrapNetflix.DLL
    ----------------------------------------
    YAC
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Program%20Files/Team%20MediaPortal/MediaPortal/plugins/windows/YAC.DLL
    ----------------------------------------
    SubtitlePlugins
    Assembly Version: 1.0.4.18370
    Win32 Version: 1.0.4.23477
    CodeBase: file:///C:/Program%20Files/Team%20MediaPortal/MediaPortal/Plugins/subtitle/SubtitlePlugins.dll
    ----------------------------------------
    ExternalPlayers
    Assembly Version: 1.0.4.18368
    Win32 Version: 1.0.4.23477
    CodeBase: file:///C:/Program%20Files/Team%20MediaPortal/MediaPortal/Plugins/externalplayers/ExternalPlayers.dll
    ----------------------------------------
    Interop.iTunesLib
    Assembly Version: 1.7.0.0
    Win32 Version: 1.7.0.0
    CodeBase: file:///C:/Program%20Files/Team%20MediaPortal/MediaPortal/Interop.iTunesLib.DLL
    ----------------------------------------
    MP-RSSTicker
    Assembly Version: 1.0.4.0
    Win32 Version: 1.0.4.0
    CodeBase: file:///C:/Program%20Files/Team%20MediaPortal/MediaPortal/plugins/process/MP-RSSTicker.DLL
    ----------------------------------------
    MPProntoProServer
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Program%20Files/Team%20MediaPortal/MediaPortal/plugins/process/MPProntoProServer.DLL
    ----------------------------------------
    PowerSchedulerClientPlugin
    Assembly Version: 1.0.4.18369
    Win32 Version: 1.0.4.23477
    CodeBase: file:///C:/Program%20Files/Team%20MediaPortal/MediaPortal/plugins/process/PowerSchedulerClientPlugin.DLL
    ----------------------------------------
    PowerScheduler.Interfaces
    Assembly Version: 1.0.4.18388
    Win32 Version: 1.0.4.0
    CodeBase: file:///C:/Program%20Files/Team%20MediaPortal/MediaPortal/PowerScheduler.Interfaces.DLL
    ----------------------------------------
    ProcessPlugins
    Assembly Version: 1.0.4.18378
    Win32 Version: 1.0.4.23477
    CodeBase: file:///C:/Program%20Files/Team%20MediaPortal/MediaPortal/plugins/process/ProcessPlugins.DLL
    ----------------------------------------
    MusicShareWatcherHelper
    Assembly Version: 1.0.4.18371
    Win32 Version: 1.0.4.23477
    CodeBase: file:///C:/Program%20Files/Team%20MediaPortal/MediaPortal/MusicShareWatcherHelper.DLL
    ----------------------------------------
    X10ProcessPlugin
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Program%20Files/Team%20MediaPortal/MediaPortal/plugins/process/X10ProcessPlugin.DLL
    ----------------------------------------
     

    WileECoyote

    MP Donator
  • Premium Supporter
  • October 14, 2008
    1,156
    220
    Cary, NC
    Home Country
    United States of America United States of America
    Hey dobyken,
    Do me a favor... Go to C:\Program Files\Team MediaPortal\MediaPortal\plugins\X10Server\Config folder and see if there are three files. Server.xml, Devices.xml and Rooms.xml. Delete these three files and try the configuration again. I think something happened during creating a device and it corrupted the XML file, thus making it crash whenever you attemp to go into the configuration.

    Also, do you remember your entries on the Device page before it crashed?

    Adding Rooms and devices worked ok, I think... I'm not really sure what to do there, do I mirror what I have setup in AHP?
    That X10_Remote.dll file IS in the correct folder... I can't find any logs to speak of. I should point out that I'm running the Configuration in the MediaPortal Configuration, not in the actual MP program (don't know if that makes a difference)

    EDIT: I'd be happy to provide remote connectivity to my HTPC if you wish to snoop around, let me know!

    Hmmm... Yes, you should be running the configuration within MP Configuration, not the GUI. And Yes, you should have the devices setup in AHP as well (I know its double work, but the API doesnt provide me access to devices :( )

    Your log files are located in the C:\ProgramData\Team MediaPortal\MediaPortal\log folder on Vista and Windows 7. Im not sure where they are located on XP...
     

    dobyken

    MP Donator
  • Premium Supporter
  • June 8, 2009
    68
    2
    Florida Gulf Coast
    Home Country
    United States of America United States of America
    The Devices.xml was 0 bytes. I deleted just the Devices and the config loaded fine. I think I found the
    reason it bombed. In the "All On/Off" selector it defaults to blank. I did not make a selection
    which most likely gave it a null value. You might want to make NO the default or force a selection. Just
    to check I deleted the devices file and recreated the error by leaving the all on field blank.

    Hey dobyken,
    Do me a favor... Go to C:\Program Files\Team MediaPortal\MediaPortal\plugins\X10Server\Config folder and see if there are three files. Server.xml, Devices.xml and Rooms.xml. Delete these three files and try the configuration again. I think something happened during creating a device and it corrupted the XML file, thus making it crash whenever you attemp to go into the configuration.

    Also, do you remember your entries on the Device page before it crashed?
     

    WileECoyote

    MP Donator
  • Premium Supporter
  • October 14, 2008
    1,156
    220
    Cary, NC
    Home Country
    United States of America United States of America
    The Devices.xml was 0 bytes. I deleted just the Devices and the config loaded fine. I think I found the
    reason it bombed. In the "All On/Off" selector it defaults to blank. I did not make a selection
    which most likely gave it a null value. You might want to make NO the default or force a selection. Just
    to check I deleted the devices file and recreated the error by leaving the all on field blank.

    Thanks dobyken,
    I will be sure to add the error checking for the next version...

    Were you able to control your lights/devices with this version?
     

    dobyken

    MP Donator
  • Premium Supporter
  • June 8, 2009
    68
    2
    Florida Gulf Coast
    Home Country
    United States of America United States of America
    No, I haven't even installed the client plugin yet. This is a completely new setup from my previous testing. I don't think I even have AHP installed yet. Most of the problems I had before were on the server side with it not starting up automatically.
    Thanks dobyken,
    I will be sure to add the error checking for the next version...

    Were you able to control your lights/devices with this version?
     

    Users who are viewing this thread

    Top Bottom