Add Visualization of Heating Area Name (VHAN) use case#248
Open
andig wants to merge 1 commit into
Open
Conversation
Implements the VHAN use case as a Visualization Appliance actor. It reads the heating area name (device classification user data / userLabel) of a remote heating circuit, heating zone or HVAC room (scenarios 1-3). Adds DeviceClassification user data support (GetUserData / RequestUserData) to the DeviceClassification feature to back it. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Adds the Visualization of Heating Area Name (VHAN) use case as a Visualization Appliance actor. This was the only EEBUS HVAC use case with no implementation or open PR — the rest of the HVAC set (CRHT/CRHSF/CRCT/CRCSF/CDSF/CDT, MRHSF/MRCSF/MDSF/MDT/MRT/MOT, OHPCF) already have branches/PRs.
What
VaVHANuse case (usecases/va/vhan):Name(entity)returns the heating area name of a remote heating circuit (scenario 1), heating zone (scenario 2) or HVAC room (scenario 3).DeviceClassification→deviceClassificationUserData.userLabel, per the UC TS.GetUserData/RequestUserDatato theDeviceClassificationfeature to back it (regenerated the two DeviceClassification mocks).Spec
Per EEBus_UC_TS_VisualizationOfHeatingAreaName_V1.0.0. Actor: Visualization Appliance. Server feature for all three scenarios:
DeviceClassification.Tests
go test ./...passes; new package at 97.2% coverage.Depends on nothing else in the HVAC series — only needs
DeviceClassification, already indev.