4 Commits

Author SHA1 Message Date
Ben Gruver
e6e1940069 Fix Bosch144 timings (#2242)
A few of the commands from my Durastar remote were being detected as
Coolix protocol, due to the bit mark and zero space timings being
slightly out of the expected range for Bosch144

Fixes #2241
2026-01-07 16:02:04 +10:00
Ben Gruver
8fb411b6a1 Add Fahrenheit support for the BOSCH144 protocol
Issue #2224
2025-12-21 15:35:04 +10:00
NicoThien
376fde20d2 BOSCH144: Add IRac class support (#1841)
Power, Mode, Temp, Fan, Quiet is working
I want to add: SwingV, Turbo, Clean, Beep/LED (all separate 96-bit messages)

- powerFlag is now set to "true" in the "state reset".
- change  setInvertBytes() & setCheckSumS3() to private:
- simplify getMode() & getFan()
- initial temperature in getTemp() 25
2022-08-11 12:09:39 +10:00
David Conran
4888fd7243 Experimental basic support for Bosch 144bit protocol. (#1822)
* Added `sendBosch144()` & `decodeBosch144()`
* TODO: Add integrity (strict) checks.
* Add basic unit test coverage.

For #1787
2022-06-16 23:05:32 +10:00