Prometheus exporter for Nature Remo.
Create an access token at https://home.nature.global and create .env
file.
echo -n 'Token: ' >&2; read -s; echo >&2
echo NATURE_ACCESS_TOKEN="$REPLY" > .env
Start all services.
docker compose up -d
Open http://localhost:3030 in your browser to access Grafana (user/pass is admin/admin
).
This is the value of the temperature sensor, and the unit is "℃".
This is the value of the humidity sendor and ranges from 0 to 100.
This is the value of the illuminance sensor and ranges from 0 to 200.
This is the value of the motion sensor. This value is always 1.
https://swagger.nature.global/#/default/get_1_devices
The val of "mo" is always 1 and when movement event is captured created_at is updated.