NEWS
Test Adapter Midea Dimstal Klimaanlagen v0.0.x
-
@tombox Ich bekomme das Plugin leider nicht über Github installiert. Bekomme folgende Fehlermeldung:
ERROR: Process exited with code 25
Hast du vielleicht einen Tipp für mich?
Danke
ARaS -
@aras Bei der Adapterinstallation den Punkt Debug Ausgabe aktivieren
Bzw welches Hostsystem und Node Version -
Ok, so wie es aussieht muss ich da wohl ne andere Python Version installieren...
npm ERR! code 1 npm ERR! git dep preparation failed npm ERR! command /usr/bin/node /usr/lib/node_modules/npm/bin/npm-cli.js install --force --cache=/home/iobroker/.npm --prefer-offline=false --prefer-online=false --offline=false --no-progress --no-save --no-audit --include=dev --include=peer --include=optional --no-package-lock-only --no-dry-runnpm ERR! > iobroker.midea@0.1.0 postinstallnpm ERR! > node ./pythonPackages.jsnpm ERR! npm ERR! npm ERR! Start Python package installationnpm ERR! Python 3.5.3npm ERR! npm ERR! Python 3 foundnpm ERR! npm ERR! Please install python 3.8npm ERR! npm WARN using --force Recommended protections disabled.npm ERR! npm ERR! code 1npm ERR! npm ERR! path /home/iobroker/.npm/_cacache/tmp/git-cloneKDh0kZnpm ERR! npm ERR! command failednpm ERR! npm ERR! command sh -c node ./pythonPackages.jsnpm ERR! npm ERR! npm ERR! A complete log of this run can be found in:npm ERR! npm ERR! /home/iobroker/.npm/_logs/2022-07-25T12_34_02_885Z-debug-0.log npm ERR! A complete log of this run can be found in:npm ERR! /home/iobroker/.npm/_logs/2022-07-25T12_33_48_190Z-debug-0.log host.raspberrypi Cannot install TA2k/ioBroker.midea#6e0c2b5bf9a3f7f19b7827bf20bc2b48c0281d96: 1 ERROR: Process exited with code 25
-
@aras Korrekt der Adapter benötigt mindestens python 3.8
-
Aktuelle Debian-Releases kommen mit python 3.9 daher.
Vielleicht die Gelegenheit das sinkende Schiff deiner bisherigen Distribution zu verlassen. -
@thomas-braun
Danke für die Info. Ich habe davon leider wenig Ahnung, daher verstehe ich zwar theoretisch was Du mir sagen willst, aber mir stellt sich dann wiederum die Frage, warum es jetzt nicht geht aber vorher ging? Wenn ich das richtig sehe, dann hat sich die Python Version geändert? D.h. es gab mal eine "Brücke" aber die braucht ein update?Und noch eine Frage, also es ist aktuell korrekt, dass der Adapter "läuft" aber nichts aktualisiert? Oder sollte er aktualisieren aber ich hab da irgendwo einen Bock?
Ich hatte bzw habe meine Klimaanlagen via Yahka und diesem Adapter in Homekit, was wunderbar zu bedienen ging. Die MSmarthome App empfinde ich als mittlere Katastrophe, sehr langsam und man muss sich ständig neu anmelden. -
Der Adapter wurde weiterentwickelt und fußt jetzt auf Python 3.8 oder neuer. Das musst du dem System zur Verfügung stellen.
Das aktuelle stable Release von Debian names 'Bullseye' würde das von Haus aus mitbringen. Was auch immer du da bewegst vielleicht nicht. -
@toralt Entweder distribution updaten oder python3 oder eine
alte version vom adapter nehmen
Unter Adapter
Expertenmodus aktivieren
und dann das letzte Icon auswählen
-
@toralt sagte in Test Adapter Midea Dimstal Klimaanlagen v0.0.x:
D.h. es gab mal eine "Brücke" aber die braucht ein update?
Jein, mit der alten midea API / App funktioniert das im Moment noch, aber mit der neuen API / App muss noch eine Brücke vom ioBroker-Adapter zur python library geschlagen werden.
-
@thomas-braun
Ahh, ok, dass ist das Problem. Ich hatte nachdem der Adapter nicht mehr funktionierte auf die neue App umgestellt.
Python 3.9 läuft auf meinem Docker Image soweit ich das gesehen habe.@tombox and @thomas-braun
Danke Euch beiden, jetzt hab ich das Problem verstanden. MSmarthome und der Adpater geht aktuell nicht, midea App und Adapter funktioniert nach wie vor. -
Ich habe nun Python 3.9 am laufen. Aber leider bekomme ich immer noch die Fehlermeldung, dass ich mind. Python 3.8 brauche, damit ich den Adapter installieren kann. Jemand ne Idee was da noch hängt?
-
@aras Wie ist die genaue debug ausgäbe beim installieren
was kommt bei
python -V python3 -V sudo su iobroker python3 -V
-
Wo/wie bist du denn da unterwegs?
sudo ln -s /usr/bin/node /usr/bin/nodejs uname -m && type -P nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs python --version
Ist zwar eigentlich für was anderes, aber liefert auch sonst einen guten Anhaltspunkt...
-
Also unter python -V habe ich nun die neu installierte Python Version 3.9.12. Python3 hab ich da jetzt nicht mehr verknüpft.
Beim installieren kommt folgende Meldung:
npm ERR! code 1 npm ERR! git dep preparation failed npm ERR! command /usr/bin/node /usr/lib/node_modules/npm/bin/npm-cli.js install --force --cache=/home/iobroker/.npm --prefer-offline=false --prefer-online=false --offline=false --no-progress --no-save --no-audit --include=dev --include=peer --include=optional --no-package-lock-only --no-dry-run npm ERR! > iobroker.midea@0.1.0 postinstallnpm ERR! > node ./pythonPackages.jsnpm ERR! npm ERR! npm ERR! Start Python package installationnpm ERR! npm ERR! Python 3 not found. Please install minimum python 3.8npm ERR! npm WARN using --force Recommended protections disabled.npm ERR! /bin/sh: 1: python3: not foundnpm ERR! npm ERR! code 1npm ERR! npm ERR! path /home/iobroker/.npm/_cacache/tmp/git-clonenZK3zUnpm ERR! npm ERR! command failednpm ERR! npm ERR! command sh -c node ./pythonPackages.jsnpm ERR! npm ERR! npm ERR! A complete log of this run can be found in:npm ERR! npm ERR! /home/iobroker/.npm/_logs/2022-07-25T14_49_37_774Z-debug-0.log npm ERR! A complete log of this run can be found in:npm ERR! /home/iobroker/.npm/_logs/2022-07-25T14_49_22_118Z-debug-0.log host.raspberrypi Cannot install TA2k/ioBroker.midea#6e0c2b5bf9a3f7f19b7827bf20bc2b48c0281d96: 1 ERROR: Process exited with code 25
-
@aras die symlinks für python3 werden eigentlich automatisch angelegt. Wie hast du es genau installiert
-
Ich hab das nach der Vorlage hier gemacht https://allurcode.com/install-latest-version-of-python-on-raspberry-pi/
Da es aber erst mal nicht funktioniert hat, habe ich die Verknüpfung anstatt auf Python3 direkt auf Python gesetzt. -
Macht man nicht so.
Was hast du denn da nun für ein System? -
Ok... Naja, so wirklich kenne ich mich da halt nicht aus... Sorry. Ich hab nen Raspberry PI 3 mit Rasbian drauf, da läuft der ioBroker. Bis jetzt auch ohne größere Probleme. Die Anbindung meiner Midea Klimaanlagen wäre halt jetzt noch ne schöne Sache.
-
@aras sagte in Test Adapter Midea Dimstal Klimaanlagen v0.0.x:
Die Anbindung meiner Midea Klimaanlagen wäre halt jetzt noch ne schöne Sache.
Über die python-Schnittstelle (für die neue API) funktioniert das momentan eh noch nicht.
Was kommt auf
sudo ln -s /usr/bin/node /usr/bin/nodejs uname -m && type -P nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs python --version
denn nun zurück?
-
Da kommt das hier zurück:
/usr/bin/nodejs /usr/bin/node /usr/bin/npm v16.16.0 v16.16.0 8.11.0 pi /home/pi OK:1 http://archive.raspberrypi.org/debian stretch InRelease OK:2 http://raspbian.raspberrypi.org/raspbian stretch InRelease OK:3 https://deb.nodesource.com/node_16.x stretch InRelease Paketlisten werden gelesen... Fertig Abhängigkeitsbaum wird aufgebaut. Statusinformationen werden eingelesen.... Fertig Aktualisierung für 100 Pakete verfügbar. Führen Sie »apt list --upgradable« aus, um sie anzuzeigen. nodejs: Installiert: 16.16.0-1nodesource1 Installationskandidat: 16.16.0-1nodesource1 Versionstabelle: *** 16.16.0-1nodesource1 500 500 https://deb.nodesource.com/node_16.x stretch/main armhf Packages 100 /var/lib/dpkg/status 8.11.1~dfsg-2~bpo9+1 500 500 http://archive.raspberrypi.org/debian stretch/main armhf Packages 4.8.2~dfsg-1 500 500 http://raspbian.raspberrypi.org/raspbian stretch/main armhf Packages