Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Bluesound Node 2i

    NEWS

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    Bluesound Node 2i

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

      Hallo zusammen,

      ich habe mir einen High End Musik Streamer von Bluesound gekauft. Diesen würde ich ganz gerne via IoBroker steuern, ähnlich wie Sonos. Hat das jemand schon einmal umgesetzt und könnte mir helfen?

      Besten Dank und Gruss

      Geb

      M 1 Reply Last reply Reply Quote 0
      • M
        MegaMatze @geb97 last edited by

        Genau danach suche ich auch gerade, nachdem ich mir den Powernode 2 gegönnt habe. Wäre Klasse, wenn es da was gäbe

        R 1 Reply Last reply Reply Quote 0
        • R
          Rookie50 @MegaMatze last edited by

          Hi zurück 😀

          leider habe ich auch keinen Adapter für Bluos. Aber es gibt eine http API. Bis dato benutze ich diese ganz rudimentär für die Preset Steuerung, da ich selber auch kein js Programmierer bin.

          createState("Button.Preset1", false, {  // Neuer Datenpunkt zum Betätigen in VIS
              read: true, 
              write: true, 
              desc: "Stream 1 starten", 
              type: "boolean", 
              def: false
          });
          
          on({id: "javascript.0.Button.Preset1", val: true}, function(dp) {
          	var url = "http://192.168.101.107:11000/Preset?id=1";
          	request(url);
          	setState(dp.id, false);
          });
          

          Es gibt im Bluesound Forum einen kleinen Thread über die API: https://helpdesk.bluesound.com/discussions/viewtopic.php?t=2293
          Vielleicht kann man darauf aufbauend einen Adatper basteln.

          Gruß und guten Rutsch

          Robert

          Uwe1958 1 Reply Last reply Reply Quote 0
          • Uwe1958
            Uwe1958 Developer @Rookie50 last edited by

            @rookie50

            I made an adapter for bluesound devices. I myself own a Node 2i and am able to control it via Vis and the adapter.

            The adapter is available in https://github.com/Uwe1958/ioBroker.bluesound

            You could try it and give feedback if this is of interest to you or if you have issues/suggestions.

            Best regards

            @Uwe1958

            R 1 Reply Last reply Reply Quote 1
            • R
              Rookie50 @Uwe1958 last edited by

              @uwe1958 Hi Uwe,
              we have talked one or two years before 😉

              With the big assistance of Liv-in-the-Sky, we were able to create some JS to browse the library, select and play with a Bluesound device via the VIS. I'm not really a programming specialist. But we have created this kind of working Bluesound player:

              c01f1588-8aa7-472f-a7ff-651c796fe0fe-grafik.png

              I still have your adapter in Version 0.12 installed, but it is disabled. 😉

              I will check out the new version...

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

                @rookie50 @Uwe1958 HALLO
                Ich verwende auch den Adapter von Uwe und er funktioniert wunderbar.
                Allerdings würde ich gerne, so wie hier am Bild ersichtlich ,auch in der Vis durch die Libraray durch suchen bzw. steuern können.
                Wie könnte ich da umsetzen? Ist auch mir dem Adapter von @Uwe1958 möglich?

                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

                760
                Online

                31.6k
                Users

                79.5k
                Topics

                1.3m
                Posts

                bluos musiccast
                5
                6
                760
                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