jkosharek Posted September 7, 2022 Posted September 7, 2022 Went through the setup procedure here:https://github.com/dbarentine/udi-honeywellhome-poly/blob/master/README.md When I go to https://udi-honeywellhome-auth.azurewebsites.net/ and enter the client ID and secret I get this error: {"code":400, "message":"The redirect URL provided does not match the redirect URL registered for the app."} Checked the URL twice, deleted the app and recreated twice. Any ideas?
Geddy Posted September 8, 2022 Posted September 8, 2022 This might be something you need to open a support ticket for. I get the same error as you. Honeywell probably changed something and the UDI link is sending to a page that doesn't exist. I know I set it up in the past, but this time it did go to a bad URL as you say. I don't currently use this node server so not sure if it's working from my previous setup or not. Submit a Ticket: https://www.universal-devices.com/my-tickets Email: support@universal-devices.com FYI - @dbarentine or @bpwwer the link on the node server store doesn't point to the "read me" correctly for this node server. It's using the Polisy root address then "UniversalDevicesInc-PG3/udi-honeywellhome-poly". Different issue that can hopefully be easily fixed. 1
Solution jkosharek Posted September 8, 2022 Author Solution Posted September 8, 2022 1 minute ago, Geddy said: This might be something you need to open a support ticket for. I get the same error as you. Honeywell probably changed something and the UDI link is sending to a page that doesn't exist. I know I set it up in the past, but this time it did go to a bad URL as you say. I don't currently use this node server so not sure if it's working from my previous setup or not. Submit a Ticket: https://www.universal-devices.com/my-tickets Email: support@universal-devices.com FYI - @dbarentine or @bpwwer the link on the node server store doesn't point to the "read me" correctly for this node server. It's using the Polisy root address then "UniversalDevicesInc-PG3/udi-honeywellhome-poly". Different issue that can hopefully be easily fixed. I figured this out, the call back URL needs a /auth at the end:https://udi-honeywellhome-auth.azurewebsites.net/auth That got it working for me. 1 1
Geddy Posted September 8, 2022 Posted September 8, 2022 @jkosharek That's nuts. Easy fix though. Not sure how active the developer is so not sure if the instructions will get updated. Thanks for posting the solution!
bpwwer Posted September 8, 2022 Posted September 8, 2022 Store updated and version 2.0.1 with callback URL changes in README/Config docs. 2
Recommended Posts