Skip to content

dustinhu93/hass-nature-remo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Home Assistant integration for Nature Remo

Yet another Home Assistant component for Nature Remo.

⚠️This integration is neither Nature Remo official nor Home Assistant official. Use at your own risk. ⚠️

Supported features

  • Air Conditionar
    • Set mode (e.g. cool, warm, blow etc.)
    • Set temperature
    • Set fan mode
    • Set swing mode
    • Show current temperature
    • Remember previous target temperatures when switching modes back and forth
  • Energy Sensor (Nature Remo E/E Lite)
    • Fetch current power usage
    • Fetch total energy usage
  • Switch
  • Light
  • TV
  • Others
    • Fetch sensor data
    • Learn IR command
    • Send IR command
    • Delete IR command

Tested on Home Assistant Core 2021.12.1 on Supervised

Installation

Manual Install

  1. Download this repository
  2. Create custom_components/nature_remo folder at your config directory
  3. Copy files into it (Just drag&drop whole files would be fine)
{path_to_your_config}
├── configuration.yaml
└── custom_components
    └── nature_remo
        ├── __init__.py
        ├── climate.py
        ├── manifest.json
        └── sensor.py

Install via git submodule

If you have set up git, you can also install this component by adding submodule to your git repository.

git submodule add https://github.com/vwt12eh8/hass-nature-remo.git {path_to_custom_component}/nature_remo

Configuration

  1. Go to https://home.nature.global and sign in/up
  2. Generate access token
  3. Add integration

Packages

 
 
 

Languages

  • Python 100.0%