Home Assistant platform for Nature Remo.
In currently, It supports switch
and sensor
component only.
-
This is UNOFFICIAL project for the convenience of users.
-
This software has some limitations and is unstable, because it published under the testing phase.
-
I tested on Hass.io 0.89.2.
-
For now, this software can't control the Air Conditioners and the TVs.
-
-
I don't any guarantee about this project.
-
I don't have any relationship with the vendor company of the Nature Remo.
You can get the access token from here: http://home.nature.global/
On Your Home Assistant server (Hass.io):
# cd /config
# wget https://github.com/mugifly/homeassistant-natureremo/archive/master.zip
# unzip master.zip
# rm master.zip
# cp -r homeassistant-natureremo/custom_components/ /config/
# rm -rf homeassistant-natureremo/
In configuration.yaml
:
switch:
# Appliances via Nature Remo
- platform: natureremo
access_token: 'YOUR_ACCESS_TOKEN'
sensor:
# Temperature and Humidity on Nature Remo
- platform: natureremo
access_token: 'YOUR_ACCESS_TOKEN'
After restarting, the appliances registered on Remo will be appeared on your Home Assistant.
The MIT License (MIT)
Copyright (c) 2019 Masanori Ohgita
And thank you to author of pyture-remo.