dustindclark / homebridge-pentair-intellicenter

Homebridge plugin for Pentair IntelliCenter
Apache License 2.0
11 stars 1 forks source link

Pump Speed error #152

Open debuggeek opened 2 months ago

debuggeek commented 2 months ago

Describe The Bug: New user.. so far things seem to be working but logs showing error in updating pump speed

To Reproduce: Unclear so far as it was a new install and happened immediately. Will try cycling system and updating issue

Expected behavior: no errors in logs

Logs:

[16/09/2024, 18:03:30] [homebridge-pentair-intellicenter] Handling IntelliCenter 200 response toNotifyList.undefined for message ID 28619f4d-66be-4969-99eb-f0f139057a4d: {
  "command": "NotifyList",
  "messageID": "28619f4d-66be-4969-99eb-f0f139057a4d",
  "timeSince": "0",
  "timeNow": "1726531380",
  "response": "200",
  "objectList": [
    {
      "objnam": "p0101",
      "params": {
        "SPEED": "55",
        "SELECT": "GPM"
      }
    }
  ]
}
[16/09/2024, 18:03:30] [homebridge-pentair-intellicenter] Handling update for p0101
[16/09/2024, 18:03:30] [homebridge-pentair-intellicenter] Update is for pump ID p0101. Updating circuit B1101
[16/09/2024, 18:03:30] [homebridge-pentair-intellicenter] Converted speed value from 55 GPM to 29
[16/09/2024, 18:03:30] [homebridge-pentair-intellicenter] Received unsuccessful response code 400 from IntelliCenter. Message: {
  "command": "Error",
  "messageID": "7d4efbc1-3e70-4a46-b863-629c0aa0b4a1",
  "response": "400",
  "description": "ParseError: unexpected end of input in string"
}
[16/09/2024, 18:03:30] [homebridge-pentair-intellicenter] Received unsuccessful response code 400 from IntelliCenter. Message: {
  "command": "Error",
  "messageID": "bacb347d-8698-41b9-a23d-694dea2e6752",
  "response": "400",
  "description": "ParseError: expected value, got 'u' (117)"
}

Plugin Config:

{
  {
    "ipAddress": "192.168.1.39",
    "username": "xxx",
    "password": "xxx",
    "temperatureUnits": "F",
    "minimumTemperature": 50,
    "maximumTemperature": 104,
    "platform": "PentairIntelliCenter",
    "_bridge": {
        "username": "0E:DF:61:BE:9D:BD"
    }
}

Screenshots: n/a

Environment: