Yet another Home Assistant component for Nature Remo.
- Air Conditioner
- 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 cumulative consumed energy
- Fetch cumulative returned energy (for solar panels, etc.)
- Switch
- Light
- TV
- Others
- Fetch sensor data
Tested on Home Assistant Core 2024.3.4 (Linux)
Only energy sensor features (including cumulative consumed and returned energy) have been tested.
Other device features (e.g. air conditioners, switches) were not verified in this update.
This integration supports Home Assistant's Energy Dashboard. If you're using Nature Remo E or E Lite, cumulative energy sensors (both consumed and returned) will automatically be available for configuration.
https://hacs.xyz/docs/faq/custom_repositories
Enter the following information in the dialog and click Add
button.
- Repository: https://github.com/hannoeru/hass-nature-remo
- Category: Integrations
- Download this repository
- Create
custom_components/nature_remo
folder in your config directory - 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
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/yutoyazaki/hass-nature-remo.git {path_to_custom_component}/nature_remo
- Go to https://home.nature.global and sign in/up
- Generate access token
- Add the following codes to your
configuration.yaml
file
nature_remo:
access_token: YOUR_ACCESS_TOKEN