From d6871787c1e3ece62a7465f9050fc90949aa50d8 Mon Sep 17 00:00:00 2001 From: MarkusBiggus <6531552+MarkusBiggus@users.noreply.github.com> Date: Tue, 3 Dec 2024 07:59:23 +1000 Subject: [PATCH 1/2] tweak --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e8552b..1304164 100644 --- a/README.md +++ b/README.md @@ -6,4 +6,4 @@ There are no API V1 calls either. pip install "git+https://github.com/MarkusBiggus/sonnen_api_v2.git" -pip install "git+https://github.com/MarkusBiggus/python_sonnenbatterie_api_v2.git" --target sonnenbatterie +pip install "git+https://github.com/MarkusBiggus/python_sonnenbatterie_api_v2.git" --target sonnenbatterie --no-deps From 93faa098427aecb7e686975797c705572e22184b Mon Sep 17 00:00:00 2001 From: MarkusBiggus <6531552+MarkusBiggus@users.noreply.github.com> Date: Tue, 3 Dec 2024 08:01:14 +1000 Subject: [PATCH 2/2] tweak --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1304164..cf40bf9 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,8 @@ Install this wrapper package with sonnen_api_v2 package to use Home Assistant custom component "sonnenbatterie" by weltmeyer. sonnen_api_v2 uses only the API read token from sonnen batterie admin portal. Differs from weltmeter package in that it does not use the default user login older batterie's have setup. -There are no API V1 calls either. +There are no API V1 calls, response is faked using API V2 results. +Notably, serial number and model number are not avaiable from any API V2 endpoint. pip install "git+https://github.com/MarkusBiggus/sonnen_api_v2.git"