feat(driver): add NIBE S-series local REST API driver (nibe-local)#7
Draft
HuggeK wants to merge 2 commits into
Draft
feat(driver): add NIBE S-series local REST API driver (nibe-local)#7HuggeK wants to merge 2 commits into
HuggeK wants to merge 2 commits into
Conversation
Read-only NIBE S-series heat-pump telemetry over the on-prem Local REST API (HTTPS + Basic auth, self-signed cert pinned host-side). Auto-detects the serial, pulls the full ~980-point register map in one request, and emits every point with exact per-point divisor scaling plus myUplink-compatible hp_* headline metrics. Read-only; self-heals device detection. Verified live against a NIBE S735. Regenerates manifest.json. Co-Authored-By: HuggeK <48095810+HuggeK@users.noreply.github.com>
Resolve the hp_* headline variable-ids per pump from a built-in PROFILES map keyed by product.name/firmwareId (generic S-series default), refined after device detection; config overrides still win. One driver covers the whole S-series. Regenerate manifest.json. Co-Authored-By: HuggeK <48095810+HuggeK@users.noreply.github.com>
8776841 to
74600d1
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds
drivers/nibe_local.lua— a read-only NIBE S-series heat-pump driver that reads the pump's on-prem Local REST API directly over the LAN (HTTPS + Basic auth; the pump's self-signed cert is pinned host-side).hp_*headline metrics (hp_power_w,hp_hw_top_temp_c,hp_outdoor_temp_c, …); headline ids default to the S735 and are config-overridable per model. All other points flow under auto-generatedhp_<name>names.Tested live against a NIBE S735 (
verification_status = "beta").manifest.jsonregenerated —go run ./cmd/driverrepo -verifypasses.🤖 Generated with Claude Code