Giter VIP home page Giter VIP logo

iobroker.bosesoundtouch's Introduction

Logo

ioBroker.bosesoundtouch

Number of Installations Number of Installations NPM version

Test and Release Translation status Downloads

This adapter uses Sentry libraries to automatically report exceptions and code errors to the developers. For more details and for information how to disable the error reporting see Sentry-Plugin Documentation! Sentry reporting is used starting with js-controller 3.0.

Bose SoundTouch adapter for ioBroker IoT platform

Control States

To control your speaker, the following objects can be written:

State Description
key One of the following keys to send:

PLAY
PAUSE
STOP
PREV_TRACK
NEXT_TRACK
THUMBS_UP
THUMBS_DOWN
BOOKMARK
POWER
MUTE
VOLUME_UP
VOLUME_DOWN
PRESET_1
PRESET_2
PRESET_3
PRESET_4
PRESET_5
PRESET_6
AUX_INPUT
SHUFFLE_OFF
SHUFFLE_ON
REPEAT_OFF
REPEAT_ONE
REPEAT_ALL
PLAY_PAUSE
ADD_FAVORITE
REMOVE_FAVORITE
INVALID_KEY
muted Mute or un-mute the device.
on Power on or off the device.
playEverywhere Define speaker as zone master and play its content on all other speakers.
volume Change device volume between 0 and 100.

Info States

The following information is collected from your speaker (read-only states):

Device Info

State Description
ipAddress The device IP address, usually the same that you configured in adapter settings.
macAddress The device MAC address
name The name you configured with your SoundTouch App.
type The device type (e.g. SoundTouch 300).

Now Playing

State Description
album The currently playing album.
art The URL of the source art.
artist The currently playing artist.
genre The genre of current playing track.
source The type or name of the service playing. To determine if the product is in standby mode, check if source == STANDBY.
station The station or playlist name.
track The currently playing track.

Presets

The following states are present for each of the 6 available presets:

State Description
iconUrl The URL of the source art.
name The album, station, playlist, song, phone, etc. name depending on the source.
source The type or name of the service.

Zones

The following description will help you to create groups with you multi room system. The read-only field are automatically updated by the soundtouch devices, also if you change the groups by the Soundtouch Application itself.

State Description
masterOf Display the MAC addresses of the slaves of a speaker (split by ";") (read-only)
memberOf Display the MAC address of the master of this speaker (read-only)
addMasterOf Add MAC address of the speaker you would like to add to this master speaker. Also possible to put more then one speaker (split by ";").
removeMasterOf Add MAC address of the speaker you would like to remove from this master speaker. Also possible to put more then one speaker (split by ";").

Changelog

0.11.1 (2024-04-03)

  • (mcm1957) Release workflow has been fixed

0.11.0 (2024-04-03)

  • (mcm1957) Adapter requires node.js 18 and js-controller >= 5 now
  • (mcm1957) Testing has been changed to support node 18 and 20
  • (mcm1957) Dependencies have been updated

0.10.3 (2022-06-17)

  • (Apollon77) Fix crash case reported by Sentry

0.10.2 (2022-06-12)

  • (Apollon77) Check if adapter is configured properly before trying to connect

0.10.1 (2022-06-02)

  • (Apollon77) Add Sentry for crash reporting

0.10.0 (2021-07-30)

  • IMPORTANT: The adapter now requires at least js-controller 2.0
  • (Apollon77) Optimize for js-controller 3.3

0.9.4 (07.05.2021)

  • fixed vulnerability in NPM

0.9.3 (02.02.2021)

  • transfer of adapter to iobroker-community-adapters

0.9.3 (10.01.2021)

  • Added elapsed time, duration, status, keys and roles

0.9.2 (09.12.2019)

  • We don't use adapter.objects anymore

0.9.1 (12.05.2019)

  • Support for compact mode.
  • Fixed bugs found by adapter checker.

0.9.0 (23.01.2019)

  • Added possibility to change the source.
    All available sources are listed as states in folder sources and can be used as play buttons.

0.2.4 (05.05.2019)

  • Core Files/Testing Update and introduce adapter-core

