SL4 pro: Lock & unlock via MQTT

Hello Everyone,
I used a SL4 pro and like to lock/unlock my SL4 pro with MQTT.

But i only have this Topics:
-batteryChargeState

  • batteryCharging
  • batteryCritical
  • connected
  • deviceType
  • doorsensorBatteryCritical
  • firmware
  • keypadBatteryCritical
  • mode
  • name
  • state
  • timestamp

so i missed the topic lockAction & lockAction event
Did someone know how to solve this?
I used the newest Version 4.9.0 and have this issue since 4.7.x

what have i to do to fix that?
I’m waiting a longe time for that…

Have you read section 4.5 of the MQTT API documentation? It lists the topics that you need to use to perform actions like locking/unlocking. (The lock subscribes to these and you need to publish data to them. The lock won’t necessarily publish any data to them so if you’re waiting for them to be listed as having data published, that won’t happen.)