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

Hubitat cast-web-api - where can the current version be found #117

Open directprod opened 5 years ago

directprod commented 5 years ago

The master branch doesnt seem to work with Hubitat, is there a current version for Hubitat available?

Thanks D

vervallsweg commented 5 years ago

I'm sorry, I don't support hubitat. I think someone ported it a while back, but I have no clue about that.

I'll leave this open in case someone else can help.

logname commented 5 years ago

@directprod This fork of cast-web is working. It is a fork of version 1.0.0, but it works just the same. There doesn't really seem to be a difference that I can see, other than the "stop casting" function was removed in 1.2.1 since it didn't work. On HE you can get that to work by adding an additional rule to call the custom action "stop()". I tried adding it in the same rule that is casting what I want, but for some reason that doesn't work. So adding an action to set the private boolean of a triggered rule that has the stop action will work. You must add the cast-web-device and cast-web-api driver code, then you must also add the cast web-service manager to your apps code, then install the user app. Basically same requirements as ST, but just an easier path to get there. If you have Hubitat specific questions, please send a note on this thread and you will get assistance from that community.