Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Visualisierung
    4. VIS mit macOS 10.12 und iOS 10 geht nicht

    NEWS

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    VIS mit macOS 10.12 und iOS 10 geht nicht

    This topic has been deleted. Only users with topic management privileges can see it.
    • S
      steinwedel last edited by

      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 Reply Quote 0
      • Bluefox
        Bluefox last edited by

        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 Reply Quote 0
        • sissiwup
          sissiwup last edited by

          @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?

          1 Reply Last reply Reply Quote 0
          • Bluefox
            Bluefox last edited by

            @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 Reply Quote 0
            • sissiwup
              sissiwup last edited by

              Hallo,

              leider noch das gleiche Verhalten unter ios 10.0.1

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

              1 Reply Last reply Reply Quote 0
              • sissiwup
                sissiwup last edited by

                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.

                1 Reply Last reply Reply Quote 0
                • S
                  Stmiko last edited by

                  ` > /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 🙂

                  1 Reply Last reply Reply Quote 0
                  • C
                    chka last edited by

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

                    1 Reply Last reply Reply Quote 0
                    • Bluefox
                      Bluefox last edited by

                      Kann jemand vom git 0.10.11 ausprobieren?

                      1 Reply Last reply Reply Quote 0
                      • C
                        chka last edited by

                        geht wunderbar

                        Danke

                        1 Reply Last reply Reply Quote 0
                        • S
                          Stmiko last edited by

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

                          Vielen Dank!

                          1 Reply Last reply Reply Quote 0
                          • F
                            Fugazzy last edited by

                            Vielen Dank, geht nun auch bei mir wieder

                            1 Reply Last reply Reply Quote 0
                            • V
                              vlink last edited by

                              gleiches problem bei mir seit IOS10 Update

                              mit 0.10.11 funktioniert es super

                              danke!

                              1 Reply Last reply Reply Quote 0
                              • P
                                pix last edited by

                                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

                                1 Reply Last reply Reply Quote 0
                                • P
                                  pix last edited by

                                  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

                                  1 Reply Last reply Reply Quote 0
                                  • rantanplan
                                    rantanplan last edited by

                                    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

                                    1 Reply Last reply Reply Quote 0
                                    • First post
                                      Last post

                                    Support us

                                    ioBroker
                                    Community Adapters
                                    Donate

                                    910
                                    Online

                                    31.7k
                                    Users

                                    79.8k
                                    Topics

                                    1.3m
                                    Posts

                                    10
                                    25
                                    3249
                                    Loading More Posts
                                    • Oldest to Newest
                                    • Newest to Oldest
                                    • Most Votes
                                    Reply
                                    • Reply as topic
                                    Log in to reply
                                    Community
                                    Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                    The ioBroker Community 2014-2023
                                    logo