cmroche / greeclimate

Python package for controlling Gree based minisplit systems
GNU General Public License v3.0
44 stars 22 forks source link

Add support for packet format used by Gree Pular #110

Open mlesniew opened 2 weeks ago

mlesniew commented 2 weeks ago

Some Gree AC models, including the Gree Pular use a different format of the "res" packets, which are sent in response to commands. This commit extends the code to support this format without affecting the format used by other models.

codecov[bot] commented 2 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 95.75%. Comparing base (7122cdd) to head (a9b5bdc). Report is 1 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #110 +/- ## ======================================= Coverage 95.75% 95.75% ======================================= Files 8 8 Lines 730 730 ======================================= Hits 699 699 Misses 31 31 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.