Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Hardware
    4. hm-rpc.1 zeigt nur state no alarm an

    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

    hm-rpc.1 zeigt nur state no alarm an

    This topic has been deleted. Only users with topic management privileges can see it.
    • paul53
      paul53 @markus-now last edited by

      @markus-now Was ist "HBW0000722" für ein Gerät ? Da das Parameter-Set von Kanal 0 nicht gefunden wird, erfolgt ein Abbruch. Kannst Du das Gerät mal ablernen, um zu testen, ob es ohne funktioniert ?

      M 1 Reply Last reply Reply Quote 0
      • M
        markus-now @Knallochse last edited by

        @Knallochse Habe die eingetragenen Ports gelöscht und neu gestartet.
        Keine Änderung
        799.PNG

        Knallochse 1 Reply Last reply Reply Quote 0
        • M
          markus-now @paul53 last edited by

          @paul53 sagte in hm-rpc.1 zeigt nur state no alarm an:

          HBW0000722

          ist ein 6fach Taster von Hausbus.
          Ich lerne ihn mal ab und probiere es noch einmal.
          111.PNG

          paul53 1 Reply Last reply Reply Quote 0
          • paul53
            paul53 @markus-now last edited by

            @markus-now sagte:

            6fach Taster von Hausbus

            Mit 32 Kanälen ?

            M 2 Replies Last reply Reply Quote 0
            • M
              markus-now @paul53 last edited by

              @paul53habe es schon gelöscht gebe dir nochmal Bescheid wenn ich es wieder angelernt habe

              paul53 M 2 Replies Last reply Reply Quote 0
              • Knallochse
                Knallochse @markus-now last edited by

                @markus-now
                Mir ist noch was aufgefallen. Du musst noch die IP deines IoBroker unter „IP-Adressen für den eingeschränkten Zugriff“
                In der CCU eintragen

                M 1 Reply Last reply Reply Quote 0
                • paul53
                  paul53 @markus-now last edited by

                  @markus-now sagte:

                  habe es schon gelöscht

                  Liefert ioBroker dann die Datenpunkte der restlichen Geräte ?

                  1 Reply Last reply Reply Quote 0
                  • M
                    markus-now @markus-now last edited by

                    @markus-now super genial DAAAANKE paul53 das wahr das problem☺ ☺ ☺ ☺
                    👌 Ich lerne das den Taster mal wieder an und wir werden sehen was passiert.

                    M 1 Reply Last reply Reply Quote 0
                    • M
                      markus-now @markus-now last edited by

                      @markus-now 2222.PNG

                      1 Reply Last reply Reply Quote 0
                      • M
                        markus-now @paul53 last edited by

                        @paul53 ja es ist der Taster mit 32 Kanälen.
                        Nachdem ich ihn wieder angelernt habe sind die Probleme auch wieder da.
                        2323.PNG
                        wasb kann ich da machen?☹

                        1 Reply Last reply Reply Quote 0
                        • M
                          markus-now @Knallochse last edited by

                          @Knallochse okay danke mach ich gleich, aber warum funktioniert die Kommunikation mit ioBroker soweit.
                          Ich hatte noch nie die IP Adresse eingetragen.

                          paul53 1 Reply Last reply Reply Quote 0
                          • paul53
                            paul53 @markus-now last edited by

                            @markus-now sagte:

                            warum funktioniert die Kommunikation mit ioBroker soweit

                            Weil Vollzugriff erlaubt ist.

                            M 2 Replies Last reply Reply Quote 0
                            • M
                              markus-now @paul53 last edited by

                              @paul53 okay Danke wie mache ich am besten die Einstellungen.
                              Überall eingeschränkt und dann die IP Adresse in der ccu eintragen.

                              1 Reply Last reply Reply Quote 0
                              • M
                                markus-now @paul53 last edited by

                                @paul53 So oder sind noch welche Ports wichtig.
                                1111.PNG

                                paul53 1 Reply Last reply Reply Quote 0
                                • paul53
                                  paul53 @markus-now last edited by

                                  @markus-now sagte:

                                  So oder sind noch welche Ports wichtig.

                                  Da bin ich nicht der Profi, denn ich betreibe keine CCU.

                                  M 1 Reply Last reply Reply Quote 0
                                  • M
                                    markus-now @paul53 last edited by

                                    @paul53 Okay danke, aber was kann ich mit dem Taster Problem machen.

                                    paul53 1 Reply Last reply Reply Quote 0
                                    • paul53
                                      paul53 @markus-now last edited by paul53

                                      @markus-now Ich habe mir mal die Datei hbw_sd6_multikey.xml angesehen und festgestellt, dass bei Kanal 0 die "paramsets" fehlen:

                                      <channels>
                                      	<channel index="0" type="MAINTENANCE" count="1" class="maintenance" ui_flags="internal">
                                      	</channel>
                                      

                                      In einer anderen hbw-XML-Datei sieht es besser aus:

                                      <channels>
                                      	<channel index="0" type="MAINTENANCE" ui_flags="internal" class="maintenance" count="1">
                                      		<paramset type="MASTER" id="maint_ch_master"/>
                                      		<paramset type="VALUES" id="maint_ch_values">
                                      			<parameter id="UNREACH" operations="read,event" ui_flags="service">
                                      				<logical type="boolean"/>
                                      				<physical type="integer" interface="internal" value_id="UNREACH"/>
                                      			</parameter>
                                      			<parameter id="STICKY_UNREACH" operations="read,write,event" ui_flags="service">
                                      				<logical type="boolean"/>
                                      				<physical type="integer" interface="internal" value_id="STICKY_UNREACH"/>
                                      			</parameter>
                                      			<parameter id="CONFIG_PENDING" operations="read,event" ui_flags="service">
                                      				<logical type="boolean"/>
                                      				<physical type="integer" interface="internal" value_id="CONFIG_PENDING"/>
                                      			</parameter>
                                      		</paramset>
                                      	</channel>
                                      

                                      Ich würde es so versuchen: Gerät (6 Tasten) ablernen, XML-Datei korrigieren, Gerät wieder anlernen und für ioBroker hoffen.

                                      M 1 Reply Last reply Reply Quote 0
                                      • M
                                        markus-now @paul53 last edited by

                                        @paul53 sagte in hm-rpc.1 zeigt nur state no alarm an:

                                        hbw_lc4_in4_dr.xml

                                        Leider bin ich noch nicht soweit fortgeschritten und professionell wie ihr es seid.
                                        Kannst du mir da helfen, wo ich die xml-Datei finde.

                                        paul53 1 Reply Last reply Reply Quote 0
                                        • paul53
                                          paul53 @markus-now last edited by

                                          @markus-now sagte:

                                          wo ich die xml-Datei finde

                                          Laut Installationsskript in /usr/local/etc/config/addons/hausbusde. Ob das auch das aktive Verzeichnis für die CCU ist, weiß ich nicht (habe keine).

                                          M 7 Replies Last reply Reply Quote 0
                                          • M
                                            markus-now @paul53 last edited by

                                            @paul53 Okay Datei habe ich gefunden sieht so aus.
                                            333.PNG
                                            Aber was muss ich zwischen der Zeile 76 und 77 eintragen.

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            856
                                            Online

                                            31.7k
                                            Users

                                            79.8k
                                            Topics

                                            1.3m
                                            Posts

                                            7
                                            77
                                            3230
                                            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