Announcement

Collapse
No announcement yet.

ultram1g continually disconnects

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    ultram1g continually disconnects

    hey! I'm having issues with this plugin disconnecting from my elk m1. I'm running HS on linux and connecting to the elk via the m1xep. I really can't seem to find a pattern as to when it disconnects, seems to be arbitrary and the logs don't help a lot either...

    Code:
    Apr-01 3:30:41 AM	 	Plug-In	Finished initializing plug-in UltraM1G3
    Apr-01 3:30:41 AM	 	Informational	UltraM1G3 version 3.0.6616.28548 initialization complete.
    Apr-01 3:30:41 AM	 	Info	Plugin UltraM1G3 has connected. IP:127.0.0.1:51952
    Apr-01 3:30:40 AM	 	Plug-In	Found plug-in: UltraM1G3, version: 3.0.6616.28548
    Apr-01 3:30:08 AM	 	Info	Plugin UltraM1G3 with instance: has disconnected
    Apr-01 3:30:08 AM	1	Error	System.NullReferenceException: Object reference not set to an instance of an object at HSPI_ULTRAM1G3.hspi_plugin.ShutdownIO () <0x41e67750 + 0x0004f> in :0
    Apr-01 3:30:08 AM	 	Shutdown	Shutting down plug-in: UltraM1G3
    Mar-31 8:44:42 PM	 	Plug-In	Finished initializing plug-in UltraM1G3
    Mar-31 8:44:42 PM	 	Informational	UltraM1G3 version 3.0.6616.28548 initialization complete.
    Mar-31 8:44:42 PM	 	Info	Plugin UltraM1G3 has connected. IP:127.0.0.1:39238
    Mar-31 8:44:41 PM	 	Plug-In	Found plug-in: UltraM1G3, version: 3.0.6616.28548
    Mar-31 8:44:14 PM	 	Info	Plugin UltraM1G3 with instance: has disconnected
    Mar-31 8:44:14 PM	 	Shutdown	Shutting down plug-in: UltraM1G3
    Thoughts?

    #2
    may have found a hint in the logs as to what is going on. I noticed the system disconnected just a bit ago, and I was digging into it a little

    Code:
    Apr-08 12:53:55 PM	 	Warning	No response/improper response from Elk M1 to command 'cv0200'
    Apr-08 12:53:54 PM	 	Warning	Invalid RegExp for data CV020004
    Apr-08 12:53:54 PM	 	Warning	No response/improper response from Elk M1 to command 'cv0200'
    Apr-08 12:53:52 PM	 	Warning	No response/improper response from Elk M1 to command 'cv0100'
    Apr-08 12:53:52 PM	 	Warning	No response/improper response from Elk M1 to command 'cv0100'
    Apr-08 12:53:51 PM	1	Error	System.FormatException: Additional unparsable characters are at the end of the string. at System.ParseNumbers.StringToInt (System.String value, Int32 fromBase, Int32 flags, System.Int32* parsePos) <0x7fbeb51479a0 + 0x00425> in :0 at System.ParseNumbers.StringToInt (System.String value, Int32 fromBase, Int32 flags) <0x7fbeb5147970 + 0x00028> in :0 at System.Convert.ToInt32 (System.String value, Int32 fromBase) <0x7fbeb4f5fe00 + 0x00039> in :0 at HSPI_ULTRAM1G3.hspi_plugin.ProcessReceived (System.String strDataRec) <0x4119ceb0 + 0x00310> in :0
    Apr-08 12:53:51 PM	1	Error	System.FormatException
    Apr-08 12:53:51 PM	 	Warning	No response/improper response from Elk M1 to command 'cv0100'
    Apr-08 12:53:49 PM	 	Warning	Invalid RegExp for data CM0000 0C100042
    Apr-08 12:53:37 PM	1	Error	System.FormatException: Could not find any parsable digits. at System.ParseNumbers.StringToInt (System.String value, Int32 fromBase, Int32 flags, System.Int32* parsePos) <0x7fbeb51479a0 + 0x00446> in :0 at System.ParseNumbers.StringToInt (System.String value, Int32 fromBase, Int32 flags) <0x7fbeb5147970 + 0x00028> in :0 at System.Convert.ToInt32 (System.String value, Int32 fromBase) <0x7fbeb4f5fe00 + 0x00039> in :0 at HSPI_ULTRAM1G3.hspi_plugin.ProcessReceived (System.String strDataRec) <0x4119ceb0 + 0x00310> in :0
    Apr-08 12:53:37 PM	1	Error	System.FormatException
    Apr-08 12:53:19 PM	 	Warning	No response/improper response from Elk M1 to command 'az00'
    Apr-08 12:53:18 PM	 	Warning	Invalid RegExp for data 00000000000800000000000000000000000000000008000000000000000000000006000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000B
    Apr-08 12:53:18 PM	 	Warning	No response/improper response from Elk M1 to command 'az00'
    Apr-08 12:53:16 PM	 	Warning	Raw data was: 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008B
    Apr-08 12:53:16 PM	 	Warning	Invalid checksum 139 for command 00 as data 000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    Apr-08 12:53:16 PM	 	Warning	No response/improper response from Elk M1 to command 'az00'
    Apr-08 12:53:15 PM	 	Warning	Raw data was: 0100000042 100200000000000000000000000000000 D0000000000000000000000000
    Apr-08 12:53:15 PM	 	Warning	Invalid checksum 199 for command 00 as data 000042 10020000000000000000000000000
    Apr-08 12:53:15 PM	 	Error	Event Front Hall - motion - off action to control a device failed: Object reference not set to an instance of an object

    Comment

    Working...
    X