Skip to content

Commit

Permalink
Update README.md (#162)
Browse files Browse the repository at this point in the history
Addresses #158.
  • Loading branch information
gerw authored Feb 13, 2024
1 parent 3009ca4 commit 1258b91
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,12 @@ from luxtronik import Luxtronik
l = Luxtronik('192.168.1.23', 8889, safe=False)
```

**NOTE:** The heat pump controller uses a NAND memory chip as persistent storage.
This technology has only a limited number of erase cycles.
Every change of a parameter will eventually induce some file changes on the controller,
hence **frequent parameter changes may limit the lifetime of your heat pump**.
For further details refer to [this discussion](https://github.com/Bouni/python-luxtronik/issues/158).

## CONTRIBUTION

The source code is maintained using git and lives in a dedicated
Expand Down

0 comments on commit 1258b91

Please sign in to comment.