Skip to content

Home Assistant - media player - Nuvo multi zone audio amplifier

Notifications You must be signed in to change notification settings

SmilinJoe/hass.media_player.nuvo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

hass.media_player.nuvo

Home Assistant - media player - Nuvo multi zone audio amplifier (forked from ejonesnospam/hass.media_player.nuvo) The nuvo platform allows you to control Nuvo Multi-Zone Amplifier using a serial connection.

  • Tested and verified using Home Assistant 0.114.4
  • Initially developed/tested with the Nuvo Concerto model NV-I8GM

media_player: Creates audio media_player units, with sources as defined, for each audio zone defined

To get started download

/custom_components/nuvo/manifest.json
/custom_components/nuvo/media_player.py

into

<config directory>/custom_components/nuvo/

Example configuration.yaml:


  - platform: nuvo
    port: /dev/ttyUSB0
    zones:
      1:
        name: TV
      2:
        name: Basement
      3:
        name: Living Room
      4:
        name: Kitchen
      5:
        name: Bathroom
        
    sources:
      1:
        name: Radio
      2:
        name: Cable

Configuration Variables

name

(string)(Optional) Friendly name of the sensor

port

(string)(Required) Serial or USB connection to RS232 of Nuvo Controller

zones

(string array)(Required) A list of audio zone names

sources

(string array)(Required) The password for the account

About

Home Assistant - media player - Nuvo multi zone audio amplifier

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%