Skip to content
  • Home
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • 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

  • Default (No Skin)
  • No Skin
Collapse
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Skripten / Logik
  4. Anwesenheit und Begrüßung über Google Home

NEWS

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    18
    1
    710

  • Jahresrückblick 2025 – unser neuer Blogbeitrag ist online! ✨
    BluefoxB
    Bluefox
    18
    1
    5.9k

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    13
    1
    1.5k

Anwesenheit und Begrüßung über Google Home

Scheduled Pinned Locked Moved Skripten / Logik
15 Posts 5 Posters 354 Views 3 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Horst BöttcherH Do not disturb
    Horst BöttcherH Do not disturb
    Horst Böttcher
    wrote on last edited by
    #1

    Hi zusammen,

    nachdem ich nun einige stunden damit verbracht habe, selbst eine lösung zu meiner idee zu finden, muss ich resignieren und hoffe, dass die schlauen fleißigen programmierer unter euch mir weiter helfen können.

    hier nun zu meiner idee:

    Gogole Home soll erkennen, wer gerade nach hause gekommen ist und die person entsprechend begrüßen.

    Komme ich alleine nach hause dann "Hallo Horst"

    Kommt meine frau nach hause dann "Hallo Monika"

    Kommen wir beide gleichzeitig nach hause dann "Hallo Familie"

    vorhandene hardware/software:

    für die audio ausgabe 1 Google Home Nest mit chromecast.0 und sayit.0
    für die erkennung der anwesenheit tr.064 adapter

    download.png

    <xml xmlns="https://developers.google.com/blockly/xml">
      <variables>
        <variable type="timeout" id="timeout">timeout</variable>
      </variables>
      <block type="on_ext" id="Qi,-ap}pDt),!Mm|vtCB" x="111" y="71">
        <mutation xmlns="http://www.w3.org/1999/xhtml" items="2"></mutation>
        <field name="CONDITION">ne</field>
        <field name="ACK_CONDITION"></field>
        <value name="OID0">
          <shadow type="field_oid" id="Kdi#wjM~0}%M.@EWtVjK">
            <field name="oid">tr-064.0.devices.Handyhorst.active</field>
          </shadow>
        </value>
        <value name="OID1">
          <shadow type="field_oid" id="rt:q@4O,?hW]{vHIO^rC">
            <field name="oid">tr-064.0.devices.A50-von-Monika.active</field>
          </shadow>
        </value>
        <statement name="STATEMENT">
          <block type="timeouts_settimeout" id=";896Hy.0Ng;_aYmIOc.I">
            <field name="NAME">timeout</field>
            <field name="DELAY">5000</field>
            <field name="UNIT">ms</field>
            <statement name="STATEMENT">
              <block type="controls_if" id="S+x[Y,dqx*L,#W`oKw8?">
                <value name="IF0">
                  <block type="get_value" id="6n0:DmmplKyQii{jl8j%">
                    <field name="ATTR">val</field>
                    <field name="OID">tr-064.0.devices.Handyhorst.active</field>
                  </block>
                </value>
                <statement name="DO0">
                  <block type="sayit" id="U4-hO5TAee-{%W@LX`W#" collapsed="true">
                    <field name="INSTANCE">.0</field>
                    <field name="LANGUAGE"></field>
                    <field name="LOG"></field>
                    <value name="MESSAGE">
                      <shadow type="text" id="TvCgPNj_l8/bV;Gjj%XF">
                        <field name="TEXT">Willkommen Horst was kann ich für dich tun </field>
                      </shadow>
                    </value>
                  </block>
                </statement>
                <next>
                  <block type="controls_if" id="@J7miGc{S{DDAbsetRKu">
                    <value name="IF0">
                      <block type="get_value" id="yH|ja7?ar/if6.Rx{?7H">
                        <field name="ATTR">val</field>
                        <field name="OID">tr-064.0.devices.A50-von-Monika.active</field>
                      </block>
                    </value>
                    <statement name="DO0">
                      <block type="sayit" id="e=*S%74tY^InZ:w5X3Eq" collapsed="true">
                        <field name="INSTANCE">.0</field>
                        <field name="LANGUAGE"></field>
                        <field name="LOG"></field>
                        <value name="MESSAGE">
                          <shadow type="text" id="E7)hSIDQm,IO}kwk?oxs">
                            <field name="TEXT">Willkommen Monika was kann ich für dich tun frag einfach nach google</field>
                          </shadow>
                        </value>
                      </block>
                    </statement>
                    <next>
                      <block type="controls_if" id="Gu=2_,Yp;*{W%#qGKCv0">
                        <value name="IF0">
                          <block type="logic_operation" id="+-5C};kmuwQ5e5lOD35,">
                            <field name="OP">AND</field>
                            <value name="A">
                              <block type="get_value" id="JOz=1_@NPB/W8J3(CwrR">
                                <field name="ATTR">val</field>
                                <field name="OID">tr-064.0.devices.A50-von-Monika.active</field>
                              </block>
                            </value>
                            <value name="B">
                              <block type="get_value" id="7N%il5Lex98tTp2:GA0o">
                                <field name="ATTR">val</field>
                                <field name="OID">tr-064.0.devices.Handyhorst.active</field>
                              </block>
                            </value>
                          </block>
                        </value>
                        <statement name="DO0">
                          <block type="sayit" id="2[VJP|({ONu5JfkJ49o*" collapsed="true">
                            <field name="INSTANCE">.0</field>
                            <field name="LANGUAGE"></field>
                            <field name="LOG"></field>
                            <value name="MESSAGE">
                              <shadow type="text" id=";59ehQiHonu(5ow]KM*}">
                                <field name="TEXT">Willkommen Famiele</field>
                              </shadow>
                            </value>
                          </block>
                        </statement>
                      </block>
                    </next>
                  </block>
                </next>
              </block>
            </statement>
          </block>
        </statement>
      </block>
    </xml>
    

    Es wird immer alles abgespielt

    ioBroker auf Proxmox (Debian) auf LENOVO PC Thinkcentre als Produktivsystem

    AsgothianA paul53P 2 Replies Last reply
    0
    • Horst BöttcherH Horst Böttcher

      Hi zusammen,

      nachdem ich nun einige stunden damit verbracht habe, selbst eine lösung zu meiner idee zu finden, muss ich resignieren und hoffe, dass die schlauen fleißigen programmierer unter euch mir weiter helfen können.

      hier nun zu meiner idee:

      Gogole Home soll erkennen, wer gerade nach hause gekommen ist und die person entsprechend begrüßen.

      Komme ich alleine nach hause dann "Hallo Horst"

      Kommt meine frau nach hause dann "Hallo Monika"

      Kommen wir beide gleichzeitig nach hause dann "Hallo Familie"

      vorhandene hardware/software:

      für die audio ausgabe 1 Google Home Nest mit chromecast.0 und sayit.0
      für die erkennung der anwesenheit tr.064 adapter

      download.png

      <xml xmlns="https://developers.google.com/blockly/xml">
        <variables>
          <variable type="timeout" id="timeout">timeout</variable>
        </variables>
        <block type="on_ext" id="Qi,-ap}pDt),!Mm|vtCB" x="111" y="71">
          <mutation xmlns="http://www.w3.org/1999/xhtml" items="2"></mutation>
          <field name="CONDITION">ne</field>
          <field name="ACK_CONDITION"></field>
          <value name="OID0">
            <shadow type="field_oid" id="Kdi#wjM~0}%M.@EWtVjK">
              <field name="oid">tr-064.0.devices.Handyhorst.active</field>
            </shadow>
          </value>
          <value name="OID1">
            <shadow type="field_oid" id="rt:q@4O,?hW]{vHIO^rC">
              <field name="oid">tr-064.0.devices.A50-von-Monika.active</field>
            </shadow>
          </value>
          <statement name="STATEMENT">
            <block type="timeouts_settimeout" id=";896Hy.0Ng;_aYmIOc.I">
              <field name="NAME">timeout</field>
              <field name="DELAY">5000</field>
              <field name="UNIT">ms</field>
              <statement name="STATEMENT">
                <block type="controls_if" id="S+x[Y,dqx*L,#W`oKw8?">
                  <value name="IF0">
                    <block type="get_value" id="6n0:DmmplKyQii{jl8j%">
                      <field name="ATTR">val</field>
                      <field name="OID">tr-064.0.devices.Handyhorst.active</field>
                    </block>
                  </value>
                  <statement name="DO0">
                    <block type="sayit" id="U4-hO5TAee-{%W@LX`W#" collapsed="true">
                      <field name="INSTANCE">.0</field>
                      <field name="LANGUAGE"></field>
                      <field name="LOG"></field>
                      <value name="MESSAGE">
                        <shadow type="text" id="TvCgPNj_l8/bV;Gjj%XF">
                          <field name="TEXT">Willkommen Horst was kann ich für dich tun </field>
                        </shadow>
                      </value>
                    </block>
                  </statement>
                  <next>
                    <block type="controls_if" id="@J7miGc{S{DDAbsetRKu">
                      <value name="IF0">
                        <block type="get_value" id="yH|ja7?ar/if6.Rx{?7H">
                          <field name="ATTR">val</field>
                          <field name="OID">tr-064.0.devices.A50-von-Monika.active</field>
                        </block>
                      </value>
                      <statement name="DO0">
                        <block type="sayit" id="e=*S%74tY^InZ:w5X3Eq" collapsed="true">
                          <field name="INSTANCE">.0</field>
                          <field name="LANGUAGE"></field>
                          <field name="LOG"></field>
                          <value name="MESSAGE">
                            <shadow type="text" id="E7)hSIDQm,IO}kwk?oxs">
                              <field name="TEXT">Willkommen Monika was kann ich für dich tun frag einfach nach google</field>
                            </shadow>
                          </value>
                        </block>
                      </statement>
                      <next>
                        <block type="controls_if" id="Gu=2_,Yp;*{W%#qGKCv0">
                          <value name="IF0">
                            <block type="logic_operation" id="+-5C};kmuwQ5e5lOD35,">
                              <field name="OP">AND</field>
                              <value name="A">
                                <block type="get_value" id="JOz=1_@NPB/W8J3(CwrR">
                                  <field name="ATTR">val</field>
                                  <field name="OID">tr-064.0.devices.A50-von-Monika.active</field>
                                </block>
                              </value>
                              <value name="B">
                                <block type="get_value" id="7N%il5Lex98tTp2:GA0o">
                                  <field name="ATTR">val</field>
                                  <field name="OID">tr-064.0.devices.Handyhorst.active</field>
                                </block>
                              </value>
                            </block>
                          </value>
                          <statement name="DO0">
                            <block type="sayit" id="2[VJP|({ONu5JfkJ49o*" collapsed="true">
                              <field name="INSTANCE">.0</field>
                              <field name="LANGUAGE"></field>
                              <field name="LOG"></field>
                              <value name="MESSAGE">
                                <shadow type="text" id=";59ehQiHonu(5ow]KM*}">
                                  <field name="TEXT">Willkommen Famiele</field>
                                </shadow>
                              </value>
                            </block>
                          </statement>
                        </block>
                      </next>
                    </block>
                  </next>
                </block>
              </statement>
            </block>
          </statement>
        </block>
      </xml>
      

      Es wird immer alles abgespielt

      AsgothianA Offline
      AsgothianA Offline
      Asgothian
      Developer
      wrote on last edited by
      #2

      @horst-böttcher

      Du musst die Logik umstellen:

      falls (wert von active1 und wert von active2) mache ..
      sonst falls (wert von active1) mache ...
      sonst falls (wert von active2) mache ...

      A.

      ioBroker auf RPi4 - Hardware soweit wie möglich via Zigbee.
      "Shit don't work" ist keine Fehlermeldung, sondern ein Fluch.

      1 Reply Last reply
      0
      • Horst BöttcherH Horst Böttcher

        Hi zusammen,

        nachdem ich nun einige stunden damit verbracht habe, selbst eine lösung zu meiner idee zu finden, muss ich resignieren und hoffe, dass die schlauen fleißigen programmierer unter euch mir weiter helfen können.

        hier nun zu meiner idee:

        Gogole Home soll erkennen, wer gerade nach hause gekommen ist und die person entsprechend begrüßen.

        Komme ich alleine nach hause dann "Hallo Horst"

        Kommt meine frau nach hause dann "Hallo Monika"

        Kommen wir beide gleichzeitig nach hause dann "Hallo Familie"

        vorhandene hardware/software:

        für die audio ausgabe 1 Google Home Nest mit chromecast.0 und sayit.0
        für die erkennung der anwesenheit tr.064 adapter

        download.png

        <xml xmlns="https://developers.google.com/blockly/xml">
          <variables>
            <variable type="timeout" id="timeout">timeout</variable>
          </variables>
          <block type="on_ext" id="Qi,-ap}pDt),!Mm|vtCB" x="111" y="71">
            <mutation xmlns="http://www.w3.org/1999/xhtml" items="2"></mutation>
            <field name="CONDITION">ne</field>
            <field name="ACK_CONDITION"></field>
            <value name="OID0">
              <shadow type="field_oid" id="Kdi#wjM~0}%M.@EWtVjK">
                <field name="oid">tr-064.0.devices.Handyhorst.active</field>
              </shadow>
            </value>
            <value name="OID1">
              <shadow type="field_oid" id="rt:q@4O,?hW]{vHIO^rC">
                <field name="oid">tr-064.0.devices.A50-von-Monika.active</field>
              </shadow>
            </value>
            <statement name="STATEMENT">
              <block type="timeouts_settimeout" id=";896Hy.0Ng;_aYmIOc.I">
                <field name="NAME">timeout</field>
                <field name="DELAY">5000</field>
                <field name="UNIT">ms</field>
                <statement name="STATEMENT">
                  <block type="controls_if" id="S+x[Y,dqx*L,#W`oKw8?">
                    <value name="IF0">
                      <block type="get_value" id="6n0:DmmplKyQii{jl8j%">
                        <field name="ATTR">val</field>
                        <field name="OID">tr-064.0.devices.Handyhorst.active</field>
                      </block>
                    </value>
                    <statement name="DO0">
                      <block type="sayit" id="U4-hO5TAee-{%W@LX`W#" collapsed="true">
                        <field name="INSTANCE">.0</field>
                        <field name="LANGUAGE"></field>
                        <field name="LOG"></field>
                        <value name="MESSAGE">
                          <shadow type="text" id="TvCgPNj_l8/bV;Gjj%XF">
                            <field name="TEXT">Willkommen Horst was kann ich für dich tun </field>
                          </shadow>
                        </value>
                      </block>
                    </statement>
                    <next>
                      <block type="controls_if" id="@J7miGc{S{DDAbsetRKu">
                        <value name="IF0">
                          <block type="get_value" id="yH|ja7?ar/if6.Rx{?7H">
                            <field name="ATTR">val</field>
                            <field name="OID">tr-064.0.devices.A50-von-Monika.active</field>
                          </block>
                        </value>
                        <statement name="DO0">
                          <block type="sayit" id="e=*S%74tY^InZ:w5X3Eq" collapsed="true">
                            <field name="INSTANCE">.0</field>
                            <field name="LANGUAGE"></field>
                            <field name="LOG"></field>
                            <value name="MESSAGE">
                              <shadow type="text" id="E7)hSIDQm,IO}kwk?oxs">
                                <field name="TEXT">Willkommen Monika was kann ich für dich tun frag einfach nach google</field>
                              </shadow>
                            </value>
                          </block>
                        </statement>
                        <next>
                          <block type="controls_if" id="Gu=2_,Yp;*{W%#qGKCv0">
                            <value name="IF0">
                              <block type="logic_operation" id="+-5C};kmuwQ5e5lOD35,">
                                <field name="OP">AND</field>
                                <value name="A">
                                  <block type="get_value" id="JOz=1_@NPB/W8J3(CwrR">
                                    <field name="ATTR">val</field>
                                    <field name="OID">tr-064.0.devices.A50-von-Monika.active</field>
                                  </block>
                                </value>
                                <value name="B">
                                  <block type="get_value" id="7N%il5Lex98tTp2:GA0o">
                                    <field name="ATTR">val</field>
                                    <field name="OID">tr-064.0.devices.Handyhorst.active</field>
                                  </block>
                                </value>
                              </block>
                            </value>
                            <statement name="DO0">
                              <block type="sayit" id="2[VJP|({ONu5JfkJ49o*" collapsed="true">
                                <field name="INSTANCE">.0</field>
                                <field name="LANGUAGE"></field>
                                <field name="LOG"></field>
                                <value name="MESSAGE">
                                  <shadow type="text" id=";59ehQiHonu(5ow]KM*}">
                                    <field name="TEXT">Willkommen Famiele</field>
                                  </shadow>
                                </value>
                              </block>
                            </statement>
                          </block>
                        </next>
                      </block>
                    </next>
                  </block>
                </statement>
              </block>
            </statement>
          </block>
        </xml>
        

        Es wird immer alles abgespielt

        paul53P Offline
        paul53P Offline
        paul53
        wrote on last edited by paul53
        #3

        @horst-böttcher
        So wie @Asgothian schrieb: Erst abfragen, ob beide ankommen:

        Bild_2022-05-23_220101580.png

        ... und triggern auf "ist größer als letztes" (= ankommen).

        Bitte verzichtet auf Chat-Nachrichten, denn die Handhabung ist grauenhaft !
        Produktiv: RPi 2 mit S.USV, HM-MOD-RPI und SLC-USB-Stick mit root fs

        HomoranH 1 Reply Last reply
        0
        • paul53P paul53

          @horst-böttcher
          So wie @Asgothian schrieb: Erst abfragen, ob beide ankommen:

          Bild_2022-05-23_220101580.png

          ... und triggern auf "ist größer als letztes" (= ankommen).

          HomoranH Do not disturb
          HomoranH Do not disturb
          Homoran
          Global Moderator Administrators
          wrote on last edited by
          #4

          @paul53 was passiert wenn einer von Beiden vorher zu Hause war? Der ist dann doch auch active?
          Dann wird der später ankommende immer mit "Willkommen Familie" begrüßt?

          kein Support per PN! - Fragen im Forum stellen -
          Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
          Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton oben rechts. Danke!
          der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

          paul53P DJMarc75D 3 Replies Last reply
          0
          • HomoranH Homoran

            @paul53 was passiert wenn einer von Beiden vorher zu Hause war? Der ist dann doch auch active?
            Dann wird der später ankommende immer mit "Willkommen Familie" begrüßt?

            paul53P Offline
            paul53P Offline
            paul53
            wrote on last edited by
            #5

            @homoran sagte: Dann wird der später ankommende immer mit "Willkommen Familie" begrüßt?

            Hast recht. So einfach geht es nicht.

            Bitte verzichtet auf Chat-Nachrichten, denn die Handhabung ist grauenhaft !
            Produktiv: RPi 2 mit S.USV, HM-MOD-RPI und SLC-USB-Stick mit root fs

            AsgothianA 1 Reply Last reply
            0
            • paul53P paul53

              @homoran sagte: Dann wird der später ankommende immer mit "Willkommen Familie" begrüßt?

              Hast recht. So einfach geht es nicht.

              AsgothianA Offline
              AsgothianA Offline
              Asgothian
              Developer
              wrote on last edited by
              #6

              @paul53 sagte in Anwesenheit und Begrüßung über Google Home:

              @homoran sagte: Dann wird der später ankommende immer mit "Willkommen Familie" begrüßt?

              Hast recht. So einfach geht es nicht.

              Die Lösung ist aber recht einfach:
              2 getrennte Trigger die jeweils eine Variable "begrüssung1" und "begrüssung2" auf wahr setzen wenn sie aktiv werden.
              Danach einen stop timeout, startTimeout(5000) ()
              in der Timeout Funktion nicht die States sondern die Variablen "begrüssung1" und "begrüssung2" abfragen, am ende beide auf falsch setzen.

              A.

              ioBroker auf RPi4 - Hardware soweit wie möglich via Zigbee.
              "Shit don't work" ist keine Fehlermeldung, sondern ein Fluch.

              HomoranH 1 Reply Last reply
              1
              • HomoranH Homoran

                @paul53 was passiert wenn einer von Beiden vorher zu Hause war? Der ist dann doch auch active?
                Dann wird der später ankommende immer mit "Willkommen Familie" begrüßt?

                DJMarc75D Offline
                DJMarc75D Offline
                DJMarc75
                wrote on last edited by DJMarc75
                #7

                Die AB und ANwesenheit hab ich mit dem Adapter fb-checkpresence und 2 angelegten Booleans, sowie einer Aufzählung gelöst (wir sind nur zu zweit)
                Screenshot 2022-05-23 222357.png

                return getObject(id).common.name; 
                

                Den Trigger setze ich nicht auf die Änderungen der Anwesenheiten sondern auf einen Türsensor:
                Screenshot 2022-05-23 222831.png

                Zugegeben ist das erste Blockly etwas "komisch gestaltet" aber das lag an meinem JS-Adapter heute der mal wieder ne Stunde mein System gebremst hat 🙄

                Lehrling seit 1975 !!!
                Beitrag geholfen ? dann gerne ein upvote rechts unten im Beitrag klicken ;)
                https://forum.iobroker.net/topic/51555/hinweise-f%C3%BCr-gute-forenbeitr%C3%A4ge

                1 Reply Last reply
                0
                • AsgothianA Asgothian

                  @paul53 sagte in Anwesenheit und Begrüßung über Google Home:

                  @homoran sagte: Dann wird der später ankommende immer mit "Willkommen Familie" begrüßt?

                  Hast recht. So einfach geht es nicht.

                  Die Lösung ist aber recht einfach:
                  2 getrennte Trigger die jeweils eine Variable "begrüssung1" und "begrüssung2" auf wahr setzen wenn sie aktiv werden.
                  Danach einen stop timeout, startTimeout(5000) ()
                  in der Timeout Funktion nicht die States sondern die Variablen "begrüssung1" und "begrüssung2" abfragen, am ende beide auf falsch setzen.

                  A.

                  HomoranH Do not disturb
                  HomoranH Do not disturb
                  Homoran
                  Global Moderator Administrators
                  wrote on last edited by
                  #8

                  @asgothian bin schon im Bett, aber so in etwa hatte ich das auch gedacht.

                  kein Support per PN! - Fragen im Forum stellen -
                  Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                  Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton oben rechts. Danke!
                  der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                  1 Reply Last reply
                  0
                  • HomoranH Homoran

                    @paul53 was passiert wenn einer von Beiden vorher zu Hause war? Der ist dann doch auch active?
                    Dann wird der später ankommende immer mit "Willkommen Familie" begrüßt?

                    paul53P Offline
                    paul53P Offline
                    paul53
                    wrote on last edited by
                    #9

                    @homoran
                    So sollte es funktionieren:

                    Bild_2022-05-23_221902428.png

                    Bitte verzichtet auf Chat-Nachrichten, denn die Handhabung ist grauenhaft !
                    Produktiv: RPi 2 mit S.USV, HM-MOD-RPI und SLC-USB-Stick mit root fs

                    Horst BöttcherH 1 Reply Last reply
                    1
                    • HomoranH Do not disturb
                      HomoranH Do not disturb
                      Homoran
                      Global Moderator Administrators
                      wrote on last edited by
                      #10

                      klar doch!
                      Bei Paul geht's immer noch kompakter!

                      kein Support per PN! - Fragen im Forum stellen -
                      Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                      Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton oben rechts. Danke!
                      der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                      1 Reply Last reply
                      0
                      • paul53P paul53

                        @homoran
                        So sollte es funktionieren:

                        Bild_2022-05-23_221902428.png

                        Horst BöttcherH Do not disturb
                        Horst BöttcherH Do not disturb
                        Horst Böttcher
                        wrote on last edited by
                        #11

                        @paul53 sagte in Anwesenheit und Begrüßung über Google Home:

                        @homoran
                        So sollte es funktionieren:

                        Bild_2022-05-23_221902428.png

                        ok hab es jetzt eingefügt und dir morgen sagen ob es klappt
                        danke erstmal

                        ioBroker auf Proxmox (Debian) auf LENOVO PC Thinkcentre als Produktivsystem

                        Horst BöttcherH 1 Reply Last reply
                        0
                        • Horst BöttcherH Horst Böttcher

                          @paul53 sagte in Anwesenheit und Begrüßung über Google Home:

                          @homoran
                          So sollte es funktionieren:

                          Bild_2022-05-23_221902428.png

                          ok hab es jetzt eingefügt und dir morgen sagen ob es klappt
                          danke erstmal

                          Horst BöttcherH Do not disturb
                          Horst BöttcherH Do not disturb
                          Horst Böttcher
                          wrote on last edited by
                          #12

                          ob es bei beiden geht kann ich noch nicht sagen allerdings wurde meine frau nach der Arbeit mit Hallo Horst begrüßt

                          ioBroker auf Proxmox (Debian) auf LENOVO PC Thinkcentre als Produktivsystem

                          paul53P 1 Reply Last reply
                          0
                          • Horst BöttcherH Horst Böttcher

                            ob es bei beiden geht kann ich noch nicht sagen allerdings wurde meine frau nach der Arbeit mit Hallo Horst begrüßt

                            paul53P Offline
                            paul53P Offline
                            paul53
                            wrote on last edited by
                            #13

                            @horst-böttcher sagte: wurde meine frau nach der Arbeit mit Hallo Horst begrüßt

                            Die zu vergleichende Objekt-ID für Horst stimmt?

                            Bitte verzichtet auf Chat-Nachrichten, denn die Handhabung ist grauenhaft !
                            Produktiv: RPi 2 mit S.USV, HM-MOD-RPI und SLC-USB-Stick mit root fs

                            Horst BöttcherH 1 Reply Last reply
                            0
                            • paul53P paul53

                              @horst-böttcher sagte: wurde meine frau nach der Arbeit mit Hallo Horst begrüßt

                              Die zu vergleichende Objekt-ID für Horst stimmt?

                              Horst BöttcherH Do not disturb
                              Horst BöttcherH Do not disturb
                              Horst Böttcher
                              wrote on last edited by
                              #14

                              @paul53 ok hab den Fehler gefunden hatte noch > statt = drin

                              ioBroker auf Proxmox (Debian) auf LENOVO PC Thinkcentre als Produktivsystem

                              paul53P 1 Reply Last reply
                              0
                              • Horst BöttcherH Horst Böttcher

                                @paul53 ok hab den Fehler gefunden hatte noch > statt = drin

                                paul53P Offline
                                paul53P Offline
                                paul53
                                wrote on last edited by
                                #15

                                @horst-böttcher sagte: > statt = drin

                                Dann hätte trotzdem nicht Horst begrüßt werden dürfen, denn "tr-064.0.devices.A..." ist kleiner als "tr-064.0.devices.H...".

                                Bitte verzichtet auf Chat-Nachrichten, denn die Handhabung ist grauenhaft !
                                Produktiv: RPi 2 mit S.USV, HM-MOD-RPI und SLC-USB-Stick mit root fs

                                1 Reply Last reply
                                0

                                Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                With your input, this post could be even better 💗

                                Register Login
                                Reply
                                • Reply as topic
                                Log in to reply
                                • Oldest to Newest
                                • Newest to Oldest
                                • Most Votes


                                Support us

                                ioBroker
                                Community Adapters
                                Donate

                                554

                                Online

                                32.7k

                                Users

                                82.6k

                                Topics

                                1.3m

                                Posts
                                Community
                                Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                ioBroker Community 2014-2025
                                logo
                                • Login

                                • Don't have an account? Register

                                • Login or register to search.
                                • First post
                                  Last post
                                0
                                • Home
                                • Recent
                                • Tags
                                • Unread 0
                                • Categories
                                • Unreplied
                                • Popular
                                • GitHub
                                • Docu
                                • Hilfe