Cambridge Audio
The Cambridge Audio integration集成将 Home Assistant 与您的设备、服务等连接和集成。 [Learn more] allows you to control all receivers and streamers that support the StreamMagic
The integration automatically discovers all enabled zones and sources. Each zone is added as a media player device with the enabled sources available as inputs. Media information and controls (such as play, pause, skip) are supported if the selected source reports it. The integration allows you to navigate presets, control streaming (Spotify, Tidal, Qobuz), and play radio stations all from your Home Assistant dashboard.
Supported devices
This integration allows you to connect the following devices:
- Cambridge Audio Evo 75
- Cambridge Audio Evo 150
- Cambridge Audio CXN
- Cambridge Audio CXN (v2)
- Cambridge Audio CXR120
- Cambridge Audio CXR200
- Cambridge Audio 851N
- Cambridge Audio MXN10
- Cambridge Audio AXN10
- Cambridge Audio EXN100
- Cambridge Audio Edge NQ
Older, RS-232 serial-based amplifiers like the CXA series
配置
要将 Cambridge Audio device 添加到您的 Home Assistant 实例中,请使用此 My 按钮:
Cambridge Audio 可以被 Home Assistant 自动发现。如果发现了实例, 它将显示为 已发现。您可以立即进行设置。
手动配置步骤
如果没有自动发现,请不要担心!您可以设置一个 手动集成条目:
-
浏览到您的 Home Assistant 实例。
-
转到
设置 > 设备与服务。 -
在右下角,选择
Add Integration 按钮。 -
从列表中选择 Cambridge Audio。
-
按照屏幕上的说明完成设置。
The IP address of your device can be found by navigating to the device on the StreamMagic appSettings
→ IP address
.
Data updates
Cambridge Audio devices push data directly to Home Assistant, enabling immediate updates for device state changes, media information, and playback status.
Removing the integration
This integration follows standard integration removal. No extra steps are required.
从Home Assistant中移除集成实例
- 前往 设置 > 设备与服务 并选择集成卡片。
- 从设备列表中,选择要删除的集成实例。
- 在条目旁边,选择三个点
菜单。然后,选择 删除。
Available configuration entities
The integration provides a few entities to configure the device settings. The following entities are supported:
- Display brightness
- Pre-Amp
- Early update
- Audio output (Speaker select)
Playing media
Cambridge Audio supports playing a variety of formats using the media_player.play_media
action.
Examples:
Cambridge Audio can recall any stored presets saved on the device. An example action using a preset:
action: media_player.play_media
target:
entity_id: media_player.cambridge_audio
data:
media_content_type: "preset"
media_content_id: "1"
An example action using an Airable radio ID:
action: media_player.play_media
target:
entity_id: media_player.cambridge_audio
data:
media_content_type: "airable"
media_content_id: "12345678"
An example action using an internet radio url:
action: media_player.play_media
target:
entity_id: media_player.cambridge_audio
data:
media_content_type: "internet_radio"
media_content_id: "https://example.com/internet-radio/station_abcd.mp3"
Browsing media
The Cambridge Audio integration allows you to browse saved presets from your dashboard. All stored presets will be categorized into playlists, artists, and tracks.
Troubleshooting
The buttons to skip, shuffle, and repeat the track are missing
Control functionality depends on the source / service that is currently selected. The interface automatically sets which controls are available depending on which source is selected.
The ability to change volume is missing
Volume control is only supported on all-in-one amps, or streamers with pre-amp mode. Likely, the device is not configured to be in pre-amp mode. This can be changed by navigating to the IP address of the device in a web browser, or selecting settings in the StreamMagic app and setting Pre-Amp to On.
Turning on the device doesn’t work from Home Assistant
Cambridge Audio devices come with ECO mode enabled by default, which disables the network interface when the device is powered down. This can be changed by navigating to the IP address of the device in a web browser, or selecting settings in the StreamMagic app and setting Standby Mode to Network standby.