FalconChristmas / fpp

Falcon Player
http://FalconChristmas.com
Other
564 stars 196 forks source link

external trigger #948

Closed hmrickhoff closed 3 years ago

hmrickhoff commented 3 years ago

in advanced... i have never used falcon player before. i have sth. in my mind what i want to realize.

is it somehow possible to make an external trigger to start a show? Via webhook or sth? i want my z wave motiondetector connected to openHAB3 trigger a special sequence once. any ideas how this can be achieved?

ghormann commented 3 years ago

You have multiple options.
1) The rest API: /api/playlist/:PlaylistName/start is a good method 2) MQTT is another option. https://github.com/FalconChristmas/fpp/blob/master/docs/MQTT.txt Something like playlist/${PLAYLISTNAME}/start

In general, it is better to ask these kind of questions on the forum or facebook. Many more people to help there.