Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. yamaha-community.0: cannot find start file!

    NEWS

    • Wir empfehlen: Node.js 22.x

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker goes Matter ... Matter Adapter in Stable

    yamaha-community.0: cannot find start file!

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

      startInstance yamaha-community.0: cannot find start file!

      Nachdem ich beim "normalen" Yamaha Adapter beim Setzen der Lautstärke - vermeintlich seit Umstellung auf js-Controller 2.0.x - Fehlermeldungen im Log hatte:

      (1289) You are assigning a number to the state "yamaha.0.volume" which expects a integer. Please fix your code to use a integer or change the state type to number. This warning might become an error .........
      

      Ja, ich habe den DP mehrfach auf Number geändert, aber am nächsten Tag steht der wieder auf integer und wirft eine unnschöne Fehlermeldung ins Log.

      Somit habe ich ZUSÄTZLICH den "Yamaha-community" Adapter installiert. Leider bekomme ich selbst nach einem Neustart der VM diese Fehlermeldung und der Adpater startet nicht.

      host.ioBroker-Prod	2019-11-06 09:27:21.270	error	startInstance yamaha-community.0: cannot find start file!
      

      Auch wenn ich den alten normalen Adapter stoppe, der Community startet nicht. Habe aber auch schon nachgesehen, da steht der Datenpunkt "Volumen" auch auf Integer.

      LG, mxa

      sigi234 2 Replies Last reply Reply Quote 0
      • sigi234
        sigi234 Forum Testing Most Active @metaxa last edited by sigi234

        @metaxa

        Hi, das ist die Start - Lautstärke für den Yamaha

        Edit, falsch.

        Bekomme keinen Fehler, mein RAW:

        {
          "from": "system.host.Medion.cli",
          "ts": 1527318670732,
          "common": {
            "name": "Volume",
            "type": "boolean",
            "role": "media.volume",
            "desc": "Volume",
            "def": 0,
            "read": true,
            "write": true
          },
          "native": {},
          "acl": {
            "object": 1636,
            "owner": "system.user.admin",
            "ownerGroup": "system.group.administrator",
            "state": 1636
          },
          "_id": "yamaha.0.volume",
          "type": "state"
        }
        
        metaxa 1 Reply Last reply Reply Quote 0
        • metaxa
          metaxa @sigi234 last edited by

          @sigi234 Danke für deine rasche Reaktion. Ich krieg denn community gar nicht gestartet, der "normale" startet ganz normal, bringt aber beim Setzen der Lautstärke o.g. Fehlermeldung bei meinem Blockly Script.

          Vielleicht sollte ich meine Fragen priorisieren 🙂

          1. Warum startet mein Communiy Adapter nicht?
          startInstance yamaha-community.0: cannot find start file!
          
          1. Warum steht der Volumen DP immer auf Integer und verursacht diesen Fehler bei meinem Blockly:
          (1289) You are assigning a number to the state "yamaha.0.volume" which expects a integer. Please fix your code to use a integer or change the state type to number. This warning might become an error ......
          

          LG, mxa

          sigi234 1 Reply Last reply Reply Quote 0
          • sigi234
            sigi234 Forum Testing Most Active @metaxa last edited by sigi234

            @metaxa sagte in yamaha-community.0: cannot find start file!:

            yamaha-community.0

            Ich installiere ihn mal

            host.Medion(Test)	2019-11-06 10:25:05.290	error	startInstance yamaha-community.0: cannot find start file!
            
            1 Reply Last reply Reply Quote 1
            • sigi234
              sigi234 Forum Testing Most Active @metaxa last edited by

              @metaxa

              Hm, habe mal @apollon77 eine PN gesendet.

              metaxa 1 Reply Last reply Reply Quote 1
              • metaxa
                metaxa @sigi234 last edited by metaxa

                @sigi234 wie geschrieben, ich fürchte selbst wenn der community dann läuft, bleibt das auslösende Problem bestehen. Das Setzen der Lautstärke mit meinem Blockly:
                cc758905-c08b-4cd9-894e-a2f453d9e34b-grafik.png
                erzeugt diese Fehlermeldung:

                (1289) You are assigning a number to the state "yamaha.0.volume" which expects a integer. Please fix your code to use a integer or change the state type to number. This warning might become an error .............
                

                Hier meine RAW des Volumen DP:

                {
                  "from": "system.host.iobroker-master-tb.cli",
                  "ts": 1530264713506,
                  "user": "system.user.admin",
                  "common": {
                    "name": "Volume",
                    "type": "boolean",
                    "role": "media.volume",
                    "desc": "Volume",
                    "def": 0,
                    "read": true,
                    "write": true
                  },
                  "native": {},
                  "acl": {
                    "object": 1636,
                    "owner": "system.user.admin",
                    "ownerGroup": "system.group.administrator",
                    "state": 1636
                  },
                  "_id": "yamaha.0.volume",
                  "type": "state"
                }
                

                Leider übrigens auch beim mpd Adapter:

                javascript.0	2019-11-06 11:05:22.138	warn	(1394) You are assigning a number to the state "mpd.0.playid" which expects a integer. Please fix your code to use a integer or change the state type to number. This warning might become an error in ...........
                

                lg, mxa

                apollon77 1 Reply Last reply Reply Quote 0
                • apollon77
                  apollon77 @metaxa last edited by

                  @metaxa der Datentyp ist falsch Boolean für ein Volume macht keinen Sinn. Muss im Adapter gefixt werden. Bitte issues anlegen

                  sigi234 metaxa 3 Replies Last reply Reply Quote 1
                  • sigi234
                    sigi234 Forum Testing Most Active @apollon77 last edited by

                    @apollon77 sagte in yamaha-community.0: cannot find start file!:

                    Bitte issues anlegen

                    Erledigt.https://github.com/iobroker-community-adapters/ioBroker.yamaha-community/issues/9

                    1 Reply Last reply Reply Quote 0
                    • metaxa
                      metaxa @apollon77 last edited by metaxa

                      @apollon77 sagte in yamaha-community.0: cannot find start file!:

                      Danke @apollon77 für dein rasches FB. Lege ich gerne an, nur in welcher Github Version?

                      • ioBroker.yamaha
                      • ioBroker.yamaha-community
                      • und dann gabs dann noch deinen ursprünglichen Github Eintrag, den ich aber wie zu Fleiß jetzt nicht finde ....

                      oder sicherheitshalber in Allen?

                      Ergänzung: beim MPD Adapter war schon ein Kollege sehr eifrig und hat einen umfangreichen Issues vor Monaten angelegt, der Entwickler hat m.M. nach nichts mehr geändert, damit gibt es ähnliche Probleme.

                      P.S.: @sigi234 Wenn wir dich nicht hätten, hätte ich ihn wohl selbst in 2 Minuten anlegen müssen 🙂 Magst dich um den MPD Adapter auch gleich kümmern? 😉

                      sigi234 1 Reply Last reply Reply Quote 0
                      • sigi234
                        sigi234 Forum Testing Most Active @metaxa last edited by

                        @metaxa sagte in yamaha-community.0: cannot find start file!:

                        Magst dich um den MPD Adapter auch gleich kümmern?

                        Nein mach du.😀

                        metaxa 1 Reply Last reply Reply Quote 1
                        • metaxa
                          metaxa @sigi234 last edited by

                          @sigi234 sagte in yamaha-community.0: cannot find start file!:

                          Nein mach du.😀

                          done. https://github.com/instalator/ioBroker.mpd/issues/26

                          1 Reply Last reply Reply Quote 1
                          • Röstkartoffel
                            Röstkartoffel last edited by Röstkartoffel

                            Hat der ioBroker.yamaha-community Adapter nicht schon den ioBroker.yamaha ersetzt und kann über den Admin installiert werden?

                            metaxa 1 Reply Last reply Reply Quote 0
                            • metaxa
                              metaxa @Röstkartoffel last edited by

                              @Röstkartoffel ich habe ihn über die Katze installiert, läuft aber bei mir und sgi234 nicht.

                              Röstkartoffel 1 Reply Last reply Reply Quote 0
                              • apollon77
                                apollon77 last edited by

                                Ok, ich habe nochmal auf github den Namen korrigiert. Bitte neu von Github versuchen

                                1 Reply Last reply Reply Quote 0
                                • Röstkartoffel
                                  Röstkartoffel @metaxa last edited by Röstkartoffel

                                  @metaxa sagte in yamaha-community.0: cannot find start file!:

                                  @Röstkartoffel ich habe ihn über die Katze installiert, läuft aber bei mir und sgi234 nicht.

                                  Unter der Readme im GitHub steht

                                  Installation
                                  via ioBroker Admin.
                                  
                                  Otherweise execute the following command in the iobroker root directory (e.g. in /opt/iobroker) npm install iobroker.yamaha iobroker upload yamaha
                                  

                                  Frage:
                                  Welchen Adapter nutze ich denn, wenn ich den Yamaha v0.3.19 über den Admin installiert habe?

                                  apollon77 1 Reply Last reply Reply Quote 0
                                  • apollon77
                                    apollon77 @Röstkartoffel last edited by

                                    @Röstkartoffel heißt er denn in der Ansicht Yamaha-Community oder Yamaha? Tippe damit auf den originalen von soef

                                    Röstkartoffel 1 Reply Last reply Reply Quote 0
                                    • metaxa
                                      metaxa @apollon77 last edited by metaxa

                                      @apollon77 sagte in yamaha-community.0: cannot find start file!:

                                      @metaxa der Datentyp ist falsch Boolean für ein Volume macht keinen Sinn. Muss im Adapter gefixt werden. Bitte issues anlegen

                                      @apollon77 ist ja irre welches Tempo du vorlegst Ingo, danke!

                                      Adaper über die Katze installiert, upload gemacht, Instanz angelegt:

                                      host.ioBroker-Prod	2019-11-07 21:47:44.019	info	instance system.adapter.yamaha-community.0 started with pid 24763
                                      host.ioBroker-Prod	2019-11-07 21:47:42.542	info	instance system.adapter.yamaha-community.0 terminated with code 156 (156)
                                      host.ioBroker-Prod	2019-11-07 21:47:42.498	info	stopInstance system.adapter.yamaha-community.0 killing pid 24557
                                      host.ioBroker-Prod	2019-11-07 21:47:41.494	info	stopInstance system.adapter.yamaha-community.0 send kill signal
                                      host.ioBroker-Prod	2019-11-07 21:47:41.493	info	stopInstance system.adapter.yamaha-community.0
                                      host.ioBroker-Prod	2019-11-07 21:47:36.826	info	instance system.adapter.yamaha-community.0 started with pid 24557
                                      host.ioBroker-Prod	2019-11-07 21:47:15.886	info	iobroker exit 0
                                      host.ioBroker-Prod	2019-11-07 21:47:14.866	info	iobroker host.ioBroker-Prod object system.adapter.yamaha-community.0 created
                                      host.ioBroker-Prod	2019-11-07 21:47:14.828	info	iobroker host.ioBroker-Prod object system.adapter.yamaha-community.0.alive created
                                      host.ioBroker-Prod	2019-11-07 21:47:14.797	info	iobroker host.ioBroker-Prod object system.adapter.yamaha-community.0.connected created
                                      host.ioBroker-Prod	2019-11-07 21:47:14.763	info	iobroker host.ioBroker-Prod object system.adapter.yamaha-community.0.compactMode created
                                      host.ioBroker-Prod	2019-11-07 21:47:14.731	info	iobroker host.ioBroker-Prod object system.adapter.yamaha-community.0.cpu created
                                      host.ioBroker-Prod	2019-11-07 21:47:14.699	info	iobroker host.ioBroker-Prod object system.adapter.yamaha-community.0.cputime created
                                      host.ioBroker-Prod	2019-11-07 21:47:14.660	info	iobroker host.ioBroker-Prod object system.adapter.yamaha-community.0.memHeapUsed created
                                      host.ioBroker-Prod	2019-11-07 21:47:14.627	info	iobroker host.ioBroker-Prod object system.adapter.yamaha-community.0.memHeapTotal created
                                      host.ioBroker-Prod	2019-11-07 21:47:14.595	info	iobroker host.ioBroker-Prod object system.adapter.yamaha-community.0.memRss created
                                      host.ioBroker-Prod	2019-11-07 21:47:14.562	info	iobroker host.ioBroker-Prod object system.adapter.yamaha-community.0.uptime created
                                      host.ioBroker-Prod	2019-11-07 21:47:14.530	info	iobroker host.ioBroker-Prod object system.adapter.yamaha-community.0.inputCount created
                                      host.ioBroker-Prod	2019-11-07 21:47:14.497	info	iobroker host.ioBroker-Prod object system.adapter.yamaha-community.0.outputCount created
                                      host.ioBroker-Prod	2019-11-07 21:47:14.465	info	iobroker host.ioBroker-Prod object system.adapter.yamaha-community.0.eventLoopLag created
                                      host.ioBroker-Prod	2019-11-07 21:47:14.433	info	iobroker host.ioBroker-Prod object system.adapter.yamaha-community.0.sigKill created
                                      host.ioBroker-Prod	2019-11-07 21:47:14.401	info	iobroker host.ioBroker-Prod object yamaha-community.0.Commands created
                                      host.ioBroker-Prod	2019-11-07 21:47:14.371	info	iobroker host.ioBroker-Prod object yamaha-community.0.Realtime created
                                      host.ioBroker-Prod	2019-11-07 21:47:14.341	info	iobroker host.ioBroker-Prod object yamaha-community.0.Realtime.MAIN.PWR created
                                      host.ioBroker-Prod	2019-11-07 21:47:14.306	info	iobroker host.ioBroker-Prod object yamaha-community.0.SystemConfig created
                                      host.ioBroker-Prod	2019-11-07 21:47:14.275	info	iobroker host.ioBroker-Prod object yamaha-community.0.SystemConfig.name created
                                      host.ioBroker-Prod	2019-11-07 21:47:14.251	info	iobroker host.ioBroker-Prod object yamaha-community.0.SystemConfig.version created
                                      host.ioBroker-Prod	2019-11-07 21:47:14.207	info	iobroker host.ioBroker-Prod object yamaha-community.0.Commands.xmlCommand created
                                      host.ioBroker-Prod	2019-11-07 21:47:14.175	info	iobroker host.ioBroker-Prod object yamaha-community.0.Commands.command created
                                      host.ioBroker-Prod	2019-11-07 21:47:14.146	info	iobroker host.ioBroker-Prod object yamaha-community.0.Commands.webradio created
                                      host.ioBroker-Prod	2019-11-07 21:47:14.115	info	iobroker host.ioBroker-Prod object yamaha-community.0.Commands.volumeUp created
                                      host.ioBroker-Prod	2019-11-07 21:47:14.086	info	iobroker host.ioBroker-Prod object yamaha-community.0.Commands.volumeDown created
                                      host.ioBroker-Prod	2019-11-07 21:47:14.053	info	iobroker host.ioBroker-Prod object yamaha-community.0.Commands.adjustVolume created
                                      host.ioBroker-Prod	2019-11-07 21:47:14.023	info	iobroker host.ioBroker-Prod object yamaha-community.0.Commands.toggleMute created
                                      host.ioBroker-Prod	2019-11-07 21:47:13.993	info	iobroker host.ioBroker-Prod object yamaha-community.0.volume created
                                      host.ioBroker-Prod	2019-11-07 21:47:13.954	info	iobroker host.ioBroker-Prod object yamaha-community.0.input created
                                      host.ioBroker-Prod	2019-11-07 21:47:13.923	info	iobroker host.ioBroker-Prod object yamaha-community.0.surround created
                                      host.ioBroker-Prod	2019-11-07 21:47:13.893	info	iobroker host.ioBroker-Prod object yamaha-community.0.mute created
                                      host.ioBroker-Prod	2019-11-07 21:47:13.864	info	iobroker host.ioBroker-Prod object yamaha-community.0.power created
                                      host.ioBroker-Prod	2019-11-07 21:47:13.833	info	iobroker host.ioBroker-Prod object yamaha-community.0.refresh created
                                      host.ioBroker-Prod	2019-11-07 21:47:13.778	info	iobroker host.ioBroker-Prod object yamaha-community.0.Commands.stop created
                                      host.ioBroker-Prod	2019-11-07 21:47:13.748	info	iobroker host.ioBroker-Prod object yamaha-community.0.Commands.pause created
                                      host.ioBroker-Prod	2019-11-07 21:47:13.718	info	iobroker host.ioBroker-Prod object yamaha-community.0.Commands.skip created
                                      host.ioBroker-Prod	2019-11-07 21:47:13.643	info	iobroker host.ioBroker-Prod object yamaha-community.0.Commands.rewind created
                                      host.ioBroker-Prod	2019-11-07 21:47:13.614	info	iobroker host.ioBroker-Prod object yamaha-community.0.Commands.skip created
                                      host.ioBroker-Prod	2019-11-07 21:47:13.581	info	iobroker host.ioBroker-Prod object yamaha-community.0.YPAOVolume created
                                      host.ioBroker-Prod	2019-11-07 21:47:13.492	info	iobroker host.ioBroker-Prod object yamaha-community.0.extraBass created
                                      host.ioBroker-Prod	2019-11-07 21:47:13.450	info	iobroker host.ioBroker-Prod object yamaha-community.0.adaptiveDRC created
                                      host.ioBroker-Prod	2019-11-07 21:47:13.419	info	iobroker host.ioBroker-Prod object yamaha-community.0.partyMode created
                                      host.ioBroker-Prod	2019-11-07 21:47:13.389	info	iobroker host.ioBroker-Prod object yamaha-community.0.Commands.partyModeVolumeUp created
                                      host.ioBroker-Prod	2019-11-07 21:47:13.358	info	iobroker host.ioBroker-Prod object yamaha-community.0.Commands.partyModeVolumeDown created
                                      host.ioBroker-Prod	2019-11-07 21:47:13.327	info	iobroker host.ioBroker-Prod object yamaha-community.0.hdmiOut1 created
                                      host.ioBroker-Prod	2019-11-07 21:47:13.298	info	iobroker host.ioBroker-Prod object yamaha-community.0.hdmiOut2 created
                                      host.ioBroker-Prod	2019-11-07 21:47:13.268	info	iobroker host.ioBroker-Prod object yamaha-community.0.pureDirect created
                                      host.ioBroker-Prod	2019-11-07 21:47:13.214	info	iobroker host.ioBroker-Prod object yamaha-community.0.bass created
                                      host.ioBroker-Prod	2019-11-07 21:47:13.139	info	iobroker host.ioBroker-Prod object yamaha-community.0.treble created
                                      host.ioBroker-Prod	2019-11-07 21:47:13.107	info	iobroker host.ioBroker-Prod object yamaha-community.0.subwooferLevel created
                                      host.ioBroker-Prod	2019-11-07 21:47:13.077	info	iobroker host.ioBroker-Prod object yamaha-community.0.dialogLift created
                                      host.ioBroker-Prod	2019-11-07 21:47:13.044	info	iobroker host.ioBroker-Prod object yamaha-community.0.dialogLevel created
                                      host.ioBroker-Prod	2019-11-07 21:47:13.013	info	iobroker host.ioBroker-Prod object yamaha-community.0.Commands.InputTo created
                                      host.ioBroker-Prod	2019-11-07 21:47:12.981	info	iobroker host.ioBroker-Prod object yamaha-community.0.scene created
                                      host.ioBroker-Prod	2019-11-07 21:47:12.949	info	iobroker host.ioBroker-Prod object yamaha-community.0.Commands.zone created
                                      host.ioBroker-Prod	2019-11-07 21:47:12.913	info	iobroker host.ioBroker-Prod object yamaha-community.0.zone1 created
                                      host.ioBroker-Prod	2019-11-07 21:47:12.877	info	iobroker host.ioBroker-Prod object yamaha-community.0.zone2 created
                                      host.ioBroker-Prod	2019-11-07 21:47:12.841	info	iobroker host.ioBroker-Prod object yamaha-community.0.zone3 created
                                      host.ioBroker-Prod	2019-11-07 21:47:12.805	info	iobroker host.ioBroker-Prod object yamaha-community.0.zone4 created
                                      host.ioBroker-Prod	2019-11-07 21:47:12.747	info	iobroker host.ioBroker-Prod object yamaha-community.0.powerAllZones created
                                      host.ioBroker-Prod	2019-11-07 21:47:12.713	info	iobroker host.ioBroker-Prod object yamaha-community.0.sleep created
                                      host.ioBroker-Prod	2019-11-07 21:47:12.701	info	iobroker host.ioBroker-Prod create instance yamaha-community
                                      host.ioBroker-Prod	2019-11-07 21:47:10.964	info	iobroker add yamaha-community --host ioBroker-Prod
                                      host.ioBroker-Prod	2019-11-07 21:46:54.482	info	iobroker exit 0
                                      host.ioBroker-Prod	2019-11-07 21:46:53.336	info	iobroker upload [0] yamaha-community.admin /opt/iobroker/node_modules/iobroker.yamaha-community/admin/index.html index.html text/html
                                      host.ioBroker-Prod	2019-11-07 21:46:53.227	info	iobroker upload [1] yamaha-community.admin /opt/iobroker/node_modules/iobroker.yamaha-community/admin/yamaha.png yamaha.png image/png
                                      host.ioBroker-Prod	2019-11-07 21:46:51.777	info	iobroker upload yamaha-community
                                      host.ioBroker-Prod	2019-11-07 21:46:26.081	info	Update repository "latest" under "http://download.iobroker.net/sources-dist-latest.json"
                                      host.ioBroker-Prod	2019-11-07 21:46:25.874	info	iobroker exit 0
                                      host.ioBroker-Prod	2019-11-07 21:46:24.710	info	iobroker upload [0] yamaha-community.admin /opt/iobroker/node_modules/iobroker.yamaha-community/admin/index.html index.html text/html
                                      host.ioBroker-Prod	2019-11-07 21:46:24.597	info	iobroker upload [1] yamaha-community.admin /opt/iobroker/node_modules/iobroker.yamaha-community/admin/yamaha.png yamaha.png image/png
                                      host.ioBroker-Prod	2019-11-07 21:45:56.401	info	iobroker npm install https://github.com/iobroker-community-adapters/ioBroker.yamaha-community/tarball/c1455e62eac7c07f6112751e873bd2ffa08887f3 --loglevel error --production --save --prefix "/opt/iobr
                                      host.ioBroker-Prod	2019-11-07 21:45:56.398	info	iobroker NPM version: 6.9.2
                                      host.ioBroker-Prod	2019-11-07 21:45:55.809	info	iobroker install https://github.com/iobroker-community-adapters/ioBroker.yamaha-community/tarball/c1455e62eac7c07f6112751e873bd2ffa08887f3
                                      host.ioBroker-Prod	2019-11-07 21:45:53.607	info	iobroker url "https://github.com/iobroker-community-adapters/ioBroker.yamaha-community.git"
                                      host.ioBroker-Prod	2019-11-07 21:45:10.107	info	instance system.adapter.ical.0 terminated with code 0 (NO_ERROR)
                                      host.ioBroker-Prod	2019-11-07 21:45:00.025	info	instance system.adapter.ical.0 started with pid 20934
                                      host.ioBroker-Prod	2019-11-07 21:44:43.580	info	iobroker exit 0
                                      host.ioBroker-Prod	2019-11-07 21:44:42.564	info	object deleted system.adapter.yamaha-community.0
                                      host.ioBroker-Prod	2019-11-07 21:44:40.428	info	iobroker host.ioBroker-Prod Deleting 60 object(s).
                                      host.ioBroker-Prod	2019-11-07 21:44:38.223	info	iobroker host.ioBroker-Prod Counted 13 states of system.adapter.yamaha-community.0
                                      host.ioBroker-Prod	2019-11-07 21:44:38.205	info	iobroker host.ioBroker-Prod Counted 43 states of yamaha-community.0
                                      host.ioBroker-Prod	2019-11-07 21:44:38.185	info	iobroker host.ioBroker-Prod Counted 2 channels of yamaha-community.0
                                      host.ioBroker-Prod	2019-11-07 21:44:38.167	info	iobroker host.ioBroker-Prod Counted 1 devices of yamaha-community.0
                                      host.ioBroker-Prod	2019-11-07 21:44:38.151	info	iobroker host.ioBroker-Prod Counted 1 instances of yamaha-community.0
                                      host.ioBroker-Prod	2019-11-07 21:44:38.125	info	iobroker Delete adapter "yamaha-community.0"
                                      host.ioBroker-Prod	2019-11-07 21:44:36.416	info	iobroker del yamaha-community.0
                                      

                                      Adapter wird nach eintrag der IP sofort grün, werde meine Scripte nun umstellen und beobachten.

                                      Lieben Dank für deine Arbeit!
                                      mxa

                                      1 Reply Last reply Reply Quote 0
                                      • Röstkartoffel
                                        Röstkartoffel @apollon77 last edited by

                                        @apollon77
                                        Er heißt einfach nur Yamaha. Also ist es der Originale von soef.
                                        Danke für die Info.

                                        1 Reply Last reply Reply Quote 0
                                        • metaxa
                                          metaxa last edited by

                                          Leider nein:

                                          RAW vom betroffenen DP Volumen mit dem überarbeiteten comm adapter:

                                          {
                                            "common": {
                                              "name": "Volume",
                                              "type": "boolean",
                                              "role": "media.volume",
                                              "desc": "Volume",
                                              "def": 0,
                                              "read": true,
                                              "write": true
                                            },
                                            "native": {},
                                            "acl": {
                                              "object": 1636,
                                              "owner": "system.user.admin",
                                              "ownerGroup": "system.group.administrator",
                                              "state": 1636
                                            },
                                            "_id": "yamaha-community.0.volume",
                                            "type": "state"
                                          }
                                          

                                          Bleibt bei "boolean". Ich warte mit dem Umbau meiner Scripte.

                                          apollon77 1 Reply Last reply Reply Quote 0
                                          • apollon77
                                            apollon77 @metaxa last edited by

                                            @metaxa sagte in yamaha-community.0: cannot find start file!:

                                            mit dem überarbeiteten comm adapter

                                            naja viel "Überarbeitet" ist da gerade noch nicht 😉

                                            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

                                            798
                                            Online

                                            32.0k
                                            Users

                                            80.4k
                                            Topics

                                            1.3m
                                            Posts

                                            start file startinstance yamaha yamaha-community
                                            6
                                            39
                                            2745
                                            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