Skip to content

Hansen8601/control4-mediaplayer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 

Repository files navigation

Control 4 Matrix Amp [Home Assistant Component]

Installation

To install, simply copy the control4-mediaplayer folder into your CUSTOM_COMPONENTS folder and restart Home Assistant.

Component Configuration

# Example configuration.yaml entry
media_player:  
  - platform: control4-mediaplayer
    name: Great Room
    host: "192.168.1.123"
    channel: 1 
    on_source: "Source 1 name"
    source_list:
      - "Source 1 name"
      - "Source 2 name"
      - "Source 3 name"
      - "Source 4 name"

Available configuration parameters

  • platform (Required): Name of a platform.
  • host (Required): IP address of a Control 4 Amp.
  • port(Optional): port of Control4 Amp. Defaults to 8750.
  • channel (Required): Output channel of the AMP.
  • on_volume (Optional): Default volume for the amp to turn on to. 5 if omitted.
  • on_source (Optional): Default source for the amp to select when a zone is turned on. Defaults to the first item in the source_list if unspecified.
  • source_list (Optional): List of source names in source order (e.g., first name = source 1 on amp, second name = source 2 on amp).

My Home Assistant Card

MyCard

About

Home Assistant Custom Component for a Control4 Matrix Amp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages