Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Skripten / Logik
  4. Blockly
  5. DoorBird App in Fully Kiosk starten

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.7k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    2.2k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    16
    1
    3.1k

DoorBird App in Fully Kiosk starten

Geplant Angeheftet Gesperrt Verschoben Blockly
8 Beiträge 7 Kommentatoren 1.5k Aufrufe 9 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • A Offline
    A Offline
    aldoa1
    schrieb am zuletzt editiert von aldoa1
    #1

    Re: Doorbird in VIS

    Ich habe ein Blockly Script, welches beim klingeln die DoorBird App öffnen soll und nach 1 Minute FullyKiosk wieder nach vorne holen soll.

    Leider funktioniert es nicht. Es passiert nichts.

    Wenn ich im Browser eingebe:
    http://192.168.1.122:2323/?cmd=startApplication&package=com.doorbird.doorbird&password=xxxx

    öffnet sich die DoorBird App.

    Wer kann mir bitte helfen?

    <xml xmlns="https://developers.google.com/blockly/xml">
      <variables>
        <variable type="timeout" id="timeout">timeout</variable>
      </variables>
      <block type="on_ext" id="XAH6G]=wTi?.wfCG~oB8" x="-813" y="-712">
        <mutation xmlns="http://www.w3.org/1999/xhtml" items="1"></mutation>
        <field name="CONDITION">true</field>
        <field name="ACK_CONDITION"></field>
        <value name="OID0">
          <shadow type="field_oid" id="FmCdUNE#,-Bf2E.gZtE)">
            <field name="oid">doorbird.0.Doorbell.1.trigger</field>
          </shadow>
        </value>
        <statement name="STATEMENT">
          <block type="request" id="0{8`z~IZg:4Iy7tj44e@">
            <mutation xmlns="http://www.w3.org/1999/xhtml" with_statement="false"></mutation>
            <field name="WITH_STATEMENT">FALSE</field>
            <field name="LOG"></field>
            <value name="URL">
              <shadow type="text" id=").vWLET7YE`wA9~tJ$(g">
                <field name="TEXT">http://192.168.1.122:2323/?cmd=startApplication&amp;package=com.doorbird.doorbird&amp;password=xxx</field>
              </shadow>
            </value>
            <next>
              <block type="timeouts_settimeout" id="XW_T*A3ITr93(#$OuZsK">
                <field name="NAME">timeout</field>
                <field name="DELAY">1</field>
                <field name="UNIT">min</field>
                <statement name="STATEMENT">
                  <block type="request" id="$ah7Hcr!??y!CnbnyX*d">
                    <mutation xmlns="http://www.w3.org/1999/xhtml" with_statement="false"></mutation>
                    <field name="WITH_STATEMENT">FALSE</field>
                    <field name="LOG"></field>
                    <value name="URL">
                      <shadow type="text" id="QPXtwSN`7|(;6Plr4d)n">
                        <field name="TEXT">http://192.168.1.122:xxxx/?cmd=toForeground&amp;password=2133</field>
                      </shadow>
                    </value>
                  </block>
                </statement>
              </block>
            </next>
          </block>
        </statement>
      </block>
    </xml>
    
    M N 2 Antworten Letzte Antwort
    0
    • A aldoa1

      Re: Doorbird in VIS

      Ich habe ein Blockly Script, welches beim klingeln die DoorBird App öffnen soll und nach 1 Minute FullyKiosk wieder nach vorne holen soll.

      Leider funktioniert es nicht. Es passiert nichts.

      Wenn ich im Browser eingebe:
      http://192.168.1.122:2323/?cmd=startApplication&package=com.doorbird.doorbird&password=xxxx

      öffnet sich die DoorBird App.

      Wer kann mir bitte helfen?

      <xml xmlns="https://developers.google.com/blockly/xml">
        <variables>
          <variable type="timeout" id="timeout">timeout</variable>
        </variables>
        <block type="on_ext" id="XAH6G]=wTi?.wfCG~oB8" x="-813" y="-712">
          <mutation xmlns="http://www.w3.org/1999/xhtml" items="1"></mutation>
          <field name="CONDITION">true</field>
          <field name="ACK_CONDITION"></field>
          <value name="OID0">
            <shadow type="field_oid" id="FmCdUNE#,-Bf2E.gZtE)">
              <field name="oid">doorbird.0.Doorbell.1.trigger</field>
            </shadow>
          </value>
          <statement name="STATEMENT">
            <block type="request" id="0{8`z~IZg:4Iy7tj44e@">
              <mutation xmlns="http://www.w3.org/1999/xhtml" with_statement="false"></mutation>
              <field name="WITH_STATEMENT">FALSE</field>
              <field name="LOG"></field>
              <value name="URL">
                <shadow type="text" id=").vWLET7YE`wA9~tJ$(g">
                  <field name="TEXT">http://192.168.1.122:2323/?cmd=startApplication&amp;package=com.doorbird.doorbird&amp;password=xxx</field>
                </shadow>
              </value>
              <next>
                <block type="timeouts_settimeout" id="XW_T*A3ITr93(#$OuZsK">
                  <field name="NAME">timeout</field>
                  <field name="DELAY">1</field>
                  <field name="UNIT">min</field>
                  <statement name="STATEMENT">
                    <block type="request" id="$ah7Hcr!??y!CnbnyX*d">
                      <mutation xmlns="http://www.w3.org/1999/xhtml" with_statement="false"></mutation>
                      <field name="WITH_STATEMENT">FALSE</field>
                      <field name="LOG"></field>
                      <value name="URL">
                        <shadow type="text" id="QPXtwSN`7|(;6Plr4d)n">
                          <field name="TEXT">http://192.168.1.122:xxxx/?cmd=toForeground&amp;password=2133</field>
                        </shadow>
                      </value>
                    </block>
                  </statement>
                </block>
              </next>
            </block>
          </statement>
        </block>
      </xml>
      
      M Online
      M Online
      MCU
      schrieb am zuletzt editiert von
      #2

      @aldoa1 Bitte einmal das dazugehörige Blockly als Bild hinzufügen.
      Vielen Dank.

      NUC i7 64GB mit Proxmox ---- Jarvis Infos Aktualisierungen der Doku auf Instagram verfolgen -> mcuiobroker Instagram
      Wenn Euch mein Vorschlag geholfen hat, bitte rechts "^" klicken.

      1 Antwort Letzte Antwort
      0
      • A aldoa1

        Re: Doorbird in VIS

        Ich habe ein Blockly Script, welches beim klingeln die DoorBird App öffnen soll und nach 1 Minute FullyKiosk wieder nach vorne holen soll.

        Leider funktioniert es nicht. Es passiert nichts.

        Wenn ich im Browser eingebe:
        http://192.168.1.122:2323/?cmd=startApplication&package=com.doorbird.doorbird&password=xxxx

        öffnet sich die DoorBird App.

        Wer kann mir bitte helfen?

        <xml xmlns="https://developers.google.com/blockly/xml">
          <variables>
            <variable type="timeout" id="timeout">timeout</variable>
          </variables>
          <block type="on_ext" id="XAH6G]=wTi?.wfCG~oB8" x="-813" y="-712">
            <mutation xmlns="http://www.w3.org/1999/xhtml" items="1"></mutation>
            <field name="CONDITION">true</field>
            <field name="ACK_CONDITION"></field>
            <value name="OID0">
              <shadow type="field_oid" id="FmCdUNE#,-Bf2E.gZtE)">
                <field name="oid">doorbird.0.Doorbell.1.trigger</field>
              </shadow>
            </value>
            <statement name="STATEMENT">
              <block type="request" id="0{8`z~IZg:4Iy7tj44e@">
                <mutation xmlns="http://www.w3.org/1999/xhtml" with_statement="false"></mutation>
                <field name="WITH_STATEMENT">FALSE</field>
                <field name="LOG"></field>
                <value name="URL">
                  <shadow type="text" id=").vWLET7YE`wA9~tJ$(g">
                    <field name="TEXT">http://192.168.1.122:2323/?cmd=startApplication&amp;package=com.doorbird.doorbird&amp;password=xxx</field>
                  </shadow>
                </value>
                <next>
                  <block type="timeouts_settimeout" id="XW_T*A3ITr93(#$OuZsK">
                    <field name="NAME">timeout</field>
                    <field name="DELAY">1</field>
                    <field name="UNIT">min</field>
                    <statement name="STATEMENT">
                      <block type="request" id="$ah7Hcr!??y!CnbnyX*d">
                        <mutation xmlns="http://www.w3.org/1999/xhtml" with_statement="false"></mutation>
                        <field name="WITH_STATEMENT">FALSE</field>
                        <field name="LOG"></field>
                        <value name="URL">
                          <shadow type="text" id="QPXtwSN`7|(;6Plr4d)n">
                            <field name="TEXT">http://192.168.1.122:xxxx/?cmd=toForeground&amp;password=2133</field>
                          </shadow>
                        </value>
                      </block>
                    </statement>
                  </block>
                </next>
              </block>
            </statement>
          </block>
        </xml>
        
        N Offline
        N Offline
        nukia
        schrieb am zuletzt editiert von
        #3

        @aldoa1 hast du noch eine Lösung gefunden?

        R 1 Antwort Letzte Antwort
        0
        • N nukia

          @aldoa1 hast du noch eine Lösung gefunden?

          R Offline
          R Offline
          Regalo
          schrieb am zuletzt editiert von
          #4

          @nukia
          @aldoa1

          Ich als Anfänger hatte die gleiche Frage wie ihr und bin über die Suche auf eurem Thread gekommen. Hier meine Lösung:

          Doorbird-Tablet_ioBroker.png

          Das ist also ohne http. Stattdessen steuere ich die Objekte im Fully-Adapter an: screenOn, startApplication und screenOff

          1 Antwort Letzte Antwort
          0
          • Merlin123M Offline
            Merlin123M Offline
            Merlin123
            schrieb am zuletzt editiert von
            #5

            @regalo sagte in DoorBird App in Fully Kiosk starten:

            @nukia
            @aldoa1

            Ich als Anfänger hatte die gleiche Frage wie ihr und bin über die Suche auf eurem Thread gekommen. Hier meine Lösung:

            Doorbird-Tablet_ioBroker.png

            Das ist also ohne http. Stattdessen steuere ich die Objekte im Fully-Adapter an: screenOn, startApplication und screenOff

            Ich versuch das auch, bei mir startet die Doorb

            Beta-Tester

            D NegaleinN 2 Antworten Letzte Antwort
            0
            • Merlin123M Merlin123

              @regalo sagte in DoorBird App in Fully Kiosk starten:

              @nukia
              @aldoa1

              Ich als Anfänger hatte die gleiche Frage wie ihr und bin über die Suche auf eurem Thread gekommen. Hier meine Lösung:

              Doorbird-Tablet_ioBroker.png

              Das ist also ohne http. Stattdessen steuere ich die Objekte im Fully-Adapter an: screenOn, startApplication und screenOff

              Ich versuch das auch, bei mir startet die Doorb

              D Offline
              D Offline
              denjo
              schrieb am zuletzt editiert von
              #6

              @merlin123 wie findet man noch herraus wie die app heißt die man starten will. ich möchte zb eien dart zähler app starten "Pro Darts"

              M 1 Antwort Letzte Antwort
              0
              • D denjo

                @merlin123 wie findet man noch herraus wie die app heißt die man starten will. ich möchte zb eien dart zähler app starten "Pro Darts"

                M Online
                M Online
                MCU
                schrieb am zuletzt editiert von MCU
                #7

                @denjo 1d1327c4-fd32-4cc5-9cf6-b49564963881-image.png
                afaca192-e552-4905-962a-4afe0f037fa6-image.png
                d49a7136-a9ea-4636-8bd2-285329a55b47-image.png

                NUC i7 64GB mit Proxmox ---- Jarvis Infos Aktualisierungen der Doku auf Instagram verfolgen -> mcuiobroker Instagram
                Wenn Euch mein Vorschlag geholfen hat, bitte rechts "^" klicken.

                1 Antwort Letzte Antwort
                0
                • Merlin123M Merlin123

                  @regalo sagte in DoorBird App in Fully Kiosk starten:

                  @nukia
                  @aldoa1

                  Ich als Anfänger hatte die gleiche Frage wie ihr und bin über die Suche auf eurem Thread gekommen. Hier meine Lösung:

                  Doorbird-Tablet_ioBroker.png

                  Das ist also ohne http. Stattdessen steuere ich die Objekte im Fully-Adapter an: screenOn, startApplication und screenOff

                  Ich versuch das auch, bei mir startet die Doorb

                  NegaleinN Offline
                  NegaleinN Offline
                  Negalein
                  Global Moderator
                  schrieb am zuletzt editiert von
                  #8

                  @merlin123 sagte in DoorBird App in Fully Kiosk starten:

                  Ich versuch das auch, bei mir startet die Doorb

                  Hallo

                  Bin auch gerade dabei das umzusetzen.

                  Lt. deinem Blockly ist der Bildschirm bei dir aus.
                  Du schaltest ihn ein, startest Doorbird und nach 1 Minute schaltest du den Bildschirm wieder aus.

                  Bei mir ist der Bildschirm immer an.
                  Ich möchte nur, dass sich die Doorbird App öffnet und nach 2 Min. wieder in den Hintergrund legt.

                  Wie muss ich das im Blockly angeben?

                  ° Node.js: 20.17.0 NPM: 10.8.2
                  ° Proxmox, Ubuntu 22.04.3 LTS
                  ° Fixer ---> iob fix

                  1 Antwort Letzte Antwort
                  0
                  Antworten
                  • In einem neuen Thema antworten
                  Anmelden zum Antworten
                  • Älteste zuerst
                  • Neuste zuerst
                  • Meiste Stimmen


                  Support us

                  ioBroker
                  Community Adapters
                  Donate

                  980

                  Online

                  32.4k

                  Benutzer

                  81.5k

                  Themen

                  1.3m

                  Beiträge
                  Community
                  Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                  ioBroker Community 2014-2025
                  logo
                  • Anmelden

                  • Du hast noch kein Konto? Registrieren

                  • Anmelden oder registrieren, um zu suchen
                  • Erster Beitrag
                    Letzter Beitrag
                  0
                  • Home
                  • Aktuell
                  • Tags
                  • Ungelesen 0
                  • Kategorien
                  • Unreplied
                  • Beliebt
                  • GitHub
                  • Docu
                  • Hilfe