0.2.3 (11.11.2018)

  • fixed issue #24 "does not start"

0.2.2 (03.11.2018)

  • Zones: objects moved to sub folder 'zones'

0.2.1 (12.10.2018)

  • Update now playing info for source Deezer

0.2.0 (27.09.2018)

  • Add support for zones

0.1.9 (07.03.2018)

  • Update now playing info for source Amazon

0.1.8 (08.02.2018)

  • Update now playing info for source Spotify
  • now playing: added state 'genre'

0.1.7 (04.02.2018)

  • fixed crash if no presets are defined

0.1.6 (17.01.2018)

  • fixed crash if socket connection fails
  • added setting: time to reconnect in seconds

0.1.5 (06.01.2018)

  • added 'TUNEIN' to now playing info
  • state playEverywhere falls back to false after activation
  • admin/bose.png renamed to admin/bosesoundtouch.png to be shown correctly in adapter list
  • added short adapter description in io-package.json

0.1.4 (30.12.2017)

  • playEverywhere: support multi room (zones) to define one speaker as master for all others

0.1.3 (22.12.2017)

  • revert last change

0.1.2 (22.12.2017)

  • fixed typo in package.json

0.1.1 (20.12.2017)

  • now playing: added state 'art' (URL to cover image if available)
  • merged pull request from Apollon77 (basic config files for testing)
  • renamed repository to 'ioBroker.bosesoundtouch'

0.1.0 (26.11.2017)

  • objectChange/stateChange: log level 'debug'
  • added 'STORED_MUSIC' to now playing info.

0.0.9 (22.11.2017)

  • Merge pull request #1 from Apollon77/master: Add testing and fix things...

0.0.8 (19.11.2017)

  • send value to correct instance when having multiple adapters installed
  • first version of README.md

0.0.7 (09.11.2017)

  • fixed logging in soundtouchsocket.js

0.0.6 (09.11.2017)

  • renamed main.js to bosesoundtouch.js
  • line ending: LF
  • strings: single quote

0.0.5 and earlier (01.11.2017)

  • Initial versions

License

MIT License

Copyright (c) 2024 iobroker-community-adapters [email protected] Copyright (c) 2019-2022 SwedishChef [email protected]

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

iobroker.bosesoundtouch's People

Contributors

apollon77 avatar dependabot[bot] avatar diemade avatar foxriver76 avatar germanbluefox avatar joj123 avatar mcm1957 avatar sbormann avatar sven-s-ter avatar swedishchef avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

iobroker.bosesoundtouch's Issues

Compatibility check to js-controller 3.3 and Admin5 React UI

Dear Adapter developer,

with js-controller 3.2 and js-controller 3.3 some additional checks were added to make sure that created objects match to the specifications and also written state values match to the object definition.

If something is not correct this is logged as 'warning' or 'info' log.

Please take the time to verify your adapter by ideally starting with a fresh instance and do some actions and verify the log. If you see a warn log there from these checks please adjust the adapter and fix the relevant cases.

For questions please refer to ioBroker/ioBroker.js-controller#1301

Additionally we are preparing Admin 5 which will have a completely rewritten UI. Please install Admin 5, activate that new UI and verify that the configuration of you adapter works as expected also there.

More informations on Admin 5 can be found in Forum https://forum.iobroker.net/topic/44282/test-adapter-admin-5-0-x-alpha-der-neuen-ui

Please close the issue after you checked it.

Thank you very much for your support!

Remove onMessage if not used

2020-06-01 18:45:35.851 - error: bosesoundtouch.0 (11672) : message handler implemented, but messagebox not enabled. Define common.messagebox in io-package.json for adapter or delete message handler.

Compatibility check and testing for Node.js 14 and 16

Dear Adapter developer,

Node.js 14 is now available for a year and Node.js 16 was release just some days ago and will become LTS by October 2021. We plan to update the ioBroker Node.js recommendation (currently 12.x) to 14.x later this year.

Please check your adapter with Node.js 14 especially, and ideally also directly with Node.js 16

