How to switch a Nuki lock to night mode via MQTT?

I have a Nuki 3.0 Pro lock, connected to Home Assistant via MQTT. The basic functions (lock, unlock) work great.

My problem: I do not see the Night Mode" action in the list of available ones as advertised by the lock. There may be two reasons for that:

  • I missed it somehow
  • it is not implemented in MQTT (← most likely)

Has anyone successfully triggered this mode? Or, alternatively, triggered the deep sleep mode (which could simply be chained in an automation)

Most likely not implemented. There’s no reference to night mode in the MQTT API documentation, and Night Mode does not exist as a switchable entity in general (not available in the Bridge HTTP API either for example): You don’t switch Night Mode on or off in the app, you switch the schedule for Night Mode on or off. (Even if you move the Night Mode slider to “On” in the app, that doesn’t mean that the lock is in that mode, unless you’re also in the scheduled timeframe.)

This topic was automatically closed 60 minutes after the last reply. New replies are no longer allowed.