Replies: 2 comments 2 replies
-
As the hybrid instructions tell you if you want to make sure hybrid mode is setup correctly:
Check that changes on the official mqtt nuki topics are mirrored almost immediately on the nuki hub mqtt topics. And that when you change the lock state to open or closed in home assistant using the nuki hub device that this changes the lockaction value of both the nuki hub and official mqtt device topics. You can also enable mqtt logging in the nuki hub config and look for mqtt messages on the nukihub/maintenance/log mqtt topic about receiving updates from the official implementation. Hybrid mode only adds speed in picking up (intermediate) state changes of the lock and executing lock actions through Nuki Hub. All information and functionality that is not available through the official mqtt implementation (e.g. config, auth, keypad, timecontrol info and changes) will still be done over bluetooth. The downside of your setup is that it can cause confusion which lock device to use. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the explanation. So basically "hybrid mode" uses official MQTT whenever possible and BLE when MQTT is not available and/or the functionality demands it. But if I understand that correctly, the Nuki Hub MQTT simply shows all events and it is not really discernible if the used transport was BLE or official MQTT. I'm just a bit unsure because of the line "disable autodiscovery" in the docs. Where would I disable autodiscovery of the official Nuki MQTT at all, and why should I? Is this ony a cosmetic problem (two locks for one device) or is it a functional problem? |
Beta Was this translation helpful? Give feedback.
-
Subject says it all: I have my SmartLockPro3 already paired via MQTT to Home Assistant and now I'd like to switch to the "hybrid mode". I followed the instructions in https://github.com/technyon/nuki_hub/blob/master/HYBRID.md, however I did not follow the point
Make sure NOT to enable Auto discovery, Home Assistant will be setup using Nuki Hub
, as the the smartlock was at this point already auto-discovered by Home Assistant long ago.Nevertheless, everything seems to work, I now have two smartlock entities, one for direct control via MQTT and one controlled by Nuki Hub (as expected). Both work and seem fine to me.
I'm just wondering, as I see no special error outputs etc. by Nuki Hub: Am I missing some hybrid mode features by this way of setup? E.g. is Nuki Hub still able to control the lock both by MQTT and by BLE, or is MQTT missing? I see no information in the UI to find this out.
Beta Was this translation helpful? Give feedback.
All reactions