GitXplorerGitXplorer
m

heatpump

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
b2e208dcd8f079e6fc991543c4c31984999d124d

add smartir codes

mmrene committed 2 years ago
Unverified
ca6dac800de5121207738dc24b98d46a810a6e5c

add smartir code json file generator

mmrene committed 2 years ago
Unverified
e0149e3f4f12286f2ef4a39214e93e8b1edd2b45

update readme

mmrene committed 2 years ago
Unverified
00c30ae9c2f55b6321f43aa873369ce086af3945

cleanup

mmrene committed 2 years ago
Unverified
d7aa4ae84b8a87de057fd20933b0d58242ff4b54

clippy fix

mmrene committed 2 years ago
Unverified
323051b4a60744676d4a686143e748e3de0d0278

get rid of custom pulse type wrapping duration

mmrene committed 2 years ago

README

The README file for this repository.

This is a very quick and dirty implementation of an IR encoder/decoder for a Lennox Heat pump unit for use with a Broadlink RM4 Mini

Device

  • Remote model: RG57A6/BGEFU1
  • Heat pump: MWMA018S4-2P

Usage

generate ir code

heatpump set-state --power --mode Heat -t 24 --fan Auto | python ./py/send.py

decode ir code

$ cat captures/off.ir | heatpump decode
Recv: a12347ffffeb 101000010010001101000111111111111111111111101011
Decode: Ok(ControlState { power: false, mode: Heat, temperature: Some(24), fan: Auto })

References