Announcement

Collapse
No announcement yet.

Runtime Error in Homeseer

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Runtime Error in Homeseer

    Hello

    This is the first time I've used this an keep getting the error below when I'm trying to Scan For New Devices.

    The Bluetooth dongle is seen from within it's software, IVT Bluesolil

    Hope you can help ?

    Thanks



    Runtime Error

    Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

    Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".


    <!-- Web.Config Configuration File -->

    <configuration>
    <system.web>
    <customErrors mode="Off"/>
    </system.web>
    </configuration>

    Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.


    <!-- Web.Config Configuration File -->

    <configuration>
    <system.web>
    <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
    </system.web>
    </configuration>

    #2
    The Bluetooth Connector plugin is not compatible with the BlueSoleil Bluetooth stack.

    It's only compatible with the Microsoft Bluetooth stack, and the Widcomm stack.

    A few plugin users successfully removed the bluesoleil or toshiba stack, and re-installed the Microsoft stack to manage their BT dongles.

    Then it works with the plugin.

    Best regards,
    --
    stipus

    Comment


      #3
      I think I have the same error:

      Object reference not set to an instance of an object.>>
      HomeSeer version: 2.2.0.66>>
      Source: hspi_bt>>

      Target: Void ScannerWorkerThread()>>

      Stack trace: >>

      at HSPI_BT.BtScanner.ScannerWorkerThread()>>

      at System.Threading.ThreadHelper.ThreadStart_Context(Object state)>>

      at System.Threading.ExecutionContext.runTryCode(Object userData)>>

      at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWi thGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)>>

      at System.Threading.ExecutionContext.RunInternal(ExecutionConte xt executionContext, ContextCallback callback, Object state)>>

      at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)>>

      at System.Threading.ThreadHelper.ThreadStart



      Using the Sitecom CN-521 and indeed it's using the Toshiba stack for windows.



      Anybody using this device with other stack software? Any hints?



      Kind regards, Ruud

      Comment


        #4
        The Bluetooth Connector plugin IS NOT COMPATIBLE with the Toshiba BT stack.

        Only the Microsoft and Widcomm/Broadcom stacks are supported.

        Best regards,

        stipus
        --
        stipus

        Comment


          #5
          Severe problems

          Sorry for bothering you, I didn't want to offend you. But the problem is, that after these crashes HS2 has lost all my registrations. I understand that you do not support all stacks, but the effects of an unsupported stack are rather heavy.

          Kind regards, Ruud


          Originally posted by stipus View Post
          The Bluetooth Connector plugin IS NOT COMPATIBLE with the Toshiba BT stack.

          Only the Microsoft and Widcomm/Broadcom stacks are supported.

          Best regards,

          stipus

          Comment


            #6
            I don't think the problems are really related.

            HomeSeer registrations are based on network cards mac addresses and other computer parameters. If you add a Bluetooth dongle, this adds a bluetooth network card and all registration might be lost. I think this depends on the order network cards are returned by the API.

            This has nothing to do with the plugin itself.

            Best regards,

            stipus
            --
            stipus

            Comment

            Working...
            X