Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Tester
    4. [Redesign] wioBrowser für Windows

    NEWS

    • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?

    • Monatsrückblick – September 2025

    • Neues Video "KI im Smart Home" - ioBroker plus n8n

    [Redesign] wioBrowser für Windows

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

      @BananaJoe Danke für den Tip. Es hat funktioniert. Im Browser wäre schöner, aber so reicht es auch.

      setState('wiobrowser.0.command', '"d:/mpc/mpc-hc64.exe" "' + getState('0_userdata.0.VIS.Tagesschau.URL.Tagesschau100s').val + '" /fullscreen /play /close');
      
      BananaJoe 1 Reply Last reply Reply Quote 1
      • BananaJoe
        BananaJoe Most Active @schittl last edited by

        @schittl den /fullscreen hatte ich vergessen. Man kann bei mehreren Monitoren sogar den Monitor/Bildschirm angeben auf dem der Player erscheinen soll, das fehlte meine ich bei VLC

        S 1 Reply Last reply Reply Quote 1
        • S
          schittl @BananaJoe last edited by

          @bananajoe Bekommt man damit auch noch hin das die Bedienungsleiste am unteren Bild nicht angezeigt wird wie /controloff oder ähnliches?

          BananaJoe 1 Reply Last reply Reply Quote 0
          • BananaJoe
            BananaJoe Most Active @schittl last edited by BananaJoe

            @schittl wird die beim /fullscreen nicht ausgeblendet? Wenn er meint das die Maus da unten ist (wenn man den Mauszeiger verschwinden lässt indem man diesen ganz nach unten setzt) würde diese dann aber angezeigt werden.

            Edit: gerade in meinen Quellcode nachgeschaut- ich starte mit /monitor x /fullscreen und habe dann keine Playerleisten
            Das x steht für den Monitor 1 bis 3, ich nutze das ja für eine Multianzeige

            1 Reply Last reply Reply Quote 0
            • S
              saeft_2003 Most Active last edited by saeft_2003

              @Wal

              Hi, ich habe ein Problem mit dem wiobrowser und zwar habe ich in meiner VIS einige Kameras über ein iframe eingebettet. Das ganze läuft über go2rtc weil die Kameras nur einen rtsp stream haben.

              Den go2rtc server habe ich neugestartet seitdem lädt im wiobrowser der stream von allen Kamera nicht mehr. Auf allen anderen Geräten funktioniert es weiterhin auch auf dem selben Gerät in chrome wo der wiobrowser drauf läuft geht alles.

              Natürlich habe ich schon neugestartet usw... bringt aber alles nichts. Hast du eine Idee an was das liegen könnte?

              Dieser Fehler wird angezeigt:

              IMG_7560.jpeg

              Edit: Nachdem ich alle Kameras auf dem go2rtc Server entfernt und wieder hinzugefügt habe. Geht es wieder auch im wiobrowser. Aber: Der Fehler kommt immer noch und ein paar Sekunden später springt der Stream um auf RTC. Auf allen anderen Geräten kommt der Fehler nicht und kommt sofort MSE. Ist das ein wiobrowser Problem?

              IMG_7561.JPG
              IMG_7562.JPG

              skvarel 1 Reply Last reply Reply Quote 0
              • skvarel
                skvarel Developer @saeft_2003 last edited by skvarel

                @saeft_2003 .. das kann kein generelles wio Problem sein.

                Ich nutze den Browser nur für meine Kameras. Insgesamt 9 Streams über go2rtc.

                Ich nutze allerdings den webrtc Stream. Die lokale HTML habe ich angepasst, damit das 'Wasserzeichen' (MSE/RTC) nicht angezeigt wird. Den Ton schalte ich mit '&media=video' aus, weil mir das Bild reicht.

                <iframe frameborder="no" width="395" height="295"src="http://192.168.130.240:1984/webrtc.html?src=Garten_II&media=video"></iframe>
                

                Hier mal ein Screenshot vom Aussenbreich:

                c7ea6855-395a-4b32-821b-4f47ca093090-image.png

                Jedes Vorschau-Video ist auch ein Button um in den Haupt-Stream zu kommen:

                4a42989f-0d02-41c6-bf76-e0492d99bd61-image.png

                Hier kann ich dann die Kameras steuern, die Aufnahmen und Alarme de-/aktivieren.

                S 2 Replies Last reply Reply Quote 0
                • S
                  saeft_2003 Most Active @skvarel last edited by

                  @skvarel

                  danke für die Info. In der VIS brauch ich auch keinen Ton. Ich teste mal die webrtc Methode...

                  1 Reply Last reply Reply Quote 1
                  • S
                    saeft_2003 Most Active @skvarel last edited by saeft_2003

                    @skvarel

                    Könntest du bitte mal den ganzen Export von dem widget posten? Hab nämlich grad so meine Probleme das hinzubekommen...

                    skvarel 1 Reply Last reply Reply Quote 0
                    • skvarel
                      skvarel Developer @saeft_2003 last edited by skvarel

                      @saeft_2003 .. das ist aber VIS2.

                      Unser inventwo Universal-Widget und als 'Textinhalt' einfach den Code für den iFrame eintragen.

                      <iframe frameborder="no" width="395" height="295"src="http://192.168.130.240:1984/webrtc.html?src=Garten_II&media=video"></iframe>
                      

                      Ein Widget-Export wird dir nicht helfen, weil ich auf die Steckdose der Kamera triggere. Meine Widgets sind schon ziemlich 'speziell' eingerichtet 😉

                      • Wenn Steckdose AUS, dann zeige ein Testbild
                      • Wenn Steckdose AN, zeige den Stream

                      Hier der Export:

                      [
                        {
                          "tpl": "tplInventwoWidgetUniversal",
                          "data": {
                            "bindings": [],
                            "type": "readonly",
                            "g_common": true,
                            "mode": "singleButton",
                            "direction": "row",
                            "oid": "alias.0.Videoüberwachung.reolink_Garten_AN",
                            "httpType": "send",
                            "buttonSize": 110,
                            "btnSpacing": 10,
                            "countStates": 1,
                            "buttonHoldValue": false,
                            "dialogWidth": 500,
                            "g_attr_group_type_view_in_dialog": true,
                            "dialogHeight": 300,
                            "dialogPadding": 10,
                            "dialogBackground": "rgb(18, 18, 18)",
                            "dialogTitleColor": "rgb(255,255,255)",
                            "dialogTitleSize": 20,
                            "dialogCloseButtonBackground": "rgba(255,255,255,0)",
                            "dialogCloseButtonColor": "rgba(255,255,255,1)",
                            "dialogCloseButtonSize": 14,
                            "dialogBorderRadiusTopLeft": 12,
                            "dialogBorderRadiusTopRight": 0,
                            "dialogBorderRadiusBottomRight": 12,
                            "dialogBorderRadiusBottomLeft": 0,
                            "contentBlinkInterval": 0,
                            "g_attr_group_state_default": true,
                            "outerShadowColor": "rgba(0, 0, 0, 1)",
                            "colorPickerColorModel": "hex",
                            "g_attr_content_color_picker": true,
                            "colorPickerWidth": 200,
                            "colorPickerHandleSize": 8,
                            "colorPickerHandleMargin": 6,
                            "colorPickerComponentsSpace": 12,
                            "colorPickerDirection": "vertical",
                            "colorPickerBorderWidth": 0,
                            "colorPickerShowWheel": true,
                            "colorPickerShowSaturation": true,
                            "colorPickerShowValue": true,
                            "textDecoration": "none",
                            "g_attr_group_css_text": true,
                            "textMarginTop": 0,
                            "textMarginBottom": 0,
                            "textMarginLeft": 0,
                            "textMarginRight": 0,
                            "contentType": "image",
                            "g_attr_group_css_content": true,
                            "contentMarginTop": 0,
                            "contentMarginBottom": 0,
                            "contentMarginLeft": 0,
                            "contentMarginRight": 0,
                            "contentSize": 395,
                            "contentRotation": 0,
                            "contentMirror": false,
                            "flexDirection": "column",
                            "g_attr_group_css_alignment": true,
                            "alignItems": "center",
                            "textAlign": "center",
                            "contentAlign": "center",
                            "backgroundOpacity": 0.9,
                            "g_attr_group_css_transparency": true,
                            "contentOpacity": 1,
                            "paddingLeft": 0,
                            "g_attr_group_css_spacing": true,
                            "paddingRight": 0,
                            "paddingTop": 3,
                            "paddingBottom": 0,
                            "borderRadiusTopLeft": "0",
                            "g_attr_group_css_border_radius": true,
                            "borderRadiusTopRight": "0",
                            "borderRadiusBottomRight": "0",
                            "borderRadiusBottomLeft": "0",
                            "borderSizeTop": 0,
                            "g_attr_group_css_border": true,
                            "borderSizeBottom": 0,
                            "borderSizeLeft": 0,
                            "borderSizeRight": 0,
                            "borderStyle": "none",
                            "outerShadowX": 2,
                            "g_attr_group_css_outer_shadow": true,
                            "outerShadowY": 2,
                            "outerShadowBlur": 2,
                            "outerShadowSize": 1,
                            "innerShadowX": 0,
                            "g_attr_group_css_inner_shadow": true,
                            "innerShadowY": 0,
                            "innerShadowBlur": 2,
                            "innerShadowSize": 1,
                            "text": "",
                            "image": "/vis-icontwo/Alarm/NO-SIGNAL_800-600.png",
                            "undefined1": null,
                            "compareBy1": "default",
                            "oid1": null,
                            "comparisonOperator1": "===",
                            "value1": "true",
                            "view1": null,
                            "text1": "<iframe frameborder=\"no\" width=\"395\" height=\"295\"src=\"http://192.168.130.240:1984/webrtc.html?src=Garten_II&media=video\"></iframe>",
                            "textTrue1": null,
                            "icon1": null,
                            "iconTrue1": null,
                            "image1": null,
                            "imageTrue1": null,
                            "html1": null,
                            "htmlTrue1": null,
                            "viewInWidget1": null,
                            "viewInWidgetTrue1": null,
                            "contentBlinkInterval1": null,
                            "contentColor1": "rgba(255,255,255,1)",
                            "contentColorTrue1": null,
                            "background1": "linear-gradient(#444, #111)",
                            "backgroundTrue1": "rgb(69,86,24)",
                            "textColor1": "rgba(255,255,255,1)",
                            "textColorTrue1": null,
                            "borderColor1": "rgba(77,115,33,1)",
                            "borderColorTrue1": null,
                            "outerShadowColor1": "rgb(0,0,0)",
                            "outerShadowColorTrue1": "rgb(0,0,0)",
                            "innerShadowColor1": "rgba(46,67,74,1)",
                            "innerShadowColorTrue1": null,
                            "contentSize1": null,
                            "g_countStates-1": true,
                            "valueTrue": "true",
                            "innerShadowColor": "rgba(46,67,74,1)",
                            "background": "linear-gradient(#333, #ba3b3b)",
                            "textColor": "rgba(255,255,255,1)",
                            "borderColor": "rgba(77,115,33,1)",
                            "contentColor": "",
                            "name": "Vorschau_Garten",
                            "comment": null,
                            "class": null,
                            "filterkey": null,
                            "multi-views": null,
                            "locked": null,
                            "g_fixed": true
                          },
                          "style": {
                            "bindings": [],
                            "left": 855,
                            "top": 395,
                            "width": "405",
                            "height": "305",
                            "position": "absolute",
                            "overflow": "visible",
                            "z-index": 10
                          },
                          "widgetSet": "vis-2-widgets-inventwo",
                          "_id": "i000001"
                        }
                      ]
                      

                      Über diesem Widget liegt dann ein Weiters, als Button für das PopUp-Fenster. Dieses Widget zeigt mir dann auch die erkannte Bewegung an.

                      [
                        {
                          "tpl": "tplInventwoWidgetUniversal",
                          "data": {
                            "bindings": [
                              "innerShadowColorFeedback"
                            ],
                            "type": "viewInDialog",
                            "g_common": true,
                            "mode": "singleButton",
                            "direction": "row",
                            "oid": "nothing_selected",
                            "httpType": "send",
                            "buttonSize": 110,
                            "btnSpacing": 10,
                            "countStates": 1,
                            "buttonHoldValue": false,
                            "dialogWidth": 1090,
                            "g_attr_group_type_view_in_dialog": true,
                            "dialogHeight": 670,
                            "dialogPadding": 0,
                            "dialogBackground": "rgba(51,51,51,1)",
                            "dialogTitleColor": "rgb(255,255,255)",
                            "dialogTitleSize": 15,
                            "dialogCloseButtonBackground": "rgba(51,51,51,1)",
                            "dialogCloseButtonColor": "rgba(255,255,255,1)",
                            "dialogCloseButtonSize": 14,
                            "dialogBorderRadiusTopLeft": 0,
                            "dialogBorderRadiusTopRight": 0,
                            "dialogBorderRadiusBottomRight": 0,
                            "dialogBorderRadiusBottomLeft": 0,
                            "contentBlinkInterval": 0,
                            "g_attr_group_state_default": true,
                            "outerShadowColor": "rgba(0, 0, 0, 0)",
                            "colorPickerColorModel": "hex",
                            "g_attr_content_color_picker": true,
                            "colorPickerWidth": 200,
                            "colorPickerHandleSize": 8,
                            "colorPickerHandleMargin": 6,
                            "colorPickerComponentsSpace": 12,
                            "colorPickerDirection": "vertical",
                            "colorPickerBorderWidth": 0,
                            "colorPickerShowWheel": true,
                            "colorPickerShowSaturation": true,
                            "colorPickerShowValue": true,
                            "textDecoration": "none",
                            "g_attr_group_css_text": true,
                            "textMarginTop": 0,
                            "textMarginBottom": 10,
                            "textMarginLeft": 0,
                            "textMarginRight": 0,
                            "contentType": "image",
                            "g_attr_group_css_content": true,
                            "contentMarginTop": 0,
                            "contentMarginBottom": 0,
                            "contentMarginLeft": 0,
                            "contentMarginRight": 0,
                            "contentSize": 66,
                            "contentRotation": 0,
                            "contentMirror": false,
                            "flexDirection": "column",
                            "g_attr_group_css_alignment": true,
                            "alignItems": "center",
                            "textAlign": "center",
                            "contentAlign": "center",
                            "backgroundOpacity": 1,
                            "g_attr_group_css_transparency": true,
                            "contentOpacity": 0,
                            "paddingLeft": 0,
                            "g_attr_group_css_spacing": true,
                            "paddingRight": 0,
                            "paddingTop": 0,
                            "paddingBottom": 0,
                            "borderRadiusTopLeft": "0",
                            "g_attr_group_css_border_radius": true,
                            "borderRadiusTopRight": "0",
                            "borderRadiusBottomRight": "0",
                            "borderRadiusBottomLeft": "0",
                            "borderSizeTop": 0,
                            "g_attr_group_css_border": true,
                            "borderSizeBottom": 0,
                            "borderSizeLeft": 0,
                            "borderSizeRight": 0,
                            "borderStyle": "none",
                            "outerShadowX": 2,
                            "g_attr_group_css_outer_shadow": true,
                            "outerShadowY": 2,
                            "outerShadowBlur": 2,
                            "outerShadowSize": 2,
                            "innerShadowX": 0,
                            "g_attr_group_css_inner_shadow": true,
                            "innerShadowY": 0,
                            "innerShadowBlur": 3,
                            "innerShadowSize": 6,
                            "background": "rgba(0, 0, 0, 0)",
                            "contentColor": "rgba(0, 0, 0, 0)",
                            "textColor": "rgba(0, 0, 0, 0)",
                            "borderColor": "rgba(0, 0, 0, 0)",
                            "innerShadowColor": "rgba(0, 0, 0, 0)",
                            "view": "reolink Garten",
                            "icon": "/vis-icontwo/Navigations/nav_i.png",
                            "undefined1": null,
                            "compareBy1": "value",
                            "oid1": "reolink.9.sensor.motion",
                            "comparisonOperator1": "===",
                            "value1": "true",
                            "view1": "v000_index",
                            "text1": "",
                            "textTrue1": null,
                            "icon1": null,
                            "iconTrue1": null,
                            "image1": "",
                            "imageTrue1": null,
                            "html1": null,
                            "htmlTrue1": null,
                            "viewInWidget1": null,
                            "viewInWidgetTrue1": null,
                            "contentBlinkInterval1": null,
                            "contentColor1": "rgba(0, 0, 0, 0)",
                            "contentColorTrue1": null,
                            "background1": "rgba(0, 0, 0, 0)",
                            "backgroundTrue1": "rgb(69,86,24)",
                            "textColor1": "rgba(0, 0, 0, 0)",
                            "textColorTrue1": null,
                            "borderColor1": "rgba(0, 0, 0, 0)",
                            "borderColorTrue1": null,
                            "outerShadowColor1": "rgba(0, 0, 0, 0)",
                            "outerShadowColorTrue1": "rgb(0,0,0)",
                            "innerShadowColor1": "rgba(186,59,59,1)",
                            "innerShadowColorTrue1": null,
                            "contentSize1": null,
                            "g_countStates-1": true,
                            "text": "",
                            "image": "",
                            "g_css_font_text": true,
                            "dialogTitle": "Garten • reolink E1 Outdoor • 192.168.130.90 • Instanz 9",
                            "dialogCloseOnClickOutside": true
                          },
                          "style": {
                            "bindings": [],
                            "left": 855,
                            "top": 395,
                            "width": "405",
                            "height": "305",
                            "position": "absolute",
                            "overflow": "visible",
                            "text-shadow": "2px 2px 1px #000000",
                            "font-size": "20px",
                            "z-index": "100",
                            "text-align": ""
                          },
                          "widgetSet": "vis-2-widgets-inventwo",
                          "_id": "i000001"
                        }
                      ]```
                      1 Reply Last reply Reply Quote 1
                      • M
                        Mani79 last edited by

                        Hallo

                        Da Ich selber keine Lösung finde wollte Ich hier mal nachfragen.
                        Ich verwendet den wiobrowser auf 2 PC`s. Bei dem reinen Visu PC habe Ich fix Dark Mode aktiv.

                        Bei meinem Arbeitsrechner möchte Ich das aber nicht und habe dadurch das Problem das auch die Vis-2 im wiobrowser den Light Mode verwendet.
                        Dadurch werden mir bei verschiedenen Widgets (z.B.: Pin Eingabe Material-Widgets oder gestylt Zustände Steuern) die Hintergründe hell angezeigt und nicht dunkel.

                        Gibt es hier eine Einstellung um die Vis-2 im wiobrowser immer im Dark Mode auszuführen?

                        schöne Grüße

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

                        Support us

                        ioBroker
                        Community Adapters
                        Donate

                        1.2k
                        Online

                        32.4k
                        Users

                        81.2k
                        Topics

                        1.3m
                        Posts

                        32
                        686
                        139725
                        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