Good day all,
I am having an issue where I am able to successfully authenticate but it is not finding any devices from alexa.
Below are the logs, It looks like it is looking for a host it cannot find.
Original AppCallBackURL:
https://cloud.hubitat.com/api/XXXXXXXX-da56-4555-820d-3efe838c0c7b/apps/62/receiveData?access_token=XXXXXXXX-ca24-4702-a9db-61db36d5c16a
New URL based on the documentation in the link below.
http://192.168.15.XXX/apps/api/62/receiveData?access_token=XXXXXXXX-ca24-4702-a9db-61db36d5c16a
Documentation link:
https://community.hubitat.com/t/guide-echo-speaks-server-on-docker-or-without/111186#p-1014501-hubitat-app-login-7
I configured a local echo speaks server using this method below and that process works and the hubitat sees that it authenticates properly as seen in the first image above.
Any thoughts what the issue could be?