vervallsweg / cast-web-api

Quick and dirty web API for Google Cast enabled devices.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

not prompted for API host when installing SmartApp

nopoz opened this issue · comments

commented

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

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

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

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