Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
33ce9ca
Add baseline support for `basv3`
burmistrzak Jan 1, 2025
2fd7676
Make template more generic
burmistrzak Jan 1, 2025
93d5350
Add definitions from `ctlv3`
burmistrzak Jan 4, 2025
33b72bc
Change `opmode` to `opmode2`
burmistrzak Jan 4, 2025
3b2f068
Add Z*Status, Z*RoomHumidity, and more templates
burmistrzak Jan 5, 2025
df0307d
Add various timers
burmistrzak Jan 11, 2025
40ab79f
Add QuickVeto, ESCO & more
burmistrzak Jan 19, 2025
3c74010
Merge branch 'master' into add-basv3
burmistrzak Jan 28, 2025
35271a0
Minor fixes
burmistrzak Jan 29, 2025
5521438
Rename & align registers
burmistrzak Jan 30, 2025
1840a2d
Fix duplicated id
burmistrzak Jan 30, 2025
00311cc
Add register permissions & bounds
burmistrzak Jan 30, 2025
af83a11
Add conditions & cleanup
burmistrzak Jan 31, 2025
58fd187
More conditions & new zone status
burmistrzak Feb 1, 2025
a34b410
Add `@minLength(0)`
burmistrzak Feb 1, 2025
873ba13
Add `CurrentErrors`
burmistrzak Feb 5, 2025
90ba2a9
Add values for error_*
burmistrzak Feb 5, 2025
4c6d1a8
Merge branch 'master' into add-basv3
john30 Sep 30, 2025
def6903
Merge branch 'master' into add-basv3
burmistrzak Jan 9, 2026
9a686b8
Fix obvious problems
burmistrzak Jan 9, 2026
01c9760
Add additional namespaces
burmistrzak Jan 9, 2026
64c1d9e
Rename `Z*HeatingRoomTempTarget`
burmistrzak Jan 9, 2026
dc5992a
Add error lists & additional ranges
burmistrzak Jan 10, 2026
f8b5ce9
Add #556 & `mamode2`
burmistrzak Jan 10, 2026
98adb1b
More concise register naming
burmistrzak Jan 13, 2026
5099845
Fix missing conditions
burmistrzak Jan 13, 2026
1185909
Add notes
burmistrzak Jan 13, 2026
e6e6ace
Update src/vaillant/15.basv3.tsp
burmistrzak Jan 15, 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
1 change: 1 addition & 0 deletions src/main.tsp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ import "./vaillant/15.392.tsp";
import "./vaillant/15.430.tsp";
import "./vaillant/15.470.tsp";
import "./vaillant/15.700.tsp";
import "./vaillant/15.basv3.tsp";
import "./vaillant/15.ctlv2.tsp";
import "./vaillant/15.e7c.tsp";
import "./vaillant/15.e7f.tsp";
Expand Down
Loading