NEWS
Vis-2(.0) - Neuer Adapter als Beta
-
@feuersturm
gerade den haken gesetzt
das kuriose jetzt ist nach einem kompletten Neustart vom Docker/container
vis-2 komplett als Instanz weg..
ich installiere es gerade über Expertenmodus neu ... -
@feuersturm ah, ok. Dann ziehe ich meine Aussage natürlich zurück.
-
jetzt ist es nach der Installation aus der Instanz weg
ich kann es aber über :
http://xxxxxxxxx:8082/vis-2/edit.html#default
aufrufen
es lädt auch; der editor ist daaber WEB sieht so aus
jetzt weis ich wieder nicht mehr weiter
alles nochmal was mit vis-2 zu tun hat deinstallieren ?
und neu. ? -
@andy12_04 lösch Mal deinen Browser Cache.
Funktioniertiob diag
unter docker? Wenn ja, poste bitte Mal die Langfassung.
-
Options: --help Show help [boolean] iobroker [command] Commands: iobroker setup Setup ioBroker iobroker start [all|<adapter>.<instance>|<adapter>] Starts the js-controller or a specified adapter instance or all instances of an adapter iobroker stop [<adapter>.<instance>|<adapter>] stops the js-controller or a specified adapter instance or all instances of an adapter iobroker restart [<adapter>.<instance>|<adapter>] Restarts js-controller or a specified adapter instance or all instances of an adapter [aliases: r] iobroker debug <adapter>[.<instance>] Starts a Node.js debugging session for the adapter instance iobroker info Shows the host info iobroker logs [<adapter>] Monitor log iobroker add <adapter> [desiredNumber] Add instance of adapter [aliases: a] iobroker install <adapter> Installs a specified adapter [aliases: i] iobroker rebuild [<module>] Rebuild all native modules or path iobroker url <url> [<name>] Install adapter from specified url, e.g. GitHub iobroker del <adapter> Remove adapter and all instances from this host [aliases: delete] iobroker del <adapter>.<instance> Remove adapter instance [aliases: delete] iobroker update [<repositoryUrl>] Update repository and list adapters iobroker upgrade Upgrade management iobroker upload [all|<adapter>] Upload management [aliases: u] iobroker object Object management [aliases: o] iobroker state State management [aliases: s] iobroker message <adapter>[.instance] <command> [<message>] Send message to adapter instance/s iobroker list <type> [<filter>] List all entries, like objects iobroker chmod <mode> <file> Change file rights iobroker chown <user> <group> <file> Change file ownership iobroker touch <file> Touch file iobroker rm <file> Remove file iobroker file File management iobroker user User commands iobroker group group management iobroker host <hostname> Set host to given hostname iobroker set <adapter>.<instance> Change settings of adapter config iobroker license <license.file or license.text> Update license by given file iobroker cert Certificate management iobroker clean <yes> Clears all objects and states iobroker backup Create backup iobroker restore <backup name or path> Restore a specified backup iobroker validate <backup name or path> Validate a specified backup iobroker status [all|<adapter>.<instance>] Status of ioBroker or adapter instance [aliases: isrun] iobroker repo [<name>] Show repo information iobroker uuid Show uuid of the installation [aliases: id] iobroker unsetup Reset license, installation secret and language iobroker fix Execute the installation fixer script, this updates your ioBroker installation iobroker multihost root@iobroker-iobroker1:/opt/iobroker#
Ich habe jetzt noch alle versucht
VIS1 installiert (geht)
VIS 2 beta läuft
VIS 2 über alle Varianten installiert; Aufruf nur über die ip. : :8082/vis-2/edit.html
die Instanz kann ich nirgendwo finden; oder gar deinstallieren etc.seit 2 Tagen versuche ich mich dran .. leider ohne Erfolg alles
-
Es läuft - ENDLICH
was es war k.a.
alles deinstalliert
wieder installiert
mehrfach
vis 1 installiert
deinstialliert
nichtsunter Instanzen war vis-2 nie da; Aufruf über die vis-2 IP - ging- brach aber ab
am ende :
ssh:
cd /opt/iobroker
npm i iobroker.vis-2
iob add vis-2
iob upload vis-2danach lief es
-
-
@pi78 sagte in Vis-2(.0) - Neuer Adapter als Beta:
Ich mutze die mdcss v2 Vorlage von Uhula. Gibt es da bekannte Einschränkungen bei der Verwendung von css? Oder kann mir jemand sagen, was man ändern muss, damit es wieder funktioniert?
Ich habe das von dir genannte CSS von Uhula nicht im Einsatz. Kannst du das Problem näher eingrenzen beschreiben was genau nicht geht und was deine Erwartung ist? Am Ende müsstest du aus der Beschreibung ein github issue erstellen, damit es sich ein Entwickler näher ansehen kann.
-
Ich komme mir jetzt ja schon was doof vor bei der Frage , aber irgendwie bin ich zu doof.
Welches Widget kann ich nehmen, um einfach einen bool zu togglen und als "Schalter" ein SVG nehmen zu können was bei true und false verschiedene Farben (im widget einstellbar) annimmt.
Man wird ja verrückt, wenn man alle Icons in zig Farben erstellen und abspeichern muss.Ein direkter Zugriff auf mdi wäre natürlich toll.
EDIT
Noch eine Frage.
Ich baue meine (noch rumspielerei vis) responsive auf und stelle die Position aller widgets auf relative.
In Lovelace habe ich mir manche widgets selber zusammenbaubaut.Zb so:
Habe versucht das nachzubauen.
Klappt auch mehr oder weniger.Allerdings verhalten sich die Gruppen responsive nicht so schön.
Die fixe Breite Zb ist nicht so schön. So hat man oft einen Rand weil das Widget zu groß oder klein ist.Bei lovelace gibt es ein Widget, wo man andere Widgets einfügen kann und die Position und Größe dieser absolut und relativ angeben. Das klappt response sehr gut.
-
Mit der v2.3.5 funktioniert im basic-html-Widget zwar das Popup-Fenster fürs html wieder (kleiner Bleistift), aber die Scripte werden nicht mehr ausgeführt. Das Problem hatte ich schon mal mit der alpha-Version, wurde dann behoben. siehe https://github.com/ioBroker/ioBroker.vis/issues/655
Zum testen: Als "html" folgendes simples Script:
<script> console.log('hi'); </script>
--> nix passiert
-
@goesebrecht erstelle bitte Mal ein neues issue. Gibt es fehler in der Konsole?
-
@feuersturm Nein, es gibt keinen Fehler. Es passiert einfach nichts. Egal ob Updatezeit 0 ms oder größer.
-
@goesebrecht Wenn ich deinen Code in das html widget einfüge, sehe ich bei mir in der Konsole auch nicht den gewünschten output sondern folgendes:
[1699216695467 / w000093] Rerender because of data.html: <script> console.log('hello'); </script> <p>some tex2t</p> !== <script> console.log('hi'); </script>
-
@feuersturm Das ist ja spannend. Also bei mir kommt in der Konsole einfach gar nix ...
Ich erstelle mal ein issue.
-
Ich habe das View von sigi234 mal in VIS-2 probiert und nach Installation von fehlenden widgets sieht es bei mir auch gut aus. Nur nach ca. 3 sec stoppt das View (im Edit-Mode) und ich habe nur noch ein graues Fenster ohne Inhalt.
Wenn ich die Runtime in https://iobroker.net/vis-2/filexyz aufrufe in der Screen o.k. ohne Absturz. -
wenn ich darauf klicke nimmt mein Bildschild weiße Farbe an.
Das hat mich bislang von Umstellung abgeschreckt.
-
@agrippinenser sagte in Vis-2(.0) - Neuer Adapter als Beta:
wenn ich darauf klicke nimmt mein Bildschild weiße Farbe an.
Das Problem https://github.com/ioBroker/ioBroker.vis-2/issues/90 sollte in der aktuellen Version nicht mehr auftreten. Mit welcher Version arbeitest du?
-
@feuersturm sagte in Vis-2(.0) - Neuer Adapter als Beta:
sollte in der aktuellen Version nicht mehr auftreten. Mit welcher Version arbeitest du?
vielen Dank ! ist v2.3.3 .., mit v2.3.6 funktioniert das - mein Versäumnis ;-
-
Ich habe ein neues Projekt angelegt. In der Konsole werden diese Fehler angezeigt.
Eine Instanz "vis-2-widgets-energy.0" in Version v0.3.8 existiert.LG
Failed to load resource: the server responded with a status of 404 (Not Found) visUtils.jsx:822 Cannot load widget system.adapter.vis-2-widgets-energy.0: Error: Cannot load vis2energyWidgets from ./widgets/vis-2-widgets-energy/customWidgets.js (anonymous) @ visUtils.jsx:822 visUtils.jsx:823 Cannot load widget system.adapter.vis-2-widgets-energy.0: {} (anonymous) @ visUtils.jsx:823 visUtils.jsx:822 Cannot load widget system.adapter.vis-2-widgets-energy.0: Error: Cannot load vis2energyWidgets from ./widgets/vis-2-widgets-energy/customWidgets.js (anonymous) @ visUtils.jsx:822 visUtils.jsx:823 Cannot load widget system.adapter.vis-2-widgets-energy.0: {} (anonymous) @ visUtils.jsx:823 visUtils.jsx:822 Cannot load widget system.adapter.vis-2-widgets-energy.0: Error: Cannot load vis2energyWidgets from ./widgets/vis-2-widgets-energy/customWidgets.js (anonymous) @ visUtils.jsx:822 visUtils.jsx:823 Cannot load widget system.adapter.vis-2-widgets-energy.0: {} (anonymous) @ visUtils.jsx:823 visUtils.jsx:822 Cannot load widget system.adapter.vis-2-widgets-energy.0: Error: Cannot load vis2energyWidgets from ./widgets/vis-2-widgets-energy/customWidgets.js (anonymous) @ visUtils.jsx:822 visUtils.jsx:823 Cannot load widget system.adapter.vis-2-widgets-energy.0: {}
-
@agrippinenser Ich habe auch Probleme in VIS-2 mit einer Navigation. Die Elemente (HUE) werden nicht mehr dargestellt und Fehler in web.0:
web.0 2023-11-08 15:52:53.305 error 27 - at http://192.168.198.39:8082/vis-2/static/js/main.bcaaa77f.js:2:6591124 web.0 2023-11-08 15:52:53.304 error 26 - at _n (http://192.168.198.39:8082/vis-2/static/js/main.bcaaa77f.js:2:6534122) web.0 2023-11-08 15:52:53.303 error 25 - at ii (http://192.168.198.39:8082/vis-2/static/js/main.bcaaa77f.js:2:6593729) web.0 2023-11-08 15:52:53.302 error 24 - at Vi (http://192.168.198.39:8082/vis-2/static/js/main.bcaaa77f.js:2:6600010) web.0 2023-11-08 15:52:53.301 error 23 - at http://192.168.198.39:8082/vis-2/static/js/main.bcaaa77f.js:2:6599495 web.0 2023-11-08 15:52:53.299 error 22 - at Ms (http://192.168.198.39:8082/vis-2/static/js/main.bcaaa77f.js:2:6587658) web.0 2023-11-08 15:52:53.298 error 21 - at Hs (http://192.168.198.39:8082/vis-2/static/js/main.bcaaa77f.js:2:6588122) web.0 2023-11-08 15:52:53.296 error 20 - at xs (http://192.168.198.39:8082/vis-2/static/js/main.bcaaa77f.js:2:6588349) web.0 2023-11-08 15:52:53.295 error 19 - at D.componentDidMount (http://192.168.198.39:8082/vis-2/static/js/888.554015bb.chunk.js:1:41435) web.0 2023-11-08 15:52:53.293 error 18 - at D.renderWidget (http://192.168.198.39:8082/vis-2/static/js/888.554015bb.chunk.js:1:61534) web.0 2023-11-08 15:52:53.292 error 17 - at e.view.e.template (http://192.168.198.39:8082/vis-2/lib/js/can.custom.js:1401:47) web.0 2023-11-08 15:52:53.289 error 16 - at Function.renderAs (http://192.168.198.39:8082/vis-2/lib/js/can.custom.js:1465:39) web.0 2023-11-08 15:52:53.287 error 15 - at Function.renderTo (http://192.168.198.39:8082/vis-2/lib/js/can.custom.js:1449:63) web.0 2023-11-08 15:52:53.286 error 14 - at r (http://192.168.198.39:8082/vis-2/lib/js/can.custom.js:1370:22) web.0 2023-11-08 15:52:53.283 error 13 - at Function.frag (http://192.168.198.39:8082/vis-2/lib/js/can.custom.js:1405:22) web.0 2023-11-08 15:52:53.280 error 12 - at Function.hookup (http://192.168.198.39:8082/vis-2/lib/js/can.custom.js:1418:19) web.0 2023-11-08 15:52:53.278 error 11 - at a.each (http://192.168.198.39:8082/vis-2/lib/js/can.custom.js:343:211) web.0 2023-11-08 15:52:53.277 error 10 - at HTMLDivElement.<anonymous> (http://192.168.198.39:8082/vis-2/lib/js/can.custom.js:1419:98) web.0 2023-11-08 15:52:53.275 error 9 - at http://192.168.198.39:8082/vis-2/lib/js/can.custom.js:1727:17 web.0 2023-11-08 15:52:53.273 error 8 - at a.each (http://192.168.198.39:8082/vis-2/lib/js/can.custom.js:343:211) web.0 2023-11-08 15:52:53.271 error 7 - at Function.<anonymous> (http://192.168.198.39:8082/vis-2/lib/js/can.custom.js:1728:17) web.0 2023-11-08 15:52:53.269 error 6 - at Object.eval (tplHUEjscolor.js:40:83) web.0 2023-11-08 15:52:53.267 error 5 - at Object.jscolorcie (<anonymous>:473:35) web.0 2023-11-08 15:52:53.266 error 4 - at Object.loadJS (<anonymous>:45:27) web.0 2023-11-08 15:52:53.264 error 3 - at <anonymous>:538:21 web.0 2023-11-08 15:52:53.262 error 2 - at onChange (<anonymous>:531:36) web.0 2023-11-08 15:52:53.259 error 1 - at jscolor.fromXY (http://192.168.198.39:8082/vis-2/widgets/colorpicker/js/jscolor.js:1182:20) web.0 2023-11-08 15:52:53.257 error 0 - ReferenceError: huepi is not definedReferenceError: huepi is not defined web.0 2023-11-08 15:52:53.253 error can't render tplHUEjscolor w000132 on "Flur": web.0 2023-11-08 15:52:51.236 error 27 - at http://192.168.198.39:8082/vis-2/static/js/main.bcaaa77f.js:2:6591124 web.0 2023-11-08 15:52:51.235 error 26 - at _n (http://192.168.198.39:8082/vis-2/static/js/main.bcaaa77f.js:2:6534122) web.0 2023-11-08 15:52:51.234 error 25 - at ii (http://192.168.198.39:8082/vis-2/static/js/main.bcaaa77f.js:2:6593729) web.0 2023-11-08 15:52:51.233 error 24 - at Vi (http://192.168.198.39:8082/vis-2/static/js/main.bcaaa77f.js:2:6600010) web.0 2023-11-08 15:52:51.232 error 23 - at http://192.168.198.39:8082/vis-2/static/js/main.bcaaa77f.js:2:6599495 web.0 2023-11-08 15:52:51.232 error 22 - at Ms (http://192.168.198.39:8082/vis-2/static/js/main.bcaaa77f.js:2:6587658) web.0 2023-11-08 15:52:51.231 error 21 - at Hs (http://192.168.198.39:8082/vis-2/static/js/main.bcaaa77f.js:2:6588122) web.0 2023-11-08 15:52:51.230 error 20 - at xs (http://192.168.198.39:8082/vis-2/static/js/main.bcaaa77f.js:2:6588349) web.0 2023-11-08 15:52:51.229 error 19 - at D.componentDidMount (http://192.168.198.39:8082/vis-2/static/js/888.554015bb.chunk.js:1:41435) web.0 2023-11-08 15:52:51.228 error 18 - at D.renderWidget (http://192.168.198.39:8082/vis-2/static/js/888.554015bb.chunk.js:1:61534) web.0 2023-11-08 15:52:51.227 error 17 - at e.view.e.template (http://192.168.198.39:8082/vis-2/lib/js/can.custom.js:1401:47) web.0 2023-11-08 15:52:51.226 error 16 - at Function.renderAs (http://192.168.198.39:8082/vis-2/lib/js/can.custom.js:1465:39) web.0 2023-11-08 15:52:51.225 error 15 - at Function.renderTo (http://192.168.198.39:8082/vis-2/lib/js/can.custom.js:1449:63) web.0 2023-11-08 15:52:51.224 error 14 - at r (http://192.168.198.39:8082/vis-2/lib/js/can.custom.js:1370:22) web.0 2023-11-08 15:52:51.223 error 13 - at Function.frag (http://192.168.198.39:8082/vis-2/lib/js/can.custom.js:1405:22) web.0 2023-11-08 15:52:51.223 error 12 - at Function.hookup (http://192.168.198.39:8082/vis-2/lib/js/can.custom.js:1418:19) web.0 2023-11-08 15:52:51.221 error 11 - at a.each (http://192.168.198.39:8082/vis-2/lib/js/can.custom.js:343:211) web.0 2023-11-08 15:52:51.218 error 10 - at HTMLDivElement.<anonymous> (http://192.168.198.39:8082/vis-2/lib/js/can.custom.js:1419:98) web.0 2023-11-08 15:52:51.217 error 9 - at http://192.168.198.39:8082/vis-2/lib/js/can.custom.js:1727:17 web.0 2023-11-08 15:52:51.215 error 8 - at a.each (http://192.168.198.39:8082/vis-2/lib/js/can.custom.js:343:211) web.0 2023-11-08 15:52:51.214 error 7 - at Function.<anonymous> (http://192.168.198.39:8082/vis-2/lib/js/can.custom.js:1728:17) web.0 2023-11-08 15:52:51.213 error 6 - at Object.eval (tplHUEjscolor.js:40:83) web.0 2023-11-08 15:52:51.211 error 5 - at Object.jscolorcie (<anonymous>:473:35) web.0 2023-11-08 15:52:51.210 error 4 - at Object.loadJS (<anonymous>:45:27) web.0 2023-11-08 15:52:51.209 error 3 - at <anonymous>:538:21 web.0 2023-11-08 15:52:51.208 error 2 - at onChange (<anonymous>:531:36) web.0 2023-11-08 15:52:51.206 error 1 - at jscolor.fromXY (http://192.168.198.39:8082/vis-2/widgets/colorpicker/js/jscolor.js:1182:20) web.0 2023-11-08 15:52:51.204 error 0 - ReferenceError: huepi is not definedReferenceError: huepi is not defined web.0 2023-11-08 15:52:51.202 error can't render tplHUEjscolor w000142 on "Badezimmer": web.0 2023-11-08 15:52:49.913 error 20 - at n (http://192.168.198.39:8082/vis-2/static/js/585.8ef4d380.chunk.js:2:58545) web.0 2023-11-08 15:52:49.905 error 19 - at http://192.168.198.39:8082/vis-2/static/js/888.554015bb.chunk.js:1:58661 web.0 2023-11-08 15:52:49.903 error 18 - at D.renderWidget (http://192.168.198.39:8082/vis-2/static/js/888.554015bb.chunk.js:1:61534) web.0 2023-11-08 15:52:49.902 error 17 - at e.view.e.template (http://192.168.198.39:8082/vis-2/lib/js/can.custom.js:1401:47) web.0 2023-11-08 15:52:49.898 error 16 - at Function.renderAs (http://192.168.198.39:8082/vis-2/lib/js/can.custom.js:1465:39) web.0 2023-11-08 15:52:49.896 error 15 - at Function.renderTo (http://192.168.198.39:8082/vis-2/lib/js/can.custom.js:1449:63) web.0 2023-11-08 15:52:49.895 error 14 - at r (http://192.168.198.39:8082/vis-2/lib/js/can.custom.js:1370:22) web.0 2023-11-08 15:52:49.894 error 13 - at Function.frag (http://192.168.198.39:8082/vis-2/lib/js/can.custom.js:1405:22) web.0 2023-11-08 15:52:49.893 error 12 - at Function.hookup (http://192.168.198.39:8082/vis-2/lib/js/can.custom.js:1418:19) web.0 2023-11-08 15:52:49.891 error 11 - at a.each (http://192.168.198.39:8082/vis-2/lib/js/can.custom.js:343:211) web.0 2023-11-08 15:52:49.890 error 10 - at HTMLDivElement.<anonymous> (http://192.168.198.39:8082/vis-2/lib/js/can.custom.js:1419:98) web.0 2023-11-08 15:52:49.889 error 9 - at http://192.168.198.39:8082/vis-2/lib/js/can.custom.js:1727:17 web.0 2023-11-08 15:52:49.888 error 8 - at a.each (http://192.168.198.39:8082/vis-2/lib/js/can.custom.js:343:211) web.0 2023-11-08 15:52:49.887 error 7 - at Function.<anonymous> (http://192.168.198.39:8082/vis-2/lib/js/can.custom.js:1728:17) web.0 2023-11-08 15:52:49.886 error 6 - at Object.eval (tplHUEjscolor.js:40:83) web.0 2023-11-08 15:52:49.885 error 5 - at Object.jscolorcie (<anonymous>:473:35) web.0 2023-11-08 15:52:49.884 error 4 - at Object.loadJS (<anonymous>:45:27) web.0 2023-11-08 15:52:49.883 error 3 - at <anonymous>:538:21 web.0 2023-11-08 15:52:49.882 error 2 - at onChange (<anonymous>:531:36) web.0 2023-11-08 15:52:49.881 error 1 - at jscolor.fromXY (http://192.168.198.39:8082/vis-2/widgets/colorpicker/js/jscolor.js:1182:20) web.0 2023-11-08 15:52:49.880 error 0 - ReferenceError: huepi is not definedReferenceError: huepi is not defined web.0 2023-11-08 15:52:49.879 error can't render tplHUEjscolor w000141 on "Esszimmer": web.0 2023-11-08 15:52:49.878 error 20 - at n (http://192.168.198.39:8082/vis-2/static/js/585.8ef4d380.chunk.js:2:58545) web.0 2023-11-08 15:52:49.877 error 19 - at http://192.168.198.39:8082/vis-2/static/js/888.554015bb.chunk.js:1:58661 web.0 2023-11-08 15:52:49.876 error 18 - at D.renderWidget (http://192.168.198.39:8082/vis-2/static/js/888.554015bb.chunk.js:1:61534) web.0 2023-11-08 15:52:49.875 error 17 - at e.view.e.template (http://192.168.198.39:8082/vis-2/lib/js/can.custom.js:1401:47) web.0 2023-11-08 15:52:49.874 error 16 - at Function.renderAs (http://192.168.198.39:8082/vis-2/lib/js/can.custom.js:1465:39) web.0 2023-11-08 15:52:49.873 error 15 - at Function.renderTo (http://192.168.198.39:8082/vis-2/lib/js/can.custom.js:1449:63) web.0 2023-11-08 15:52:49.871 error 14 - at r (http://192.168.198.39:8082/vis-2/lib/js/can.custom.js:1370:22) web.0 2023-11-08 15:52:49.863 error 13 - at Function.frag (http://192.168.198.39:8082/vis-2/lib/js/can.custom.js:1405:22) web.0 2023-11-08 15:52:49.860 error 12 - at Function.hookup (http://192.168.198.39:8082/vis-2/lib/js/can.custom.js:1418:19) web.0 2023-11-08 15:52:49.859 error 11 - at a.each (http://192.168.198.39:8082/vis-2/lib/js/can.custom.js:343:211) web.0 2023-11-08 15:52:49.857 error 10 - at HTMLDivElement.<anonymous> (http://192.168.198.39:8082/vis-2/lib/js/can.custom.js:1419:98) web.0 2023-11-08 15:52:49.856 error 9 - at http://192.168.198.39:8082/vis-2/lib/js/can.custom.js:1727:17 web.0 2023-11-08 15:52:49.855 error 8 - at a.each (http://192.168.198.39:8082/vis-2/lib/js/can.custom.js:343:211) web.0 2023-11-08 15:52:49.854 error 7 - at Function.<anonymous> (http://192.168.198.39:8082/vis-2/lib/js/can.custom.js:1728:17) web.0 2023-11-08 15:52:49.852 error 6 - at Object.eval (tplHUEjscolor.js:40:83) web.0 2023-11-08 15:52:49.851 error 5 - at Object.jscolorcie (<anonymous>:473:35) web.0 2023-11-08 15:52:49.850 error 4 - at Object.loadJS (<anonymous>:45:27) web.0 2023-11-08 15:52:49.848 error 3 - at <anonymous>:538:21 web.0 2023-11-08 15:52:49.847 error 2 - at onChange (<anonymous>:531:36) web.0 2023-11-08 15:52:49.845 error 1 - at jscolor.fromXY (http://192.168.198.39:8082/vis-2/widgets/colorpicker/js/jscolor.js:1182:20) web.0 2023-11-08 15:52:49.843 error 0 - ReferenceError: huepi is not definedReferenceError: huepi is not defined web.0 2023-11-08 15:52:49.842 error can't render tplHUEjscolor w000134 on "Esszimmer": web.0 2023-11-08 15:52:48.914 error 27 - at http://192.168.198.39:8082/vis-2/static/js/main.bcaaa77f.js:2:6591124 web.0 2023-11-08 15:52:48.913 error 26 - at _n (http://192.168.198.39:8082/vis-2/static/js/main.bcaaa77f.js:2:6534122) web.0 2023-11-08 15:52:48.912 error 25 - at ii (http://192.168.198.39:8082/vis-2/static/js/main.bcaaa77f.js:2:6593729) web.0 2023-11-08 15:52:48.910 error 24 - at Vi (http://192.168.198.39:8082/vis-2/static/js/main.bcaaa77f.js:2:6600010) web.0 2023-11-08 15:52:48.909 error 23 - at http://192.168.198.39:8082/vis-2/static/js/main.bcaaa77f.js:2:6599495 web.0 2023-11-08 15:52:48.907 error 22 - at Ms (http://192.168.198.39:8082/vis-2/static/js/main.bcaaa77f.js:2:6587658) web.0 2023-11-08 15:52:48.906 error 21 - at Hs (http://192.168.198.39:8082/vis-2/static/js/main.bcaaa77f.js:2:6588122) web.0 2023-11-08 15:52:48.904 error 20 - at xs (http://192.168.198.39:8082/vis-2/static/js/main.bcaaa77f.js:2:6588349) web.0 2023-11-08 15:52:48.902 error 19 - at D.componentDidMount (http://192.168.198.39:8082/vis-2/static/js/888.554015bb.chunk.js:1:41435) web.0 2023-11-08 15:52:48.900 error 18 - at D.renderWidget (http://192.168.198.39:8082/vis-2/static/js/888.554015bb.chunk.js:1:61534) web.0 2023-11-08 15:52:48.899 error 17 - at e.view.e.template (http://192.168.198.39:8082/vis-2/lib/js/can.custom.js:1401:47) web.0 2023-11-08 15:52:48.897 error 16 - at Function.renderAs (http://192.168.198.39:8082/vis-2/lib/js/can.custom.js:1465:39) web.0 2023-11-08 15:52:48.894 error 15 - at Function.renderTo (http://192.168.198.39:8082/vis-2/lib/js/can.custom.js:1449:63) web.0 2023-11-08 15:52:48.892 error 14 - at r (http://192.168.198.39:8082/vis-2/lib/js/can.custom.js:1370:22) web.0 2023-11-08 15:52:48.889 error 13 - at Function.frag (http://192.168.198.39:8082/vis-2/lib/js/can.custom.js:1405:22) web.0 2023-11-08 15:52:48.887 error 12 - at Function.hookup (http://192.168.198.39:8082/vis-2/lib/js/can.custom.js:1418:19) web.0 2023-11-08 15:52:48.885 error 11 - at a.each (http://192.168.198.39:8082/vis-2/lib/js/can.custom.js:343:211) web.0 2023-11-08 15:52:48.883 error 10 - at HTMLDivElement.<anonymous> (http://192.168.198.39:8082/vis-2/lib/js/can.custom.js:1419:98) web.0 2023-11-08 15:52:48.881 error 9 - at http://192.168.198.39:8082/vis-2/lib/js/can.custom.js:1727:17 web.0 2023-11-08 15:52:48.879 error 8 - at a.each (http://192.168.198.39:8082/vis-2/lib/js/can.custom.js:343:211) web.0 2023-11-08 15:52:48.877 error 7 - at Function.<anonymous> (http://192.168.198.39:8082/vis-2/lib/js/can.custom.js:1728:17) web.0 2023-11-08 15:52:48.875 error 6 - at Object.eval (tplHUEjscolor.js:40:83) web.0 2023-11-08 15:52:48.873 error 5 - at Object.jscolorcie (<anonymous>:473:35) web.0 2023-11-08 15:52:48.872 error 4 - at Object.loadJS (<anonymous>:45:27) web.0 2023-11-08 15:52:48.869 error 3 - at <anonymous>:538:21 web.0 2023-11-08 15:52:48.867 error 2 - at onChange (<anonymous>:531:36) web.0 2023-11-08 15:52:48.864 error 1 - at jscolor.fromXY (http://192.168.198.39:8082/vis-2/widgets/colorpicker/js/jscolor.js:1182:20) web.0 2023-11-08 15:52:48.861 error 0 - ReferenceError: huepi is not definedReferenceError: huepi is not defined web.0 2023-11-08 15:52:48.858 error can't render tplHUEjscolor w000139 on "Wohnzimmer": web.0 2023-11-08 15:52:40.138 error 27 - at http://192.168.198.39:8082/vis-2/static/js/main.5a315bb8.js:2:7088498 web.0 2023-11-08 15:52:40.137 error 26 - at Nc (http://192.168.198.39:8082/vis-2/static/js/main.5a315bb8.js:2:7031496) web.0 2023-11-08 15:52:40.136 error 25 - at ll (http://192.168.198.39:8082/vis-2/static/js/main.5a315bb8.js:2:7091103) web.0 2023-11-08 15:52:40.135 error 24 - at Vl (http://192.168.198.39:8082/vis-2/static/js/main.5a315bb8.js:2:7097384) web.0 2023-11-08 15:52:40.133 error 23 - at http://192.168.198.39:8082/vis-2/static/js/main.5a315bb8.js:2:7096869 web.0 2023-11-08 15:52:40.132 error 22 - at Mi (http://192.168.198.39:8082/vis-2/static/js/main.5a315bb8.js:2:7085032) web.0 2023-11-08 15:52:40.131 error 21 - at xi (http://192.168.198.39:8082/vis-2/static/js/main.5a315bb8.js:2:7085496) web.0 2023-11-08 15:52:40.130 error 20 - at Hi (http://192.168.198.39:8082/vis-2/static/js/main.5a315bb8.js:2:7085723) web.0 2023-11-08 15:52:40.129 error 19 - at Vt.componentDidMount (http://192.168.198.39:8082/vis-2/static/js/107.6ff5be20.chunk.js:1:266713) web.0 2023-11-08 15:52:40.127 error 18 - at Vt.renderWidget (http://192.168.198.39:8082/vis-2/static/js/107.6ff5be20.chunk.js:1:286829) web.0 2023-11-08 15:52:40.125 error 17 - at e.view.e.template (http://192.168.198.39:8082/vis-2/lib/js/can.custom.js:1401:47) web.0 2023-11-08 15:52:40.124 error 16 - at Function.renderAs (http://192.168.198.39:8082/vis-2/lib/js/can.custom.js:1465:39) web.0 2023-11-08 15:52:40.122 error 15 - at Function.renderTo (http://192.168.198.39:8082/vis-2/lib/js/can.custom.js:1449:63) web.0 2023-11-08 15:52:40.120 error 14 - at r (http://192.168.198.39:8082/vis-2/lib/js/can.custom.js:1370:22) web.0 2023-11-08 15:52:40.119 error 13 - at Function.frag (http://192.168.198.39:8082/vis-2/lib/js/can.custom.js:1405:22) web.0 2023-11-08 15:52:40.118 error 12 - at Function.hookup (http://192.168.198.39:8082/vis-2/lib/js/can.custom.js:1418:19) web.0 2023-11-08 15:52:40.117 error 11 - at a.each (http://192.168.198.39:8082/vis-2/lib/js/can.custom.js:343:211) web.0 2023-11-08 15:52:40.113 error 10 - at HTMLDivElement.<anonymous> (http://192.168.198.39:8082/vis-2/lib/js/can.custom.js:1419:98) web.0 2023-11-08 15:52:40.111 error 9 - at http://192.168.198.39:8082/vis-2/lib/js/can.custom.js:1727:17 web.0 2023-11-08 15:52:40.110 error 8 - at a.each (http://192.168.198.39:8082/vis-2/lib/js/can.custom.js:343:211) web.0 2023-11-08 15:52:40.108 error 7 - at Function.<anonymous> (http://192.168.198.39:8082/vis-2/lib/js/can.custom.js:1728:17) web.0 2023-11-08 15:52:40.107 error 6 - at Object.eval (tplHUEjscolor.js:40:83) web.0 2023-11-08 15:52:40.101 error 5 - at Object.jscolorcie (<anonymous>:473:35) web.0 2023-11-08 15:52:40.099 error 4 - at Object.loadJS (<anonymous>:45:27) web.0 2023-11-08 15:52:40.097 error 3 - at <anonymous>:538:21 web.0 2023-11-08 15:52:40.095 error 2 - at onChange (<anonymous>:531:36) web.0 2023-11-08 15:52:40.085 error 1 - at jscolor.fromXY (http://192.168.198.39:8082/vis-2/widgets/colorpicker/js/jscolor.js:1182:20) web.0 2023-11-08 15:52:40.083 error 0 - ReferenceError: huepi is not definedReferenceError: huepi is not defined web.0 2023-11-08 15:52:40.080 error can't render tplHUEjscolor w000142 on "Badezimmer": web.0 2023-11-08 15:52:38.476 error 27 - at http://192.168.198.39:8082/vis-2/static/js/main.5a315bb8.js:2:7088498 web.0 2023-11-08 15:52:38.475 error 26 - at Nc (http://192.168.198.39:8082/vis-2/static/js/main.5a315bb8.js:2:7031496) web.0 2023-11-08 15:52:38.473 error 25 - at ll (http://192.168.198.39:8082/vis-2/static/js/main.5a315bb8.js:2:7091103) web.0 2023-11-08 15:52:38.471 error 24 - at Vl (http://192.168.198.39:8082/vis-2/static/js/main.5a315bb8.js:2:7097384) web.0 2023-11-08 15:52:38.466 error 23 - at http://192.168.198.39:8082/vis-2/static/js/main.5a315bb8.js:2:7096869 web.0 2023-11-08 15:52:38.462 error 22 - at Mi (http://192.168.198.39:8082/vis-2/static/js/main.5a315bb8.js:2:7085032) web.0 2023-11-08 15:52:38.454 error 21 - at xi (http://192.168.198.39:8082/vis-2/static/js/main.5a315bb8.js:2:7085496) web.0 2023-11-08 15:52:38.449 error 20 - at Hi (http://192.168.198.39:8082/vis-2/static/js/main.5a315bb8.js:2:7085723) web.0 2023-11-08 15:52:38.447 error 19 - at Vt.componentDidMount (http://192.168.198.39:8082/vis-2/static/js/107.6ff5be20.chunk.js:1:266713) web.0 2023-11-08 15:52:38.443 error 18 - at Vt.renderWidget (http://192.168.198.39:8082/vis-2/static/js/107.6ff5be20.chunk.js:1:286829) web.0 2023-11-08 15:52:38.441 error 17 - at e.view.e.template (http://192.168.198.39:8082/vis-2/lib/js/can.custom.js:1401:47) web.0 2023-11-08 15:52:38.439 error 16 - at Function.renderAs (http://192.168.198.39:8082/vis-2/lib/js/can.custom.js:1465:39) web.0 2023-11-08 15:52:38.437 error 15 - at Function.renderTo (http://192.168.198.39:8082/vis-2/lib/js/can.custom.js:1449:63) web.0 2023-11-08 15:52:38.436 error 14 - at r (http://192.168.198.39:8082/vis-2/lib/js/can.custom.js:1370:22) web.0 2023-11-08 15:52:38.427 error 13 - at Function.frag (http://192.168.198.39:8082/vis-2/lib/js/can.custom.js:1405:22) web.0 2023-11-08 15:52:38.418 error 12 - at Function.hookup (http://192.168.198.39:8082/vis-2/lib/js/can.custom.js:1418:19) web.0 2023-11-08 15:52:38.414 error 11 - at a.each (http://192.168.198.39:8082/vis-2/lib/js/can.custom.js:343:211) web.0 2023-11-08 15:52:38.412 error 10 - at HTMLDivElement.<anonymous> (http://192.168.198.39:8082/vis-2/lib/js/can.custom.js:1419:98) web.0 2023-11-08 15:52:38.411 error 9 - at http://192.168.198.39:8082/vis-2/lib/js/can.custom.js:1727:17 web.0 2023-11-08 15:52:38.407 error 8 - at a.each (http://192.168.198.39:8082/vis-2/lib/js/can.custom.js:343:211) web.0 2023-11-08 15:52:38.405 error 7 - at Function.<anonymous> (http://192.168.198.39:8082/vis-2/lib/js/can.custom.js:1728:17) web.0 2023-11-08 15:52:38.403 error 6 - at Object.eval (tplHUEjscolor.js:40:83) web.0 2023-11-08 15:52:38.402 error 5 - at Object.jscolorcie (<anonymous>:473:35) web.0 2023-11-08 15:52:38.399 error 4 - at Object.loadJS (<anonymous>:45:27) web.0 2023-11-08 15:52:38.396 error 3 - at <anonymous>:538:21 web.0 2023-11-08 15:52:38.394 error 2 - at onChange (<anonymous>:531:36) web.0 2023-11-08 15:52:38.391 error 1 - at jscolor.fromXY (http://192.168.198.39:8082/vis-2/widgets/colorpicker/js/jscolor.js:1182:20) web.0 2023-11-08 15:52:38.389 error 0 - ReferenceError: huepi is not definedReferenceError: huepi is not defined web.0 2023-11-08 15:52:38.388 error can't render tplHUEjscolor w000139 on "Wohnzimmer": web.0 2023-11-08 15:52:37.656 error 20 - at r (http://192.168.198.39:8082/vis-2/static/js/258.a5b714fa.chunk.js:2:124513) web.0 2023-11-08 15:52:37.655 error 19 - at http://192.168.198.39:8082/vis-2/static/js/107.6ff5be20.chunk.js:1:283951 web.0 2023-11-08 15:52:37.654 error 18 - at Vt.renderWidget (http://192.168.198.39:8082/vis-2/static/js/107.6ff5be20.chunk.js:1:286829) web.0 2023-11-08 15:52:37.653 error 17 - at e.view.e.template (http://192.168.198.39:8082/vis-2/lib/js/can.custom.js:1401:47) web.0 2023-11-08 15:52:37.652 error 16 - at Function.renderAs (http://192.168.198.39:8082/vis-2/lib/js/can.custom.js:1465:39) web.0 2023-11-08 15:52:37.651 error 15 - at Function.renderTo (http://192.168.198.39:8082/vis-2/lib/js/can.custom.js:1449:63) web.0 2023-11-08 15:52:37.650 error 14 - at r (http://192.168.198.39:8082/vis-2/lib/js/can.custom.js:1370:22) web.0 2023-11-08 15:52:37.649 error 13 - at Function.frag (http://192.168.198.39:8082/vis-2/lib/js/can.custom.js:1405:22) web.0 2023-11-08 15:52:37.648 error 12 - at Function.hookup (http://192.168.198.39:8082/vis-2/lib/js/can.custom.js:1418:19) web.0 2023-11-08 15:52:37.648 error 11 - at a.each (http://192.168.198.39:8082/vis-2/lib/js/can.custom.js:343:211) web.0 2023-11-08 15:52:37.647 error 10 - at HTMLDivElement.<anonymous> (http://192.168.198.39:8082/vis-2/lib/js/can.custom.js:1419:98) web.0 2023-11-08 15:52:37.646 error 9 - at http://192.168.198.39:8082/vis-2/lib/js/can.custom.js:1727:17 web.0 2023-11-08 15:52:37.644 error 8 - at a.each (http://192.168.198.39:8082/vis-2/lib/js/can.custom.js:343:211)
In der Browserconsole steht:
instrument.ts:145 can't render tplHUEjscolor w000141 on "Esszimmer":