Skip to content
  • 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
  1. ioBroker Community Home
  2. Deutsch
  3. Tester
  4. Test Adapter Bluesound v1.2.x

NEWS

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

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

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

Test Adapter Bluesound v1.2.x

Geplant Angeheftet Gesperrt Verschoben Tester
adapter testmultimedia
2 Beiträge 2 Kommentatoren 270 Aufrufe 3 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.
  • Uwe1958U Offline
    Uwe1958U Offline
    Uwe1958
    Developer
    schrieb am zuletzt editiert von Uwe1958
    #1

    Aktuelle Version: 1.2.1
    Veröffentlichungsdatum: 18.10.2025
    Github Link: https://github.com/Uwe1958/ioBroker.bluesound
    npm Package: iobroker.bluesound@1.2.1

    Adapter to control Bluesound devices

    Bluesound devices like Pulseflex or Node can be controlled by this adapter. Config parameters are the IP of the device and the PollingTime in sec. The status of the player is polled in the interval set by pollingtime. Newer NAD devices use the same functionality.

    Functions included

    The adapter uses API calls in the format: http://--playerIP--:11000/xxx

    At startup the presets defined in the player are read from the device and added as objects to the 'presets' channel. The information stored for each preset are: ID, Url to logo and preset name. The player model and name are also read on start-up and stored in the 'info' channel.

    When player is playing the submitted titles are shown in the 'info' channel. The player status is polled in the interval set by '.config.pollingtime' and the result is stored in '.control.state' as well as in '.info.*'.

    All these objects can be used in a vis project to display info from the player and control the player.

    The following functions are implemented:

    • Player Stop (triggered by setting 'control.stop' to true)
    • Player Start (triggered by setting 'control.start' to true)
    • Player Pause (triggered by setting 'control.pause' to true, toggle mode)
    • PresetX Start (triggered by setting 'presets.presetX.start' to true)
    • Change Volume (triggered by changing 'control.volume')
    • Shuffle Playlist (triggered by setting 'control.shuffle' to true, toggle mode)
    • Playlist forward (triggered by setting 'control.forward' to true)
    • Playlist backward (triggered by setting 'control.backward' to true)
    • Switch to control the addition or replacement of new entries in the playlist (triggered by setting 'control.playlist', toggle mode)

    Latest code in the Github repo now includes access and control of library content. It can be listed and sent to the players playlist. Please see the information in the README.md in the Github repo.

    I developed and tested the adapter on a PulseFlex and Node device. It may need to be adapted for other types.

    Please test the adapter. Any comments or requirements can be put into the issues of the Github repo.

    mcm1957M 1 Antwort Letzte Antwort
    1
    • Uwe1958U Uwe1958

      Aktuelle Version: 1.2.1
      Veröffentlichungsdatum: 18.10.2025
      Github Link: https://github.com/Uwe1958/ioBroker.bluesound
      npm Package: iobroker.bluesound@1.2.1

      Adapter to control Bluesound devices

      Bluesound devices like Pulseflex or Node can be controlled by this adapter. Config parameters are the IP of the device and the PollingTime in sec. The status of the player is polled in the interval set by pollingtime. Newer NAD devices use the same functionality.

      Functions included

      The adapter uses API calls in the format: http://--playerIP--:11000/xxx

      At startup the presets defined in the player are read from the device and added as objects to the 'presets' channel. The information stored for each preset are: ID, Url to logo and preset name. The player model and name are also read on start-up and stored in the 'info' channel.

      When player is playing the submitted titles are shown in the 'info' channel. The player status is polled in the interval set by '.config.pollingtime' and the result is stored in '.control.state' as well as in '.info.*'.

      All these objects can be used in a vis project to display info from the player and control the player.

      The following functions are implemented:

      • Player Stop (triggered by setting 'control.stop' to true)
      • Player Start (triggered by setting 'control.start' to true)
      • Player Pause (triggered by setting 'control.pause' to true, toggle mode)
      • PresetX Start (triggered by setting 'presets.presetX.start' to true)
      • Change Volume (triggered by changing 'control.volume')
      • Shuffle Playlist (triggered by setting 'control.shuffle' to true, toggle mode)
      • Playlist forward (triggered by setting 'control.forward' to true)
      • Playlist backward (triggered by setting 'control.backward' to true)
      • Switch to control the addition or replacement of new entries in the playlist (triggered by setting 'control.playlist', toggle mode)

      Latest code in the Github repo now includes access and control of library content. It can be listed and sent to the players playlist. Please see the information in the README.md in the Github repo.

      I developed and tested the adapter on a PulseFlex and Node device. It may need to be adapted for other types.

      Please test the adapter. Any comments or requirements can be put into the issues of the Github repo.

      mcm1957M Online
      mcm1957M Online
      mcm1957
      schrieb am zuletzt editiert von
      #2

      @uwe1958
      aktuelle Version ist 1.1.4

      Bitte Header aktualisieren (1.1.x oder so reicht auch) und aktuelle Version im ersten Betrag eintragen.

      Entwicklung u Betreuung: envertech-pv, hoymiles-ms, ns-client, pid, snmp Adapter;
      Support Repositoryverwaltung.

      Wer Danke sagen will, kann nen Kaffee spendieren: https://paypal.me/mcm1957atiobroker

      LESEN - gute Forenbeitrage

      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

      750

      Online

      32.4k

      Benutzer

      81.4k

      Themen

      1.3m

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

      • Du hast noch kein Konto? Registrieren

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