cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
644
Views
0
Helpful
2
Replies

RoomAnalytics - No Events in xevent to register to?

RenzKanwischer
Level 1
Level 1

Hi,

I am playing with the RoomAnalytics feature currently. It works quite well polling the values regularly via xstatus.

To be more scalable I want to use the HTTPfeedback mechanism and register a webserver to collect the change events. But xevent is not showing values for RoomAnalytics. Have I missed something?

Thanks
Renz

 

1 Accepted Solution

Accepted Solutions

Magnus Ohm
Cisco Employee
Cisco Employee

Hi

 

This is a Status context and not event, but I agree it may not be so intuitive. So in order to achieve what you want you need to register a status expression that looks something like this:

 

xCommand HttpFeedback Register Expression: Status/RoomAnalytics/PeopleCount ServerUrl: http://yourserver/api/api.php Feedbackslot: 1 Format: json

 

/Magnus

View solution in original post

2 Replies 2

Magnus Ohm
Cisco Employee
Cisco Employee

Hi

 

This is a Status context and not event, but I agree it may not be so intuitive. So in order to achieve what you want you need to register a status expression that looks something like this:

 

xCommand HttpFeedback Register Expression: Status/RoomAnalytics/PeopleCount ServerUrl: http://yourserver/api/api.php Feedbackslot: 1 Format: json

 

/Magnus

Hi Magnus,

 

thanks for the reply. I was not aware that I can use these status expressions as well. I will try that.
Thanks

Renz

 

Update: It is working now. Thanks