Please add both versions to the adapter testing which is executed on commits.

If your adapter requires a certain minimum version of Node.js please set the 'engine' setting in package.json accordingly! Please also do this if the adapter is not able to work in certain Node.js versions, so that ioBroker can prevent users from installing te adapter if not compatible!

On questions please talk to us at ioBroker/ioBroker.js-controller#1138

Please close the issue after you checked it.

Thank you very much for your support!

No nowPlaying informations

If I play music with the new Bose-Skill by Amazon Alexa, it shows me only the source "Alexa" and nothing more. No "Art", "Artest", etc.
I think it will to be the same problem like in the version 0.1.8 before?

TypeError: Cannot read properties of undefined (reading 'id')

Sentry Issue: IOBROKER-BOSESOUNDTOUCH-Z

TypeError: Cannot read properties of undefined (reading 'id')
  File "/opt/iobroker/node_modules/iobroker.bosesoundtouch/soundtouchsocket.js", line 130, in soundtouchsocket._handlePresets
    id = presets[i].$.id - 1;
  File "/opt/iobroker/node_modules/iobroker.bosesoundtouch/soundtouchsocket.js", line 276, in soundtouchsocket._onJsData
    this._handlePresets(jsData);
  File "/opt/iobroker/node_modules/iobroker.bosesoundtouch/soundtouchsocket.js", line 339, in <anonymous>
    instance._onJsData(jsData);
  File "/opt/iobroker/node_modules/xml2js/lib/parser.js", line 304, in Parser.<anonymous>
    return cb(null, result);
  File "node:events", line 517, in Parser.emit
...
(5 additional frame(s) were not displayed)

Think about to fix the issues found by adapter checker

I am an automatic service that looks for possible errors in ioBroker and creates an issue for it. The link below leads directly to the test:

https://adapter-check.iobroker.in/?q=https://raw.githubusercontent.com/iobroker-community-adapters/ioBroker.bosesoundtouch

  • [E114] No adapter are allowed in the repo without admin3 support
  • [E506] Word "Bose Soundtouch adapter settings" is not translated to russian in admin/words.js. You can use https://translator.iobroker.in/ for translations
  • [E506] Word "address" is not translated to russian in admin/words.js. You can use https://translator.iobroker.in/ for translations
  • [E506] Word "on save adapter restarts with new config immediately" is not translated to russian in admin/words.js. You can use https://translator.iobroker.in/ for translations
  • [E605] No actual year found in copyright. Please add "Copyright (c) 2019-2022 sven_s_ter [email protected]" at the end of README.md
  • [E701] No actual year found in LICENSE. Please add "Copyright (c) 2019-2022 sven_s_ter [email protected]" at the start of LICENSE

Thanks,
your automatic adapter checker.

TypeError: jsData.hasOwnProperty is not a function

Sentry Issue: IOBROKER-BOSESOUNDTOUCH-Q

