Blue Iris integration- HTTP binding, REST api

Is there a way to have BI send a notofication when the profile is changed. I’ve figured out the HTTP GET to retrieve the status but would instead prefer to have BI send a HTTP Post to the OH REST API when the value is changed.

My use case is that I want to control the profile setting via OH rules but also provice visibility through OH.
Thanks

In the main BlueIris settings on the Profiles tab you can add an Action which gets applied On Change of the profile.

I have a different Alert Action that posts to an MQTT topic when my cameras detect motion, but the same could apply for the profile change if you wanted it to.

1 Like

Got a little help from the BI forum
If anyone else is interested go to profiles and click “on change”

ip:port/rest/items/switch name
&Profile

You need the REST binding enabled and that’s it!