Alarm integration of c71 NurseAssist in Skyresponse

- About Skyresponse -
Skyresponse is a software tech company offering a cloud-based SaaS alarm management platform integrating with a variety of sensor types to enable user-centric solutions among others in the areas of health and elderly care.

- Getting started -
The c71 NurseAssist Sensor comes with a configuration optimized for the use case and thus differs significantly from other MOBOTIX cameras by default.
In order to integrate the alarms into Skyresponse, this configuration must be extended with customized IP Notify profiles and action groups, which convert the MxMessageSystem events created by the NurseAssist app into compatible IP notification and address the alarm structure prepared in Skyresponse.

- Create a IP Notify Profile for every notification type -
Go to "Admin Menu → Transfer Profiles → IP Notify Profiles. Click on the button “Add New Profile” and fill in the fields as shown in the image below:

The content of the message is:

{
"authentication": {
"identifier": "$(ID.NAM)",
"secret": "<token>",
"product": "KPLR"
},
"classifications": [
<classification-id>
],
"textMessage": "FallDetected",
"locations": [
{
"location": "$(ID.NAM)"
}
]
}

Repeat this procedure for every notification type, corresponding to every Action
Group you created.

This is a mapping from the notification type to the Skyresponse alarm id (the list is
not updated yet with some of the NurseAssist types):

Type Skyresponse ID
CAMERA_UNREACHABLE_DETECTION 77431
HALLWAY_WANDER_DETECTION 77432
IN_BATHROOM_DETECTION 77425
INTRUDER_IN_ROOM_DETECTION 77433
MAN_DOWN_DETECTION 77421
MISSING_BED_DETECTION 77426
OUT_OF_BED_DETECTION 77423
OUT_OF_ROOM_DETECTION 77424
PERSON_VISIBLE_DETECTION 77427
PERSON_GETTING_UP_FROM_CHAIR_DETECTION 77428
PERSON_GETTING_UP_IN_BED_DETECTION 77429
SOEB_DETECTION 77422
STAFF_ENTERING_ROOM_DETECTION 77430
NO_DETECTION 77434
IN_BED_DETECTION 77434

- Testing the configuration -
You can test the IP Notify Profile configuration by going to “Admin Menu → Network
Setup → Test Current Network Configuration → IP Notify”. Choose the IP Notify
Profile you configured above.