Skip to content

A node cli app to turn on-off and set the temperature on your air conditioner through this IR Remote: https://it.gearbest.com/smart-remote-control/pp_009635988564.html

Notifications You must be signed in to change notification settings

lombax85/tuya-infrared-remote-ac-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What's this?

A node cli app to turn on-off and set the temperature on your air conditioner through this IR Remote: https://it.gearbest.com/smart-remote-control/pp_009635988564.html

Prerequisites

  • The IR Remote :-)
  • Node.js
  • an account connected to your IR Remote through Tuya app and a developer account (see the readme)

Usage

  1. Create a Developer Account

  2. Install dependencies and config

    • npm install
    • cp config.js.example config.js
    • insert parameters obtained from the "Create Developer Account" step in config.js
  3. Enjoy

    • execute it with node tuya.js 1 0 22 3
    • the parameters are the following:
      1. Power - 0: off, 1:on
      2. Mode - 0: cooling, 1: heating, 2: automatic, 3: air supply, 4: dehumidification
      3. Temperature - range 16-31
      4. Wind - 0: automatic, 1: low, 2: medium, 3: high

About

A node cli app to turn on-off and set the temperature on your air conditioner through this IR Remote: https://it.gearbest.com/smart-remote-control/pp_009635988564.html

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published