Skip to content
This repository has been archived by the owner on Apr 16, 2021. It is now read-only.

Latest commit

 

History

History
19 lines (18 loc) · 449 Bytes

README.md

File metadata and controls

19 lines (18 loc) · 449 Bytes

heos-amp-sync

Sync Amplifier and Network Audio Player using HEOS and NATURE REMO

How to USE

  1. Get Nature Remo token
  2. Get amp on/off signal
% curl -H 'Authorization: Bearer <token>' -H "accept: application/json" -X GET "https://api.nature.global/1/appliances" |jq
  1. write to docker-compose.yml
remo_token = 'set your token'
remo_signal = 'set your signal'
  1. build and start
docker-compose build
docker-compose up -d