Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Tester
    4. Test Adapter Bestway v0.0.x

    NEWS

    • Monatsrückblick - April 2025

    • Minor js-controller 7.0.7 Update in latest repo

    • Save The Date: ioBroker@Smart Living Forum Solingen, 14.06.

    Test Adapter Bestway v0.0.x

    This topic has been deleted. Only users with topic management privileges can see it.
    • D
      dadolphs @Termina last edited by dadolphs

      Moin zusammen,
      an einer Visualisierung wäre ich auch interessiert.
      LG Dirk

      1 Reply Last reply Reply Quote 0
      • S
        Schmiddi1008 last edited by

        Hi, habe den Adapter installiert und er läuft bisher erfolgreich.
        Habe mir für die Pumpe ein kleines Blockly geschrieben, damit sie bei PV Überschuss automatisch angeht und sobald unter 2kwh abgeschaltet wird.

        Leider gibt die Pumpe nun alle 15 Sekunden einen Piepton ?
        Hat das jemand gelöst bekommen ?

        Thomas Braun 1 Reply Last reply Reply Quote 0
        • Thomas Braun
          Thomas Braun Most Active @Schmiddi1008 last edited by

          @schmiddi1008 sagte in Test Adapter Bestway v0.0.x:

          Leider gibt die Pumpe nun alle 15 Sekunden einen Piepton ?
          Hat das jemand gelöst bekommen ?

          Blockly geheim?

          S 1 Reply Last reply Reply Quote 0
          • S
            Schmiddi1008 @Thomas Braun last edited by

            @thomas-braun

            Wie meinst Geheim ?

            Thomas Braun 1 Reply Last reply Reply Quote 0
            • Thomas Braun
              Thomas Braun Most Active @Schmiddi1008 last edited by

              @schmiddi1008

              Na ob dein

              Habe mir für die Pumpe ein kleines Blockly geschrieben, damit sie bei PV Überschuss automatisch angeht und sobald unter 2kwh abgeschaltet wird.

              geheim ist oder ob du das hier posten kannst, damit man mal schauen kann ob da was krumm sein könnte.

              S 1 Reply Last reply Reply Quote 0
              • S
                Schmiddi1008 @Thomas Braun last edited by

                @thomas-braun

                Achso, ja natürlich:

                <xml xmlns="https://developers.google.com/blockly/xml">
                  <block type="comment" id="YRuyUwng@vB(:=Q)S;JW" x="-987" y="-337">
                    <field name="COMMENT">PV_Überschuss</field>
                    <next>
                      <block type="on_ext" id="hne}~v8HQ9R}xMPvJ`f=">
                        <mutation xmlns="http://www.w3.org/1999/xhtml" items="1"></mutation>
                        <field name="CONDITION">ne</field>
                        <field name="ACK_CONDITION"></field>
                        <value name="OID0">
                          <shadow type="field_oid" id="{w)N}WB#uM^(~ADQjuHz">
                            <field name="oid">fronius.0.powerflow.P_PV</field>
                          </shadow>
                        </value>
                        <statement name="STATEMENT">
                          <block type="controls_if" id="%][3NUD{pSg;w*Y*DZ~|">
                            <value name="IF0">
                              <block type="logic_compare" id="N(druj%/c|yGO~R3r-AS">
                                <field name="OP">GTE</field>
                                <value name="A">
                                  <block type="get_value" id="5trOFnCc-5;4FQbkUz56">
                                    <field name="ATTR">val</field>
                                    <field name="OID">fronius.0.powerflow.P_PV</field>
                                  </block>
                                </value>
                                <value name="B">
                                  <block type="math_number" id="}X`IsCnQSt|??)BDOI16">
                                    <field name="NUM">1000</field>
                                  </block>
                                </value>
                              </block>
                            </value>
                            <statement name="DO0">
                              <block type="control" id="Zh$[@(E||pcxZQ@$)-I7">
                                <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                <field name="OID">bestway.0.sJWQl6WdudCn0r1MFd7AyE.remote.filter_power</field>
                                <field name="WITH_DELAY">FALSE</field>
                                <value name="VALUE">
                                  <block type="logic_boolean" id="L,*J;hufj^i0f-SvHE+p">
                                    <field name="BOOL">TRUE</field>
                                  </block>
                                </value>
                              </block>
                            </statement>
                            <next>
                              <block type="controls_if" id="KD.khYzK/:c2R#Ou(usC">
                                <value name="IF0">
                                  <block type="logic_compare" id="p2(kYM4zG%|3ZFzME3k@">
                                    <field name="OP">LTE</field>
                                    <value name="A">
                                      <block type="get_value" id=")s~Cu}~}gaj#WvBR=M,P">
                                        <field name="ATTR">val</field>
                                        <field name="OID">fronius.0.powerflow.P_PV</field>
                                      </block>
                                    </value>
                                    <value name="B">
                                      <block type="math_number" id="7J/taj$(3svROc!-ovY_">
                                        <field name="NUM">1000</field>
                                      </block>
                                    </value>
                                  </block>
                                </value>
                                <statement name="DO0">
                                  <block type="control" id="5fMLd/VHqO]MO;=B)J|6">
                                    <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                    <field name="OID">bestway.0.sJWQl6WdudCn0r1MFd7AyE.remote.filter_power</field>
                                    <field name="WITH_DELAY">FALSE</field>
                                    <value name="VALUE">
                                      <block type="logic_boolean" id="os}H=KnF-cjlr#QbL4;3">
                                        <field name="BOOL">FALSE</field>
                                      </block>
                                    </value>
                                  </block>
                                </statement>
                              </block>
                            </next>
                          </block>
                        </statement>
                      </block>
                    </next>
                  </block>
                </xml>
                

                Unbenannt.jpg

                Thomas Braun 1 Reply Last reply Reply Quote 0
                • Thomas Braun
                  Thomas Braun Most Active @Schmiddi1008 last edited by

                  @schmiddi1008

                  Logisch. Du schaltest ja bei jeder Änderung.
                  Das Gerät wird das Schalten per Ton quittieren.

                  Hysterese einbauen, würde ich sagen.

                  S M 2 Replies Last reply Reply Quote 0
                  • S
                    Schmiddi1008 @Thomas Braun last edited by

                    @thomas-braun

                    Okay danke.
                    Wie gehts das ?

                    Thomas Braun 1 Reply Last reply Reply Quote 0
                    • Thomas Braun
                      Thomas Braun Most Active @Schmiddi1008 last edited by

                      @schmiddi1008

                      Hab ich nix im Ärmel zu.
                      Vielleicht mal danach suchen oder @paul53 lieb fragen.

                      1 Reply Last reply Reply Quote 0
                      • M
                        mike2712 @Thomas Braun last edited by

                        @Schmiddi1008
                        @thomas-braun sagte in Test Adapter Bestway v0.0.x:

                        @schmiddi1008

                        Logisch. Du schaltest ja bei jeder Änderung.
                        Das Gerät wird das Schalten per Ton quittieren.

                        Hysterese einbauen, würde ich sagen.

                        oder einfach status Abfrage aus dem Adapter,

                        • nicht einschalten wenn Status bereits ein ist
                        • nicht ausschalten wenn Status bereits aus ist
                        1 Reply Last reply Reply Quote 0
                        • Kaba
                          Kaba @tombox last edited by

                          @tombox

                          Hi tombox,
                          zunächst vielen Dank für den Adapter.
                          Ich habe von Bestway den Typ Madeira, der in den Objekten nicht die Werte true/false sondern 1/0 setzt.
                          ceafd12a-291c-43bd-ac35-b6db25ffeb72-image.png
                          Die Objekte waren standardmäßig nur "readable", ebenfalls auf "writeable geändert. Ebenfalls mit verschiedenen "Zustandstyp" und "Rolle" probiert. Bekomme jedoch im Script weder mit Zahl noch mit Sting eine Ansteuerung hin. Hat dies evtl. etwas mit dem Apdater zu tun?
                          afad2c36-4c18-4efb-8420-9dca003aa721-image.png
                          Vielen Dank & Gruß
                          Marius

                          T 1 Reply Last reply Reply Quote 0
                          • T
                            tombox @Kaba last edited by

                            @kaba Steuerung geht nur über remote ordner

                            Kaba 2 Replies Last reply Reply Quote 0
                            • Kaba
                              Kaba @tombox last edited by

                              @tombox
                              Ich Trottel! Nicht gesehen 🙄
                              Danke dir 👍

                              1 Reply Last reply Reply Quote 0
                              • Kaba
                                Kaba @tombox last edited by

                                @tombox
                                Ich muss mich noch mal melden - über den Remote-Ordner leider auch keine Steuerung möglich.
                                Auch wenn ich die Werte manuell verändere, keine Ansteuerung bzw. keine Reaktion. Über die Bestway-App funktioniert es tadellos.
                                9c629dd1-d729-4bd0-bd99-1af35380f839-image.png
                                Danke dir, Gruß

                                T 1 Reply Last reply Reply Quote 0
                                • T
                                  tombox @Kaba last edited by

                                  @kaba Was sagt der log

                                  Kaba 1 Reply Last reply Reply Quote 0
                                  • Kaba
                                    Kaba @tombox last edited by Kaba

                                    @tombox
                                    Script löst aus:

                                    2e8963ca-fe52-45d0-bcd7-67ba73cde14f-image.png

                                    Werte werden gesetzt:

                                    6bf17cd4-f657-433a-aa9b-4babe67c5f0b-image.png

                                    Log Fehler:

                                    43d35ba8-63f7-44c3-a1ee-3316320fb7b1-image.png
                                    Bezieht sich scheinbar auf das setzen der Temperatur.

                                    Es erfolgt keine Ansteuerung.

                                    T 1 Reply Last reply Reply Quote 0
                                    • T
                                      tombox @Kaba last edited by

                                      @kaba bräuchte ich ein Zugang um zu sehen was passiert

                                      1 Reply Last reply Reply Quote 0
                                      • M
                                        MichiC00 last edited by

                                        Hi,

                                        ich wollte mal nachfragen, ob es einen Grund dafür gibt wieso unter Status bei den Datenpunkten (und auch bei der v2 Remote) mit einem Wert von 1/0 gearbeitet wird und nicht mit einem Boolean (true/false)?

                                        Ich könnte den Boolean Wert gerade bei der Realisierung einer Visualisierung eher gebrauchen, ansonsten muss ich einen Umweg gehen. Daher kommt meine Frage.

                                        Thomas Braun 1 Reply Last reply Reply Quote 0
                                        • Thomas Braun
                                          Thomas Braun Most Active @MichiC00 last edited by Thomas Braun

                                          @michic00
                                          Intern ist
                                          true =1
                                          false =0

                                          Ist also gar kein Problem.

                                          1 Reply Last reply Reply Quote 1
                                          • F
                                            floabarts last edited by

                                            Hallo zusammen,

                                            ich bin komplett neu im Thema ioBroker und direkt über diesen Adapter gestolpert. Er bietet einen Baustein den ich schon lange suche. Hat jemand von euch bereits eine Integration in Alexa getestet bzw. diese Hierüber ermöglicht?

                                            Liebe Grüße

                                            M 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            999
                                            Online

                                            31.6k
                                            Users

                                            79.4k
                                            Topics

                                            1.3m
                                            Posts

                                            18
                                            71
                                            5031
                                            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