You should be able to use the zwave_js.invoke_cc_api service call. command_class
is 113
and method_name
is sendReport
. The method parameters are not documented, you need to look at the code to see what is required. In this case, I think you would do the following:
service: zwave_js.invoke_cc_api
data:
method_name: sendReport
parameters:
- notificationType: 10
notificationEvent: 2
command_class: '113'
Pick the target as the device or one of its entities.
notificationType
is a value from the Notification column and notificationEvent
is a value from the Event column. The combination picks a sound. 10 and 2 sets “Notfall-Alarm” - “Feuerwher kontaktieren”.