Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Sehe keine Objekte #324

Open
iMaKle opened this issue Apr 20, 2024 · 2 comments
Open

Sehe keine Objekte #324

iMaKle opened this issue Apr 20, 2024 · 2 comments
Labels
question Further information is requested

Comments

@iMaKle
Copy link

iMaKle commented Apr 20, 2024

Habe den Nuki Pro im EInsatz
Habe den Adapter installiert und den API Key eingetragen.
Per Web geht alles steuern, in der App auf dem iPhone ist es auch angemeldet.
Adapter starten, bringt jedoch die Meldung im Log:

                       Polling Nuki Web API deactivated.

Versions:

  • Adapter version: 2.6.5
  • JS-Controller version: 5.0.19
  • Node version: 18.17.1
  • Operating system: Raspbian GNU/Linux 10 (buster)
@d4rkd3v1l
Copy link

I had the same issue and just took a quick look into the code. Seems like you have to set a polling interval > 0 in the instance settings of the adapter. Actually it states, that a refresh is done anyway on adapter startup, but for me it only started working after using a polling interval > 0.

See also code:

if (adapter.config.refreshWebApi > 0) {

@mcm1957
Copy link
Member

mcm1957 commented Dec 22, 2024

@iMaKle

Does the adapter work if you set a pollintervall > 0 ?

@mcm1957 mcm1957 added the question Further information is requested label Dec 22, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants