NEWS
Test Adapter Bluesound v1.2.x
-
Aktuelle Version: 1.2.1
Veröffentlichungsdatum: 18.10.2025
Github Link: https://github.com/Uwe1958/ioBroker.bluesound
npm Package: iobroker.bluesound@1.2.1Adapter 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.
-
Aktuelle Version: 1.2.1
Veröffentlichungsdatum: 18.10.2025
Github Link: https://github.com/Uwe1958/ioBroker.bluesound
npm Package: iobroker.bluesound@1.2.1Adapter 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.