Skip to content

Commit

Permalink
Merge branch 'feature/auth-update-with-fullcopy'
Browse files Browse the repository at this point in the history
  • Loading branch information
skrollme committed Oct 30, 2022
2 parents b931409 + 65fc61a commit 1b036a4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
3 changes: 3 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## version history

### 1.0.0
- Major version release to reflect breaking change in 0.7.0

### 0.7.0
- Switched to a different authentication-mechanism because Netatmo plans to deprecate the old username/password-authentication ([#62](/../../issues/62))

Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ This is a [homebridge](https://github.com/nfarina/homebridge) plugin which lets

Whilst the original [homebridge-netatmo](https://github.com/planetk/homebridge-netatmo)-plugin goes a mostly HomeKit-standard approach (predefined services, characteristics, ...), this plugin tries to mimic the Elgato Eve devices as close as possible.

# :rotating_light: Warning
Since Netatmo announced a change to their authentification-policies it was also necessary to update this plugin's authentication-mechanism.
**From 1.0.0 on it does not accept authentication via user-credentials anymore so you have to adapt your existing setup!**
You need to generate a refresh-token in your app's page at dev.netatmo.com instead.
For more details see the instructions below or take a look at this issue: https://github.com/skrollme/homebridge-eveatmo/issues/62

## Configuration
Because this plugin's base was taken from [homebridge-netatmo](https://github.com/planetk/homebridge-netatmo) (see above) you can adapt its config. Just use the plattform-code "eveatmo" and remove "ttl" and/or the other "refresh_" properties for the beginning.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "homebridge-eveatmo",
"version": "0.7.0",
"version": "1.0.0",
"description": "Homebridge plugin which adds a Netatmo weatherstation as HomeKit device and tries to act like Elgato Eve Room/Weather",
"license": "ISC",
"keywords": [
Expand Down

0 comments on commit 1b036a4

Please sign in to comment.