项目作者: yutoyazaki

项目描述 :
Nature Remo integration for Home Assistant
高级语言: Python
项目地址: git://github.com/yutoyazaki/hass-nature-remo.git
创建时间: 2020-06-06T13:36:22Z
项目社区:https://github.com/yutoyazaki/hass-nature-remo

开源协议:MIT License

下载


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
  • Switch
  • Light
  • TV
  • Others
    • Fetch sensor data

Tested on Home Assistant Core 2021.3.3 on Docker

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)
  1. {path_to_your_config}
  2. ├── configuration.yaml
  3. └── custom_components
  4. └── nature_remo
  5. ├── __init__.py
  6. ├── climate.py
  7. ├── manifest.json
  8. └── 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.

  1. git submodule add https://github.com/yutoyazaki/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 following codes to your configuration.yaml file
  1. nature_remo:
  2. access_token: YOUR_ACCESS_TOKEN