TypeError: jsData.hasOwnProperty is not a function
  File "/opt/iobroker/node_modules/iobroker.bosesoundtouch/soundtouchsocket.js", line 292, in soundtouchsocket._onJsData
    if (jsData.hasOwnProperty('updates')) {
  File "/opt/iobroker/node_modules/iobroker.bosesoundtouch/soundtouchsocket.js", line 339, in <anonymous>
    instance._onJsData(jsData);
  File "/opt/iobroker/node_modules/iobroker.bosesoundtouch/node_modules/xml2js/lib/parser.js", line 308, in Parser.<anonymous>
    return cb(null, result);
  File "node:events", line 513, in Parser.emit
  File "node:domain", line 489, in Parser.emit
...
(5 additional frame(s) were not displayed)

Please check ioBroker.bosesoundtouch with js-controller 2.0

Hi,

the new js-controller 2.0 will come into latest repository in the next days and we want to make sure that all adapters are working well. We already did a 2 weeks Beta test and so some adapter were aleady checked and some needed slight adjustments.

You can find more information in ioBroker/ioBroker.js-controller#482 and in the ioBroker Forum. If you have more technical questions please write in the referenced issue or in the Developer thread please. General questions are best in the genral thread.

Please update your systems to js-controller 2.0 and check your adapter.

Please close this issue once you have checked your adapter or received successfull reports from users.

Thank you very much for your support. Please contact us in the other Threads or Forum on any question.

State to see current zone master

A state to identify the current zone master (if any) is needed to visualize it.
Currently state playEverywhere is just a trigger to start the zone, maybe the same state can be used to show the current state.
For handling different zones a more complex solution would be needed.

Product button selects HDMI 1 instead auf HDMI ARC

The product button currently selects HDMI 1 as source.
Currently there seems to be no way of selecting HDMI ARC (which then would show up as PRODUCT TV).
Is it possible to add another button to select HDMI ARC?

Seek

Hi, thank you for this adapter!
Any chance to implement elapsed time and duration of the current track?

Many thanks,
Sebastian

Multi Zone Support

MultiZone is actually not working. Is there any Plan to fix it?
Even when same music is played no zone is or can be set up. Thx

Verify Compact mode for your adapter

We have detected that your adapter supports the compact mode. Please use the latest js-controller 2.0 and verify that everything works.

Some more information what is important to check can be found at ioBroker/ioBroker.js-controller#512

On questions please answer to the linked issue. Please close this issue after your test and add the version number that you have tested please as a comment.

Thank you for your support.

Support for Soundbar 500/700

Hi,
is there a plan to support the new products of bose?

I have the Soundbar 700 & Bass Module 700 with Alexa integration. And since the soundbar can control all my other devices (tv, receiver, bluray player). It would be nice to have a single adapter to control them all.

Radio stations are not accepted

I saw the adapter by accident and was very happy.

However, I have a problem.

If I enter "PRESET_1" under "key", 90% of the entries are not accepted and no radio station is changed.

At some point it takes an input, but then comes a radio station from another preset.

However, the "POWER" command is always accepted via the "key" field. "Volume" and "on" also work.

Bose Soundtouch 10
Node.js V10.21.0

Compatibility check to js-controller 3.3 and Admin5 React UI

Dear Adapter developer,

with js-controller 3.2 and js-controller 3.3 some additional checks were added to make sure that created objects match to the specifications and also written state values match to the object definition.

If something is not correct this is logged as 'warning' or 'info' log.

Please take the time to verify your adapter by ideally starting with a fresh instance and do some actions and verify the log. If you see a warn log there from these checks please adjust the adapter and fix the relevant cases.

For questions please refer to ioBroker/ioBroker.js-controller#1301

Additionally we are preparing Admin 5 which will have a completely rewritten UI. Please install Admin 5, activate that new UI and verify that the configuration of you adapter works as expected also there.

More informations on Admin 5 can be found in Forum https://forum.iobroker.net/topic/44282/test-adapter-admin-5-0-x-alpha-der-neuen-ui

Please close the issue after you checked it.

Thank you very much for your support!

Compatibility check to js-controller 3.3 and Admin5 React UI

Dear Adapter developer,

with js-controller 3.2 and js-controller 3.3 some additional checks were added to make sure that created objects match to the specifications and also written state values match to the object definition.

If something is not correct this is logged as 'warning' or 'info' log.

Please take the time to verify your adapter by ideally starting with a fresh instance and do some actions and verify the log. If you see a warn log there from these checks please adjust the adapter and fix the relevant cases.

For questions please refer to ioBroker/ioBroker.js-controller#1301

Additionally we are preparing Admin 5 which will have a completely rewritten UI. Please install Admin 5, activate that new UI and verify that the configuration of you adapter works as expected also there.

More informations on Admin 5 can be found in Forum https://forum.iobroker.net/topic/44282/test-adapter-admin-5-0-x-alpha-der-neuen-ui

Please close the issue after you checked it.

Thank you very much for your support!

Think about to fix the issues found by adapter checker

I am an automatic service that looks for possible errors in ioBroker and creates an issue for it. The link below leads directly to the test:

https://adapter-check.iobroker.in/?q=https://raw.githubusercontent.com/iobroker-community-adapters/ioBroker.bosesoundtouch

  • [E114] No adapter are allowed in the repo without admin3 support
  • [E506] Word "Bose Soundtouch adapter settings" is not translated to russian in admin/words.js. You can use https://translator.iobroker.in/ for translations
  • [E506] Word "address" is not translated to russian in admin/words.js. You can use https://translator.iobroker.in/ for translations
  • [E506] Word "on save adapter restarts with new config immediately" is not translated to russian in admin/words.js. You can use https://translator.iobroker.in/ for translations
  • [E605] No actual year found in copyright. Please add "Copyright (c) 2019-2022 sven_s_ter [email protected]" at the end of README.md
  • [E701] No actual year found in LICENSE. Please add "Copyright (c) 2019-2022 sven_s_ter [email protected]" at the start of LICENSE

Thanks,
your automatic adapter checker.

Think about to fix the issues found by adapter checker

I am an automatic service that looks for possible errors in ioBroker and creates an issue for it. The link below leads directly to the test:

https://adapter-check.iobroker.in/?q=https://raw.githubusercontent.com/iobroker-community-adapters/ioBroker.bosesoundtouch

  • [E114] No adapter are allowed in the repo without admin3 support
  • [E506] Word "Bose Soundtouch adapter settings" is not translated to russian in admin/words.js. You can use https://translator.iobroker.in/ for translations
  • [E506] Word "address" is not translated to russian in admin/words.js. You can use https://translator.iobroker.in/ for translations
  • [E506] Word "on save adapter restarts with new config immediately" is not translated to russian in admin/words.js. You can use https://translator.iobroker.in/ for translations
  • [E605] No actual year found in copyright. Please add "Copyright (c) 2019-2022 sven_s_ter [email protected]" at the end of README.md
  • [E701] No actual year found in LICENSE. Please add "Copyright (c) 2019-2022 sven_s_ter [email protected]" at the start of LICENSE

Thanks,
your automatic adapter checker.

Compatibility check and testing for Node.js 14 and 16

Dear Adapter developer,

Node.js 14 is now available for a year and Node.js 16 was release just some days ago and will become LTS by October 2021. We plan to update the ioBroker Node.js recommendation (currently 12.x) to 14.x later this year.

Please check your adapter with Node.js 14 especially, and ideally also directly with Node.js 16

Please add both versions to the adapter testing which is executed on commits.

If your adapter requires a certain minimum version of Node.js please set the 'engine' setting in package.json accordingly! Please also do this if the adapter is not able to work in certain Node.js versions, so that ioBroker can prevent users from installing te adapter if not compatible!

On questions please talk to us at ioBroker/ioBroker.js-controller#1138

Please close the issue after you checked it.

Thank you very much for your support!

Can not install adapter in v3.2

`$ ./iobroker url "https://github.com/SwedishChef1/ioBroker.bosesoundtouch" --debug
install https://github.com/SwedishChef1/ioBroker.bosesoundtouch/tarball/master
ERROR: events.js:160 throw er; // Unhandled 'error' event
^

Error: listen EADDRINUSE 127.0.0.1:9001
at Object.exports._errnoException (util.js:1020:11)
at exports._exceptionWithHostPort (util.js:1043:20)
at Server._listen2 (net.js:1277:14)
at listen (net.js:1313:10)
at net.js:1423:9
at _combinedTickCallback (internal/process/next_tick.js:83:11)
at process._tickCallback (internal/process/next_tick.js:104:9)

ERROR: process exited with code 1`

Have you got a solution, please?

thanks and great works

canceled

In version 0.2.4 (latest stable with working zones) and also 0.9.2 key-presets ist not working anymore. While toggling "POWER" is working and correctly updating "key", directly changing "key" with presets isn't working. Also buttons for presets are not working.

Please check ioBroker.bosesoundtouch with js-controller 2.0

Hi,

the new js-controller 2.0 will come into latest repository in the next days and we want to make sure that all adapters are working well. We already did a 2 weeks Beta test and so some adapter were aleady checked and some needed slight adjustments.

You can find more information in ioBroker/ioBroker.js-controller#482 and in the ioBroker Forum. If you have more technical questions please write in the referenced issue or in the Developer thread please. General questions are best in the genral thread.

Please update your systems to js-controller 2.0 and check your adapter.

Please close this issue once you have checked your adapter or received successfull reports from users.

Thank you very much for your support. Please contact us in the other Threads or Forum on any question.

Compatibility check and testing for Node.js 14 and 16

Dear Adapter developer,

Node.js 14 is now available for a year and Node.js 16 was release just some days ago and will become LTS by October 2021. We plan to update the ioBroker Node.js recommendation (currently 12.x) to 14.x later this year.

Please check your adapter with Node.js 14 especially, and ideally also directly with Node.js 16

Please add both versions to the adapter testing which is executed on commits.

If your adapter requires a certain minimum version of Node.js please set the 'engine' setting in package.json accordingly! Please also do this if the adapter is not able to work in certain Node.js versions, so that ioBroker can prevent users from installing te adapter if not compatible!

On questions please talk to us at ioBroker/ioBroker.js-controller#1138

Please close the issue after you checked it.

Thank you very much for your support!

Think about to fix the issues found by adapter checker

I am an automatic service that looks for possible errors in ioBroker and creates an issue for it. The link below leads directly to the test:

https://adapter-check.iobroker.in/?q=https://raw.githubusercontent.com/iobroker-community-adapters/ioBroker.bosesoundtouch

  • [E114] No adapter are allowed in the repo without admin3 support
  • [E506] Word "Bose Soundtouch adapter settings" is not translated to russian in admin/words.js. You can use https://translator.iobroker.in/ for translations
  • [E506] Word "address" is not translated to russian in admin/words.js. You can use https://translator.iobroker.in/ for translations
  • [E506] Word "on save adapter restarts with new config immediately" is not translated to russian in admin/words.js. You can use https://translator.iobroker.in/ for translations
  • [E605] No actual year found in copyright. Please add "Copyright (c) 2019-2022 sven_s_ter [email protected]" at the end of README.md
  • [E701] No actual year found in LICENSE. Please add "Copyright (c) 2019-2022 sven_s_ter [email protected]" at the start of LICENSE

Thanks,
your automatic adapter checker.

2 little things

The icon under Admin must be named as your adapter (bosesoundtouch.png), otherwise the icon will not appear in the adapter list. http://download.iobroker.net/list.html
https://github.com/SwedishChef1/ioBroker.bosesoundtouch/blob/master/io-package.json#L49

Also think of the description in the io-package - at the time there is the template descrition still in it. https://github.com/SwedishChef1/ioBroker.bosesoundtouch/blob/master/io-package.json#L35

And thank you for your cool adapter :-)

