cast-web-api icon indicating copy to clipboard operation
cast-web-api copied to clipboard

not prompted for API host when installing SmartApp

Open nopoz opened this issue 5 years ago • 3 comments

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://<my_ip>: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

nopoz avatar Jun 19 '20 20:06 nopoz

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

brianrowe avatar Sep 29 '20 00:09 brianrowe

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

cgmckeever avatar Nov 09 '20 02:11 cgmckeever

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

b-lumsden avatar Jan 16 '21 10:01 b-lumsden