Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Skripten / Logik
    4. Blockly
    5. Modbus Schreiben

    NEWS

    • Wir empfehlen: Node.js 22.x

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker goes Matter ... Matter Adapter in Stable

    Modbus Schreiben

    This topic has been deleted. Only users with topic management privileges can see it.
    • I
      ingenii last edited by

      Hallo,

      wen jemand zeit hat bitte um hilfe.

      ich brauche von Homematic Temperatur auslesen und über modbus schreiben.
      bis jetzt meine versuche :😢

      zb von : hm-rpc.1.000A9D899F53D3.1.ACTUAL_TEMPERATURE
      dan schreiben:
      modbus.0.holdingRegisters.10_B_T_Raumtemperatur_OG

      Danke für eure Hilfe.

      wendy2702 1 Reply Last reply Reply Quote 0
      • wendy2702
        wendy2702 @ingenii last edited by

        @ingenii Wie bzw. womit denn versucht zu schreiben?

        In was für ein Gerät willst du schreiben?

        Ist das Register beschreibbar ?

        I 1 Reply Last reply Reply Quote 0
        • I
          ingenii @wendy2702 last edited by

          @wendy2702

          Problem gefunden

          <xml xmlns="https://developers.google.com/blockly/xml">
            <block type="schedule" id="VQ3`bR-d0D9=#?f})/=R" x="-62" y="-1387">
              <field name="SCHEDULE">* * * * *</field>
              <statement name="STATEMENT">
                <block type="control" id=")[l(Jkrsi*Q+E}!=ODG2">
                  <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                  <field name="OID">modbus.0.holdingRegisters.6_B_T_Raumtemperatur_EG</field>
                  <field name="WITH_DELAY">FALSE</field>
                  <value name="VALUE">
                    <block type="get_value" id="E.a1.SwMz7ZW~.E|u*X%">
                      <field name="ATTR">val</field>
                      <field name="OID">hm-rpc.1.000A9D899F65CB.1.ACTUAL_TEMPERATURE</field>
                    </block>
                  </value>
                  <next>
                    <block type="control" id=";z}C`12h-06[zf;rRuf|">
                      <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                      <field name="OID">modbus.0.holdingRegisters.8_B_T_Raumsolltemperatur_EG</field>
                      <field name="WITH_DELAY">FALSE</field>
                      <value name="VALUE">
                        <block type="get_value" id="7*yfVY.p;;dojpyW)M:m">
                          <field name="ATTR">val</field>
                          <field name="OID">hm-rpc.1.000A9D899F65CB.1.SET_POINT_TEMPERATURE</field>
                        </block>
                      </value>
                      <next>
                        <block type="control" id="QYd;0tWxg4r0P?Z)kgnL">
                          <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                          <field name="OID">modbus.0.holdingRegisters.10_B_T_Raumtemperatur_OG</field>
                          <field name="WITH_DELAY">FALSE</field>
                          <value name="VALUE">
                            <block type="get_value" id="1ghb^00qJ*2```ic9lhS">
                              <field name="ATTR">val</field>
                              <field name="OID">hm-rpc.1.000A9D899F53D3.1.ACTUAL_TEMPERATURE</field>
                            </block>
                          </value>
                          <next>
                            <block type="control" id="t(wHAXBE1R0`ctX}hA]o">
                              <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                              <field name="OID">modbus.0.holdingRegisters.12_B_T_Raumsolltemperatur_OG</field>
                              <field name="WITH_DELAY">FALSE</field>
                              <value name="VALUE">
                                <block type="get_value" id="DG#``MWA*o^}+BgI[XP8">
                                  <field name="ATTR">val</field>
                                  <field name="OID">hm-rpc.1.000A9D899F53D3.1.SET_POINT_TEMPERATURE</field>
                                </block>
                              </value>
                              <next>
                                <block type="debug" id="}MLx1SO+^9GXn.nvghsn">
                                  <field name="Severity">log</field>
                                  <value name="TEXT">
                                    <shadow type="text" id="XStF8.ODh?LbT`ie3d`J">
                                      <field name="TEXT">test</field>
                                    </shadow>
                                    <block type="text_join" id="upb6~v5f(sV3x%m|[WN_">
                                      <mutation items="2"></mutation>
                                      <value name="ADD0">
                                        <block type="text" id="*RsI}z:^s0Ykab+rCyYe">
                                          <field name="TEXT">Raumtemp EG: </field>
                                        </block>
                                      </value>
                                      <value name="ADD1">
                                        <block type="get_value" id="utsV#2$fo6)?xId05zAf">
                                          <field name="ATTR">val</field>
                                          <field name="OID">hm-rpc.1.000A9D899F65CB.1.ACTUAL_TEMPERATURE</field>
                                        </block>
                                      </value>
                                    </block>
                                  </value>
                                  <next>
                                    <block type="debug" id="Fmi`!V5Dn|SWnyteVp(;">
                                      <field name="Severity">log</field>
                                      <value name="TEXT">
                                        <shadow type="text">
                                          <field name="TEXT">test</field>
                                        </shadow>
                                        <block type="text_join" id="*|b-gNoFV/1Q.%ye.RsY">
                                          <mutation items="2"></mutation>
                                          <value name="ADD0">
                                            <block type="text" id="m{7l;^zDdm5cWpi1K(?Y">
                                              <field name="TEXT">Raumsolltemp EG: </field>
                                            </block>
                                          </value>
                                          <value name="ADD1">
                                            <block type="get_value" id="DsV?Fn;z:m$OJ@6tFv*x">
                                              <field name="ATTR">val</field>
                                              <field name="OID">hm-rpc.1.000A9D899F65CB.1.SET_POINT_TEMPERATURE</field>
                                            </block>
                                          </value>
                                        </block>
                                      </value>
                                      <next>
                                        <block type="debug" id="](XSp}u7l^ZCb^_SeiF0">
                                          <field name="Severity">log</field>
                                          <value name="TEXT">
                                            <shadow type="text">
                                              <field name="TEXT">test</field>
                                            </shadow>
                                            <block type="text_join" id="MUIky6W.R@C]~`-A;(5J">
                                              <mutation items="2"></mutation>
                                              <value name="ADD0">
                                                <block type="text" id="StC$dJ6Bp)M4*hyU|nlO">
                                                  <field name="TEXT">Raumtemp OG: </field>
                                                </block>
                                              </value>
                                              <value name="ADD1">
                                                <block type="get_value" id="SMxE}PF)T;:^x3E_0j;E">
                                                  <field name="ATTR">val</field>
                                                  <field name="OID">hm-rpc.1.000A9D899F53D3.1.ACTUAL_TEMPERATURE</field>
                                                </block>
                                              </value>
                                            </block>
                                          </value>
                                          <next>
                                            <block type="debug" id="bp4fV*){!;5#x8h5pm^k">
                                              <field name="Severity">log</field>
                                              <value name="TEXT">
                                                <shadow type="text">
                                                  <field name="TEXT">test</field>
                                                </shadow>
                                                <block type="text_join" id="S[Z_UVtRLv8F]c{B3FyJ">
                                                  <mutation items="2"></mutation>
                                                  <value name="ADD0">
                                                    <block type="text" id="j#{O*lt0S~,7u!t,YB.M">
                                                      <field name="TEXT">Raumsolltemp OG: </field>
                                                    </block>
                                                  </value>
                                                  <value name="ADD1">
                                                    <block type="get_value" id="wdp8gkw8c=$?+_J+8;k~">
                                                      <field name="ATTR">val</field>
                                                      <field name="OID">hm-rpc.1.000A9D899F53D3.1.SET_POINT_TEMPERATURE</field>
                                                    </block>
                                                  </value>
                                                </block>
                                              </value>
                                            </block>
                                          </next>
                                        </block>
                                      </next>
                                    </block>
                                  </next>
                                </block>
                              </next>
                            </block>
                          </next>
                        </block>
                      </next>
                    </block>
                  </next>
                </block>
              </statement>
            </block>
          </xml>
          
          1 Reply Last reply Reply Quote 0
          • First post
            Last post

          Support us

          ioBroker
          Community Adapters
          Donate

          763
          Online

          32.0k
          Users

          80.5k
          Topics

          1.3m
          Posts

          2
          3
          207
          Loading More Posts
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes
          Reply
          • Reply as topic
          Log in to reply
          Community
          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
          The ioBroker Community 2014-2023
          logo