Skip to content

Commit 1816153

Browse files
authored
Add common issues section to README.md
1 parent ce2f81b commit 1816153

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ It is hard for me to keep track of all models that I have added feature support
88
I am willing to do my best to support them, but as there turns out to be many different Thermia models and configurations, it is hard for me to implement all functionalities and test them thoroughly.
99
Thus, I have created a `debug()` function that runs when `example.py` is executed and creates a `debug.txt` file which has data about your heat pump and all its supported features. If you want to submit a bug or feature request, please include the debug file as it will make my development much easier.
1010

11+
## Common issues
12+
13+
### Logging in throws an error
14+
15+
Sometimes Thermia updates their privacy policy which causes the Thermia API to throw errors when logging in. To fix the issue, please visit [https://online.thermia.se](https://online.thermia.se), log in, accept the privacy agreement and then try using the API again to see if it has fixed the issue. If not, please create a new bug report.
16+
1117
## How to use api:
1218
See [example.py](https://github.com/klejejs/python-thermia-online-api/blob/main/example.py) file for examples.
1319

0 commit comments

Comments
 (0)