Git Product home page Git Product logo

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 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!

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.

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)

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?

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.

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

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)

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

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.

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?

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.

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.

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

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.

Seek

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

Many thanks,
Sebastian

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.

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.

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

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.

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 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!

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.

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.

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.

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!

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

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?

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!

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.