Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Fire TV unter Linux

    NEWS

    • Wir empfehlen: Node.js 22.x

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker goes Matter ... Matter Adapter in Stable

    Fire TV unter Linux

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

      Hallo zusammen,

      Gebt ihr bei dem Adapter die IP des FireTV inklusive Portnummer oder ohne ein?

      Gruß

      Thias

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

        Hallo,

        ich habe das selbe Problem, wie Thias, auch mit dem selben Fehlercode. Via Shell funktioniert alles, leider startet die Instanz nicht. @Thias: konntest du das Problem lösen? Oder hat sonst noch jemand Erfahrung damit gesammelt?

        Viele Grüße

        Peetaa

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

          schreibt doch mal bitte alle eine issue auf github

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

            Danke für den Hinweis zu github, hätte ich gleich schauen sollen:

            __soef commented on 9 Oct

            Hallo, es schein als wenn das adbkit module (./node_modules/adbkit) nicht installiert wurde. Kannst Du einmal von einer Kommandozeile in das ioBroker/node_modules/iobroker.firetv Verzeichnis wechseln und dort dann

            npm install

            (ohne weiter Parameter) aufrufen. Dann müssten alle für firetv notwendigen Module installiert werden.__

            Nun funktioniert es bei mir.

            Vielen Dank

            1 Reply Last reply Reply Quote 0
            • T
              Thias last edited by

              Hallo zusammen, der Tip von peetaa und soef hat funktioniert.

              "Hallo, es schein als wenn das adbkit module (./node_modules/adbkit) nicht installiert wurde. Kannst Du einmal von einer Kommandozeile in das ioBroker/node_modules/iobroker.firetv Verzeichnis wechseln und dort dann

              npm install

              (ohne weiter Parameter) aufrufen. Dann müssten alle für firetv notwendigen Module installiert werden."

              Allerdings musste ich den Adapter noch einmal installieren, da ich die Pfadanpassung in der firetv.js gemacht hatte und dies nach ppm install nicht mehr nötig war!

              Danke an alle!

              Gruß

              Thias

              1 Reply Last reply Reply Quote 0
              • M
                Marcolotti last edited by

                Ich habe immernoch das Problem mit dem Stick: Fehler ist:````
                firetv.0 2017-12-17 16:46:30.272 error can not connect to 192.168.178.53 Error=connect ECONNREFUSED 127.0.0.1:5037

                1 Reply Last reply Reply Quote 0
                • T
                  tcfigge last edited by

                  Hallo,

                  ich habe auf der Synology iobroker im Docker laufen.

                  Gibt es da auch einen Weg es ans laufen zu bekommen?

                  Danke!

                  Thorsten

                  1 Reply Last reply Reply Quote 0
                  • M
                    mikiline last edited by

                    Linux:

                    in der Kommandozeile in das Verzeichnis ioBroker/node_modules/iobroker.firetv wechseln und dort dann npm install (ohne weiter Parameter) aufrufen.

                    Dann sollten alle Abhängigkeiten installiert werden

                    Gruss

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

                      gibt es für das "can not connect to 192.168.0.119 Error=connect ECONNREFUSED 127.0.0.1:5037" Problem mittlerweile eine Lösung?

                      Manueller Connect auf der Konsole (Raspberry) geht.

                      1 Reply Last reply Reply Quote 0
                      • T
                        The Master last edited by

                        Habe es soweit hinbekommen das ich meine Geräte mit dem IOBroker Fire Tv steuern kann. Ich habe nur ein kleines Problem. Nach jedem neustart von IOBroker muss ich 1x mit ssh mich auf meine Ubuntu Vm verbinden und dort 1x den Daemon starten. Habe mir dazu im Internet ne Anleitung gesucht wie man das in init.d einfügt und habe mir ein Script geschrieben. Das Script funktioniert auch wenn ich es unter ssh ausführe (Siehe Unten).

                        Leider startet es nicht bei einem Reboot.

                        Hier das Script und darunter wenn ich es ausführe mittels SSH:

                        #!/bin/sh
                        case "$1" in
                           start)
                                 # Start daemon.
                                 echo -n "Starting ADB: "
                                 adb start-server
                                 ;;
                           stop)
                                 # Stop daemons.
                                 echo -n "Shutting ADB: "
                                 adb kill-server
                                 ;;
                           restart)
                                 $0 stop
                                 $0 start
                                 ;;
                           *)
                                 echo "Usage: $0 {start|stop|restart}"
                                 exit 1
                        esac
                        
                        exit 0
                        
                        

                        ` > CS-IOBROKER-01:~$ /etc/init.d/adb start

                        Starting ADB: * daemon not running. starting it now on port 5037 * `

                        Hat wer eine Idee?

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

                        Nachtrag:

                        So sieht nun mein vorgehen aus nach einem Reboot:

                        CS-IOBROKER-01:~$ ps -ef | grep adb
                         33375  33341  0 17:07 pts/0    00:00:00 grep --color=auto adb
                        @CS-IOBROKER-01:~$ /usr/lib/android-sdk/platform-tools/adb connect 192.168.1.218
                        * daemon not running. starting it now on port 5037 *
                        * daemon started successfully *
                        connected to 192.168.1.218:5555
                        CS-IOBROKER-01:~$ ps -ef | grep adb
                         33379      1  0 17:07 ?        00:00:00 adb -P 5037 fork-server server --reply-fd 4
                         33402  33341  0 17:07 pts/0    00:00:00 grep --color=auto adb
                        CS-IOBROKER-01:~$
                        
                        
                        1 Reply Last reply Reply Quote 0
                        • M
                          mikiline last edited by

                          Es benötigt keine zusätzliche Installation!

                          Hier je nach OS runterladen

                          https://www.androidcentral.com/get-adb- … tly-google

                          dann einfach das geladene ZipArchiv in Verzeichnis nach Wahl entpacken (Bei mir z.B. /opt/iobroker/platform-tools)

                          FireTV starten, Adapter starten, Verbindung sollte klappen (insofern der Pfad richtig angegeben wurde /opt/iobroker/platform-tools/adb)

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

                          Support us

                          ioBroker
                          Community Adapters
                          Donate
                          FAQ Cloud / IOT
                          HowTo: Node.js-Update
                          HowTo: Backup/Restore
                          Downloads
                          BLOG

                          854
                          Online

                          32.0k
                          Users

                          80.4k
                          Topics

                          1.3m
                          Posts

                          12
                          25
                          8241
                          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