Announcement

Collapse
No announcement yet.

Errors since updating plugin...

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

    Errors since updating plugin...

    I manually ran an event that sets the temp on my Nest.
    It used to work...it doesn't now.
    Here is the debug message:

    DEBUG System.AggregateException: One or more errors occurred. ---> System.Net.Http.HttpRequestException: Response status code does not indicate success: 400 (Bad Request). at Microsoft.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSu ccess(Task task) at Microsoft.Runtime.CompilerServices.TaskAwaiter.HandleNonSucc ess(Task task) at FirebaseSharp.Firebase.d__8.MoveNext() --- End of inner exception stack trace --- at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions) at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification) at System.Threading.Tasks.Task`1.get_Result() at NestSharp.NestClient.SetTargetTemperatureHigh(String thermostatId, Double target, String scale) at HSPI_Nest.NestApp.SetControlValue(Int32 dvref, Double value) ---> (Inner Exception #0) System.Net.Http.HttpRequestException: Response status code does not indicate success: 400 (Bad Request). at Microsoft.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSu ccess(Task task) at Microsoft.Runtime.CompilerServices.TaskAwaiter.HandleNonSucc ess(Task task) at FirebaseSharp.Firebase.d__8.MoveNext()<---

    #2
    this "bad request" error can be caused by a lot of things: make sure the thermostat is not locked, make sure it's not in away mode, make sure the value you are trying to set makes sense, etc....

    Comment


      #3

      Comment


        #4
        could you install version 3.0.0.22 available here It has better logs for this kind of errors.

        Comment

        Working...
        X