项目作者: skanehira

项目描述 :
Unofficial Nature Remo CLI
高级语言: Go
项目地址: git://github.com/skanehira/remonade.git
创建时间: 2021-06-25T13:01:31Z
项目社区:https://github.com/skanehira/remonade

开源协议:MIT License

下载


GitHub Repo stars
GitHub
GitHub go.mod Go version
GitHub all releases
GitHub CI Status
GitHub Release Status

remonade - Unofficial Nature Remo CLI" class="reference-link"> remonade - Unofficial Nature Remo CLI

Requirements

  • Go 1.21 ~

Installation

  • From source code
    1. $ go install github.com/skanehira/remonade@latest
  • From Releases
    Download from Releases

Usage

At first, you must generate token from home.nature.global.
And then, you can setup token to configuration file with run remonade config init.

  1. # Setup your token
  2. $ remonade config init
  3. # Edit your config using $EDITOR
  4. $ remonade config edit
  5. # Run
  6. $ remonade

Settings

The following environment variables must be set.

  1. export LC_CTYPE=en_US.UTF-8
  2. export TERM=xterm-256color

Key maps

Panel Key Description
Common Ctrl+c Exit remonade
Common j Move down
Common k Move up
Common h Move left
Common l Move right
Common Ctrl+n Next panel
Common Ctrl+p Previous panel
Appliances u Power on
Appliances d Power off
Appliances o Open settings
AirCon Settings q, c Close panel
AirCon Settings Ctrl+n, Ctrl+j Next item
AirCon Settings Ctrl+p, Ctrl+k Previous item
AirCon Settings Enter, j, k Change value
Light Settings Enter Send button or signal
Light Settings q, c Close panel
TV Buttons Enter Send button
TV Buttons q, c Close panel
IR Signals Enter Send signal
IR Signals q, c Close panel

Author

skanehira