NEWS
yamaha-community.0: cannot find start file!
-
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
-
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" }
-
@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
- Warum startet mein Communiy Adapter nicht?
startInstance yamaha-community.0: cannot find start file!
- 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
-
@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!
-
Hm, habe mal @apollon77 eine PN gesendet.
-
@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:
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
-
@metaxa der Datentyp ist falsch Boolean für ein Volume macht keinen Sinn. Muss im Adapter gefixt werden. Bitte issues anlegen
-
@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
-
@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?
-
@metaxa sagte in yamaha-community.0: cannot find start file!:
Magst dich um den MPD Adapter auch gleich kümmern?
Nein mach du.
-
@sigi234 sagte in yamaha-community.0: cannot find start file!:
Nein mach du.
-
Hat der ioBroker.yamaha-community Adapter nicht schon den ioBroker.yamaha ersetzt und kann über den Admin installiert werden?
-
@Röstkartoffel ich habe ihn über die Katze installiert, läuft aber bei mir und sgi234 nicht.
-
Ok, ich habe nochmal auf github den Namen korrigiert. Bitte neu von Github versuchen
-
@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? -
@Röstkartoffel heißt er denn in der Ansicht Yamaha-Community oder Yamaha? Tippe damit auf den originalen von soef
-
@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 -
@apollon77
Er heißt einfach nur Yamaha. Also ist es der Originale von soef.
Danke für die Info. -
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.
-
@metaxa sagte in yamaha-community.0: cannot find start file!:
mit dem überarbeiteten comm adapter
naja viel "Überarbeitet" ist da gerade noch nicht