dustindclark / homebridge-pentair-intellicenter

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

Switches set with Pool Controller app aren't updated in HomeKit #145

Closed dficken closed 1 year ago

dficken commented 1 year ago

Describe The Bug: Set fountain = true using Pentair controller app, HomeLink shows fountain = false

To Reproduce: Set fountain = false in Pentair app and HomeLink. Set fountain = true in Pentair

Expected behavior: Should see fountain = true in HomeLink

Logs:

Show the Homebridge logs here, remove any sensitive information.

Plugin Config:

{
    "ipAddress": "pool.florida.home",
    "username": "florida@gmail.com",
    "password": "xxxxxxxxx",
    "temperatureUnits": "F",
    "minimumTemperature": 50,
    "maximumTemperature": 104,
    "_bridge": {
        "username": "0E:49:18:A9:2B:8D",
        "port": 58661
    },
    "platform": "PentairIntelliCenter"
}

Screenshots:

Environment:

dficken commented 1 year ago

Resolved. Pool controller and HomeKit hub were on different subnets. Moving pool controller to the HomeKit subnet resolved the issue.