Multi streaming service

Also implement the /select api endpoint with iTunes, Spotify, Amazon Music ...

Could Be done with a dlna Service and credentials of the User to log in to the Services and Play Music By adding that dlna device to the soundtouch App.

Info about the current preset

Hello,

is it possible to find out via the adapter which preset is currently being played on the Bose?
So I could highlight the current preset (1-6) in my VIS.

David

js-controller 3.2.16

Nach dem update auf js-controller 3.2.16 kommen folgende Warnungen

bosesoundtouch.0 2021-02-26 20:16:58.886 warn (10402) State "bosesoundtouch.0.sources.LOCAL_INTERNET_RADIO" has no existing object, this might lead to an error in future versions
bosesoundtouch.0 2021-02-26 20:16:58.884 warn (10402) State "bosesoundtouch.0.sources.TUNEIN" has no existing object, this might lead to an error in future versions
bosesoundtouch.0 2021-02-26 20:16:58.883 warn (10402) State "bosesoundtouch.0.sources.ALEXA" has no existing object, this might lead to an error in future versions
bosesoundtouch.0 2021-02-26 20:16:58.881 warn (10402) State "bosesoundtouch.0.sources.AMAZON" has no existing object, this might lead to an error in future versions
bosesoundtouch.0 2021-02-26 20:16:58.879 warn (10402) State "bosesoundtouch.0.sources.AUX" has no existing object, this might lead to an error in future versions

