Announcement

Collapse
No announcement yet.

Error in Startup

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

    Error in Startup

    Not sure which forum to post to, but I'll start here....

    Getting an error upon startup:
    Compiling script Startup.vb: Namespace or type specified in the Imports 'System.Core' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases.

    If this isn't you, just let me know where I should go to ask. Thanks.

    ==JJS==


    Jim Speiser
    38-year veteran of Home Automation
    Still don't know squat

    #2
    Originally posted by JimSpy View Post
    Not sure which forum to post to, but I'll start here....

    Getting an error upon startup:
    Compiling script Startup.vb: Namespace or type specified in the Imports 'System.Core' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases.

    If this isn't you, just let me know where I should go to ask. Thanks.

    ==JJS==
    Jim,
    this looks like a generic HS3 issue. I would try the HS3 forum, or the scripting forum is you are modifying the startup.vb script yourself.
    Mark

    HS3 Pro 4.2.19.5
    Hardware: Insteon Serial PLM | AD2USB for Vista Alarm | HAI Omnistat2 | 1-Wire HA7E | RFXrec433 | Dahua Cameras | LiftMaster Internet Gateway | Tuya Smart Plugs
    Plugins: Insteon (mine) | Vista Alarm (mine) | Omnistat 3 | Ultra1Wire3 | RFXCOM | HS MyQ | BLRadar | BLDenon | Tuya | Jon00 Charting | Jon00 Links
    Platform: Windows Server 2022 Standard, i5-12600K/3.7GHz/10 core, 16GB RAM, 500GB SSD

    Comment


      #3
      Originally posted by mnsandler View Post
      Jim,
      this looks like a generic HS3 issue. I would try the HS3 forum, or the scripting forum is you are modifying the startup.vb script yourself.
      OK, no, haven't touched startup.vb.

      But then there's this:

      ***:Error in ProcessGroupBroadcastUpdateDevice: DevIndex=86, GrpNum=10: Index was outside the bounds of the array. -- Details System.IndexOutOfRangeException: Index was outside the bounds of the array. at Insteon.Support.Core.InsteonModule.ProcessGroupBroadcastUpda teDevice(Int32 DevIndex, TransmitMsgType Msg, Int32 GrpNum, Int32 OnLvl, Boolean SyncTarget)

      ** An error occurred in this plug-in. The details have been written to the log file - C:\Program Files (x86)\HomeSeer HS3\Config\Insteon Error Report.Log

      ** To request help with this problem please post this log file to the forum along with a detailed description of what lead to this problem.


      That one I'm pretty sure is you


      Jim Speiser
      38-year veteran of Home Automation
      Still don't know squat

      Comment


        #4
        Originally posted by JimSpy View Post
        OK, no, haven't touched startup.vb.

        But then there's this:

        ***:Error in ProcessGroupBroadcastUpdateDevice: DevIndex=86, GrpNum=10: Index was outside the bounds of the array. -- Details System.IndexOutOfRangeException: Index was outside the bounds of the array. at Insteon.Support.Core.InsteonModule.ProcessGroupBroadcastUpda teDevice(Int32 DevIndex, TransmitMsgType Msg, Int32 GrpNum, Int32 OnLvl, Boolean SyncTarget)

        ** An error occurred in this plug-in. The details have been written to the log file - C:\Program Files (x86)\HomeSeer HS3\Config\Insteon Error Report.Log

        ** To request help with this problem please post this log file to the forum along with a detailed description of what lead to this problem.


        That one I'm pretty sure is you
        sure. what is [Device 86] in the insteon.ini? the error is suggesting it sent a msg from Group 10
        Mark

        HS3 Pro 4.2.19.5
        Hardware: Insteon Serial PLM | AD2USB for Vista Alarm | HAI Omnistat2 | 1-Wire HA7E | RFXrec433 | Dahua Cameras | LiftMaster Internet Gateway | Tuya Smart Plugs
        Plugins: Insteon (mine) | Vista Alarm (mine) | Omnistat 3 | Ultra1Wire3 | RFXCOM | HS MyQ | BLRadar | BLDenon | Tuya | Jon00 Charting | Jon00 Links
        Platform: Windows Server 2022 Standard, i5-12600K/3.7GHz/10 core, 16GB RAM, 500GB SSD

        Comment


          #5
          Originally posted by mnsandler View Post
          sure. what is [Device 86] in the insteon.ini? the error is suggesting it sent a msg from Group 10

          Hmmm...interesting. It's the guest bedroom mini-remote...which I have never implemented and never fully configured.

          [Device 86]
          ChannelName1=A - Overhead Light
          ChannelName2=B - Overhead Fan
          ChannelName3=C - Painting Light
          ChannelName4=D - Hall Light
          ChannelName5=E - Bath Light
          DatabaseDelta=12
          DeviceID=44.8A.F8
          DeviceLocation=Guest Bedroom
          DeviceName=Mini Remote
          DeviceType=001A
          EEValues=RBPMask=0,OpFlags1=22
          FailedInteractions=0
          FirmwareVer=39
          HopData=310,301,4,5
          LastContact=11/22/2017 1:33:57 PM
          Link 1=E2 02 3D 98 D6 00 00 02 1
          Link 10=E2 01 18 37 3C 00 00 01 10
          Link 11=E2 04 1A 87 A5 00 00 01 11
          Link 12=E2 06 24 60 B9 00 00 01 12
          Link 2=E2 01 3D 98 D6 00 00 01 2
          Link 3=E2 04 3D 98 D6 00 00 04 3
          Link 4=E2 03 3D 98 D6 00 00 03 4
          Link 5=E2 06 3D 98 D6 00 00 06 5
          Link 6=E2 05 3D 98 D6 00 00 05 6
          Link 7=E2 08 3D 98 D6 00 00 08 7
          Link 8=E2 07 3D 98 D6 00 00 07 8
          Link 9=E2 02 17 8E 70 00 00 01 9
          LinksDownloaded=1
          NumLinks=12
          PollingInterval=0
          Protocol=3
          RecentDatabaseDelta=12
          SyncLinkedDevices=0
          TotalInteractions=30


          Jim Speiser
          38-year veteran of Home Automation
          Still don't know squat

          Comment


            #6
            Originally posted by JimSpy View Post
            Hmmm...interesting. It's the guest bedroom mini-remote...which I have never implemented and never fully configured.

            [Device 86]
            ChannelName1=A - Overhead Light
            ChannelName2=B - Overhead Fan
            ChannelName3=C - Painting Light
            ChannelName4=D - Hall Light
            ChannelName5=E - Bath Light
            DatabaseDelta=12
            DeviceID=44.8A.F8
            DeviceLocation=Guest Bedroom
            DeviceName=Mini Remote
            DeviceType=001A
            EEValues=RBPMask=0,OpFlags1=22
            FailedInteractions=0
            FirmwareVer=39
            HopData=310,301,4,5
            LastContact=11/22/2017 1:33:57 PM
            Link 1=E2 02 3D 98 D6 00 00 02 1
            Link 10=E2 01 18 37 3C 00 00 01 10
            Link 11=E2 04 1A 87 A5 00 00 01 11
            Link 12=E2 06 24 60 B9 00 00 01 12
            Link 2=E2 01 3D 98 D6 00 00 01 2
            Link 3=E2 04 3D 98 D6 00 00 04 3
            Link 4=E2 03 3D 98 D6 00 00 03 4
            Link 5=E2 06 3D 98 D6 00 00 06 5
            Link 6=E2 05 3D 98 D6 00 00 05 6
            Link 7=E2 08 3D 98 D6 00 00 08 7
            Link 8=E2 07 3D 98 D6 00 00 07 8
            Link 9=E2 02 17 8E 70 00 00 01 9
            LinksDownloaded=1
            NumLinks=12
            PollingInterval=0
            Protocol=3
            RecentDatabaseDelta=12
            SyncLinkedDevices=0
            TotalInteractions=30
            so in this case the remotelinc doesn't have a group 10. its a error in the message. Maybe i should just log it as opposed to throwing an exception.
            Mark

            HS3 Pro 4.2.19.5
            Hardware: Insteon Serial PLM | AD2USB for Vista Alarm | HAI Omnistat2 | 1-Wire HA7E | RFXrec433 | Dahua Cameras | LiftMaster Internet Gateway | Tuya Smart Plugs
            Plugins: Insteon (mine) | Vista Alarm (mine) | Omnistat 3 | Ultra1Wire3 | RFXCOM | HS MyQ | BLRadar | BLDenon | Tuya | Jon00 Charting | Jon00 Links
            Platform: Windows Server 2022 Standard, i5-12600K/3.7GHz/10 core, 16GB RAM, 500GB SSD

            Comment


              #7
              Originally posted by mnsandler View Post
              so in this case the remotelinc doesn't have a group 10. its a error in the message. Maybe i should just log it as opposed to throwing an exception.
              Do you want to see the error report log?


              Jim Speiser
              38-year veteran of Home Automation
              Still don't know squat

              Comment


                #8
                Originally posted by JimSpy View Post
                Do you want to see the error report log?
                And why would it throw anything if it is locked in my office and not being used?


                Jim Speiser
                38-year veteran of Home Automation
                Still don't know squat

                Comment


                  #9
                  please post the error report log file so i can see the specific msg that generated the error
                  Mark

                  HS3 Pro 4.2.19.5
                  Hardware: Insteon Serial PLM | AD2USB for Vista Alarm | HAI Omnistat2 | 1-Wire HA7E | RFXrec433 | Dahua Cameras | LiftMaster Internet Gateway | Tuya Smart Plugs
                  Plugins: Insteon (mine) | Vista Alarm (mine) | Omnistat 3 | Ultra1Wire3 | RFXCOM | HS MyQ | BLRadar | BLDenon | Tuya | Jon00 Charting | Jon00 Links
                  Platform: Windows Server 2022 Standard, i5-12600K/3.7GHz/10 core, 16GB RAM, 500GB SSD

                  Comment


                    #10
                    Originally posted by mnsandler View Post
                    please post the error report log file so i can see the specific msg that generated the error
                    See upload.
                    Attached Files


                    Jim Speiser
                    38-year veteran of Home Automation
                    Still don't know squat

                    Comment


                      #11
                      Jim

                      from your log

                      6/17/2018 7:08:34 PM - Received STX 0x50 (Raw Insteon Rec):44 8A F8 00 00 0A C3 14 00
                      the 14 00 would indicate a fast off was sent from the remote

                      this is an invalid broadcast msgs from the remote.

                      lets monitor it for now and see how frequent it happens
                      Mark

                      HS3 Pro 4.2.19.5
                      Hardware: Insteon Serial PLM | AD2USB for Vista Alarm | HAI Omnistat2 | 1-Wire HA7E | RFXrec433 | Dahua Cameras | LiftMaster Internet Gateway | Tuya Smart Plugs
                      Plugins: Insteon (mine) | Vista Alarm (mine) | Omnistat 3 | Ultra1Wire3 | RFXCOM | HS MyQ | BLRadar | BLDenon | Tuya | Jon00 Charting | Jon00 Links
                      Platform: Windows Server 2022 Standard, i5-12600K/3.7GHz/10 core, 16GB RAM, 500GB SSD

                      Comment


                        #12
                        Acknowledged. Will monitor log for re-appearance of anomaly.

                        Speiser out.


                        Jim Speiser
                        38-year veteran of Home Automation
                        Still don't know squat

                        Comment

                        Working...
                        X