https://github.com/jun10000/onkyori_common
onkyori_*** are modules what enable cooperation with the Onkyo RI system.
https://github.com/jun10000/onkyori_common
onkyo-ri raspberry-pi
Last synced: 5 months ago
JSON representation
onkyori_*** are modules what enable cooperation with the Onkyo RI system.
- Host: GitHub
- URL: https://github.com/jun10000/onkyori_common
- Owner: jun10000
- License: gpl-3.0
- Created: 2018-05-13T01:17:46.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-29T07:01:50.000Z (almost 8 years ago)
- Last Synced: 2024-05-02T05:11:43.377Z (about 2 years ago)
- Topics: onkyo-ri, raspberry-pi
- Homepage:
- Size: 857 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# onkyori_common
onkyori_*** are modules what enable cooperation with the Onkyo RI system.
## Description

The onkyori_common is the core module in order to cooperate with the Onkyo RI system.
This includes the MariaDB database definision file, and the common settings file.
If you combine this with other onkyori_*** modules (example. onkyori_kiosk), you will have new experiences.
## Requirement
- Raspberry Pi 3 Type B
- OS: Raspbian
- Linux kernel: 4.14.50
- Linux Packages:
- MariaDB database 10.1.23
- Python Packages:
- PyMySQL 0.8.1
- PyYAML 3.12
## Install
1. Place this repository files into your Raspberry Pi
1. Login to Raspberry Pi.
1. Create directory: '/var/project/onkyori_common/'
1. Place this repository files to '/var/project/onkyori_common/'
1. Setup database
1. Login to MariaDB.
1. Create user and database what are written in 'settings.yaml'.
The created user is allowed to access the created database only.
1. Select the created database.
1. Run 'CreateDBTable.sql' to create the table.
## Onkyo RI Signal Specification
- Equipment: Onkyo FR-T1X
- Pulse width: 1.0ms
- Voltage: 5.3V
- Actual Data



- Various Signals
- Power On

- Power On (on Timer: Play Dock)

- Power Off

- Tape (Prev)

- Tape (Stop)

- Tape (Next)

- Playlist (Up)

- Playlist (Down)

- Album (Up)

- Album (Down)

## Licence
[GNU General Public License v3.0](https://github.com/jun10000/onkyori_common/blob/master/LICENSE)
## Author
[jun10000](https://github.com/jun10000)