Platform: linux
os: Raspbian GNU/Linux 10 (buster)
Architecture: arm
CPUs: 4
Speed: 1500 MHz
Model: ARMv7 Processor rev 3 (v7l)
RAM: 3.7 GB
Node.js: v12.21.0
NPM: 6.14.11

Think about to fix the issues found by adapter checker

I am an automatic service that looks for possible errors in ioBroker and creates an issue for it. The link below leads directly to the test:

https://adapter-check.iobroker.in/?q=https://raw.githubusercontent.com/iobroker-community-adapters/ioBroker.bosesoundtouch

  • [E114] No adapter are allowed in the repo without admin3 support
  • [E506] Word "Bose Soundtouch adapter settings" is not translated to russian in admin/words.js. You can use https://translator.iobroker.in/ for translations
  • [E506] Word "address" is not translated to russian in admin/words.js. You can use https://translator.iobroker.in/ for translations
  • [E506] Word "on save adapter restarts with new config immediately" is not translated to russian in admin/words.js. You can use https://translator.iobroker.in/ for translations
  • [E605] No actual year found in copyright. Please add "Copyright (c) 2019-2022 sven_s_ter [email protected]" at the end of README.md
  • [E701] No actual year found in LICENSE. Please add "Copyright (c) 2019-2022 sven_s_ter [email protected]" at the start of LICENSE

