Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added HVAC message IDs #19

Merged
merged 1 commit into from
Dec 27, 2020
Merged
Changes from all commits
Commits
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
13 changes: 13 additions & 0 deletions src/opentherm.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,19 @@
#define OT_MSGID_CH_BOUNDS 49
#define OT_MSGID_DHW_SETPOINT 56
#define OT_MSGID_MAX_CH_SETPOINT 57

// HVAC Specific Message IDs
#define OT_MSGID_HVAC_STATUS 70
#define OT_MSGID_REL_VENT_SETPOINT 71
#define OT_MSGID_SLAVE_VENT 74
#define OT_MSGID_REL_VENTILATION 77
#define OT_MSGID_REL_HUMID_EXHAUST 78
#define OT_MSGID_SUPPLY_INLET_TEMP 80
#define OT_MSGID_SUPPLY_OUTLET_TEMP 81
#define OT_MSGID_EXHAUST_INLET_TEMP 82
#define OT_MSGID_EXHAUST_OUTLET_TEMP 83
#define OT_MSGID_NOM_REL_VENTILATION 87

#define OT_MSGID_OVERRIDE_FUNC 100
#define OT_MSGID_BURNER_STARTS 116
#define OT_MSGID_CH_PUMP_STARTS 117
Expand Down