Skip to content

Commit

Permalink
Update fan 1080.json and add 1081.json (#727)
Browse files Browse the repository at this point in the history
* Update 1080 to Harbor Breeze & Update Model

Original commit utilized the wrong manufacturer (Hamilton Bay) when it should have been Harbor Breeze.
Added model of remote unit (FCC ID) to the supported model list

* Created 1081.json - Harbor Breeze A25-TX025

Added second Harbor Breeze Fan RF Remote (FCC ID A25-TX025). "Breeze" mode is configured as oscillate as it is a toggleable fan mode.

* Update FAN.md documentation

* Update 1081.json
  • Loading branch information
waxhell authored Sep 7, 2021
1 parent 1d8bd0c commit e510b32
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 5 deletions.
4 changes: 2 additions & 2 deletions codes/fan/1080.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manufacturer": "Hamilton Bay",
"manufacturer": "Harbor Breeze",
"supportedModels": [
"Unknown"
"A25-TX001-R1"
],
"supportedController": "Broadlink",
"commandsEncoding": "Base64",
Expand Down
28 changes: 28 additions & 0 deletions codes/fan/1081.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"manufacturer": "Harbor Breeze",
"supportedModels": [
"A25-TX025"
],
"supportedController": "Broadlink",
"commandsEncoding": "Base64",
"speed": [
"1",
"2",
"3",
"4",
"5",
"6"
],
"commands": {
"off": "eAs0ABARHx0QHRAdEB0QDx8eEB0QDx8dEA8fHRAdEB0RDh8PHw8fDh8OHx0QDx8dEA8fHQ8AAYEA",
"default": {
"1": "eAc0ABAaDxoPGg8aDxoPGg8aDxoPGg8aDxoPGg8aDxoPGg8aEBoPDhsOGw0bDRsaDw4bGg8AAbkAAAAA",
"2": "eAY0ABAaDxoPGg8aDxoPGg8aDxoPGg8aDxoPGg8aDxoPGg8aEA0bGg8OGw4bDhsaDw0bGg8AAbkAAAAA",
"3": "eAs0AA8aDhsPGg8aDxsPGg8aDxoPGg8aDxsPGg8aDxsPGg8bDxoPGg8OGw4bDhsbDw4bGg8AAboAAAAA",
"4": "eAc0ABAZEBoPGg8ZEBoPGQ8aEBkQGQ8ZDxoQGQ8ZEBkPGg8aEA0cDRwZEA0cDRwZEA0cGQ8AAbkAAAAA",
"5": "eAs0ABAaDxoPGg8aDxkPGRAaDxoPGg8aDxoPGg8aDxoPGg8aEBoPDRwaEA0bDRwaDw0bGg8AAbkAAAAA",
"6": "eAs0ABAaDxoPGg8aDxoPGg8aDxoPGg8aDxoPGg8aDxoPGg8aEA0bGg8aDw0bDRsaDw0bGg8AAbkAAAAA"
},
"oscillate": "eQs0AA8aDhsPGw4bDhsOGg4bDxsPGw4bDhsOGw4bDhsOGw4bDxsOGw4bDg8bDhobDw4aGw4AAboAAAAA"
}
}
7 changes: 4 additions & 3 deletions docs/FAN.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,10 +130,11 @@ Contributing to your own code files is welcome. However, we do not accept incomp
| ------------- | -------------------------- | ------------- |
[1060](../codes/fan/1060.json)|A1|Broadlink
#### Hampton Bay
#### Harbor Breeze
| Code | Supported Models | Controller |
| ------------- | -------------------------- | ------------- |
[1080](../codes/fan/1080.json)|Unknown|Broadlink
[1080](../codes/fan/1080.json)|A25-TX001-R1|Broadlink
[1081](../codes/fan/1081.json)|A25-TX025|Broadlink
#### Pacific
| Code | Supported Models | Controller |
Expand Down Expand Up @@ -168,4 +169,4 @@ Contributing to your own code files is welcome. However, we do not accept incomp
#### Mitsubishi
| Code | Supported Models | Controller |
| ------------- | -------------------------- | ------------- |
[1220](../codes/fan/1220.json)|C56-RW5|Broadlink
[1220](../codes/fan/1220.json)|C56-RW5|Broadlink

0 comments on commit e510b32

Please sign in to comment.