Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
1cc13e3
includes all changes made for the value raw and calibrated extension.
nobelts Oct 14, 2025
b6fe951
complete majority of skeleton design for sensor calibration per ktf s…
nobelts Jan 13, 2026
1e38b27
honeybee owns loaders map with per ktf sensor_config_by_ktf instances
nobelts Jan 13, 2026
ee16add
defined UDF script extraction, loading the ktf hierachy with the sens…
nobelts Jan 13, 2026
244e766
implemented ktf hierarchy traversal and sensor creation with kebap_ca…
nobelts Jan 14, 2026
ded54a7
fixed some compilation issues, added debug/runtime tracking outputs a…
nobelts Jan 14, 2026
1c36c61
Fix API usage of KPparser, Tabree types and remove unnecessary line t…
nobelts Jan 22, 2026
7f7e8b8
fixed compile error related to wrong api usage in extracting and pars…
nobelts Jan 28, 2026
a66c90b
shifted from using KPparser to KPStandardParser api for script parsing
nobelts Feb 2, 2026
f9812d8
compeleted functional support of UDF, import, global variables
nobelts Feb 10, 2026
0ad125f
Completed release file and cleanup in honeybee directory
nobelts Feb 24, 2026
5e8983f
cleanup up some text and iamge rendering format
nobelts Feb 25, 2026
8fb906d
fixed typos
nobelts Feb 25, 2026
4732969
updated docs naming and deleted build files from pr
nobelts Mar 6, 2026
cc2b649
updated docs naming and deleted build files from pr
nobelts Mar 6, 2026
b795127
updated docs naming and deleted build files for the pr
nobelts Mar 6, 2026
78e5415
deleted .vscode from dir
nobelts Mar 6, 2026
68f8fcc
Corrected the dual-column fetch flow, calibration initial-flag initia…
nobelts Apr 5, 2026
d15eaa7
Removeed old tracked build artifacts and ignore build directories
nobelts Apr 5, 2026
e89f5d0
fully implemented logger class, partial integration into data source …
nobelts Apr 29, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,9 @@
*.exe
*.out
*.app

.vscode/
install/
src/build*/
build*/

1 change: 0 additions & 1 deletion README.md → docs/README_1.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ $ ./install/bin/hb-list-sensors --config=SensorTable/SensorTable_ATDS.ktf
{ "number": 268435472, "name": "K.RTD2.Acc.AS.ATDS", "default_calibration": "degC:degC+273.15" },
..... (continues)
```

The sensor list can be filtered by providing (partial) name matches:
```
### all sensors in the "Diss.AS" section ###
Expand Down
Loading