Skip to content

Home Assistant Custom Component for controlling Cambridge Audio CXA amplifiers

Notifications You must be signed in to change notification settings

marcgarciamarti/cambridge_cxa

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cambridge_audio_cxa

Home Assistant Custom Component for controlling Cambridge Audio CXA amplifiers

Create a directory called cambridge_cxa under the custom_components directory, and save the files from this repo in there.

Then, add the following to your configuration.yaml file:

media_player:
  - platform: cambridge_cxa
    host: <IP address of raspberry pi that has the USB to serial connection to the amp>
    username: <SSH username to login to the raspberry pi>
    type: CXA81 or XCA61
    name: <Optional value, to override default name: Cambridge Audio CXA>
    slave: <Optional value, if you have a CXN, enter its IP address here, so you can control the CXA's volume through the CXN>

Make sure you copy the SSH key from your Home Assistance instance to the raspberry pi, so you can issue commands over SSH without providing your password.

You can use the ssh-keygen and ssh-copy-id commands for that.

Reboot Home Assistant, and see you have a new media_player entity for youtr CXA.

About

Home Assistant Custom Component for controlling Cambridge Audio CXA amplifiers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%