netatmo-rs
is a simple Rust library to talk to Netatmo's API.
Please see the CHANGELOG for a release history.
- Create a new App for your personal Netatmo account at the Create an App page.
- Save client id and client secret.
NETATMO_CLIENT_ID=xxxx NETATMO_CLIENT_SECRET=xxxx NETATMO_USERNAME=xxxx NETATMO_PASSWORD=xxxx NETATMO_DEVICE_ID=xxxx cargo run --example get_station_data
You're free to use netatmo-rs
. If you find it useful, I would highly appreciate you sending me a postcard from your hometown mentioning how you use netatmo-rs
. My work address is
Lukas Pustina
CenterDevice GmbH
Rheinwerkallee 3
53227 Bonn
Germany
- Semantic transformation of results -> use enums, timezone etc instead of Strings and int values.