Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Jan Geurts

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 4
    • Best 0
    • Groups 1

    Jan Geurts

    @Jan Geurts

    Starter

    0
    Reputation
    9
    Profile views
    4
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Jan Geurts Follow
    Starter

    Latest posts made by Jan Geurts

    • RE: [Adapter] Doorbird - Ideensammlung

      Solved! Manually logging in over http (using the API-commands provided in the Doorbird API manual) created the necessary HTTP(S) calls for the iobroker.doorbird-adapter to pick up. Thanks for pointing me partly in the right direction! 😉

      posted in Entwicklung
      Jan Geurts
      Jan Geurts
    • RE: [Adapter] Doorbird - Ideensammlung

      @zahnheinrich

      I have tried the same on a Windows-install of ioBroker and now I noticed what happens in the logs when adding a Doorbird-instance:

      host.WKS80SERVER(WKS80)	2019-11-26 13:09:16.621	info	iobroker exit 0
      host.WKS80SERVER(WKS80)	2019-11-26 13:09:15.617	info	iobroker host.WKS80SERVER(WKS80) object system.adapter.doorbird.0 created
      host.WKS80SERVER(WKS80)	2019-11-26 13:09:15.587	info	iobroker host.WKS80SERVER(WKS80) object system.adapter.doorbird.0.alive created
      host.WKS80SERVER(WKS80)	2019-11-26 13:09:15.562	info	iobroker host.WKS80SERVER(WKS80) object system.adapter.doorbird.0.connected created
      host.WKS80SERVER(WKS80)	2019-11-26 13:09:15.535	info	iobroker host.WKS80SERVER(WKS80) object system.adapter.doorbird.0.compactMode created
      host.WKS80SERVER(WKS80)	2019-11-26 13:09:15.508	info	iobroker host.WKS80SERVER(WKS80) object system.adapter.doorbird.0.cpu created
      host.WKS80SERVER(WKS80)	2019-11-26 13:09:15.481	info	iobroker host.WKS80SERVER(WKS80) object system.adapter.doorbird.0.cputime created
      host.WKS80SERVER(WKS80)	2019-11-26 13:09:15.454	info	iobroker host.WKS80SERVER(WKS80) object system.adapter.doorbird.0.memHeapUsed created
      host.WKS80SERVER(WKS80)	2019-11-26 13:09:15.428	info	iobroker host.WKS80SERVER(WKS80) object system.adapter.doorbird.0.memHeapTotal created
      host.WKS80SERVER(WKS80)	2019-11-26 13:09:15.401	info	iobroker host.WKS80SERVER(WKS80) object system.adapter.doorbird.0.memRss created
      host.WKS80SERVER(WKS80)	2019-11-26 13:09:15.375	info	iobroker host.WKS80SERVER(WKS80) object system.adapter.doorbird.0.uptime created
      host.WKS80SERVER(WKS80)	2019-11-26 13:09:15.347	info	iobroker host.WKS80SERVER(WKS80) object system.adapter.doorbird.0.inputCount created
      host.WKS80SERVER(WKS80)	2019-11-26 13:09:15.322	info	iobroker host.WKS80SERVER(WKS80) object system.adapter.doorbird.0.outputCount created
      host.WKS80SERVER(WKS80)	2019-11-26 13:09:15.295	info	iobroker host.WKS80SERVER(WKS80) object system.adapter.doorbird.0.eventLoopLag created
      host.WKS80SERVER(WKS80)	2019-11-26 13:09:15.268	info	iobroker host.WKS80SERVER(WKS80) object system.adapter.doorbird.0.sigKill created
      host.WKS80SERVER(WKS80)	2019-11-26 13:09:15.242	info	iobroker host.WKS80SERVER(WKS80) object doorbird.0.Restart created
      host.WKS80SERVER(WKS80)	2019-11-26 13:09:15.215	info	iobroker host.WKS80SERVER(WKS80) object doorbird.0.Motion.trigger created
      host.WKS80SERVER(WKS80)	2019-11-26 13:09:15.190	info	iobroker host.WKS80SERVER(WKS80) object doorbird.0.Motion.snapshot created
      host.WKS80SERVER(WKS80)	2019-11-26 13:09:15.163	info	iobroker host.WKS80SERVER(WKS80) object doorbird.0.info created
      host.WKS80SERVER(WKS80)	2019-11-26 13:09:15.135	info	iobroker host.WKS80SERVER(WKS80) object doorbird.0.info.connection created
      host.WKS80SERVER(WKS80)	2019-11-26 13:09:15.109	info	iobroker host.WKS80SERVER(WKS80) object doorbird.0.info.firmware created
      host.WKS80SERVER(WKS80)	2019-11-26 13:09:15.083	info	iobroker host.WKS80SERVER(WKS80) object doorbird.0.info.build created
      host.WKS80SERVER(WKS80)	2019-11-26 13:09:15.055	info	iobroker host.WKS80SERVER(WKS80) object doorbird.0.info.type created
      host.WKS80SERVER(WKS80)	2019-11-26 13:09:15.053	info	iobroker host.WKS80SERVER(WKS80) create instance doorbird
      host.WKS80SERVER(WKS80)	2019-11-26 13:09:14.059	info	iobroker add doorbird --host WKS80SERVER(WKS80)
      

      There is no ring object created when creating the instance, however, the app has the 'doorbell' function enabled. HTTP(S) calls are empty right now... Can I add the HTTP(S)-calls manually?

      Thanks in advance!

      Kind regards,

      Jan

      posted in Entwicklung
      Jan Geurts
      Jan Geurts
    • RE: [Adapter] Doorbird - Ideensammlung

      @zahnheinrich

      I've tried lots of things. Reinstalling the Doorbird-adapter, recreating the instance, reloading the instance, restarting ioBroker. Even when the instance is recreated, it creates the doorbird.0 with the same objects as before: Motion, Relays and info.

      I've tried - as suggested by someone else in this thread - to delete the HTTP(S) calls in the DoorBird administration section and then re-adding the doorbird, nothing changes. So it keeps showing everything except the ring folder (with trigger and snapshot).

      I've tried manually creating a HTTP-call for the ring that points to the object in ioBroker, but that doesn't magically make it show up there...

      I'm quite stuck 😲

      posted in Entwicklung
      Jan Geurts
      Jan Geurts
    • RE: [Adapter] Doorbird - Ideensammlung

      Hello,

      I'm from Belgium, my German isn't good (at all) so excuse me for replying in English. I have the same issue as someone above...

      Doorbird-instance is created, user settings and the app are correct, everything shows up except for the RING folder

      test.png

      What am I doing wrong? 🙂

      Thanks in advance!

      Kind regards,

      Jan

      posted in Entwicklung
      Jan Geurts
      Jan Geurts
    Community
    Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
    The ioBroker Community 2014-2023
    logo