Thanks,
your automatic adapter checker.

Product button switches HDMI 1 instead of HDMI ARC

The product button currently selects HDMI 1 as source.
Currently there seems to be no way of selecting HDMI ARC (which then would show up as PRODUCT TV).
Is it possible to add another button to select HDMI ARC?

control volume for zones

When creating a zone (play everywhere), it would be comfortable to control the overall volume. Currently only the volume for each single speaker can be controlled.

Think about to fix the issues found by adapter checker

I am an automatic service that looks for possible errors in ioBroker and creates an issue for it. The link below leads directly to the test:

https://adapter-check.iobroker.in/?q=https://raw.githubusercontent.com/iobroker-community-adapters/ioBroker.bosesoundtouch

  • [E114] No adapter are allowed in the repo without admin3 support
  • [E506] Word "Bose Soundtouch adapter settings" is not translated to russian in admin/words.js. You can use https://translator.iobroker.in/ for translations
  • [E506] Word "address" is not translated to russian in admin/words.js. You can use https://translator.iobroker.in/ for translations
  • [E506] Word "on save adapter restarts with new config immediately" is not translated to russian in admin/words.js. You can use https://translator.iobroker.in/ for translations
  • [E605] No actual year found in copyright. Please add "Copyright (c) 2019-2022 sven_s_ter [email protected]" at the end of README.md
  • [E701] No actual year found in LICENSE. Please add "Copyright (c) 2019-2022 sven_s_ter [email protected]" at the start of LICENSE

Thanks,
your automatic adapter checker.

Compatibility check to js-controller 4.0

Dear Adapter developer,

with js-controller 4.0 object definitions are now also checked that min/max in only provided for number/mixed objects and that the type of the default value matches to the object type.

If something is not correct this is logged as 'warning' or 'info' log.

Please also make sure to update to the lastest @iobroker/testing dependency 2.5.4 or to accept the PR from Apollon77 for legacy testing!

Please spent some time to verify your adapter by ideally starting with a fresh instance and do some actions and verify the log. If you see a warn or info log there from these checks please adjust the adapter and fix the relevant cases.

For questions please refer to ioBroker/ioBroker.js-controller#1749

Please close the issue after you checked it.

Thank you very much for your support to get the best experience for the growing numbers of ioBroker users!

Verify Compact mode for your adapter

We have detected that your adapter supports the compact mode. Please use the latest js-controller 2.0 and verify that everything works.

Some more information what is important to check can be found at ioBroker/ioBroker.js-controller#512

On questions please answer to the linked issue. Please close this issue after your test and add the version number that you have tested please as a comment.

Thank you for your support.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.