Can BI advertise when the Profile setting is changed?

MickPB

Getting the hang of it
Joined
Oct 16, 2019
Messages
113
Reaction score
18
Location
Topeka, KS
I'd like to be able to get updates for my home automation when the profile setting is changed. I want to use rules in my home automation tool, OpenHAB, to change the profile setting. I would like to have the current profile setting available to display from OH without frequently needing to ask BI what the profile setting is either in HTTP or MQTT.

Thanks
 

jaydeel

BIT Beta Team
Joined
Nov 9, 2016
Messages
1,126
Reaction score
1,237
Location
SF Bay Area
1. For the payload try sending the macro &PROFILE
(see section ’Timecode and Other Macros’ in the help pdf - in chapter 'Alerts and Actions')
2. If you still have a problem, try eliminating the final forward slash in the http command
3. And in all cases, test first with ALL motion zones on and all the other check boxes on, then modify after you get the command working.
 
Last edited:

MickPB

Getting the hang of it
Joined
Oct 16, 2019
Messages
113
Reaction score
18
Location
Topeka, KS
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!
 
Top