Jump to content

How do you use Actions

Recommended Posts

23 minutes ago, garzilla said:

Currently - control lights

Are you using SmartThings?  I was wondering if the KODI Callback Endpoint still worked after SmartThings just recently or will soon change architectures and all groovy-based SmartApps won't work.

https://community.smartthings.com/t/the-end-of-groovy-has-arrived/246280

Edited by OTA
Link to comment
Share on other sites

1 hour ago, OTA said:

Are you using SmartThings?  I was wondering if the KODI Callback Endpoint still worked after SmartThings just recently or will soon change architectures and all groovy-based SmartApps won't work.

https://community.smartthings.com/t/the-end-of-groovy-has-arrived/246280

Had to switch it up because of that. Kodi callback doesn't work anymore. It would need to be rewritten into an edge driver (I think) 

Currently just using it to control hue lights using its direct API calls. When i turn on my theater mode, I set alexa to turn off my non Hue lights. Haven't figured out how to use webhooks to trigger things in the new smartthings.  I might set up a home assistant server but what I have is working for me now. 

 

 

Edited by garzilla
Link to comment
Share on other sites

6 hours ago, NightWatcherTheater said:

I use it for lights and everything else but i think I might be unique in i also use it to make audio announcements to the whole house like " TheThe movie preshow has begun.. dont Forget to grab some popcorn and refreshments.. NightWatcherTheater snackbar is now open"

I need to do this! Can you share how you do that? 

 

 

Link to comment
Share on other sites

  • 2 weeks later...
On 2/11/2023 at 9:18 AM, NightWatcherTheater said:

Sure I can help with that .. 

 

On 2/8/2023 at 3:53 PM, MidnightWatcher said:

I use it to dim Philips Hue lights before trivia, dim further before trailers, turn off before the main feature and turn on once the movie ends.

Hi guys, I'm also running Hue lights with a Harmony remote and Kodi on a ShieldTV — I'd love to be able to control the lights during the PSE sequence please! 

Link to comment
Share on other sites

  • 3 months later...

The action files I'm using that hit nabu casa webhooks for home assistant look like this:

 

# The following is the Execution Line
https://hooks.nabu.casa/<biglongwebhookstring>
# The following is the Data Line
POST: {"on":true}

 

 

Hope that helps?  I'm sorry, I'm just back from a long busy month away, and just getting back up to speed with things.  I'll help as much as I can, but my knowledge is limited, and I'm wayyyy behind on real life right now.

Link to comment
Share on other sites

  • Administrator
8 hours ago, TRJ said:

Hi all, is there any syntax for actions? I have my cinemavision actions with the extension .cvaction and they seem to work but is there a Preshow syntax?

Here's my first pass at the guide for action files:

Anything that works in CV should also work with PreShow.

Link to comment
Share on other sites

21 hours ago, SFP_Matt said:

The action files I'm using that hit nabu casa webhooks for home assistant look like this:

 

# The following is the Execution Line
https://hooks.nabu.casa/<biglongwebhookstring>
# The following is the Data Line
POST: {"on":true}

 

i tried this i created an action like this....

 

# The following is the Execution Line

http://homeassistant.local:8123/api/webhook/<<WEBHOOK TRIGGER>>

# The following is the Data Line

POST: {"on":true}


if i can the url in a browser the scene is set but PSE doesnt do anything

Link to comment
Share on other sites

  • 2 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share


 Share

×
×
  • Create New...