-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
18 changed files
with
181 additions
and
112 deletions.
There are no files selected for viewing
This file contains 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
19 changes: 11 additions & 8 deletions
19
docs/developer/packet-reference/0x41-set-request/0x07-set-remote-temperature.md
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,16 @@ | ||
# Command `0x07`: Set Remote Temperature | ||
# Command `0x07` - Set Remote Temperature | ||
|
||
This command is normally issued by a MHK thermostat and sent to the heat pump to control the room temperature. | ||
|
||
| Byte | Purpose | Possible Values | Supported by mUART | Notes | | ||
|------|-----------------------------|-------------------------------------------------------------------------------------|--------------------|-------| | ||
| 0 | Command Type | 0x07 | Yes | | | ||
| 1 | Flags | 0x00 Use Internal<br/>0x01 Remote Temp | Yes | | ||
| 2 | Remote Temperature | See [[Legacy Current Temperatures\|Special Data Types#Legacy Current Temperatures]] | ? | | ||
| 3 | Extended Remote Temperature | See [[Enhanced Temperatures\|Special Data Types#Enhanced Temperatures]] | Yes | | ||
| Byte | Purpose | Possible Values | Supported by mUART | Notes | | ||
|------|-----------------------------|------------------------------------------------|--------------------|-------| | ||
| 0 | Command Type | 0x07 | Yes | | | ||
| 1 | Flags | 0x00 Use Internal<br/>0x01 Remote Temp | Yes | | ||
| 2 | Remote Temperature | See [Legacy Current Temperatures][legacy-temp] | Yes | | ||
| 3 | Extended Remote Temperature | See [Enhanced Temperatures][enhanced-temp] | Yes | | ||
|
||
When decoding this value, byte 3 takes predecence over byte 2. When sending this packet, it appears to be safe to just | ||
When decoding this value, byte 3 takes precedence over byte 2. When sending this packet, it appears to be safe to just | ||
send byte 3 though be aware that this may cause an issue with older units. | ||
|
||
[legacy-temp]: /developer/data-types/temperature-units#legacy-current-temperatures | ||
[enhanced-temp]: /developer/data-types/temperature-units#enhanced-temperatures |
8 changes: 5 additions & 3 deletions
8
...e/0x41-set-request/0x08-set-run-status.md → ...ce/0x41-set-request/0x08-set-run-state.md
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,11 @@ | ||
# Command `0x08` - Set Run Status | ||
# Command `0x08` - Set Run State | ||
|
||
Seems to correlate (at least partially) with command 0x09. Name/other flags TBD. | ||
Seems to correlate (at least partially) with [`0x62 0x09` - Get Run State][get-run-state]. Name/other flags TBD. | ||
|
||
| Byte | Purpose | Possible Values | Supported by mUART | Notes | | ||
|------|--------------|------------------------|--------------------|---------------------------------------| | ||
| 0 | Command Type | 0x01 | Yes | | ||
| 1-2 | Update Flags | Traditional hex flags | Partially | Indicates which parameters to update. | | ||
| 3 | Filter Reset | 0x00: No<br/>0x01: Yes | | Update flag 0x0001 | | ||
| 3 | Filter Reset | 0x00: No<br/>0x01: Yes | | Update flag 0x0001 | | ||
|
||
[get-run-state]: /developer/packet-reference/0x62-get-response/0x09-get-run-state |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.