Going to need some help here please...
I'm trying to change BlueIris profile when I "Arm/Disarm" my security system using HomeAssistant.
I was doing this using RESTful api in different software which I have decommissioned.
I'm not stuck on RESTful api if it is easier for someone to help me using MQTT. I just need some examples cause everything I've tried isn't work.
My wife is going to kill me soon if I spend too more time on this.
I'm trying to change BlueIris profile when I "Arm/Disarm" my security system using HomeAssistant.
I was doing this using RESTful api in different software which I have decommissioned.
I'm not stuck on RESTful api if it is easier for someone to help me using MQTT. I just need some examples cause everything I've tried isn't work.
YAML:
rest_command:
bi_profile_ctl:
url: "https://192.168.10.13:443/admin?profile={{profile}}&lock={{lock}}"
username: USERNAME
password: PASSWORD
My wife is going to kill me soon if I spend too more time on this.