@ubecker vielen dank für die ganzen hinweise, ich habe das ipad nun wieder zum laufen gebracht. nodejs 20.x funktioniert auch mit der vis 1.5.1 - Danke an alle!
NEWS
Latest posts made by amnesia106
-
RE: iPad3 keine vis darstellbar
-
RE: iPad3 keine vis darstellbar
€: Es lag an der web Instanz. da war noch socket.io hinterlegt, anstatt integriert. ich geh gleich mal am iPad schauen, ob das nun auch wieder was anzeigt
@ubecker vis 1.5.1 startet bei mir leider nicht mehr
vis.0 2024-03-04 17:11:10.216 info Terminated (NO_ERROR): Without reason vis.0 2024-03-04 17:11:08.957 info starting. Version 1.5.1 in /opt/iobroker/node_modules/iobroker.vis, node: v21.0.0, js-controller: 5.0.19 vis.0 2024-03-04 17:11:08.812 debug States connected to redis: 0.0.0.0:9000 vis.0 2024-03-04 17:11:08.569 debug States create User PubSub Client vis.0 2024-03-04 17:11:08.568 debug States create System PubSub Client vis.0 2024-03-04 17:11:08.451 debug Redis States: Use Redis connection: 0.0.0.0:9000 vis.0 2024-03-04 17:11:08.324 debug Objects connected to redis: 0.0.0.0:9001 vis.0 2024-03-04 17:11:08.309 debug Objects client initialize lua scripts vis.0 2024-03-04 17:11:08.042 debug Objects create User PubSub Client vis.0 2024-03-04 17:11:08.042 debug Objects create System PubSub Client vis.0 2024-03-04 17:11:07.978 debug Objects client ready ... initialize now vis.0 2024-03-04 17:11:07.875 debug Redis Objects: Use Redis connection: 0.0.0.0:9001 vis.0 2024-03-04 17:10:24.073 info Terminated (NO_ERROR): Without reason vis.0 2024-03-04 17:10:22.743 info starting. Version 1.5.1 in /opt/iobroker/node_modules/iobroker.vis, node: v21.0.0, js-controller: 5.0.19
welchen js-controller und nodejs version hast du bei dir installiert?
-
RE: iPad3 keine vis darstellbar
@ubecker nur vis adapter oder auch ne spezielle web und socket version?
Welche Web und Socket version hast du installiert... ? -
RE: iPad3 keine vis darstellbar
@berndsolar13
Ich würde gerne einfach zurück zu den vorherigen Versionen (vorerst) springen. Jedoch müsste ich erstmal rausfinden, welche Versionen zuvor drauf waren, mit denen hatte es noch funktioniert. Da ich das Update aber vor Wochen gemacht haben und seit dem das iPad nicht an hatte (wandinstallation) ,ist es mir jetzt erst aufgefallen Es ist kein air. Ich bin der Meinung es ist das erste mit Retina Display. -
iPad3 keine vis darstellbar
Hi,
ich habe vor längerem auf die neusten Versionen gepacht.
vis: 1.5.4
web: 6.0.3
socket: 6.6.0nun habe ich das Problem, dass mein alten iPad 3 (iOS 10) in der iobroker app die vis nicht mehr geladen wird. Ein downgrade auf die web 5.x.x ist nicht empfohlen, war aber meines Wissens die letzte funktionierende Version. web 5.x.x wird auch mit nodejs 20.xx nicht mehr laufen vermutlich.
hat sonst noch jemand nen iPad 3 laufen und vielleicht seine Lösung oder Versionen Posten (die noch funktionieren)
Schönen Sonntag !
-
vis editor seltsame Darstellung
Hi, ich nutze von Uhula das Material CSS - schon seit dem ersten Release. Soweit hat auch alles Prima immer funktioniert.
An sich funktioniert die vis, auch das editieren funktioniert, jedoch möchte ich ein paar schönheitsfehler beseitigen und mein system ein wenig aufräumen. Mein Editor verhält sich in der Darstellung etwas komisch, schon des längeren, ausschlaggebender Punkt kann ich adhoc nicht sagen, seit wann das so ist.ein
iobroker upload vis
brachte keine Besserung
Fangen wir mal an
1:
Mein Ladescreen von der Vis ist seit einiger Zeit Grün - keine Ahnung wo in der CSS der loadbackground bestimmt wird.
2:
im Editor werden keine "normalen" Bezeichnungen dargestellt:
3:
Sprache ändert sich nicht, obwohl man sie verändert:
4:
Blur effekt wird in der vis.edit dargestellt, jedoch nicht in der vis:
Gibt es irgendeine Möglichkeit das ganze zu fixen, ohne es komplett neu installieren zu müssen. Die angepasste CSS ist in dem Reiter Projekt gespeichert, nicht in Global.
Wenn ich andere Projekte lade, ist zwar der ladescreen nicht mehr grün, jedoch alle anderen Fehler treten dort auch auf.Ich weiß - ein wenig viel für einen Sonntag, aber vielleicht kann mir jemand helfen.
Grüße
Kevin -
RE: [Adapter] cloudfreie Auslesung von Deye-Invertern
€: node-gyp neu installiert und bufferutil nachgeschoben hat den Fehler behoben... sry
Hab mal nen issue aufgemacht. Das komische: andere Adapter aus der repo laufen ohne Probleme durch. https://github.com/raschy/ioBroker.deyeidc/issues/81
irgendwas mit bufferutil schlägt da anfangs fehl, jedoch finde ich da nichts konkretes.
root@DietPi:~# npm ls bufferutil root@ /root ├── bufferutil@4.0.8 └─┬ iobroker.deyeidc@0.0.14 └─┬ websocket@1.0.34 └── bufferutil@4.0.8 deduped
root@DietPi:/opt/iobroker/node_modules# npm i bufferutil@4.0.8 npm ERR! code 1 npm ERR! path /opt/iobroker/node_modules/bufferutil npm ERR! command failed npm ERR! command sh -c node-gyp-build npm ERR! gyp info it worked if it ends with ok npm ERR! gyp info using node-gyp@7.1.2 npm ERR! gyp info using node@18.19.1 | linux | arm64 npm ERR! gyp info find Python using Python version 3.11.2 found at "/usr/bin/python3" npm ERR! (node:3962) [DEP0150] DeprecationWarning: Setting process.config is deprecated. In the future the property will be read-only. npm ERR! (Use `node --trace-deprecation ...` to show where the warning was created) npm ERR! gyp info spawn /usr/bin/python3 npm ERR! gyp info spawn args [ npm ERR! gyp info spawn args '/opt/iobroker/node_modules/node-gyp/gyp/gyp_main.py', npm ERR! gyp info spawn args 'binding.gyp', npm ERR! gyp info spawn args '-f', npm ERR! gyp info spawn args 'make', npm ERR! gyp info spawn args '-I', npm ERR! gyp info spawn args '/opt/iobroker/node_modules/bufferutil/build/config.gypi', npm ERR! gyp info spawn args '-I', npm ERR! gyp info spawn args '/opt/iobroker/node_modules/node-gyp/addon.gypi', npm ERR! gyp info spawn args '-I', npm ERR! gyp info spawn args '/home/iobroker/.cache/node-gyp/18.19.1/include/node/common.gypi', npm ERR! gyp info spawn args '-Dlibrary=shared_library', npm ERR! gyp info spawn args '-Dvisibility=default', npm ERR! gyp info spawn args '-Dnode_root_dir=/home/iobroker/.cache/node-gyp/18.19.1', npm ERR! gyp info spawn args '-Dnode_gyp_dir=/opt/iobroker/node_modules/node-gyp', npm ERR! gyp info spawn args '-Dnode_lib_file=/home/iobroker/.cache/node-gyp/18.19.1/<(target_arch)/node.lib', npm ERR! gyp info spawn args '-Dmodule_root_dir=/opt/iobroker/node_modules/bufferutil', npm ERR! gyp info spawn args '-Dnode_engine=v8', npm ERR! gyp info spawn args '--depth=.', npm ERR! gyp info spawn args '--no-parallel', npm ERR! gyp info spawn args '--generator-output', npm ERR! gyp info spawn args 'build', npm ERR! gyp info spawn args '-Goutput_dir=.' npm ERR! gyp info spawn args ] npm ERR! Traceback (most recent call last): npm ERR! File "/opt/iobroker/node_modules/node-gyp/gyp/gyp_main.py", line 51, in <module> npm ERR! sys.exit(gyp.script_main()) npm ERR! ^^^^^^^^^^^^^^^^^ npm ERR! File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 670, in script_main npm ERR! return main(sys.argv[1:]) npm ERR! ^^^^^^^^^^^^^^^^^^ npm ERR! File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 662, in main npm ERR! return gyp_main(args) npm ERR! ^^^^^^^^^^^^^^ npm ERR! File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 629, in gyp_main npm ERR! [generator, flat_list, targets, data] = Load( npm ERR! ^^^^^ npm ERR! File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 150, in Load npm ERR! result = gyp.input.Load( npm ERR! ^^^^^^^^^^^^^^^ npm ERR! File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 3021, in Load npm ERR! LoadTargetBuildFile( npm ERR! File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 411, in LoadTargetBuildFile npm ERR! build_file_data = LoadOneBuildFile( npm ERR! ^^^^^^^^^^^^^^^^^ npm ERR! File "/opt/iobroker/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 239, in LoadOneBuildFile npm ERR! build_file_contents = open(build_file_path, "rU").read() npm ERR! ^^^^^^^^^^^^^^^^^^^^^^^^^^^ npm ERR! ValueError: invalid mode: 'rU' while trying to load binding.gyp npm ERR! gyp ERR! configure error npm ERR! gyp ERR! stack Error: `gyp` failed with exit code: 1 npm ERR! gyp ERR! stack at ChildProcess.onCpExit (/opt/iobroker/node_modules/node-gyp/lib/configure.js:351:16) npm ERR! gyp ERR! stack at ChildProcess.emit (node:events:517:28) npm ERR! gyp ERR! stack at ChildProcess._handle.onexit (node:internal/child_process:292:12) npm ERR! gyp ERR! System Linux 6.1.21-v8+ npm ERR! gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/.bin/node-gyp" "rebuild" npm ERR! gyp ERR! cwd /opt/iobroker/node_modules/bufferutil npm ERR! gyp ERR! node -v v18.19.1 npm ERR! gyp ERR! node-gyp -v v7.1.2 npm ERR! gyp ERR! not ok
-
RE: [Adapter] cloudfreie Auslesung von Deye-Invertern
@rene55 ich hab den fehler auch nur bei dem Deye Adapter feststellen können, andere installieren ohne probleme
-
RE: [Adapter] cloudfreie Auslesung von Deye-Invertern
iobroker add deyeidc auto --host DietPi --debug Installing iobroker.deyeidc@0.0.14... (System call) npm ERR! path /opt/iobroker/node_modules/bufferutil npm ERR! command failednpm ERR! command sh -c node-gyp-buildnpm ERR! gyp info it worked if it ends with oknpm ERR! gyp info using node-gyp@7.1.2npm ERR! gyp info using node@18.19.0 | linux | arm64npm ERR! gyp info find Python using Python version 3.11.2 found at "/usr/bin/python3"npm ERR! (node:7702) [DEP0150] DeprecationWarning: Setting process.config is deprecated. In the future the property will be read-only. npm ERR! (Use `node --trace-deprecation ...` to show where the warning was created)npm ERR! gyp info spawn /usr/bin/python3npm ERR! gyp info spawn args [npm ERR! gyp info spawn args '/opt/iobroker/node_modules/node-gyp/gyp/gyp_main.py',npm ERR! gyp info spawn args 'binding.gyp',npm ERR! gyp info spawn args '-f', npm ERR! gyp info spawn args 'make',npm ERR! gyp info spawn args '-I',npm ERR! gyp info spawn args '/opt/iobroker/node_modules/bufferutil/build/config.gypi',npm ERR! gyp info spawn args '-I',npm ERR! gyp info spawn args '/opt/iobroker/node_modules/node-gyp/addon.gypi',npm ERR! gyp info spawn args '-I',npm ERR! gyp info spawn args '/home/iobroker/.cache/node-gyp/18.19.0/include/node/common.gypi',npm ERR! gyp info spawn args '-Dlibrary=shared_library',npm ERR! gyp info spawn args '-Dvisibility=default',npm ERR! gyp info spawn args '-Dnode_root_dir=/home/iobroker/.cache/node-gyp/18.19.0', npm ERR! A complete log of this run can be found in: /home/iobroker/.npm/_logs/2024-02-15T12_23_14_202Z-debug-0.log host.DietPi Cannot install iobroker.deyeidc@0.0.14: 1 ERROR: Process exited with code 25
Plattform: linux
RAM: 3.7 GB
Node.js: v18.19.0
NPM: 10.2.3 -
RE: [Adapter] cloudfreie Auslesung von Deye-Invertern
Huhu, hat jemand nen Anstoß wie ich meinen Deye 800w WR mit dem mqtt client vom iobroer auslesen kann? Der Deye adapter lässt sich bei mir nicht installieren und endet mit Code 25.