From 21484212dba91d2e362fd4fa9dff13852ce9296e Mon Sep 17 00:00:00 2001 From: Pieter Smets Date: Tue, 31 Oct 2023 17:02:22 +0100 Subject: [PATCH] docs --- README.md | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 009633f..b916c52 100644 --- a/README.md +++ b/README.md @@ -29,8 +29,8 @@ Add the UniFi Controller variables to your shell or the configuration file. ### Netatmo Connect -Create an app at https://dev.netatmo.com to obtain the API `client ID` and `client secret` to make connection via Oauth2 Bearer. -Authentication is obtained via client credentials (https://dev.netatmo.com/apidocumentation/oauth#client-credential). +Create an app at to obtain the API `client ID` and `client secret` (App Technical Parameters) and a non-expiring token (Token generator with scopes `read_thermostat` and `write_thermostat`). +Authentication is obtained via Oauth2 Bearer (). Add the Netatmo Connect variables to your shell or the configuration file. @@ -107,11 +107,7 @@ Trigger the Netatmo thermostat mode update every two minute using crontab (`sudo ``` Make sure that the absolute path to both the script and configuration file are set. -Scan the syslog output +Scan the syslog output via `journalctl` ``` -cat /var/log/syslog | grep netatmo -``` - -## Netatmo access - -Create an app to obtain the cliend ID and secret (App Technical Parameters) and a non-expiring token (Token generator with scopes `read_thermostat` and `write_thermostat`). +journalctl -t netatmo --since today +```