Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. alte iobroker images

    NEWS

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    alte iobroker images

    This topic has been deleted. Only users with topic management privileges can see it.
    • M
      mrjeschke @Homoran last edited by

      @homoran
      Sorry wenn mal ganz doof fragen darf. Wenn nur das Modul String fehlt,
      reicht dann nicht ein

      cd /opt/iobroker
      npm install string
      
      Homoran F 3 Replies Last reply Reply Quote 0
      • Homoran
        Homoran Global Moderator Administrators @mrjeschke last edited by

        @maik-0 sagte in alte iobroker images:

        Wenn nur das Modul String fehlt,
        reicht dann nicht ein

        cd /opt/iobroker
        npm install string                                            
        

        Im Prinzip irgendwie so, ja!
        Da bin ich

        • nicht fit genug um dir zu sagen ob Ort und Befehl klappen
        • nicht sicher, dass das Paket überhaupt noch (so) installiert werden kann
          • sonst müsste es bei der Installation des Adapters installiert werden
        1 Reply Last reply Reply Quote 0
        • F
          Flinke Flasche @mrjeschke last edited by

          @maik-0

          probiere gerade noch was anderes. wenns nicht klappt teste ich das mal.

          danke

          1 Reply Last reply Reply Quote 0
          • F
            Flinke Flasche @mrjeschke last edited by

            @maik-0

            hat schon mal ein bisschen verbessert.
            Der Adapter startet, zieht sich Daten und schließt sich dann.

            	2022-01-15 14:31:25.350	error	The id is empty! Please provide a valid id.
            
            arcam.0
            2022-01-15 14:31:25.349	error	Error: The id is empty! Please provide a valid id. at validateId (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:501:19) at Adapter.setState (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:6081:17) at Socket.<anonymous> (/opt/iobroker/node_modules/iobroker.arcam/arcam.js:438:14) at Socket.emit (events.js:314:20) at addChunk (_stream_readable.js:297:12) at readableAddChunk (_stream_readable.js:272:9) at Socket.Readable.push (_stream_readable.js:213:10) at TCP.onStreamRead (internal/stream_base_commons.js:188:23)
            
            arcam.0
            2022-01-15 14:31:25.337	error	unhandled promise rejection: The id is empty! Please provide a valid id.
            
            arcam.0
            2022-01-15 14:31:25.335	error	Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
            
            Homoran 1 Reply Last reply Reply Quote 0
            • Homoran
              Homoran Global Moderator Administrators @Flinke Flasche last edited by

              @flinke-flasche sagte in alte iobroker images:

              zieht sich Daten

              tut er das?

              @flinke-flasche sagte in alte iobroker images:

              The id is empty! Please provide a valid id.

              F 1 Reply Last reply Reply Quote 0
              • F
                Flinke Flasche @Homoran last edited by

                @homoran

                ja, das sind die Daten aus dem ARCAM

                m.0
                2022-01-15 15:36:20.086	debug	State *** arcamAudio.DolbyLeveller.Level *** set with value *** 0 ***
                
                arcam.0
                2022-01-15 15:36:20.083	debug	Message Received: <<< Rx_Zn: 01 Cc: 39 Rx_Ac: 00 Rx_Dl: 01 Rx_Data: 00 >>>
                
                arcam.0
                2022-01-15 15:36:20.038	debug	Gesendet wird: TxCc= 57 TxZn: 01 TxData: 240
                
                arcam.0
                2022-01-15 15:36:19.813	warn	Terminated (UNCAUGHT_EXCEPTION): Without reason
                
                arcam.0
                2022-01-15 15:36:19.812	info	terminating
                
                arcam.0
                2022-01-15 15:36:19.680	debug	State *** arcamAudio.DolbyVolume.CalOffset.Level *** set with value *** 15 ***
                
                arcam.0
                2022-01-15 15:36:19.678	debug	Message Received: <<< Rx_Zn: 01 Cc: 3a Rx_Ac: 00 Rx_Dl: 01 Rx_Data: 0f >>>
                
                arcam.0
                2022-01-15 15:36:19.634	debug	Gesendet wird: TxCc= 58 TxZn: 01 TxData: 240
                
                arcam.0
                2022-01-15 15:36:19.477	debug	State *** arcamAudio.DolbyVolume.Status *** set with value *** Dolby Volume off ***
                
                arcam.0
                2022-01-15 15:36:19.476	debug	Message Received: <<< Rx_Zn: 01 Cc: 38 Rx_Ac: 00 Rx_Dl: 01 Rx_Data: 00 >>>
                
                arcam.0
                2022-01-15 15:36:19.431	debug	Gesendet wird: TxCc= 56 TxZn: 01 TxData: 240
                
                arcam.0
                2022-01-15 15:36:19.309	debug	<< ADAPTER UNLOAD >>
                
                arcam.0
                2022-01-15 15:36:19.298	error	The id is empty! Please provide a valid id.
                
                arcam.0
                2022-01-15 15:36:19.297	error	Error: The id is empty! Please provide a valid id. at validateId (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:501:19) at Adapter.setState (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:6081:17) at Socket.<anonymous> (/opt/iobroker/node_modules/iobroker.arcam/arcam.js:438:14) at Socket.emit (events.js:314:20) at addChunk (_stream_readable.js:297:12) at readableAddChunk (_stream_readable.js:272:9) at Socket.Readable.push (_stream_readable.js:213:10) at TCP.onStreamRead (internal/stream_base_commons.js:188:23)
                
                arcam.0
                2022-01-15 15:36:19.285	error	unhandled promise rejection: The id is empty! Please provide a valid id.
                
                arcam.0
                2022-01-15 15:36:19.284	error	Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                
                arcam.0
                2022-01-15 15:36:19.280	debug	State *** undefined *** set with value *** ***
                
                arcam.0
                2022-01-15 15:36:19.274	debug	Message Received: <<< Rx_Zn: 01 Cc: 4e Rx_Ac: 00 Rx_Dl: 01 Rx_Data: 00 >>>
                
                arcam.0
                2022-01-15 15:36:19.228	debug	Gesendet wird: TxCc= 78 TxZn: 01 TxData: 240
                
                arcam.0
                2022-01-15 15:36:19.075	debug	State *** arcamAudio.Mode.RoomEq *** set with value *** Room Eq On ***
                
                arcam.0
                2022-01-15 15:36:19.072	debug	Message Received: <<< Rx_Zn: 01 Cc: 37 Rx_Ac: 00 Rx_Dl: 01 Rx_Data: 01 >>>
                
                arcam.0
                2022-01-15 15:36:19.025	debug	Gesendet wird: TxCc= 55 TxZn: 01 TxData: 240
                
                arcam.0
                2022-01-15 15:36:18.671	debug	State *** arcamTuner.FM.Info.Genre *** set with value *** ***
                
                arcam.0
                2022-01-15 15:36:18.668	debug	Message Received: <<< Rx_Zn: 01 Cc: 03 Rx_Ac: 00 Rx_Dl: 00 Rx_Data: >>>
                
                arcam.0
                2022-01-15 15:36:18.619	debug	Gesendet wird: TxCc= 3 TxZn: 01 TxData: 240
                
                arcam.0
                2022-01-15 15:36:18.469	debug	State *** arcamInput.Video *** set with value *** BD ***
                
                arcam.0
                2022-01-15 15:36:18.466	debug	Message Received: <<< Rx_Zn: 01 Cc: 0a Rx_Ac: 00 Rx_Dl: 01 Rx_Data: 00 >>>
                
                arcam.0
                2022-01-15 15:36:18.415	debug	Gesendet wird: TxCc= 10 TxZn: 01 TxData: 240
                
                arcam.0
                2022-01-15 15:36:18.258	debug	State *** arcamAudio.Mode.DecodeMode.2Channel *** set with value *** DTS Neural:X ***
                
                arcam.0
                2022-01-15 15:36:18.255	debug	Message Received: <<< Rx_Zn: 01 Cc: 10 Rx_Ac: 00 Rx_Dl: 01 Rx_Data: 0a >>>
                
                arcam.0
                2022-01-15 15:36:18.210	debug	Gesendet wird: TxCc= 16 TxZn: 01 TxData: 240
                
                arcam.0
                2022-01-15 15:36:18.053	debug	State *** arcamAudio.Mode.DecodeMode.MultiChannel *** set with value *** DTS-ES / Neural:X ***
                
                arcam.0
                2022-01-15 15:36:18.051	debug	Message Received: <<< Rx_Zn: 01 Cc: 11 Rx_Ac: 00 Rx_Dl: 01 Rx_Data: 03 >>>
                
                arcam.0
                2022-01-15 15:36:18.007	debug	Gesendet wird: TxCc= 17 TxZn: 01 TxData: 240
                
                arcam.0
                2022-01-15 15:36:17.867	debug	State *** arcamTuner.DAB.Info.DLS_PDT_Info *** set with value ***  ***
                
                arcam.0
                2022-01-15 15:36:17.863	debug	Message Received: <<< Rx_Zn: 01 Cc: 1a Rx_Ac: 00 Rx_Dl: 81 Rx_Data: 000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 >>>
                
                arcam.0
                2022-01-15 15:36:17.804	debug	Gesendet wird: TxCc= 26 TxZn: 01 TxData: 240
                
                arcam.0
                2022-01-15 15:36:17.649	debug	State *** arcamAudio.Info.IncomingAudioSampleRate *** set with value *** 48 kHz ***
                
                arcam.0
                2022-01-15 15:36:17.647	debug	Message Received: <<< Rx_Zn: 01 Cc: 44 Rx_Ac: 00 Rx_Dl: 01 Rx_Data: 02 >>>
                
                arcam.0
                2022-01-15 15:36:17.602	debug	Gesendet wird: TxCc= 68 TxZn: 01 TxData: 240
                
                arcam.0
                2022-01-15 15:36:17.459	debug	State *** arcamAudio.Info.IncomingAudioFormat *** set with value *** Undetected / Undetected ***
                
                arcam.0
                2022-01-15 15:36:17.446	debug	Message Received: <<< Rx_Zn: 01 Cc: 43 Rx_Ac: 00 Rx_Dl: 02 Rx_Data: 1521 >>>
                
                arcam.0
                2022-01-15 15:36:17.398	debug	Gesendet wird: TxCc= 67 TxZn: 01 TxData: 240
                
                arcam.0
                2022-01-15 15:36:17.219	debug	State *** arcamDisplay.FrontDisplay.InfoType *** set with value *** Processing Mode ***
                
                arcam.0
                2022-01-15 15:36:17.215	debug	Message Received: <<< Rx_Zn: 01 Cc: 09 Rx_Ac: 00 Rx_Dl: 01 Rx_Data: 00 >>>
                
                arcam.0
                2022-01-15 15:36:17.170	debug	Gesendet wird: TxCc= 9 TxZn: 01 TxData: 240
                
                arcam.0
                2022-01-15 15:36:17.014	debug	State *** arcamVideo.Info.IncomingVideoMode *** set with value *** 1x15120 153Hz undefinedundefined ***
                
                arcam.0
                2022-01-15 15:36:17.012	debug	Message Received: <<< Rx_Zn: 01 Cc: 42 Rx_Ac: 00 Rx_Dl: 07 Rx_Data: 00013b10997400 >>>
                
                arcam.0
                2022-01-15 15:36:16.964	debug	Gesendet wird: TxCc= 66 TxZn: 01 TxData: 240
                
                arcam.0
                2022-01-15 15:36:16.811	debug	State *** arcamInput.Input2 *** set with value *** Follow Zone 1 ***
                
                arcam.0
                2022-01-15 15:36:16.809	debug	Message Received: <<< Rx_Zn: 02 Cc: 1d Rx_Ac: 00 Rx_Dl: 01 Rx_Data: 00 >>>
                
                arcam.0
                2022-01-15 15:36:16.760	debug	Gesendet wird: TxCc= 29 TxZn: 02 TxData: 240
                
                arcam.0
                2022-01-15 15:36:16.609	debug	State *** arcamInput.Input *** set with value *** BD ***
                
                arcam.0
                2022-01-15 15:36:16.607	debug	Message Received: <<< Rx_Zn: 01 Cc: 1d Rx_Ac: 00 Rx_Dl: 01 Rx_Data: 02 >>>
                
                arcam.0
                2022-01-15 15:36:16.557	debug	Gesendet wird: TxCc= 29 TxZn: 01 TxData: 240
                
                arcam.0
                2022-01-15 15:36:16.207	debug	State *** arcamSystem.Power2 *** set with value *** 00 ***
                
                arcam.0
                2022-01-15 15:36:16.203	debug	Message Received: <<< Rx_Zn: 02 Cc: 00 Rx_Ac: 00 Rx_Dl: 01 Rx_Data: 00 >>>
                
                arcam.0
                2022-01-15 15:36:16.152	debug	Gesendet wird: TxCc= 0 TxZn: 02 TxData: 240
                
                arcam.0
                2022-01-15 15:36:15.996	debug	State *** arcamSystem.Power *** set with value *** 00 ***
                
                arcam.0
                2022-01-15 15:36:15.993	debug	Message Received: <<< Rx_Zn: 01 Cc: 00 Rx_Ac: 00 Rx_Dl: 01 Rx_Data: 00 >>>
                
                arcam.0
                2022-01-15 15:36:15.948	debug	Gesendet wird: TxCc= 0 TxZn: 01 TxData: 240
                
                arcam.0
                2022-01-15 15:36:15.793	debug	State *** arcamAudio.Mode.Compression *** set with value *** Off ***
                
                arcam.0
                2022-01-15 15:36:15.791	debug	Message Received: <<< Rx_Zn: 01 Cc: 41 Rx_Ac: 00 Rx_Dl: 01 Rx_Data: 00 >>>
                
                arcam.0
                2022-01-15 15:36:15.744	debug	Gesendet wird: TxCc= 65 TxZn: 01 TxData: 240
                
                arcam.0
                2022-01-15 15:36:15.590	debug	State *** arcamDisplay.FrontDisplay.Brightness *** set with value *** Off ***
                
                arcam.0
                2022-01-15 15:36:15.587	debug	Message Received: <<< Rx_Zn: 01 Cc: 01 Rx_Ac: 00 Rx_Dl: 01 Rx_Data: 00 >>>
                
                arcam.0
                2022-01-15 15:36:15.539	debug	Gesendet wird: TxCc= 1 TxZn: 01 TxData: 240
                
                arcam.0
                2022-01-15 15:36:15.379	debug	State *** arcamAudio.Info.Headphones.Status *** set with value *** Headphones Not Connected ***
                
                arcam.0
                2022-01-15 15:36:15.375	debug	Message Received: <<< Rx_Zn: 01 Cc: 02 Rx_Ac: 00 Rx_Dl: 01 Rx_Data: 00 >>>
                
                arcam.0
                2022-01-15 15:36:15.330	debug	Gesendet wird: TxCc= 2 TxZn: 01 TxData: 240
                
                arcam.0
                2022-01-15 15:36:15.177	debug	State *** arcamAudio.Volume.Mute2 *** set with value *** 1 ***
                
                arcam.0
                2022-01-15 15:36:15.173	debug	Message Received: <<< Rx_Zn: 02 Cc: 0e Rx_Ac: 00 Rx_Dl: 01 Rx_Data: 00 >>>
                
                arcam.0
                2022-01-15 15:36:15.126	debug	Gesendet wird: TxCc= 14 TxZn: 02 TxData: 240
                
                arcam.0
                2022-01-15 15:36:14.975	debug	State *** arcamAudio.Volume.Mute *** set with value *** 0 ***
                
                arcam.0
                2022-01-15 15:36:14.971	debug	Message Received: <<< Rx_Zn: 01 Cc: 0e Rx_Ac: 00 Rx_Dl: 01 Rx_Data: 01 >>>
                
                arcam.0
                2022-01-15 15:36:14.922	debug	Gesendet wird: TxCc= 14 TxZn: 01 TxData: 240
                
                arcam.0
                2022-01-15 15:36:14.774	debug	State *** arcamAudio.Volume.Volume2 *** set with value *** 50 ***
                
                arcam.0
                2022-01-15 15:36:14.771	debug	Message Received: <<< Rx_Zn: 02 Cc: 0d Rx_Ac: 00 Rx_Dl: 01 Rx_Data: 32 >>>
                
                arcam.0
                2022-01-15 15:36:14.717	debug	Gesendet wird: TxCc= 13 TxZn: 02 TxData: 240
                
                arcam.0
                2022-01-15 15:36:14.568	debug	State *** arcamAudio.Volume.Volume *** set with value *** 50 ***
                
                arcam.0
                2022-01-15 15:36:14.560	debug	Message Received: <<< Rx_Zn: 01 Cc: 0d Rx_Ac: 00 Rx_Dl: 01 Rx_Data: 32 >>>
                
                arcam.0
                2022-01-15 15:36:14.513	debug	Gesendet wird: TxCc= 13 TxZn: 01 TxData: 240
                
                arcam.0
                2022-01-15 15:36:14.488	debug	verification of states completed - starting autoRequest
                
                arcam.0
                2022-01-15 15:36:12.585	info	State value to set for "arcam.0.arcamSystem.Info.Connected" has to be type "bool" but received type "number"
                
                arcam.0
                2022-01-15 15:36:12.572	debug	adapter connected to ARCAM-AVR: 192.168.0.99:5000
                
                arcam.0
                2022-01-15 15:36:12.455	debug	<< ADAPTER MAIN BLOCK >>
                
                arcam.0
                2022-01-15 15:36:12.453	debug	<< ADAPTER READY >>
                
                Homoran 1 Reply Last reply Reply Quote 0
                • Homoran
                  Homoran Global Moderator Administrators @Flinke Flasche last edited by

                  @flinke-flasche sagte in alte iobroker images:

                  ja

                  was für eine ID fehlt ihm denn?

                  F 1 Reply Last reply Reply Quote 0
                  • F
                    Flinke Flasche @Homoran last edited by

                    @homoran

                    keine Ahnung

                    Homoran 1 Reply Last reply Reply Quote 0
                    • Homoran
                      Homoran Global Moderator Administrators @Flinke Flasche last edited by

                      @flinke-flasche sagte in alte iobroker images:

                      keine Ahnung

                      aber ich????

                      Ich kenne den Adapter nicht und weiß nicht wo da eine ID eingegeben werden muss.
                      Ohne Screenshot der Instanzenkonfig bin ich im Blindflug

                      Hast du dir die Konfig nach der Meldung wenigstens mal angesehen?

                      F 1 Reply Last reply Reply Quote 0
                      • F
                        Flinke Flasche @Homoran last edited by

                        @homoran

                        es kann nirgends eine ID eingegeben werden.

                        Bildschirmfoto 2022-01-15 um 16.06.40.jpg

                        Homoran 1 Reply Last reply Reply Quote 0
                        • Homoran
                          Homoran Global Moderator Administrators @Flinke Flasche last edited by

                          @flinke-flasche sagte in alte iobroker images:

                          es kann nirgends eine ID eingegeben werden.

                          dann zeig mal die Objects

                          F 1 Reply Last reply Reply Quote 0
                          • F
                            Flinke Flasche @Homoran last edited by

                            @homoran

                            da gibt es sehr viele Ordner

                            Bildschirmfoto 2022-01-15 um 16.11.58.jpg

                            1 Reply Last reply Reply Quote 0
                            • Homoran
                              Homoran Global Moderator Administrators last edited by

                              Ich habe keine Ahnung, das müsste sich ein Dev ansehen.
                              Eine angemeckerte Stelle ist:

                              					adapter.setState(stateName, {
                              					val: stateVal,
                              					ack: true
                              					});
                              

                              https://github.com/Schorsch99/ioBroker.arcam/blob/master/arcam.js#L438

                              F 1 Reply Last reply Reply Quote 0
                              • F
                                Flinke Flasche @Homoran last edited by

                                @homoran

                                ich auch nicht.
                                Trotzdem DANKE für deine Zeit und fürs helfen.

                                Muss mir evtl. doch mal ne neue Fernbedienung suchen.

                                F 1 Reply Last reply Reply Quote 0
                                • F
                                  Flinke Flasche @Flinke Flasche last edited by

                                  Ich habe es nun hinbekommen.

                                  Ich habe eine altes Image im Netz gefunden und installiert.

                                  Der Arcam Adapter funktionierte, allerdings brauchte ich noch den SimpleAPI Adapter. Dafür musste ich den js.Controller aktualisieren.
                                  Mit der aktuellen Version 3.3 ging es wieder nicht.
                                  Danach habe ich auf 2.2.10 downgegradet und nun funktioniert wieder alles.

                                  Vermutlich funktioniert es auch wenn ich das aktuelle Image verwende und da versuche den js.controller downgrade.

                                  Homoran 1 Reply Last reply Reply Quote 0
                                  • Homoran
                                    Homoran Global Moderator Administrators @Flinke Flasche last edited by

                                    @flinke-flasche sagte in alte iobroker images:

                                    da versuche den js.controller downgrade.

                                    nein, weil dann einiges anderes (u.a. der admin) nicht mehr laufen.

                                    @flinke-flasche sagte in alte iobroker images:

                                    Ich habe eine altes Image im Netz gefunden und installiert.

                                    denn mal viel Glück
                                    man kann auch keine Aktuelle Software unter win 3.11 installieren

                                    F 1 Reply Last reply Reply Quote 0
                                    • F
                                      Flinke Flasche @Homoran last edited by

                                      @homoran

                                      Danke.
                                      Werd mir jetzt das Image abspeichern als Sicherheit.

                                      Da hast du natürlich recht.

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

                                      Support us

                                      ioBroker
                                      Community Adapters
                                      Donate
                                      FAQ Cloud / IOT
                                      HowTo: Node.js-Update
                                      HowTo: Backup/Restore
                                      Downloads
                                      BLOG

                                      994
                                      Online

                                      31.7k
                                      Users

                                      79.7k
                                      Topics

                                      1.3m
                                      Posts

                                      4
                                      45
                                      1557
                                      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