valiquette / homebridge-rachio-irrigation

Provides Homebridge support for Rachio controller
MIT License
21 stars 4 forks source link

Home address results in controller not showing up #35

Closed lucanaut closed 2 years ago

lucanaut commented 2 years ago

I am probably not doing this right, but where do I see the home address "exactly as it is in the Rachio setup"? I typed what I see on the iOS App (just street number and name) and that results in my controller not showing up, so I am guessing there's a discrepancy with the way the controller is storing my home address.

valiquette commented 2 years ago

Check for an extra space at the end or a period. The log file will show you what addresses are being compared, you should see one of these two examples in your log when you restart the plugin. Matched [1/3/2022, 6:28:21 AM] [Rachio-Dev] Found Location: id=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx address=123 Main St geo={ latitude: xx,xxxxxx, longitude: -yyy,yyyyyy} [1/3/2022, 6:28:21 AM] [Rachio-Dev] Found Location: device id=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx address [1/3/2022, 6:28:21 AM] [Rachio-Dev] Adding controller Rachio-E0BB3F found at the configured location: 123 Main St

No match [1/3/2022, 6:33:41 AM] [Rachio-Dev] Found Location: id=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx address address=123 Main St geo={ latitude: xx,xxxxxx, longitude: -yyy,yyyyyy} [1/3/2022, 6:33:41 AM] [Rachio-Dev] Found Location: device id=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx address [1/3/2022, 6:33:41 AM] [Rachio-Dev] Skipping controller Rachio-E0BB3F at 123 Main St, not found at the configured location: 123 Main St.

Have you tried to edit from the web app https://app.rach.io instead of the IOS app?

lucanaut commented 2 years ago

Thank you! That did it. There was an extra space...teaches me to copy/paste vs. typing a simple address...