Skip to content
forked from subutux/denonavr

A python library to interact with an Denon AVR

License

Notifications You must be signed in to change notification settings

stbkde/denonavr

 
 

Repository files navigation

denonavr

A python library to interact with an Denon AVR

denonavr.denon

Usage

from denonavr import denon
#                        your denon ip
myDenon = denon.Connect('192.168.1.20')

See the file denon.py for possible options, or use pydoc to view the documentation:

pydoc denonavr.denon

Denon-cli

Usage:

usage: denonavr-cli.py [-h] -H HOST [-z ZONE] CMD

Remote Denon controller

positional arguments:
  CMD                   A telnet command to execute

optional arguments:
  -h, --help            show this help message and exit
  -H HOST, --host HOST  IP or host of the denon system to connect to
  -z ZONE, --zone ZONE  The zone to use (default: MAINZONE)

About

A python library to interact with an Denon AVR

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 53.0%
  • Python 47.0%