Giter Club home page Giter Club logo

Comments (6)

mundschenk-at avatar mundschenk-at commented on May 24, 2024

Do you know whether you are losing WiFi or BT connectivity? I've identified an issue with BT connectivity being lost between Nuki and the ESP32, my HA automation workaround is documented in #28 (comment). You will also find the MQTT restart command there (but that will obviously only help if the issue is with BT connectivity).

from nuki_hub.

adizarko123 avatar adizarko123 commented on May 24, 2024

Thank you for sharing the mqtt command.
I'm secpecting it is related to my network as I have also zigbee2mqtt that also lose the mqtt connectivity on the same time.
I did some failsafe process also for the docker that is running my unifi key but would like to have also one for the bridge as it is security component in my house.

from nuki_hub.

alexdelprete avatar alexdelprete commented on May 24, 2024

Here's the HA script code to send the restart command. Thanks @mundschenk-at.

alias: "Nuki Hub: Restart"
sequence:
  - service: mqtt.publish
    data:
      topic: nuki_hub/maintenance/reset
      payload: "1"
      qos: "2"
mode: single
icon: mdi:lock-alert-outline

from nuki_hub.

mundschenk-at avatar mundschenk-at commented on May 24, 2024

@adizarko123 If your ESP32 loses the connection to the MQTT server, you can schedule a reboot via firmware configuration. Indeed this would be the only way because the device would not receive your reset topic if it is not connected to the server anymore.

from nuki_hub.

adizarko123 avatar adizarko123 commented on May 24, 2024

@technyon - thank you for you advise.
The last time it happened, a restart command helped.

I will keep monitor it.

from nuki_hub.

technyon avatar technyon commented on May 24, 2024

Hi ... Closing due to inactivity, I guess the issue is fixed. Let me know if not we can reopen the issue.

from nuki_hub.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.