Skip to content
  • Home
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Visualisierung
  4. VIS mit macOS 10.12 und iOS 10 geht nicht

NEWS

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    16
    1
    287

  • Jahresrückblick 2025 – unser neuer Blogbeitrag ist online! ✨
    BluefoxB
    Bluefox
    17
    1
    4.7k

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    13
    1
    1.3k

VIS mit macOS 10.12 und iOS 10 geht nicht

Scheduled Pinned Locked Moved Visualisierung
25 Posts 10 Posters 4.3k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • F Offline
    F Offline
    Fugazzy
    wrote on last edited by
    #8

    das geht ja einfach :-)

    erst einmal gab es aber dies:

    ! vis-0 2016-09-14 20:15:23.506 error at Timer.listOnTimeout (timers.js:92:15)
    ! vis-0 2016-09-14 20:15:23.506 error at null._onTimeout (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup.js:2464:27)
    ! vis-0 2016-09-14 20:15:23.506 error at new ObjectsInMemServer (/opt/iobroker/node_modules/iobroker.js-controller/lib/objects/objectsInMemServer.js:2693:7)
    ! vis-0 2016-09-14 20:15:23.506 error at /opt/iobroker/node_modules/iobroker.js-controller/lib/objects/objectsInMemServer.js:2686:9
    ! vis-0 2016-09-14 20:15:23.506 error at _initWebServer (/opt/iobroker/node_modules/iobroker.js-controller/lib/objects/objectsInMemServer.js:2588:24)
    ! vis-0 2016-09-14 20:15:23.506 error at Server.listen (net.js:1382:5)
    ! vis-0 2016-09-14 20:15:23.506 error at listen (net.js:1286:10)
    ! vis-0 2016-09-14 20:15:23.506 error at Server._listen2 (net.js:1250:14)
    ! vis-0 2016-09-14 20:15:23.506 error at exports._exceptionWithHostPort (util.js:930:20)
    ! vis-0 2016-09-14 20:15:23.506 error at Object.exports._errnoException (util.js:907:11)
    ! vis-0 2016-09-14 20:15:23.506 error Error: listen EADDRINUSE :::9001
    ! vis-0 2016-09-14 20:15:23.506 error throw er; // Unhandled 'error' event ^
    ! vis-0 2016-09-14 20:15:23.496 error events.js:141

    Hab dann aber den Adapter neu gestartet:

    Unter macOS den Cache geleert, es ist aber dabei geblieben:

    [Error] Refused to connect to ws://xxx:8082/socket.io/?key=nokey&EIO=3&transport=websocket&sid=XQAEr1bTEqtpjYC1AAOq because it does not appear in the connect-src directive of the Content Security Policy.
    [Error] SecurityError (DOM Exception 18): The operation is insecure.
    	(anonyme Funktion) (socket.io.js:4026)
    	doOpen (socket.io.js:4026)
    	open (socket.io.js:2882)
    	probe (socket.io.js:2455)
    	onOpen (socket.io.js:2477)
    	onHandshake (socket.io.js:2537)
    	onPacket (socket.io.js:2499)
    	(anonyme Funktion) (socket.io.js:2331)
    	emit (socket.io.js:4389)
    	onPacket (socket.io.js:2947)
    	callback (socket.io.js:3821)
    	(anonyme Funktion) (socket.io.js:5014)
    	forEach
    	decodePayloadAsBinary (socket.io.js:5013)
    	decodePayload (socket.io.js:4781)
    	onData (socket.io.js:3825)
    	(anonyme Funktion) (socket.io.js:3385)
    	emit (socket.io.js:4389)
    	onData (socket.io.js:3546)
    	onLoad (socket.io.js:3627)
    	onreadystatechange (socket.io.js:3499)
    

    Hilft die Zeile (socket.io.js): 4273

    this.ws = BrowserWebSocket ? new WebSocket(uri) : new WebSocket(uri, protocols, opts);

    Folgendes zeigt Chrome an, auch wenn es da noch funktioniert:

    ! Use of the Application Cache is deprecated on insecure origins. Support will be removed in the future. You should consider switching your application to a secure origin, such as HTTPS. See https://goo.gl/rStTGz for more details.

    1 Reply Last reply
    0
    • sissiwupS Offline
      sissiwupS Offline
      sissiwup
      wrote on last edited by
      #9

      Halle,

      Nach Rücksitzen der Caches sagt er nur neue Files gefunden. Leider geht es danach nicht weiter.

      MfG

      Sissi

      –-----------------------------------------

      1 CCU3 1 CCU2-Gateway 1 LanGateway 1 Pi-Gateway 1 I7 für ioBroker/MySQL


      1 Reply Last reply
      0
      • S Offline
        S Offline
        steinwedel
        wrote on last edited by
        #10

        Das Problem hängt wohl damit zusammen, dass ein "connect-src" in der html-Datei erwartet wird, die nicht gesetzt ist. Dadurch kommt es wohl zu dem Problem.

        Zum Thema content security policy, gibt es unter https://content-security-policy.com weitere Informationen.

        1 Reply Last reply
        0
        • BluefoxB Offline
          BluefoxB Offline
          Bluefox
          wrote on last edited by
          #11

          Brauche TeamViewer session mit iOS 10 Besitzer.

          Es gibt zu viele Möglichkeiten.

          Aber in 10 Minuten konnte es erledigt sein.

          Vielleicht

          connect-src 'self' 'unsafe-eval' 'unsafe-inline' * wss: ws:;

          1 Reply Last reply
          0
          • sissiwupS Offline
            sissiwupS Offline
            sissiwup
            wrote on last edited by
            #12

            @Bluefox:

            Brauche TeamViewer session mit iOS 10 Besitzer.

            Es gibt zu viele Möglichkeiten.

            Aber in 10 Minuten konnte es erledigt sein.

            Vielleicht

            connect-src 'self' 'unsafe-eval' 'unsafe-inline' * wss: ws:; `
            Wo soll ich das ausprobieren?

            MfG

            Sissi

            –-----------------------------------------

            1 CCU3 1 CCU2-Gateway 1 LanGateway 1 Pi-Gateway 1 I7 für ioBroker/MySQL


            1 Reply Last reply
            0
            • BluefoxB Offline
              BluefoxB Offline
              Bluefox
              wrote on last edited by
              #13

              @sissiwup:

              @Bluefox:

              Brauche TeamViewer session mit iOS 10 Besitzer.

              Es gibt zu viele Möglichkeiten.

              Aber in 10 Minuten konnte es erledigt sein.

              Vielleicht

              connect-src 'self' 'unsafe-eval' 'unsafe-inline' * wss: ws:; Wo soll ich das ausprobieren?
              /opt/iobroker/iobroker-data/files/vis/index.html

              Zeile 13

              da gibt es bei 184 Position: connect-src 'self' 'unsafe-eval' 'unsafe-inline' *;

              Kannst du ersetzen mit: connect-src 'self' 'unsafe-eval' 'unsafe-inline' * wss: ws:;

              Und dann iobroker restart

              1 Reply Last reply
              0
              • sissiwupS Offline
                sissiwupS Offline
                sissiwup
                wrote on last edited by
                #14

                Hallo,

                leider noch das gleiche Verhalten unter ios 10.0.1

                Kann es sein, dass er die Datei beim Neustart wieder zurücksetzt?

                MfG

                Sissi

                –-----------------------------------------

                1 CCU3 1 CCU2-Gateway 1 LanGateway 1 Pi-Gateway 1 I7 für ioBroker/MySQL


                1 Reply Last reply
                0
                • sissiwupS Offline
                  sissiwupS Offline
                  sissiwup
                  wrote on last edited by
                  #15

                  Hallo,

                  Habe die Änderung in node_modules/iobroker.vis/www/index.html durchgeführt.

                  Jetzt geht es wieder. Vielen Dank für die schnelle Unterstützung.

                  MfG

                  Sissi

                  –-----------------------------------------

                  1 CCU3 1 CCU2-Gateway 1 LanGateway 1 Pi-Gateway 1 I7 für ioBroker/MySQL


                  1 Reply Last reply
                  0
                  • S Offline
                    S Offline
                    Stmiko
                    wrote on last edited by
                    #16

                    ` > /opt/iobroker/iobroker-data/files/vis/index.html

                    Zeile 13

                    da gibt es bei 184 Position: connect-src 'self' 'unsafe-eval' 'unsafe-inline' *;

                    Kannst du ersetzen mit: connect-src 'self' 'unsafe-eval' 'unsafe-inline' * wss: ws:;

                    Und dann iobroker restart `
                    Hallo BF, habe diese Änderung durchgeführt, leider funktioniert es bei mir unter iOS10.0.1.

                    Muss ich sonst noch was ändern? (Browsercache ist natürlich leer :)

                    iobroker auf Intel NUC mit Proxmox LXC und Raspi3+

                    1 Reply Last reply
                    0
                    • C Offline
                      C Offline
                      chka
                      wrote on last edited by
                      #17

                      Habe von bf und sissiwup die einstellungen übernommen und es geht danke

                      INTEL NUC BOXNUC6I3SYH i3-6100U - Proxmox

                      Speicher: Transcend MTS800 M.2 SSD 128GB SATA III, MLC

                      RAM: 40Gig Crucial 8GB DDR4 CT2K8G4SFS824A + 32GB DDR4CT32G4SFD8266

                      1 Reply Last reply
                      0
                      • BluefoxB Offline
                        BluefoxB Offline
                        Bluefox
                        wrote on last edited by
                        #18

                        Kann jemand vom git 0.10.11 ausprobieren?

                        1 Reply Last reply
                        0
                        • C Offline
                          C Offline
                          chka
                          wrote on last edited by
                          #19

                          geht wunderbar

                          Danke

                          INTEL NUC BOXNUC6I3SYH i3-6100U - Proxmox

                          Speicher: Transcend MTS800 M.2 SSD 128GB SATA III, MLC

                          RAM: 40Gig Crucial 8GB DDR4 CT2K8G4SFS824A + 32GB DDR4CT32G4SFD8266

                          1 Reply Last reply
                          0
                          • S Offline
                            S Offline
                            Stmiko
                            wrote on last edited by
                            #20

                            > Kann jemand vom git 0.10.11 ausprobieren?
                            Super…damit funktioniert es unter ios 10 wieder.

                            Vielen Dank!

                            iobroker auf Intel NUC mit Proxmox LXC und Raspi3+

                            1 Reply Last reply
                            0
                            • F Offline
                              F Offline
                              Fugazzy
                              wrote on last edited by
                              #21

                              Vielen Dank, geht nun auch bei mir wieder

                              1 Reply Last reply
                              0
                              • V Offline
                                V Offline
                                vlink
                                wrote on last edited by
                                #22

                                gleiches problem bei mir seit IOS10 Update

                                mit 0.10.11 funktioniert es super

                                danke!

                                1 Reply Last reply
                                0
                                • P Offline
                                  P Offline
                                  pix
                                  wrote on last edited by
                                  #23

                                  Seltsam, bei mir geht es nicht. :roll:

                                  Update aller Adapter (VIS 0.10.11) und Controller (inkl. Neustart, Leerung Browser Cache).

                                  Weder unter iOS10 noch unter Mac OS El Capitan (kein Update) komme ich in VIS auf die Ansicht (nur Ringe). Fehlt da noch ein Schritt?

                                  Gruß

                                  Pix

                                  ioBroker auf Ubuntu in Proxmox (früher Mac mini (bis OS X 10.12.6 Sierra), VIS via iOS; angeschlossen: Homematic CCU2, Homepilot 1, ConBee II, einige Wemos, Sonos, Unifi CK+Protect, Homekit, Homebridge; KEIN blockly! Github-Profil

                                  1 Reply Last reply
                                  0
                                  • P Offline
                                    P Offline
                                    pix
                                    wrote on last edited by
                                    #24

                                    Okay,

                                    war ja die letzten Tage nicht soviel hier unterwegs.

                                    Dieser Thread brachte die Lösung: http://forum.iobroker.net/viewtopic.php … 1&start=20

                                    ./iobroker upload vis
                                    

                                    Jetzt komme ich wieder drauf (Zumindest mit El Capitan (noch keine Sierra) und iOS 10 Safari).

                                    Gruß

                                    Pix

                                    ioBroker auf Ubuntu in Proxmox (früher Mac mini (bis OS X 10.12.6 Sierra), VIS via iOS; angeschlossen: Homematic CCU2, Homepilot 1, ConBee II, einige Wemos, Sonos, Unifi CK+Protect, Homekit, Homebridge; KEIN blockly! Github-Profil

                                    1 Reply Last reply
                                    0
                                    • rantanplanR Offline
                                      rantanplanR Offline
                                      rantanplan
                                      wrote on last edited by
                                      #25

                                      Hallo Zusammen

                                      Auf einem iPad 3 (iOS 9.3.4) klappt die Dahrstellung von Vis.

                                      Auf einem iPad 4 (iOS 9.3.2 und aktuell iOS 10.01) klappt es nicht.

                                      In meiner "C:\ioBroker\iobroker-data\files\vis\index.html" habe ich, in Zeile 12, folgende Zeile.

                                      ! content="default-src 'self' * 'unsafe-eval' 'unsafe-inline'; style-src 'self' 'unsafe-inline' *; img-src 'self' 'unsafe-inline' * data:; media-src 'self' 'unsafe-inline' *; connect-src 'self' 'unsafe-eval' 'unsafe-inline' * ws: wss:; script-src 'self' 'unsafe-eval' 'unsafe-inline' *">

                                      Müsste ich die beschriebenen Änderungen am Ende der Zeile einfügen?

                                      Für einen Tipp wäre ich dankbar.

                                      Grüße

                                      Rantanplan

                                      CCU3 / MS Server 2019(VM) / Scripten mit Blockly

                                      1 Reply Last reply
                                      0
                                      Reply
                                      • Reply as topic
                                      Log in to reply
                                      • Oldest to Newest
                                      • Newest to Oldest
                                      • Most Votes


                                      Support us

                                      ioBroker
                                      Community Adapters
                                      Donate

                                      572

                                      Online

                                      32.7k

                                      Users

                                      82.5k

                                      Topics

                                      1.3m

                                      Posts
                                      Community
                                      Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                      ioBroker Community 2014-2025
                                      logo
                                      • Login

                                      • Don't have an account? Register

                                      • Login or register to search.
                                      • First post
                                        Last post
                                      0
                                      • Home
                                      • Recent
                                      • Tags
                                      • Unread 0
                                      • Categories
                                      • Unreplied
                                      • Popular
                                      • GitHub
                                      • Docu
                                      • Hilfe