Skip to content

Add support for Bose Home Speaker (AVN2TMX8MU2YM) and Fire TV (A1Q6UGEXJZWJQ0)#1301

Draft
Copilot wants to merge 2 commits intomasterfrom
copilot/fix-unknown-device-issue
Draft

Add support for Bose Home Speaker (AVN2TMX8MU2YM) and Fire TV (A1Q6UGEXJZWJQ0)#1301
Copilot wants to merge 2 commits intomasterfrom
copilot/fix-unknown-device-issue

Conversation

Copy link
Copy Markdown

Copilot AI commented Nov 15, 2025

Users reported "Unknown Device" warnings for two device types that were not in the adapter's known device registry.

Changes

Added two entries to knownDeviceType in main.js:

  • AVN2TMX8MU2YM: Bose Home Speaker with commandSupport: true
  • A1Q6UGEXJZWJQ0: Fire TV with commandSupport: true and icon: 'icons/firetv.png'

Both entries include the full capability lists from device discovery logs and are placed in alphabetical order by device type ID.

'AVN2TMX8MU2YM': {name: 'Bose Home Speaker', commandSupport: true}, // VOLUME_SETTING,KINDLE_BOOKS,AUDIBLE,...
'A1Q6UGEXJZWJQ0': {name: 'Fire TV', commandSupport: true, icon: 'icons/firetv.png'}, // SPEECH_RECOGNIZER_USS,ACTIVE_AFTER_FRO,...
Original prompt

This section details on the original issue you should resolve

<issue_title>new devices</issue_title>
<issue_description>2025-10-11 14:41:20.024 - info: alexa2.0 (411625) Unknown Device, but enabling commands, Try it and report back if commands work.
2025-10-11 14:41:20.026 - info: alexa2.0 (411625) Report to developer as GitHub issue with details for device. Please grab full next line pot. from logfile on disk if cutted
2025-10-11 14:41:20.026 - info: alexa2.0 (411625) Device-type:AVN2TMX8MU2YM - Wohnzimmer Bose (Bose Home Speaker) (VOLUME_SETTING,KINDLE_BOOKS,AUDIBLE,ADAPTIVE_LISTENING,SLEEP,DEREGISTER_DEVICE,DEEZER,TIMERS_AND_ALARMS,CHANGE_NAME,SIRIUSXM,APPLE_MUSIC,PERSISTENT_CONNECTION,TIDAL,MUSIC_SKILL,DREAM_TRAINING,AMAZON_MUSIC,I_HEART_RADIO,SUPPORTS_CONNECTED_HOME_CLOUD_ONLY,REMINDERS,GOLDFISH,FAR_FIELD,AUDIO_PLAYER,TUNE_IN)
2025-10-11 14:41:22.119 - info: alexa2.0 (411625) Unknown Device, but enabling commands, Try it and report back if commands work.
2025-10-11 14:41:22.119 - info: alexa2.0 (411625) Report to developer as GitHub issue with details for device. Please grab full next line pot. from logfile on disk if cutted
2025-10-11 14:41:22.119 - info: alexa2.0 (411625) Device-type:A1Q6UGEXJZWJQ0 - Fire TV Wohnzimmer (SPEECH_RECOGNIZER_USS,ACTIVE_AFTER_FRO,MULTI_WAKEWORDS_SUPPORTED,VOLUME_SETTING,ADAPTIVE_LISTENING,SOUND_SETTINGS,DIALOG_INTERFACE_VERSION,EARCONS,CUSTOM_ALARM_TONE,CHANGE_NAME,TIMERS_AND_ALARMS,LIVE_VIEW,PERSISTENT_CONNECTION,FLASH_BRIEFING,SUPPORTS_LOCALE,ARTHUR_TARGET,SUPPORTS_CONNECTED_HOME_CLOUD_ONLY,REMINDERS,SUPPORTS_LOCALE_SWITCH,MICROPHONE,SHARKNADO,SUPPORTS_SOFTWARE_VERSION)
</issue_description>

Comments on the Issue (you are @copilot in this section)


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

…(Fire TV)

Co-authored-by: Apollon77 <11976694+Apollon77@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix unknown device issue for new devices Add support for Bose Home Speaker (AVN2TMX8MU2YM) and Fire TV (A1Q6UGEXJZWJQ0) Nov 15, 2025
Copilot AI requested a review from Apollon77 November 15, 2025 13:11
@Apollon77
Copy link
Copy Markdown
Owner

@copilot please look into the original issue. There got more added. please also add

Copy link
Copy Markdown
Author

Copilot AI commented Nov 22, 2025

@copilot please look into the original issue. There got more added. please also add

I don't have direct access to view the issue comments. Could you please provide the device type IDs and details for the additional devices that need to be added? I'll need the format similar to what was in the original report:

  • Device-type ID (e.g., AVN2TMX8MU2YM)
  • Device name
  • Capability list

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

new devices

2 participants