dustindclark / homebridge-pentair-intellicenter

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

Everything working but logs show a few errors. #146

Open nathanvoorhees1 opened 1 year ago

nathanvoorhees1 commented 1 year ago

Describe Your Problem: Hi, I switched from Home assistant to home bridge and installed homebridge-pentair-intellicenter. Everything seems to be working however, I am getting the following three errors in the log:

Logs:

[6/11/2023, 10:52:52 AM] [PentairIntelliCenter] Caught error in sendCommandNoWait for command { "command": "GetQuery", "queryName": "GetHardwareDefinition", "arguments": "SENSORS", "messageID": "311da425-6714-4660-95da-3bdcb839617f" } Error: response not received at Timeout._onTimeout (/var/lib/homebridge/node_modules/homebridge-pentair-intellicenter/node_modules/telnet-client/lib/index.js:237:28) at listOnTimeout (node:internal/timers:569:17) at processTimers (node:internal/timers:512:7) [6/11/2023, 10:52:54 AM] [PentairIntelliCenter] Received unsuccessful response code 400 from IntelliCenter. Message: { "command": "Error", "messageID": "4fc14d9d-6f27-4900-b305-8f0713b1e6f6", "response": "400", "description": "ParseError: unexpected end of input in string" } [6/11/2023, 10:52:54 AM] [PentairIntelliCenter] Received unsuccessful response code 400 from IntelliCenter. Message: { "command": "Error", "messageID": "fbfc15b5-125e-4504-9726-a24f26e2732c", "response": "400", "description": "ParseError: expected value, got 'r' (114)" }

Plugin Config:


{
    "bridge": {
        "name": "Homebridge A3AA",
        "username": "0E:BF:1D:83:A3:AA",
        "port": 51426,
        "pin": "829-37-127",
        "advertiser": "avahi"
    },
    "accessories": [],
    "platforms": [
        {
            "name": "Config",
            "port": 8581,
            "platform": "config"
        },
        {
            "ipAddress": "192.168.1.132",
            "username": "****@*****",
            "password": "****",
            "temperatureUnits": "F",
            "minimumTemperature": 75,
            "maximumTemperature": 85,
            "platform": "PentairIntelliCenter"
        },

}

**Screenshots:**
https://drive.google.com/file/d/1Py0ByGhBCpJ7WudiPGrqPsaN02zNsx4O/view?usp=sharing

**Environment:**

* **Plugin Version**: v2.1.0
* **Homebridge Version**: v1.6.1
* **Node.js Version**: v18.16.0
* **NPM Version**: v9.7.1
* **Operating System**: Raspbian 

<!-- Click the "Preview" tab before you submit to ensure the formatting is correct. -->