From d3ca1efa26cbe7fae5eb2334c4953944b17537de Mon Sep 17 00:00:00 2001 From: K Date: Sun, 18 Jun 2023 23:18:22 -0400 Subject: [PATCH 1/2] Added SolusAir Portable Added IR for the SolusAIR Portable Air Conditioning series. --- ACs/SoleusAir/SoleusAir Portable.ir | 68 +++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 ACs/SoleusAir/SoleusAir Portable.ir diff --git a/ACs/SoleusAir/SoleusAir Portable.ir b/ACs/SoleusAir/SoleusAir Portable.ir new file mode 100644 index 00000000..7ba9dc86 --- /dev/null +++ b/ACs/SoleusAir/SoleusAir Portable.ir @@ -0,0 +1,68 @@ +Filetype: IR signals file +Version: 1 +# +name: Power +type: parsed +protocol: NECext +address: 10 E7 00 00 +command: 00 FF 00 00 +# +name: Timer +type: parsed +protocol: NECext +address: 10 E7 00 00 +command: 01 FE 00 00 +# +name: C°/F° +type: parsed +protocol: NECext +address: 10 E7 00 00 +command: 04 FB 00 00 +# +name: Cool +type: parsed +protocol: NECext +address: 10 E7 00 00 +command: 14 EB 00 00 +# +name: Dry +type: parsed +protocol: NECext +address: 10 E7 00 00 +command: 0C F3 00 00 +# +name: Fan +type: parsed +protocol: NECext +address: 10 E7 00 00 +command: 08 F7 00 00 +# +name: Temp+ +type: parsed +protocol: NECext +address: 10 E7 00 00 +command: 15 EA 00 00 +# +name: Temp- +type: parsed +protocol: NECext +address: 10 E7 00 00 +command: 0D F2 00 00 +# +name: High +type: parsed +protocol: NECext +address: 10 E7 00 00 +command: 16 E9 00 00 +# +name: Low +type: parsed +protocol: NECext +address: 10 E7 00 00 +command: 0E F1 00 00 +# +name: Sleep +type: parsed +protocol: NECext +address: 10 E7 00 00 +command: 0A F5 00 00 From 0a6f52b208b81aa3cea00d9a9eebee5a65eec2e9 Mon Sep 17 00:00:00 2001 From: UberGuidoZ <57457139+UberGuidoZ@users.noreply.github.com> Date: Mon, 26 Jun 2023 11:25:08 -0700 Subject: [PATCH 2/2] Added description to comments / Fixed name --- ACs/SoleusAir/{SoleusAir Portable.ir => SoleusAir_Portable.ir} | 2 ++ 1 file changed, 2 insertions(+) rename ACs/SoleusAir/{SoleusAir Portable.ir => SoleusAir_Portable.ir} (97%) diff --git a/ACs/SoleusAir/SoleusAir Portable.ir b/ACs/SoleusAir/SoleusAir_Portable.ir similarity index 97% rename from ACs/SoleusAir/SoleusAir Portable.ir rename to ACs/SoleusAir/SoleusAir_Portable.ir index 7ba9dc86..e506dce6 100644 --- a/ACs/SoleusAir/SoleusAir Portable.ir +++ b/ACs/SoleusAir/SoleusAir_Portable.ir @@ -1,6 +1,8 @@ Filetype: IR signals file Version: 1 # +# SolusAir Portable AC +# name: Power type: parsed protocol: NECext