You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately i cannot disable "secure"-tokens via Home Assistant.. but on the other hand it would be fine if i know why hased tokens don't work on my setup (and how i can fix that)... now everytime pynuki get's updated, i need to "patch" it to get my setup work again.
Thanks in advance,
Benedikt
The text was updated successfully, but these errors were encountered:
I have this issue for a long time. In my case it was caused because of wrong date/time on nuki bridge (few hours difference). That's why hash token fails and why I needed to use plaintext token.
I have a Nuki-Lock and a Nuki-Bridge connected to Home Assistant.
But at some time, pynuki wasnt able to call the api due to an invalid token... after some investigation i found out, that the line:
pynuki/pynuki/bridge.py
Line 94 in 22433b3
causes the error ... using the plaintext-token as in
pynuki/pynuki/bridge.py
Line 96 in 22433b3
works fine.
Unfortunately i cannot disable "secure"-tokens via Home Assistant.. but on the other hand it would be fine if i know why hased tokens don't work on my setup (and how i can fix that)... now everytime pynuki get's updated, i need to "patch" it to get my setup work again.
Thanks in advance,
Benedikt
The text was updated successfully, but these errors were encountered: