Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bodiroga/marantz-homie-controller
https://github.com/bodiroga/marantz-homie-controller
Last synced: about 19 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/bodiroga/marantz-homie-controller
- Owner: bodiroga
- Created: 2019-01-03T17:24:47.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-04T17:09:40.000Z (about 6 years ago)
- Last Synced: 2024-11-23T00:26:07.639Z (2 months ago)
- Language: Python
- Size: 9.77 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Marantz-Homie Controller
## Introduction
Marantz-Homie Controller is a python3 service to control a Marantz A/V receiver (tested on SR5001 model) using the RS232 port. The service exposes its functionality as a Homie 3 device, so any MQTT client can send remote commands.
## Features
Supported functions:
- Power ON/OFF
- Volume control
- Speakers control (a, b, ab and off)
- Source control (tv, cd, dvd, vcr)> Warning: homie-python V3 library is required. See: https://github.com/jalmeroth/homie-python/pull/47
## Installation
The script has been succesfully tested on a Raspberry Pi, but it should work on any Debian based (Ubuntu) distribution.
wget https://raw.githubusercontent.com/bodiroga/marantz-homie-controller/master/install.sh && chmod +x install.sh
sudo ./install.sh
Enjoy!