Announcement

Collapse
No announcement yet.

web wrapper and mod history....

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

    web wrapper and mod history....

    ok so i was bouncing around and the Every Other Week Trigger post got me thinking that i havent installed maintenance plugin...
    so went on a hunt...
    ok so Tom Kern... found it.. downloaded it...
    went to his site....
    really like his site...
    i saw the Mod History page... and downloaded that and the web wrapper...
    now i know it isnt much useful but thought it would be cool to have it as a log of what I install and when....

    Emailed Tom to see how to get this thing working but havent heard back.. hope all is well with him..... im not up here much anymore so dont really keep track...


    anyway i know he said he put the plugin together with Jon00's help...

    so i installed the web wrapper plugin.... and enabled it under interfaces..
    but when i try and go to the modhistory.asp i get


    Script error: Type mismatch
    Code:
    response.write Cstr( hs.plugin("Web Wrapper").Header("Modification History",0, False))
    response.write Cstr( hs.plugin("Web Wrapper").Header("Modification History",0, False))
    any idea?
    HW - i5 4570T @2.9ghz runs @11w | 8gb ram | 128gb ssd OS - Win10 x64

    HS - HS3 Pro Edition 3.0.0.435

    Plugins - BLRF 2.0.94.0 | Concord 4 3.1.13.10 | HSBuddy 3.9.605.5 | HSTouch Server 3.0.0.68 | RFXCOM 30.0.0.36 | X10 3.0.0.36 | Z-Wave 3.0.1.190

    Hardware - EdgePort/4 DB9 Serial | RFXCOM 433MHz USB Transceiver | Superbus 2000 for Concord 4 | TI103 X-10 Interface | WGL Designs W800 RF | Z-Net Z-Wave Interface

    #2
    That code is for Homeseer 1.

    Open up the asp in a text editor and look for the line shown in the error.

    Replace it with:

    response.write hs.Getpageheader("Modification History","","",False,False,False,False,False)
    Jon

    Comment


      #3
      Originally posted by jon00 View Post
      That code is for Homeseer 1.

      Open up the asp in a text editor and look for the line shown in the error.

      Replace it with:

      response.write hs.Getpageheader("Modification History","","",False,False,False,False,False)

      thanks will try...
      HW - i5 4570T @2.9ghz runs @11w | 8gb ram | 128gb ssd OS - Win10 x64

      HS - HS3 Pro Edition 3.0.0.435

      Plugins - BLRF 2.0.94.0 | Concord 4 3.1.13.10 | HSBuddy 3.9.605.5 | HSTouch Server 3.0.0.68 | RFXCOM 30.0.0.36 | X10 3.0.0.36 | Z-Wave 3.0.1.190

      Hardware - EdgePort/4 DB9 Serial | RFXCOM 433MHz USB Transceiver | Superbus 2000 for Concord 4 | TI103 X-10 Interface | WGL Designs W800 RF | Z-Net Z-Wave Interface

      Comment


        #4
        i dont see that exact message but i see at the top...

        <%=hs.plugin("Web Wrapper").Header("Modification History",0, False)%>
        HW - i5 4570T @2.9ghz runs @11w | 8gb ram | 128gb ssd OS - Win10 x64

        HS - HS3 Pro Edition 3.0.0.435

        Plugins - BLRF 2.0.94.0 | Concord 4 3.1.13.10 | HSBuddy 3.9.605.5 | HSTouch Server 3.0.0.68 | RFXCOM 30.0.0.36 | X10 3.0.0.36 | Z-Wave 3.0.1.190

        Hardware - EdgePort/4 DB9 Serial | RFXCOM 433MHz USB Transceiver | Superbus 2000 for Concord 4 | TI103 X-10 Interface | WGL Designs W800 RF | Z-Net Z-Wave Interface

        Comment


          #5
          <%=response.write hs.Getpageheader("Modification History","","",False,False,False,False,False)%>
          Jon

          Comment


            #6
            Originally posted by jon00 View Post
            <%=response.write hs.Getpageheader("Modification History","","",False,False,False,False,False)%>
            now it is
            Script error: Expected ')'

            response.write Cstr( response.write hs.Getpageheader("Modification History","","",False,False,False,False,False))
            response.write Cstr( response.write hs.Getpageheader("Modification History","","",False,False,False,False,False))
            HW - i5 4570T @2.9ghz runs @11w | 8gb ram | 128gb ssd OS - Win10 x64

            HS - HS3 Pro Edition 3.0.0.435

            Plugins - BLRF 2.0.94.0 | Concord 4 3.1.13.10 | HSBuddy 3.9.605.5 | HSTouch Server 3.0.0.68 | RFXCOM 30.0.0.36 | X10 3.0.0.36 | Z-Wave 3.0.1.190

            Hardware - EdgePort/4 DB9 Serial | RFXCOM 433MHz USB Transceiver | Superbus 2000 for Concord 4 | TI103 X-10 Interface | WGL Designs W800 RF | Z-Net Z-Wave Interface

            Comment


              #7
              Please copy and paste the entire line from the web page, not the error.
              Jon

              Comment


                #8
                Originally posted by jon00 View Post
                Please copy and paste the entire line from the web page, not the error.

                that is it.. that was everything that IE showed when trying to get the asp to load...
                HW - i5 4570T @2.9ghz runs @11w | 8gb ram | 128gb ssd OS - Win10 x64

                HS - HS3 Pro Edition 3.0.0.435

                Plugins - BLRF 2.0.94.0 | Concord 4 3.1.13.10 | HSBuddy 3.9.605.5 | HSTouch Server 3.0.0.68 | RFXCOM 30.0.0.36 | X10 3.0.0.36 | Z-Wave 3.0.1.190

                Hardware - EdgePort/4 DB9 Serial | RFXCOM 433MHz USB Transceiver | Superbus 2000 for Concord 4 | TI103 X-10 Interface | WGL Designs W800 RF | Z-Net Z-Wave Interface

                Comment


                  #9
                  No, I meant, when you open it up in a text editor, copy and paste the line that you have altered.
                  Jon

                  Comment


                    #10
                    Originally posted by jon00 View Post
                    No, I meant, when you open it up in a text editor, copy and paste the line that you have altered.
                    rename .txt to .asp..

                    top 3 lines then kicks off to the comments and continues..

                    <%@ LANGUAGE=VBScript %>
                    <%=response.write hs.Getpageheader("Modification History","","",False,False,False,False,False)%>
                    <%
                    Attached Files
                    HW - i5 4570T @2.9ghz runs @11w | 8gb ram | 128gb ssd OS - Win10 x64

                    HS - HS3 Pro Edition 3.0.0.435

                    Plugins - BLRF 2.0.94.0 | Concord 4 3.1.13.10 | HSBuddy 3.9.605.5 | HSTouch Server 3.0.0.68 | RFXCOM 30.0.0.36 | X10 3.0.0.36 | Z-Wave 3.0.1.190

                    Hardware - EdgePort/4 DB9 Serial | RFXCOM 433MHz USB Transceiver | Superbus 2000 for Concord 4 | TI103 X-10 Interface | WGL Designs W800 RF | Z-Net Z-Wave Interface

                    Comment


                      #11
                      Try the attached (rename to modhistory.asp)
                      Attached Files
                      Jon

                      Comment


                        #12
                        Originally posted by jon00 View Post
                        Try the attached (rename to modhistory.asp)

                        That did it.. did I not follow instructions correctly???
                        Attached Files
                        HW - i5 4570T @2.9ghz runs @11w | 8gb ram | 128gb ssd OS - Win10 x64

                        HS - HS3 Pro Edition 3.0.0.435

                        Plugins - BLRF 2.0.94.0 | Concord 4 3.1.13.10 | HSBuddy 3.9.605.5 | HSTouch Server 3.0.0.68 | RFXCOM 30.0.0.36 | X10 3.0.0.36 | Z-Wave 3.0.1.190

                        Hardware - EdgePort/4 DB9 Serial | RFXCOM 433MHz USB Transceiver | Superbus 2000 for Concord 4 | TI103 X-10 Interface | WGL Designs W800 RF | Z-Net Z-Wave Interface

                        Comment


                          #13
                          It was my fault as I left an '=' in the code
                          Jon

                          Comment


                            #14
                            jon00/TeleFragger, what exactly is the web wrapper plugin?

                            Comment


                              #15
                              The webwrapper plugin was used to simulate the HS logo bar on asp web pages in Homeseer 1. It was replaced by the script call hs.Getpageheader in Homeseer 2
                              Jon

                              Comment

                              Working...
                              X