Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • 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

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

  1. ioBroker Community Home
  2. Deutsch
  3. Tester
  4. Test Adapter hyperionNG v0.1.x GitHub

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.2k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    1.9k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    15
    1
    2.3k

Test Adapter hyperionNG v0.1.x GitHub

Geplant Angeheftet Gesperrt Verschoben Tester
hyperionng
50 Beiträge 13 Kommentatoren 5.4k Aufrufe 15 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • F Offline
    F Offline
    flixganzer
    schrieb am zuletzt editiert von flixganzer
    #1
    Aktuelle Test Version 0.1.22
    Veröffentlichungsdatum 14.10.2021
    Github Link https://github.com/felixganzer/ioBroker.hyperion_ng

    Intention

    Ich habe an meinem Fernseher HyperionNG laufen um ein selbstgebautes Ambilight zu steuern. Zur Medienwiedergabe nutze ich einen Raspberry4 und Libreelec. Dies kann unter bestimmten Bedingungen Probleme verursachen, weswegen ich das Hyperion gerne deaktiviere, wenn ich das Ambilight nicht nutzen möchte. Aktuell gibt es keinen Adapter, welcher dieses ermöglicht. Ich habe also angefangen, selber einen Adapter zu schreiben.

    Adapter Beschreibung

    Dieser Adapter soll die komplette Kommunikation zwischen ioBroker und HyperionNG übernehmen

    Umgesetzte Features

    • abbilden aller möglichen Parameter von HyperionNG in ioBroker, ausgenommen der LEDs.
    • starten und Stoppen von Instanzen
    • Aktivieren und deaktivieren der HyperionNG Instancen und einzelner Komponenten
    • Löschen von Colors und Effekten
    • Setzen von Effekten und Farben, inklusive Lebensdauer
    • setzen aller Adjustments
    • setzen des Grabbers (intern und USB) als sichtbare Priority

    geplante Features

    Ich bin für Vorschläge offen.

    Changelog

    0.1.22 (2021.10.14)

    • (felixganzer) add communication delay time to config, set default value to 200 ms
    • (felixganzer) add Version test for HyperioHDR

    0.1.21 (2021.07.27)

    • (felixganzer) bugfix setColor with duration 0 used false JSON
    • (felixganzer) bugfix setEffect with duration 0 used false JSON

    0.1.19 (2021.03.29)

    • bugfixing: little bugfixing

    ältere Versionen:

    0.1.18 (2021.03.06)

    • bugfixing: increase stopTimeout to 3 seconds
    • bugfixing: add communicationTimer object

    0.1.17 (2021.02.26)

    • bugfixing: add error event handler for socket connection
    • bugfixing: change state roles of control states
    • bugfixing: add try and catch at set RGB color

    0.1.16 (2021.02.07)

    • bugfixing: clear socket at adapter unload
    • bugfixing: change logo
    • bugfixing: fix testing for github
    • bugfixing: remove all the stuff inserted by an npm install

    0.1.13 (2021.02.03)

    • add set Color over HSL values

    0.1.12 (2021.02.02)

    • bugfix: add type-of-is to dependencies

    0.1.11 (2021.01.11)

    • bugfix: reduce warning "state has no existing object" for js-controller 3.2
    • bugfix: read out priority of color crash at js-controller 3.2

    0.1.10 (2021.01.10)

    • reorginize config page and add config parameter
    • add set internal or USB Grabber Visible with boolean

    0.1.9 (2021.01.09)

    • bugfix: reduce warnings
    • add set Grabber Visible without any error catching
    • add start update whole adapter data points and update Priorities

    0.1.8 (2021.01.07)

    • add set duration of effect and color to set
    • bugfix: clearVisible did not work

    0.1.7 (2021.01.06)

    • bugfix: only works with iobroker adapter instance 0
    • updating the manual

    0.1.6 (2021.01.03)

    • add setColorRGB under general.control
    • add controlling adjustments of hyperion
    • add start and stop Instance

    0.1.5 (2021.01.02)

    • read out all possible effects
    • add setEffect under general.control
    • read out video Mode and LED Mapping
    • read out adjustments of instance

    v0.1.4 (01.01.2021)

    • add control clear of colors and effects

    v0.1.3 (01.01.2021)

    • add read out priorities of colors and effects

    v0.1.2 (30.12.2020)

    • add control hyperion components

    X D R 3 Antworten Letzte Antwort
    2
    • F flixganzer
      Aktuelle Test Version 0.1.22
      Veröffentlichungsdatum 14.10.2021
      Github Link https://github.com/felixganzer/ioBroker.hyperion_ng

      Intention

      Ich habe an meinem Fernseher HyperionNG laufen um ein selbstgebautes Ambilight zu steuern. Zur Medienwiedergabe nutze ich einen Raspberry4 und Libreelec. Dies kann unter bestimmten Bedingungen Probleme verursachen, weswegen ich das Hyperion gerne deaktiviere, wenn ich das Ambilight nicht nutzen möchte. Aktuell gibt es keinen Adapter, welcher dieses ermöglicht. Ich habe also angefangen, selber einen Adapter zu schreiben.

      Adapter Beschreibung

      Dieser Adapter soll die komplette Kommunikation zwischen ioBroker und HyperionNG übernehmen

      Umgesetzte Features

      • abbilden aller möglichen Parameter von HyperionNG in ioBroker, ausgenommen der LEDs.
      • starten und Stoppen von Instanzen
      • Aktivieren und deaktivieren der HyperionNG Instancen und einzelner Komponenten
      • Löschen von Colors und Effekten
      • Setzen von Effekten und Farben, inklusive Lebensdauer
      • setzen aller Adjustments
      • setzen des Grabbers (intern und USB) als sichtbare Priority

      geplante Features

      Ich bin für Vorschläge offen.

      Changelog

      0.1.22 (2021.10.14)

      • (felixganzer) add communication delay time to config, set default value to 200 ms
      • (felixganzer) add Version test for HyperioHDR

      0.1.21 (2021.07.27)

      • (felixganzer) bugfix setColor with duration 0 used false JSON
      • (felixganzer) bugfix setEffect with duration 0 used false JSON

      0.1.19 (2021.03.29)

      • bugfixing: little bugfixing

      ältere Versionen:

      0.1.18 (2021.03.06)

      • bugfixing: increase stopTimeout to 3 seconds
      • bugfixing: add communicationTimer object

      0.1.17 (2021.02.26)

      • bugfixing: add error event handler for socket connection
      • bugfixing: change state roles of control states
      • bugfixing: add try and catch at set RGB color

      0.1.16 (2021.02.07)

      • bugfixing: clear socket at adapter unload
      • bugfixing: change logo
      • bugfixing: fix testing for github
      • bugfixing: remove all the stuff inserted by an npm install

      0.1.13 (2021.02.03)

      • add set Color over HSL values

      0.1.12 (2021.02.02)

      • bugfix: add type-of-is to dependencies

      0.1.11 (2021.01.11)

      • bugfix: reduce warning "state has no existing object" for js-controller 3.2
      • bugfix: read out priority of color crash at js-controller 3.2

      0.1.10 (2021.01.10)

      • reorginize config page and add config parameter
      • add set internal or USB Grabber Visible with boolean

      0.1.9 (2021.01.09)

      • bugfix: reduce warnings
      • add set Grabber Visible without any error catching
      • add start update whole adapter data points and update Priorities

      0.1.8 (2021.01.07)

      • add set duration of effect and color to set
      • bugfix: clearVisible did not work

      0.1.7 (2021.01.06)

      • bugfix: only works with iobroker adapter instance 0
      • updating the manual

      0.1.6 (2021.01.03)

      • add setColorRGB under general.control
      • add controlling adjustments of hyperion
      • add start and stop Instance

      0.1.5 (2021.01.02)

      • read out all possible effects
      • add setEffect under general.control
      • read out video Mode and LED Mapping
      • read out adjustments of instance

      v0.1.4 (01.01.2021)

      • add control clear of colors and effects

      v0.1.3 (01.01.2021)

      • add read out priorities of colors and effects

      v0.1.2 (30.12.2020)

      • add control hyperion components

      X Offline
      X Offline
      X-R4Y
      schrieb am zuletzt editiert von
      #2

      @flixganzer Klingt auf jeden Fall schon sehr vielversprechend. Gibt es schon eine Version die den Adapter in ioBroker integriert? Ich hatte versucht über die GitHub URL das ganze reinzunehmen, installiert auch ganz normal, legt aber keine Instanz an?

      sigi234S 1 Antwort Letzte Antwort
      0
      • X X-R4Y

        @flixganzer Klingt auf jeden Fall schon sehr vielversprechend. Gibt es schon eine Version die den Adapter in ioBroker integriert? Ich hatte versucht über die GitHub URL das ganze reinzunehmen, installiert auch ganz normal, legt aber keine Instanz an?

        sigi234S Online
        sigi234S Online
        sigi234
        Forum Testing Most Active
        schrieb am zuletzt editiert von
        #3

        @X-R4Y sagte in Test Adapter hyperionNG v0.1.x GitHub:

        @flixganzer Klingt auf jeden Fall schon sehr vielversprechend. Gibt es schon eine Version die den Adapter in ioBroker integriert? Ich hatte versucht über die GitHub URL das ganze reinzunehmen, installiert auch ganz normal, legt aber keine Instanz an?

        Musst du selber anlegen wenn von Git installiert wird. Mit dem + Icon.

        Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
        Immer Daten sichern!

        X 1 Antwort Letzte Antwort
        0
        • sigi234S sigi234

          @X-R4Y sagte in Test Adapter hyperionNG v0.1.x GitHub:

          @flixganzer Klingt auf jeden Fall schon sehr vielversprechend. Gibt es schon eine Version die den Adapter in ioBroker integriert? Ich hatte versucht über die GitHub URL das ganze reinzunehmen, installiert auch ganz normal, legt aber keine Instanz an?

          Musst du selber anlegen wenn von Git installiert wird. Mit dem + Icon.

          X Offline
          X Offline
          X-R4Y
          schrieb am zuletzt editiert von X-R4Y
          #4

          @sigi234 said in Test Adapter hyperionNG v0.1.x GitHub:

          @X-R4Y sagte in Test Adapter hyperionNG v0.1.x GitHub:

          @flixganzer Klingt auf jeden Fall schon sehr vielversprechend. Gibt es schon eine Version die den Adapter in ioBroker integriert? Ich hatte versucht über die GitHub URL das ganze reinzunehmen, installiert auch ganz normal, legt aber keine Instanz an?

          Musst du selber anlegen wenn von Git installiert wird. Mit dem + Icon.

          Danke für den Hinweis. Lüppt. Das werde ich mal beobachten, für mich ein Adapter auf den ich schon lange gewartet habe.

          Gibt aktuell im Log noch folgenden Hinweis:
          hyperion_ng.0 2020-12-31 23:00:25.033 warn (10968) This object will not be created in future versions. Please report this to the developer.
          hyperion_ng.0 2020-12-31 23:00:25.032 warn (10968) Object hyperion_ng.0.0.components is invalid: obj.type has an invalid value (components) but has to be one of state, channel, device, enum, host, adapter, instance, meta, config, script, user

          F 1 Antwort Letzte Antwort
          0
          • X X-R4Y

            @sigi234 said in Test Adapter hyperionNG v0.1.x GitHub:

            @X-R4Y sagte in Test Adapter hyperionNG v0.1.x GitHub:

            @flixganzer Klingt auf jeden Fall schon sehr vielversprechend. Gibt es schon eine Version die den Adapter in ioBroker integriert? Ich hatte versucht über die GitHub URL das ganze reinzunehmen, installiert auch ganz normal, legt aber keine Instanz an?

            Musst du selber anlegen wenn von Git installiert wird. Mit dem + Icon.

            Danke für den Hinweis. Lüppt. Das werde ich mal beobachten, für mich ein Adapter auf den ich schon lange gewartet habe.

            Gibt aktuell im Log noch folgenden Hinweis:
            hyperion_ng.0 2020-12-31 23:00:25.033 warn (10968) This object will not be created in future versions. Please report this to the developer.
            hyperion_ng.0 2020-12-31 23:00:25.032 warn (10968) Object hyperion_ng.0.0.components is invalid: obj.type has an invalid value (components) but has to be one of state, channel, device, enum, host, adapter, instance, meta, config, script, user

            F Offline
            F Offline
            flixganzer
            schrieb am zuletzt editiert von
            #5

            @X-R4Y Freut mich, dass es dir gefällt.

            Die Warnung kenne ich, habe nur aktuell noch keine Ahnung wie ich den wegbekomme. Habe im Forum darüber noch nichts gefunden. Aber aktuell ist diese Warnung uninteressant.

            F 1 Antwort Letzte Antwort
            0
            • F flixganzer

              @X-R4Y Freut mich, dass es dir gefällt.

              Die Warnung kenne ich, habe nur aktuell noch keine Ahnung wie ich den wegbekomme. Habe im Forum darüber noch nichts gefunden. Aber aktuell ist diese Warnung uninteressant.

              F Offline
              F Offline
              Friedelf1982
              schrieb am zuletzt editiert von
              #6

              @flixganzer super sache! Vielen Dank!!! Farben steuern geht jetzt ohne probleme in iobroker, aber wie starte ich da die effekte??? Gruß fabian

              1 Antwort Letzte Antwort
              0
              • F Offline
                F Offline
                flixganzer
                schrieb am zuletzt editiert von flixganzer
                #7

                Du gibst unter general.control.setEffekt den korrekten Namen des Effektes als String an. Aktuell ist an der Stelle noch keine Fehlerabfrage drin, welche dich darauf hinweist, dass der Name falsch ist.

                F F 2 Antworten Letzte Antwort
                0
                • F flixganzer

                  Du gibst unter general.control.setEffekt den korrekten Namen des Effektes als String an. Aktuell ist an der Stelle noch keine Fehlerabfrage drin, welche dich darauf hinweist, dass der Name falsch ist.

                  F Offline
                  F Offline
                  Friedelf1982
                  schrieb am zuletzt editiert von Friedelf1982
                  #8

                  @flixganzer perfekt!
                  Jetzt hab ich nur noch ein Problem! Ich habe 2 mal hyperion am laufen 1.instanz ambilight und 2.instanz raumbeleuchtung. Beide auf je einem raspberry mit hyperion.ng.
                  Wenn ich in iobroker jetzt je eine instanz anlege kann ich nur die erste steuern bei der 2. Ändert sich nichts.
                  Habe auch schon andere json ports eingestellt und freigabe im router gegeben aber kein erfolg!

                  Wie lade ich hier meine log hoch???

                  F 2 Antworten Letzte Antwort
                  0
                  • F Friedelf1982

                    @flixganzer perfekt!
                    Jetzt hab ich nur noch ein Problem! Ich habe 2 mal hyperion am laufen 1.instanz ambilight und 2.instanz raumbeleuchtung. Beide auf je einem raspberry mit hyperion.ng.
                    Wenn ich in iobroker jetzt je eine instanz anlege kann ich nur die erste steuern bei der 2. Ändert sich nichts.
                    Habe auch schon andere json ports eingestellt und freigabe im router gegeben aber kein erfolg!

                    Wie lade ich hier meine log hoch???

                    F Offline
                    F Offline
                    flixganzer
                    schrieb am zuletzt editiert von flixganzer
                    #9

                    @Friedelf1982 ja der Fehler ist mir bekannt. Ich werde diesen nachher beheben. Das liegt daran, dass noch hart reingecodet ist, dass er im iobroker instance 0 ausließt. Hätte nicht erwartet, dass jemand so schnell darauf stößt.

                    Ich wusste zu diesem Zeitpunkt noch nicht wie es besser geht. 😃

                    F XenonX 2 Antworten Letzte Antwort
                    0
                    • F flixganzer

                      @Friedelf1982 ja der Fehler ist mir bekannt. Ich werde diesen nachher beheben. Das liegt daran, dass noch hart reingecodet ist, dass er im iobroker instance 0 ausließt. Hätte nicht erwartet, dass jemand so schnell darauf stößt.

                      Ich wusste zu diesem Zeitpunkt noch nicht wie es besser geht. 😃

                      F Offline
                      F Offline
                      Friedelf1982
                      schrieb am zuletzt editiert von
                      #10

                      @flixganzer finde ich super, das sich da endlich jemand mit ahnung ran macht! 👍🏻

                      1 Antwort Letzte Antwort
                      0
                      • F flixganzer

                        @Friedelf1982 ja der Fehler ist mir bekannt. Ich werde diesen nachher beheben. Das liegt daran, dass noch hart reingecodet ist, dass er im iobroker instance 0 ausließt. Hätte nicht erwartet, dass jemand so schnell darauf stößt.

                        Ich wusste zu diesem Zeitpunkt noch nicht wie es besser geht. 😃

                        XenonX Offline
                        XenonX Offline
                        Xenon
                        Forum Testing Developer
                        schrieb am zuletzt editiert von
                        #11

                        @flixganzer sagte in Test Adapter hyperionNG v0.1.x GitHub:

                        @Friedelf1982 ja der Fehler ist mir bekannt. Ich werde diesen nachher beheben. Das liegt daran, dass noch hart reingecodet ist, dass er im iobroker instance 0 ausließt. Hätte nicht erwartet, dass jemand so schnell darauf stößt.

                        Ich wusste zu diesem Zeitpunkt noch nicht wie es besser geht. 😃

                        Ich lese in meinem Adapter alle Telegram instanzen automatisch aus, falls du Hilfe bei dem Thema brauchst helfe ich dir gerne

                        https://github.com/Xenon-s/ioBroker.device-reminder

                        wenn euch mein Beitrag geholfen hat, bewertet ihn bitte unten rechts :)

                        F 1 Antwort Letzte Antwort
                        0
                        • XenonX Xenon

                          @flixganzer sagte in Test Adapter hyperionNG v0.1.x GitHub:

                          @Friedelf1982 ja der Fehler ist mir bekannt. Ich werde diesen nachher beheben. Das liegt daran, dass noch hart reingecodet ist, dass er im iobroker instance 0 ausließt. Hätte nicht erwartet, dass jemand so schnell darauf stößt.

                          Ich wusste zu diesem Zeitpunkt noch nicht wie es besser geht. 😃

                          Ich lese in meinem Adapter alle Telegram instanzen automatisch aus, falls du Hilfe bei dem Thema brauchst helfe ich dir gerne

                          https://github.com/Xenon-s/ioBroker.device-reminder

                          F Offline
                          F Offline
                          flixganzer
                          schrieb am zuletzt editiert von
                          #12

                          @Xenon Ich bin es gewohnt mit C++ zu programmieren. Es war für mich ein totaler Kulturschock mit Javascript was zu schreiben, zwecks Callbacks und async/await.

                          Ansonsten hast du recht, es gibt nichts besseres zum lernen, als sich den Quellcode anderer Leute anzusehen. Im Endeffekt wurde ja alles schoneinmal irgendwo gemacht.

                          Bei Gelegenheit komme ich gerne auf dein Angebot zurück.

                          XenonX 1 Antwort Letzte Antwort
                          1
                          • F flixganzer

                            @Xenon Ich bin es gewohnt mit C++ zu programmieren. Es war für mich ein totaler Kulturschock mit Javascript was zu schreiben, zwecks Callbacks und async/await.

                            Ansonsten hast du recht, es gibt nichts besseres zum lernen, als sich den Quellcode anderer Leute anzusehen. Im Endeffekt wurde ja alles schoneinmal irgendwo gemacht.

                            Bei Gelegenheit komme ich gerne auf dein Angebot zurück.

                            XenonX Offline
                            XenonX Offline
                            Xenon
                            Forum Testing Developer
                            schrieb am zuletzt editiert von Xenon
                            #13

                            @flixganzer sagte in Test Adapter hyperionNG v0.1.x GitHub:

                            @Xenon Ich bin es gewohnt mit C++ zu programmieren. Es war für mich ein totaler Kulturschock mit Javascript was zu schreiben, zwecks Callbacks und async/await.

                            Ansonsten hast du recht, es gibt nichts besseres zum lernen, als sich den Quellcode anderer Leute anzusehen. Im Endeffekt wurde ja alles schoneinmal irgendwo gemacht.

                            Bei Gelegenheit komme ich gerne auf dein Angebot zurück.

                            In meiner main.js findest du eine Funktion die ich dynamisch erstellt habe um jede iobroker Instanz per Variablen Namen auslesen zu können

                            https://github.com/Xenon-s/ioBroker.device-reminder/blob/master/main.js#L1039-L1089

                            wenn euch mein Beitrag geholfen hat, bewertet ihn bitte unten rechts :)

                            1 Antwort Letzte Antwort
                            0
                            • F Friedelf1982

                              @flixganzer perfekt!
                              Jetzt hab ich nur noch ein Problem! Ich habe 2 mal hyperion am laufen 1.instanz ambilight und 2.instanz raumbeleuchtung. Beide auf je einem raspberry mit hyperion.ng.
                              Wenn ich in iobroker jetzt je eine instanz anlege kann ich nur die erste steuern bei der 2. Ändert sich nichts.
                              Habe auch schon andere json ports eingestellt und freigabe im router gegeben aber kein erfolg!

                              Wie lade ich hier meine log hoch???

                              F Offline
                              F Offline
                              flixganzer
                              schrieb am zuletzt editiert von
                              #14

                              @Friedelf1982 Ich habe den Bug behoben

                              F 1 Antwort Letzte Antwort
                              0
                              • E Offline
                                E Offline
                                eMd
                                schrieb am zuletzt editiert von
                                #15

                                Cool wäre ein SendTo Baustein für Blocky:

                                Effectauswahl, und dauer (begrenzt unbegrenzt)

                                mfg
                                eMd

                                Master: Intel NUC 16GB/500GB
                                Slave: Raspberry Pi 3 + Homematicmodul
                                Shelly, Google Home, Zigbee Aqara, Sonoff

                                Meine VIS: https://youtu.be/JMYr2KYlpME

                                F 1 Antwort Letzte Antwort
                                0
                                • F flixganzer

                                  @Friedelf1982 Ich habe den Bug behoben

                                  F Offline
                                  F Offline
                                  Friedelf1982
                                  schrieb am zuletzt editiert von
                                  #16

                                  @flixganzer klappt perfekt! Vielen dank!!!

                                  1 Antwort Letzte Antwort
                                  0
                                  • E eMd

                                    Cool wäre ein SendTo Baustein für Blocky:

                                    Effectauswahl, und dauer (begrenzt unbegrenzt)

                                    mfg
                                    eMd

                                    F Offline
                                    F Offline
                                    flixganzer
                                    schrieb am zuletzt editiert von
                                    #17

                                    @eMd Das setzen einer Color oder Effect Dauer habe ich hinzugefügt. Ich glaube die Sache mit dem Blockly Baustein liegt außerhalb meiner Macht.

                                    1 Antwort Letzte Antwort
                                    1
                                    • J Offline
                                      J Offline
                                      JohnnyBahama
                                      schrieb am zuletzt editiert von
                                      #18

                                      @flixganzer top das du den Adapter bereitstellst.

                                      Ich wollte mir in meiner Fernseher an -Routine Ambilight auf Extern umstellen lassen. Wenn Fernseher aus, soll er zurück auf intern gehen (Alles über Blockly manuel umstellen). Hab es über die Prioritäten probiert, aber da hat sich nichts getan. Mein Grabber wirft leider Regenbogen aus, daher kann ich nicht mit den Prioritäten arbeiten. Versuche es so halt manuel zu lösen. Welcher Datenpunkt ist denn für die Quellenwahl?

                                      Und hier noch was von mir aus dem Log, bekomme einige Warn Meldungen.

                                      2021-01-09 20:44:45.424 - info: host.raspberrypi "system.adapter.hyperion_ng.0" enabled
                                      2021-01-09 20:44:45.471 - info: host.raspberrypi instance system.adapter.hyperion_ng.0 started with pid 28252
                                      2021-01-09 20:44:48.334 - info: hyperion_ng.0 (28252) starting. Version 0.1.8 in /opt/iobroker/node_modules/iobroker.hyperion_ng, node: v10.21.0, js-controller: 3.1.6
                                      2021-01-09 20:44:48.383 - info: hyperion_ng.0 (28252) create Control Parameter
                                      2021-01-09 20:44:48.602 - info: hyperion_ng.0 (28252) socket is connected
                                      2021-01-09 20:44:48.632 - warn: hyperion_ng.0 (28252) Object hyperion_ng.0.general is invalid: obj.type has an invalid value (instance independent parameter) but has to be one of state, channel, device, enum, host, adapter, instance, meta, config, script, user, group, chart, folder
                                      2021-01-09 20:44:48.634 - warn: hyperion_ng.0 (28252) This object will not be created in future versions. Please report this to the developer.
                                      2021-01-09 20:44:48.644 - warn: hyperion_ng.0 (28252) Object hyperion_ng.0.general.hyperion is invalid: obj.type has an invalid value (hyperion Info) but has to be one of state, channel, device, enum, host, adapter, instance, meta, config, script, user, group, chart, folder
                                      2021-01-09 20:44:48.645 - warn: hyperion_ng.0 (28252) This object will not be created in future versions. Please report this to the developer.
                                      2021-01-09 20:44:48.649 - warn: hyperion_ng.0 (28252) Object hyperion_ng.0.general.hyperion.build is invalid: obj.common.type has an invalid value (state) but has to be one of number, string, boolean, array, object, mixed, file, json
                                      2021-01-09 20:44:48.650 - warn: hyperion_ng.0 (28252) This object will not be created in future versions. Please report this to the developer.
                                      2021-01-09 20:44:48.654 - warn: hyperion_ng.0 (28252) Object hyperion_ng.0.general.hyperion.gitremote is invalid: obj.common.type has an invalid value (state) but has to be one of number, string, boolean, array, object, mixed, file, json
                                      2021-01-09 20:44:48.655 - warn: hyperion_ng.0 (28252) This object will not be created in future versions. Please report this to the developer.
                                      2021-01-09 20:44:48.659 - warn: hyperion_ng.0 (28252) Object hyperion_ng.0.general.hyperion.id is invalid: obj.common.type has an invalid value (state) but has to be one of number, string, boolean, array, object, mixed, file, json
                                      2021-01-09 20:44:48.660 - warn: hyperion_ng.0 (28252) This object will not be created in future versions. Please report this to the developer.
                                      2021-01-09 20:44:48.663 - warn: hyperion_ng.0 (28252) Object hyperion_ng.0.general.hyperion.readOnlyMode is invalid: obj.common.type has an invalid value (state) but has to be one of number, string, boolean, array, object, mixed, file, json
                                      2021-01-09 20:44:48.664 - warn: hyperion_ng.0 (28252) This object will not be created in future versions. Please report this to the developer.
                                      2021-01-09 20:44:48.667 - warn: hyperion_ng.0 (28252) Object hyperion_ng.0.general.hyperion.time is invalid: obj.common.type has an invalid value (state) but has to be one of number, string, boolean, array, object, mixed, file, json
                                      2021-01-09 20:44:48.672 - warn: hyperion_ng.0 (28252) This object will not be created in future versions. Please report this to the developer.
                                      2021-01-09 20:44:48.676 - warn: hyperion_ng.0 (28252) Object hyperion_ng.0.general.hyperion.version is invalid: obj.common.type has an invalid value (state) but has to be one of number, string, boolean, array, object, mixed, file, json
                                      2021-01-09 20:44:48.677 - warn: hyperion_ng.0 (28252) This object will not be created in future versions. Please report this to the developer.
                                      2021-01-09 20:44:48.680 - warn: hyperion_ng.0 (28252) Object hyperion_ng.0.general.system is invalid: obj.type has an invalid value (System Info) but has to be one of state, channel, device, enum, host, adapter, instance, meta, config, script, user, group, chart, folder
                                      2021-01-09 20:44:48.682 - warn: hyperion_ng.0 (28252) This object will not be created in future versions. Please report this to the developer.
                                      2021-01-09 20:44:48.685 - warn: hyperion_ng.0 (28252) Object hyperion_ng.0.general.system.architecture is invalid: obj.common.type has an invalid value (state) but has to be one of number, string, boolean, array, object, mixed, file, json
                                      2021-01-09 20:44:48.686 - warn: hyperion_ng.0 (28252) This object will not be created in future versions. Please report this to the developer.
                                      2021-01-09 20:44:48.689 - warn: hyperion_ng.0 (28252) Object hyperion_ng.0.general.system.cpuHardware is invalid: obj.common.type has an invalid value (state) but has to be one of number, string, boolean, array, object, mixed, file, json
                                      2021-01-09 20:44:48.691 - warn: hyperion_ng.0 (28252) This object will not be created in future versions. Please report this to the developer.
                                      2021-01-09 20:44:48.694 - warn: hyperion_ng.0 (28252) Object hyperion_ng.0.general.system.cpuModelName is invalid: obj.common.type has an invalid value (state) but has to be one of number, string, boolean, array, object, mixed, file, json
                                      2021-01-09 20:44:48.695 - warn: hyperion_ng.0 (28252) This object will not be created in future versions. Please report this to the developer.
                                      2021-01-09 20:44:48.698 - warn: hyperion_ng.0 (28252) Object hyperion_ng.0.general.system.cpuModelType is invalid: obj.common.type has an invalid value (state) but has to be one of number, string, boolean, array, object, mixed, file, json
                                      2021-01-09 20:44:48.700 - warn: hyperion_ng.0 (28252) This object will not be created in future versions. Please report this to the developer.
                                      2021-01-09 20:44:48.703 - warn: hyperion_ng.0 (28252) Object hyperion_ng.0.general.system.cpuRevision is invalid: obj.common.type has an invalid value (state) but has to be one of number, string, boolean, array, object, mixed, file, json
                                      2021-01-09 20:44:48.705 - warn: hyperion_ng.0 (28252) This object will not be created in future versions. Please report this to the developer.
                                      2021-01-09 20:44:48.707 - warn: hyperion_ng.0 (28252) Object hyperion_ng.0.general.system.domainName is invalid: obj.common.type has an invalid value (state) but has to be one of number, string, boolean, array, object, mixed, file, json
                                      2021-01-09 20:44:48.708 - warn: hyperion_ng.0 (28252) This object will not be created in future versions. Please report this to the developer.
                                      2021-01-09 20:44:48.709 - warn: hyperion_ng.0 (28252) Object hyperion_ng.0.general.system.hostName is invalid: obj.common.type has an invalid value (state) but has to be one of number, string, boolean, array, object, mixed, file, json
                                      2021-01-09 20:44:48.711 - warn: hyperion_ng.0 (28252) This object will not be created in future versions. Please report this to the developer.
                                      2021-01-09 20:44:48.712 - warn: hyperion_ng.0 (28252) Object hyperion_ng.0.general.system.kernelType is invalid: obj.common.type has an invalid value (state) but has to be one of number, string, boolean, array, object, mixed, file, json
                                      2021-01-09 20:44:48.713 - warn: hyperion_ng.0 (28252) This object will not be created in future versions. Please report this to the developer.
                                      2021-01-09 20:44:48.715 - warn: hyperion_ng.0 (28252) Object hyperion_ng.0.general.system.kernelVersion is invalid: obj.common.type has an invalid value (state) but has to be one of number, string, boolean, array, object, mixed, file, json
                                      2021-01-09 20:44:48.716 - warn: hyperion_ng.0 (28252) This object will not be created in future versions. Please report this to the developer.
                                      2021-01-09 20:44:48.718 - warn: hyperion_ng.0 (28252) Object hyperion_ng.0.general.system.prettyName is invalid: obj.common.type has an invalid value (state) but has to be one of number, string, boolean, array, object, mixed, file, json
                                      2021-01-09 20:44:48.719 - warn: hyperion_ng.0 (28252) This object will not be created in future versions. Please report this to the developer.
                                      2021-01-09 20:44:48.721 - warn: hyperion_ng.0 (28252) Object hyperion_ng.0.general.system.productType is invalid: obj.common.type has an invalid value (state) but has to be one of number, string, boolean, array, object, mixed, file, json
                                      2021-01-09 20:44:48.722 - warn: hyperion_ng.0 (28252) This object will not be created in future versions. Please report this to the developer.
                                      2021-01-09 20:44:48.724 - warn: hyperion_ng.0 (28252) Object hyperion_ng.0.general.system.productVersion is invalid: obj.common.type has an invalid value (state) but has to be one of number, string, boolean, array, object, mixed, file, json
                                      2021-01-09 20:44:48.725 - warn: hyperion_ng.0 (28252) This object will not be created in future versions. Please report this to the developer.
                                      2021-01-09 20:44:48.727 - warn: hyperion_ng.0 (28252) Object hyperion_ng.0.general.system.pyVersion is invalid: obj.common.type has an invalid value (state) but has to be one of number, string, boolean, array, object, mixed, file, json
                                      2021-01-09 20:44:48.728 - warn: hyperion_ng.0 (28252) This object will not be created in future versions. Please report this to the developer.
                                      2021-01-09 20:44:48.730 - warn: hyperion_ng.0 (28252) Object hyperion_ng.0.general.system.qtVersion is invalid: obj.common.type has an invalid value (state) but has to be one of number, string, boolean, array, object, mixed, file, json
                                      2021-01-09 20:44:48.731 - warn: hyperion_ng.0 (28252) This object will not be created in future versions. Please report this to the developer.
                                      2021-01-09 20:44:48.733 - warn: hyperion_ng.0 (28252) Object hyperion_ng.0.general.system.wordSize is invalid: obj.common.type has an invalid value (state) but has to be one of number, string, boolean, array, object, mixed, file, json
                                      2021-01-09 20:44:48.734 - warn: hyperion_ng.0 (28252) This object will not be created in future versions. Please report this to the developer.
                                      2021-01-09 20:44:48.876 - warn: hyperion_ng.0 (28252) Object hyperion_ng.0.0 is invalid: obj.type has an invalid value (Instance_ID) but has to be one of state, channel, device, enum, host, adapter, instance, meta, config, script, user, group, chart, folder
                                      2021-01-09 20:44:48.877 - warn: hyperion_ng.0 (28252) This object will not be created in future versions. Please report this to the developer.
                                      2021-01-09 20:44:49.026 - info: hyperion_ng.0 (28252) read out components finished
                                      2021-01-09 20:44:49.207 - info: hyperion_ng.0 (28252) read out Adjustments finished
                                      2021-01-09 20:44:49.512 - warn: hyperion_ng.0 (28252) Object hyperion_ng.0.0.priorities is invalid: obj.type has an invalid value (priorities) but has to be one of state, channel, device, enum, host, adapter, instance, meta, config, script, user, group, chart, folder
                                      2021-01-09 20:44:49.513 - warn: hyperion_ng.0 (28252) This object will not be created in future versions. Please report this to the developer.
                                      2021-01-09 20:44:49.514 - info: hyperion_ng.0 (28252) create priorities
                                      2021-01-09 20:44:49.515 - warn: hyperion_ng.0 (28252) Object hyperion_ng.0.0.priorities.0-V4L is invalid: obj.type has an invalid value (0-V4L) but has to be one of state, channel, device, enum, host, adapter, instance, meta, config, script, user, group, chart, folder
                                      2021-01-09 20:44:49.516 - warn: hyperion_ng.0 (28252) This object will not be created in future versions. Please report this to the developer.
                                      2021-01-09 20:44:49.523 - warn: hyperion_ng.0 (28252) Object hyperion_ng.0.0.priorities.1-GRABBER is invalid: obj.type has an invalid value (1-GRABBER) but has to be one of state, channel, device, enum, host, adapter, instance, meta, config, script, user, group, chart, folder
                                      2021-01-09 20:44:49.524 - warn: hyperion_ng.0 (28252) This object will not be created in future versions. Please report this to the developer.
                                      2021-01-09 20:44:49.531 - info: hyperion_ng.0 (28252) read out priorities finished
                                      2021-01-09 20:44:49.642 - info: hyperion_ng.0 (28252) create effects
                                      2021-01-09 20:44:49.837 - info: hyperion_ng.0 (28252) setup finished
                                      2021-01-09 20:45:19.660 - info: hyperion_ng.0 (28252) Connection closed
                                      
                                      F 1 Antwort Letzte Antwort
                                      0
                                      • J JohnnyBahama

                                        @flixganzer top das du den Adapter bereitstellst.

                                        Ich wollte mir in meiner Fernseher an -Routine Ambilight auf Extern umstellen lassen. Wenn Fernseher aus, soll er zurück auf intern gehen (Alles über Blockly manuel umstellen). Hab es über die Prioritäten probiert, aber da hat sich nichts getan. Mein Grabber wirft leider Regenbogen aus, daher kann ich nicht mit den Prioritäten arbeiten. Versuche es so halt manuel zu lösen. Welcher Datenpunkt ist denn für die Quellenwahl?

                                        Und hier noch was von mir aus dem Log, bekomme einige Warn Meldungen.

                                        2021-01-09 20:44:45.424 - info: host.raspberrypi "system.adapter.hyperion_ng.0" enabled
                                        2021-01-09 20:44:45.471 - info: host.raspberrypi instance system.adapter.hyperion_ng.0 started with pid 28252
                                        2021-01-09 20:44:48.334 - info: hyperion_ng.0 (28252) starting. Version 0.1.8 in /opt/iobroker/node_modules/iobroker.hyperion_ng, node: v10.21.0, js-controller: 3.1.6
                                        2021-01-09 20:44:48.383 - info: hyperion_ng.0 (28252) create Control Parameter
                                        2021-01-09 20:44:48.602 - info: hyperion_ng.0 (28252) socket is connected
                                        2021-01-09 20:44:48.632 - warn: hyperion_ng.0 (28252) Object hyperion_ng.0.general is invalid: obj.type has an invalid value (instance independent parameter) but has to be one of state, channel, device, enum, host, adapter, instance, meta, config, script, user, group, chart, folder
                                        2021-01-09 20:44:48.634 - warn: hyperion_ng.0 (28252) This object will not be created in future versions. Please report this to the developer.
                                        2021-01-09 20:44:48.644 - warn: hyperion_ng.0 (28252) Object hyperion_ng.0.general.hyperion is invalid: obj.type has an invalid value (hyperion Info) but has to be one of state, channel, device, enum, host, adapter, instance, meta, config, script, user, group, chart, folder
                                        2021-01-09 20:44:48.645 - warn: hyperion_ng.0 (28252) This object will not be created in future versions. Please report this to the developer.
                                        2021-01-09 20:44:48.649 - warn: hyperion_ng.0 (28252) Object hyperion_ng.0.general.hyperion.build is invalid: obj.common.type has an invalid value (state) but has to be one of number, string, boolean, array, object, mixed, file, json
                                        2021-01-09 20:44:48.650 - warn: hyperion_ng.0 (28252) This object will not be created in future versions. Please report this to the developer.
                                        2021-01-09 20:44:48.654 - warn: hyperion_ng.0 (28252) Object hyperion_ng.0.general.hyperion.gitremote is invalid: obj.common.type has an invalid value (state) but has to be one of number, string, boolean, array, object, mixed, file, json
                                        2021-01-09 20:44:48.655 - warn: hyperion_ng.0 (28252) This object will not be created in future versions. Please report this to the developer.
                                        2021-01-09 20:44:48.659 - warn: hyperion_ng.0 (28252) Object hyperion_ng.0.general.hyperion.id is invalid: obj.common.type has an invalid value (state) but has to be one of number, string, boolean, array, object, mixed, file, json
                                        2021-01-09 20:44:48.660 - warn: hyperion_ng.0 (28252) This object will not be created in future versions. Please report this to the developer.
                                        2021-01-09 20:44:48.663 - warn: hyperion_ng.0 (28252) Object hyperion_ng.0.general.hyperion.readOnlyMode is invalid: obj.common.type has an invalid value (state) but has to be one of number, string, boolean, array, object, mixed, file, json
                                        2021-01-09 20:44:48.664 - warn: hyperion_ng.0 (28252) This object will not be created in future versions. Please report this to the developer.
                                        2021-01-09 20:44:48.667 - warn: hyperion_ng.0 (28252) Object hyperion_ng.0.general.hyperion.time is invalid: obj.common.type has an invalid value (state) but has to be one of number, string, boolean, array, object, mixed, file, json
                                        2021-01-09 20:44:48.672 - warn: hyperion_ng.0 (28252) This object will not be created in future versions. Please report this to the developer.
                                        2021-01-09 20:44:48.676 - warn: hyperion_ng.0 (28252) Object hyperion_ng.0.general.hyperion.version is invalid: obj.common.type has an invalid value (state) but has to be one of number, string, boolean, array, object, mixed, file, json
                                        2021-01-09 20:44:48.677 - warn: hyperion_ng.0 (28252) This object will not be created in future versions. Please report this to the developer.
                                        2021-01-09 20:44:48.680 - warn: hyperion_ng.0 (28252) Object hyperion_ng.0.general.system is invalid: obj.type has an invalid value (System Info) but has to be one of state, channel, device, enum, host, adapter, instance, meta, config, script, user, group, chart, folder
                                        2021-01-09 20:44:48.682 - warn: hyperion_ng.0 (28252) This object will not be created in future versions. Please report this to the developer.
                                        2021-01-09 20:44:48.685 - warn: hyperion_ng.0 (28252) Object hyperion_ng.0.general.system.architecture is invalid: obj.common.type has an invalid value (state) but has to be one of number, string, boolean, array, object, mixed, file, json
                                        2021-01-09 20:44:48.686 - warn: hyperion_ng.0 (28252) This object will not be created in future versions. Please report this to the developer.
                                        2021-01-09 20:44:48.689 - warn: hyperion_ng.0 (28252) Object hyperion_ng.0.general.system.cpuHardware is invalid: obj.common.type has an invalid value (state) but has to be one of number, string, boolean, array, object, mixed, file, json
                                        2021-01-09 20:44:48.691 - warn: hyperion_ng.0 (28252) This object will not be created in future versions. Please report this to the developer.
                                        2021-01-09 20:44:48.694 - warn: hyperion_ng.0 (28252) Object hyperion_ng.0.general.system.cpuModelName is invalid: obj.common.type has an invalid value (state) but has to be one of number, string, boolean, array, object, mixed, file, json
                                        2021-01-09 20:44:48.695 - warn: hyperion_ng.0 (28252) This object will not be created in future versions. Please report this to the developer.
                                        2021-01-09 20:44:48.698 - warn: hyperion_ng.0 (28252) Object hyperion_ng.0.general.system.cpuModelType is invalid: obj.common.type has an invalid value (state) but has to be one of number, string, boolean, array, object, mixed, file, json
                                        2021-01-09 20:44:48.700 - warn: hyperion_ng.0 (28252) This object will not be created in future versions. Please report this to the developer.
                                        2021-01-09 20:44:48.703 - warn: hyperion_ng.0 (28252) Object hyperion_ng.0.general.system.cpuRevision is invalid: obj.common.type has an invalid value (state) but has to be one of number, string, boolean, array, object, mixed, file, json
                                        2021-01-09 20:44:48.705 - warn: hyperion_ng.0 (28252) This object will not be created in future versions. Please report this to the developer.
                                        2021-01-09 20:44:48.707 - warn: hyperion_ng.0 (28252) Object hyperion_ng.0.general.system.domainName is invalid: obj.common.type has an invalid value (state) but has to be one of number, string, boolean, array, object, mixed, file, json
                                        2021-01-09 20:44:48.708 - warn: hyperion_ng.0 (28252) This object will not be created in future versions. Please report this to the developer.
                                        2021-01-09 20:44:48.709 - warn: hyperion_ng.0 (28252) Object hyperion_ng.0.general.system.hostName is invalid: obj.common.type has an invalid value (state) but has to be one of number, string, boolean, array, object, mixed, file, json
                                        2021-01-09 20:44:48.711 - warn: hyperion_ng.0 (28252) This object will not be created in future versions. Please report this to the developer.
                                        2021-01-09 20:44:48.712 - warn: hyperion_ng.0 (28252) Object hyperion_ng.0.general.system.kernelType is invalid: obj.common.type has an invalid value (state) but has to be one of number, string, boolean, array, object, mixed, file, json
                                        2021-01-09 20:44:48.713 - warn: hyperion_ng.0 (28252) This object will not be created in future versions. Please report this to the developer.
                                        2021-01-09 20:44:48.715 - warn: hyperion_ng.0 (28252) Object hyperion_ng.0.general.system.kernelVersion is invalid: obj.common.type has an invalid value (state) but has to be one of number, string, boolean, array, object, mixed, file, json
                                        2021-01-09 20:44:48.716 - warn: hyperion_ng.0 (28252) This object will not be created in future versions. Please report this to the developer.
                                        2021-01-09 20:44:48.718 - warn: hyperion_ng.0 (28252) Object hyperion_ng.0.general.system.prettyName is invalid: obj.common.type has an invalid value (state) but has to be one of number, string, boolean, array, object, mixed, file, json
                                        2021-01-09 20:44:48.719 - warn: hyperion_ng.0 (28252) This object will not be created in future versions. Please report this to the developer.
                                        2021-01-09 20:44:48.721 - warn: hyperion_ng.0 (28252) Object hyperion_ng.0.general.system.productType is invalid: obj.common.type has an invalid value (state) but has to be one of number, string, boolean, array, object, mixed, file, json
                                        2021-01-09 20:44:48.722 - warn: hyperion_ng.0 (28252) This object will not be created in future versions. Please report this to the developer.
                                        2021-01-09 20:44:48.724 - warn: hyperion_ng.0 (28252) Object hyperion_ng.0.general.system.productVersion is invalid: obj.common.type has an invalid value (state) but has to be one of number, string, boolean, array, object, mixed, file, json
                                        2021-01-09 20:44:48.725 - warn: hyperion_ng.0 (28252) This object will not be created in future versions. Please report this to the developer.
                                        2021-01-09 20:44:48.727 - warn: hyperion_ng.0 (28252) Object hyperion_ng.0.general.system.pyVersion is invalid: obj.common.type has an invalid value (state) but has to be one of number, string, boolean, array, object, mixed, file, json
                                        2021-01-09 20:44:48.728 - warn: hyperion_ng.0 (28252) This object will not be created in future versions. Please report this to the developer.
                                        2021-01-09 20:44:48.730 - warn: hyperion_ng.0 (28252) Object hyperion_ng.0.general.system.qtVersion is invalid: obj.common.type has an invalid value (state) but has to be one of number, string, boolean, array, object, mixed, file, json
                                        2021-01-09 20:44:48.731 - warn: hyperion_ng.0 (28252) This object will not be created in future versions. Please report this to the developer.
                                        2021-01-09 20:44:48.733 - warn: hyperion_ng.0 (28252) Object hyperion_ng.0.general.system.wordSize is invalid: obj.common.type has an invalid value (state) but has to be one of number, string, boolean, array, object, mixed, file, json
                                        2021-01-09 20:44:48.734 - warn: hyperion_ng.0 (28252) This object will not be created in future versions. Please report this to the developer.
                                        2021-01-09 20:44:48.876 - warn: hyperion_ng.0 (28252) Object hyperion_ng.0.0 is invalid: obj.type has an invalid value (Instance_ID) but has to be one of state, channel, device, enum, host, adapter, instance, meta, config, script, user, group, chart, folder
                                        2021-01-09 20:44:48.877 - warn: hyperion_ng.0 (28252) This object will not be created in future versions. Please report this to the developer.
                                        2021-01-09 20:44:49.026 - info: hyperion_ng.0 (28252) read out components finished
                                        2021-01-09 20:44:49.207 - info: hyperion_ng.0 (28252) read out Adjustments finished
                                        2021-01-09 20:44:49.512 - warn: hyperion_ng.0 (28252) Object hyperion_ng.0.0.priorities is invalid: obj.type has an invalid value (priorities) but has to be one of state, channel, device, enum, host, adapter, instance, meta, config, script, user, group, chart, folder
                                        2021-01-09 20:44:49.513 - warn: hyperion_ng.0 (28252) This object will not be created in future versions. Please report this to the developer.
                                        2021-01-09 20:44:49.514 - info: hyperion_ng.0 (28252) create priorities
                                        2021-01-09 20:44:49.515 - warn: hyperion_ng.0 (28252) Object hyperion_ng.0.0.priorities.0-V4L is invalid: obj.type has an invalid value (0-V4L) but has to be one of state, channel, device, enum, host, adapter, instance, meta, config, script, user, group, chart, folder
                                        2021-01-09 20:44:49.516 - warn: hyperion_ng.0 (28252) This object will not be created in future versions. Please report this to the developer.
                                        2021-01-09 20:44:49.523 - warn: hyperion_ng.0 (28252) Object hyperion_ng.0.0.priorities.1-GRABBER is invalid: obj.type has an invalid value (1-GRABBER) but has to be one of state, channel, device, enum, host, adapter, instance, meta, config, script, user, group, chart, folder
                                        2021-01-09 20:44:49.524 - warn: hyperion_ng.0 (28252) This object will not be created in future versions. Please report this to the developer.
                                        2021-01-09 20:44:49.531 - info: hyperion_ng.0 (28252) read out priorities finished
                                        2021-01-09 20:44:49.642 - info: hyperion_ng.0 (28252) create effects
                                        2021-01-09 20:44:49.837 - info: hyperion_ng.0 (28252) setup finished
                                        2021-01-09 20:45:19.660 - info: hyperion_ng.0 (28252) Connection closed
                                        
                                        F Offline
                                        F Offline
                                        flixganzer
                                        schrieb am zuletzt editiert von
                                        #19

                                        @JohnnyBahama ignoriere die Warnungen, das hat nur damit zu tun, dass ein Teil der erstellten Objekte nicht ganz regelkonform sind.

                                        Zu deiner anderen Frage. Aktuell ist noch nicht implementiert eine Quelle direkt auszuwählen. Hyperion wählt immer automatisch die aus mit der geringsten Zahl. Soll aber noch implementiert werden. Ich werde das Mal nach oben auf meine Agenda setzen.

                                        Ansonsten habe ich nicht 100%ig verstanden was du machen willst.

                                        J 1 Antwort Letzte Antwort
                                        0
                                        • F flixganzer

                                          @JohnnyBahama ignoriere die Warnungen, das hat nur damit zu tun, dass ein Teil der erstellten Objekte nicht ganz regelkonform sind.

                                          Zu deiner anderen Frage. Aktuell ist noch nicht implementiert eine Quelle direkt auszuwählen. Hyperion wählt immer automatisch die aus mit der geringsten Zahl. Soll aber noch implementiert werden. Ich werde das Mal nach oben auf meine Agenda setzen.

                                          Ansonsten habe ich nicht 100%ig verstanden was du machen willst.

                                          J Offline
                                          J Offline
                                          JohnnyBahama
                                          schrieb am zuletzt editiert von JohnnyBahama
                                          #20

                                          @flixganzer Ja genau das war es. Ich würde die Prioritäten nutzen, kann es aber nicht, weil der HDMI grabber ein Rainbow auswirft, wenn kein Signal ankommt. Dadurch schaltet er halt auch nicht um. Mit deinem Adapter hatte ich gehofft, dass ich die Quellenauswahl über einen Datenpunkt auswählen kann.
                                          Ist ja alles noch jung, ich warte dann mal ab. Kannst mich gerne verlinken, wenn es implementiert ist zum ausprobieren.

                                          Falls du einen HDMI Splitter/Grabber hast, der schwarz auswirft, kannst du den mal bitte verlinken.

                                          F 1 Antwort Letzte Antwort
                                          0
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          503

                                          Online

                                          32.4k

                                          Benutzer

                                          81.4k

                                          Themen

                                          1.3m

                                          Beiträge
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Anmelden

                                          • Du hast noch kein Konto? Registrieren

                                          • Anmelden oder registrieren, um zu suchen
                                          • Erster Beitrag
                                            Letzter Beitrag
                                          0
                                          • Home
                                          • Aktuell
                                          • Tags
                                          • Ungelesen 0
                                          • Kategorien
                                          • Unreplied
                                          • Beliebt
                                          • GitHub
                                          • Docu
                                          • Hilfe