Announcement

Collapse
No announcement yet.

error message; how to address?

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

    error message; how to address?

    Just installed plug-in with Proliphix NT160. Always get this error message when I try to change temperature; how to address this?


    Nov-28 4:50:42 PM Error Calling SetIOMulti in plugin IPThermostat:Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index

    #2
    Can you sent me some more logging with debug on pleasse
    Regards,

    Rien du Pre
    The Netherlands
    Using:
    Homeseer PRO latest HS4 BETA on a Raspberry
    Plugin's:
    RFXCOM, mcsMQTT, Z-Wave

    Comment


      #3
      Originally posted by Rien du Pre View Post
      Can you sent me some more logging with debug on pleasse
      Thank you for your help...


      here is the detailed log surrounding requests to increase, decrease and set the setpoint to 60deg


      Dec-02 5:39:09 PM IPThermostat DEBUG1: GetLogLevel: Entered function
      Dec-02 5:38:48 PM IPThermostat DEBUG1: PollProliphix Thermostat: Increased failed poll counter for '192.168.1.124' to 2
      Dec-02 5:38:48 PM IPThermostat ERROR: PollProliphix: Cannot query http://192.168.1.124:8082/get?OID4.1.4=:http://192.168.1.124:8082/get?OID4.1.5=:

      Comment


        #4
        What output do you get when you execute http://192.168.1.124:8082/get?OID4.1.4= in a browser from your HS server ?
        Regards,

        Rien du Pre
        The Netherlands
        Using:
        Homeseer PRO latest HS4 BETA on a Raspberry
        Plugin's:
        RFXCOM, mcsMQTT, Z-Wave

        Comment


          #5
          Originally posted by Rien du Pre View Post
          What output do you get when you execute http://192.168.1.124:8082/get?OID4.1.4= in a browser from your HS server ?
          The first thing I get is the login screen to my Proliphix tsat

          After I login I get:

          OID4.1.4=1&

          Comment


            #6
            This response is correct

            It seems like the thermostat is 'choking', due to the number of request in a short time.

            I remember I had this too, during plugin development, when I had to send many request during testing.

            A reset of the thermostat solved this. Can you try this too?

            Otherwise I have to add a pause after each command, which will slow down plugin performance.
            Regards,

            Rien du Pre
            The Netherlands
            Using:
            Homeseer PRO latest HS4 BETA on a Raspberry
            Plugin's:
            RFXCOM, mcsMQTT, Z-Wave

            Comment


              #7
              I'm sorry, but that didn't change anything...

              Comment


                #8
                Follow-up

                So what is the plan?

                Comment


                  #9
                  Solved

                  Thank you to the developer. This problem was corrected by a tweaked version of the plug-in...

                  Comment

                  Working...
                  X