From 89373a0dc0a97ad866b813c75babede744f1f007 Mon Sep 17 00:00:00 2001 From: Claude Opus 5 Date: Fri, 31 Jul 2026 11:43:00 +0200 Subject: [PATCH] docs(nibe): the Local REST API is enabled on the pump, not in the app Step 1 said to enable the Local REST API in the myUplink app. It is enabled on the pump's own screen, in the installer menu that also holds 7.5.15 -- no app and no myUplink account. Confirmed on an S735. The distinction is the point of the whole driver: a local-only integration that quietly required a cloud account to commission would not be one. The app still displays the certificate fingerprint, so that reference stays, next to the openssl command that does not need it. Co-authored-by: HuggeK <48095810+HuggeK@users.noreply.github.com> --- docs/nibe-local.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/docs/nibe-local.md b/docs/nibe-local.md index 09c2d541..46b5588e 100644 --- a/docs/nibe-local.md +++ b/docs/nibe-local.md @@ -46,17 +46,19 @@ flag. That means: ## One-time setup on the pump -1. In the NIBE **myUplink** app, enable the **Local REST API** for the pump and - note the generated **username** and **password**. -2. The app shows the API's certificate **fingerprint** ("fingeravtryck"). You - will pin this. You can also read it yourself: +1. On the **pump's own screen**, enable the **Local REST API** (installer menu + **7.5**, the section that also holds 7.5.15 below) and note the **username** + and **password** it generates. No app and no myUplink account are involved — + confirmed on an S735. +2. Pin the API's certificate **fingerprint**. Read it off the pump yourself: ```bash openssl s_client -connect :8443 -servername /dev/null \ | openssl x509 -noout -fingerprint -sha256 ``` - Use the hex value (colons and case don't matter — they're normalised). + Use the hex value (colons and case don't matter — they're normalised). The + myUplink app shows the same value as "fingeravtryck" if you have it. 3. Leave the Local REST API in **read-only** mode (installer menu 7.5.15) unless you are deliberately enabling the Solar PV write path.