Open opq8 opened 1 year ago
So you're all going to love this, I think there's a missing escape somewhere. My Phyn's home name (in the Phyn App > Settings > Home > Address > Home Name) was set to Home and this was causing the issue. I changed it to something else and the issue is resolved.
I had the same issue. I changed my home name to something other than "Home", and then I could set up the integration in HA.
First time user having an issue during the setup of the integration / Phyn:
If I enter an incorrect username/password, then I get an error about the username/password in the Logs.
If I enter the correct username/password, then I get an error about homes[0]["alias_name"]:
If I change
return {"title": homes[0]["alias_name"]}
toreturn {"title": homes[0]}
... then the Integration adds successfully but then I only get the water consumption stats and not the toggles, and not the Phyn gets added as [object][object] or the like...Did something change with the Phyn API?