Skip to content

Fix buzzer control on newer Gree firmwares - #162

Open
thibaulf wants to merge 1 commit into
cmroche:masterfrom
thibaulf:master
Open

Fix buzzer control on newer Gree firmwares#162
thibaulf wants to merge 1 commit into
cmroche:masterfrom
thibaulf:master

Conversation

@thibaulf

@thibaulf thibaulf commented Jun 11, 2026

Copy link
Copy Markdown

Newer firmware versions utilize BuzzerCtrl instead of Buzzer_ON_OFF to manage buzzer behavior. Note that the control logic between the two parameters is inverted:

  • Buzzer Active: Buzzer_ON_OFF = 0 | BuzzerCtrl = 1
  • Buzzer Inactive: Buzzer_ON_OFF = 1 | BuzzerCtrl = 0

@codecov

codecov Bot commented Jun 11, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.71%. Comparing base (8c0a824) to head (9cffb83).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #162   +/-   ##
=======================================
  Coverage   95.71%   95.71%           
=======================================
  Files           8        8           
  Lines         770      771    +1     
=======================================
+ Hits          737      738    +1     
  Misses         33       33           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@thibaulf thibaulf changed the title Fix buzzer control on newer Grree firmwares Fix buzzer control on newer Gree firmwares Jun 11, 2026
@thibaulf
thibaulf force-pushed the master branch 2 times, most recently from ac4c549 to e61c2bb Compare June 11, 2026 23:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant