vervallsweg / cast-web-api

Quick and dirty web API for Google Cast enabled devices.
GNU General Public License v3.0
141 stars 74 forks source link

not prompted for API host when installing SmartApp #139

Open nopoz opened 4 years ago

nopoz commented 4 years ago

When I add the SmartApp "Cast Web - service manager" in the SmartThings mobile app, I don't get prompted for the API IP address and I don't see any way of manually entering it.

Checking the smartthings.com web portal, it appears to be getting added with a blank "apihostaddress" field:

On the mobile app, I get taken to this screen with no prompts:

I have the API service running successfully and I can access it on http://:3000/

I used the installation instructions from https://vervallsweg.github.io/cast-web/installation-service-manager-and-device-type/ - manually pasting in the groovy code for each item.

Using SmartThings v1.7.47-22

brianrowe commented 3 years ago

Having the exact same issue. SmartThings app on IOS is the latest version 1.6.51-435

cgmckeever commented 3 years ago

Same issue, I had to hard code the IP in the Service Manager Code . Not sure what may be causing this

b-lumsden commented 3 years ago

For anyone who ends up on this issue: In the smartapp on line 43 replace “string” with “text”.