skanehira / remonade

Unofficial Nature Remo CLI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

remonade - Unofficial Nature Remo CLI

Requirements

  • Go 1.16 ~

Installation

  • From source code
    $ 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.

# Setup your token
$ remonade config init

# Edit your config using $EDITOR
$ remonade config edit

# Run
$ remonade

Settings

The following environment variables must be set.

export LC_CTYPE=en_US.UTF-8
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

About

Unofficial Nature Remo CLI

License:MIT License


Languages

Language:Go 98.4%Language:Makefile 1.6%