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.
    • 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
                    • M
                      markus-now @paul53 last edited by

                      @paul53 Kann ich das da eintragen?
                      555.PNG

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

                        @paul53 ich habe jetzt das mal in die XML eingetragen und starte neu, melde mich dann.
                        777.PNG

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

                          @paul53 nach dem Eintrag in die XML Datei kommt das in der log

                          hm-rpc.1 2019-05-15 20:39:18.304 info Connected
                          hm-rpc.1 2019-05-15 20:39:18.245 info xmlrpc -> 344 devices
                          hm-rpc.1 2019-05-15 20:39:18.109 info xmlrpc <- listDevices ["hm-rpc.1"]
                          hm-rpc.1 2019-05-15 20:39:18.102 info xmlrpc <- system.listMethods ["hm-rpc.1"]
                          hm-rpc.1 2019-05-15 20:39:18.077 info xmlrpc client is trying to connect to 192.168.178.28:2000/ with ["http://192.168.178.33:2000","hm-rpc.1"]
                          hm-rpc.1 2019-05-15 20:39:18.076 info xmlrpc server is trying to listen on 192.168.178.33:2000
                          hm-rpc.1 2019-05-15 20:39:17.820 info starting. Version 1.9.11 in /opt/iobroker/node_modules/iobroker.hm-rpc, node: v8.16.0
                          host.ioBroker 2019-05-15 20:39:16.744 info instance system.adapter.hm-rpc.1 started with pid 15843
                          host.ioBroker 2019-05-15 20:39:14.444 info instance system.adapter.hm-rpc.1 terminated with code 0 (OK)
                          hm-rpc.1 2019-05-15 20:39:14.240 info Disconnected
                          hm-rpc.1 2019-05-15 20:39:14.228 info xmlrpc -> 192.168.178.28:2000/ init ["http://192.168.178.33:2000",""]
                          host.ioBroker 2019-05-15 20:39:14.227 info stopInstance timeout "1000 system.adapter.hm-rpc.1 killing pid 15576
                          host.ioBroker 2019-05-15 20:39:13.136 info stopInstance system.adapter.hm-rpc.1
                          host.ioBroker 2019-05-15 20:39:13.136 info object change system.adapter.hm-rpc.1
                          hm-rpc.1 2019-05-15 20:39:08.765 warn No image for "HBW-SD6-Multikey-v1" found.
                          hm-rpc.1 2019-05-15 20:39:08.756 info xmlrpc <- newDevices 344
                          hm-rpc.1 2019-05-15 20:39:07.617 info Connected
                          hm-rpc.1 2019-05-15 20:39:07.550 info xmlrpc -> 0 devices
                          hm-rpc.1 2019-05-15 20:39:06.595 info xmlrpc <- listDevices ["hm-rpc.1"]
                          hm-rpc.1 2019-05-15 20:39:06.587 info xmlrpc <- system.listMethods ["hm-rpc.1"]
                          hm-rpc.1 2019-05-15 20:39:06.556 info xmlrpc client is trying to connect to 192.168.178.28:2000/ with ["http://192.168.178.33:2000","hm-rpc.1"]
                          hm-rpc.1 2019-05-15 20:39:06.555 info xmlrpc server is trying to listen on 192.168.178.33:2000
                          hm-rpc.1 2019-05-15 20:39:06.281 info starting. Version 1.9.11 in /opt/iobroker/node_modules/iobroker.hm-rpc, node: v8.16.0
                          host.ioBroker 2019-05-15 20:39:05.265 info instance system.adapter.hm-rpc.1 started with pid 15576
                          host.ioBroker 2019-05-15 20:39:02.794 info instance system.adapter.hm-rpc.1 terminated with code 0 (OK)
                          hm-rpc.1 2019-05-15 20:39:02.766 info xmlrpc -> 192.168.178.28:2000/ init ["http://192.168.178.33:2000",""]
                          hm-rpc.1 2019-05-15 20:39:02.755 info Disconnected
                          hm-rpc.1 2019-05-15 20:39:02.745 info xmlrpc -> 192.168.178.28:2000/ init ["http://192.168.178.33:2000",""]
                          host.ioBroker 2019-05-15 20:39:02.742 info stopInstance timeout "1000 system.adapter.hm-rpc.1 killing pid 14166
                          host.ioBroker 2019-05-15 20:39:01.741 info stopInstance system.adapter.hm-rpc.1

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

                            @paul53Du bist echt spitze, danke dir es geht.
                            So ein geniales Forum hier DANKE euch allen noch einmal.☺ ☺ ☺ ☺ ☺ 👌 👌 👌 👌 👍 👍 👍 👏 👏 👏 👏

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

                              @paul53 999.PNG

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

                                @paul53 noch eine frage, ist es normal, dass die Taster immer auf true stehen.
                                22222.PNG
                                und wenn ich ihn betätige sieht er so aus444444.PNG

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

                                  @markus-now sagte:

                                  ist es normal, dass die Taster immer auf true stehen.

                                  Ja.

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

                                    @paul53 Danke👍

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

                                      @paul53 ich hoffe das ich dich nicht so sehr belästige, aber hast du eventuell zu dem Thema noch eine Idee.
                                      Link Text

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

                                        @markus-now sagte:

                                        hast du eventuell zu dem Thema noch eine Idee

                                        Nein, mit Alexa habe ich nichts am Hut, beschäftige mich also auch nicht damit.

                                        Du solltest den Betreiber der Webseite haus-bus.de über die fehlerhafte Datei hbw_sd6_multikey.xml informieren.

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

                                          @paul53 Okay. Danke werde ich direkt machen.

                                          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:

                                            fehlerhafte Datei hbw_sd6_multikey.xml

                                            Habe eben eine Email an haus-bus.de geschrieben, melde mich was sie antworten.

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            841
                                            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