Skip to content

Commit

Permalink
Update constants.js to add new H7106 fan
Browse files Browse the repository at this point in the history
Resolves #781, resolves #784

Tested with actual H7106 versionHard 1.02.00, versionSoft 1.00.10

Fan on/off and speed settings working.
Noticed issue with oscillate switch in Apple Home app, similar to issue #521.
  • Loading branch information
rusnewman authored May 19, 2024
1 parent 233e508 commit 2cde5a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ export default {
],
sensorThermo4: ['H5198'],
sensorMonitor: ['H5106'],
fan: ['H7100', 'H7101', 'H7102', 'H7111'],
fan: ['H7100', 'H7101', 'H7102', 'H7106', 'H7111'],
heater1: ['H7130', 'H713A', 'H713B', 'H713C'],
heater2: ['H7131', 'H7132', 'H7133', 'H7134', 'H7135'],
dehumidifier: ['H7150', 'H7151'],
Expand Down

0 comments on commit 2cde5a8

Please sign in to comment.