Commit Graph

354 Commits

Author SHA1 Message Date
Toni d20278650a
Merge pull request #168 from octal-ip/master
Corrected swingVcmd and swingHcmd to address issue #165
2024-04-06 19:11:40 +03:00
octal-ip cbbf280033
Corrected swingVcmd and swingHcmd 2024-04-04 08:32:59 +11:00
Toni c791abcb94
Merge pull request #167 from ivankravets/patch-1
Remove unnecessary constraints
2024-02-14 16:16:55 +02:00
Ivan Kravets abaef28edc
Remove unnecessary constraints 2024-02-13 22:44:51 +02:00
Toni f63a9e638e
Merge pull request #163 from F48i/master
Add Support for Nibe Heatpump AG-WL10-4
2024-01-05 21:01:27 +02:00
Fabian Kunkel f8f013a97f add support for IRFactory and update Readme 2024-01-05 16:08:21 +01:00
Fabian Kunkel b8ce01554a add support for sending single bits. Needed for Nibe heatpump which sends 90 bits 2024-01-05 16:07:54 +01:00
Fabian Kunkel 7e9134ee8e add support for Nibe heatpump 2024-01-05 16:06:55 +01:00
Toni 6eb466af08 Version 1.0.25 2023-11-08 13:28:27 +02:00
Toni f0f93c67ea
Merge pull request #161 from mlesniew/master
Update HeatpumpIRFactory to support greeyac and greeyt
2023-11-08 13:26:32 +02:00
Toni 5ce45f316f
Merge pull request #162 from X-Ryl669/Libretiny
Fix for building issue on libretiny
2023-11-08 13:25:37 +02:00
X-Ryl669 095cfff1ba Fix for building issue on libretiny 2023-11-06 16:36:10 +01:00
Michał Leśniewski 41e26721b0 Update HeatpumpIRFactory to support greeyac and greeyt 2023-11-02 21:51:24 +01:00
Toni 7c7378b2b6 Version 1.0.24 2023-10-12 16:37:27 +03:00
Toni c8369594f4
Merge pull request #157 from nuclearcat/add-inverted-led
Add inverted LED support to IRSenderESP32
2023-10-12 12:09:22 +03:00
Toni 825c3fc73d
Merge pull request #159 from tonhuisman/feature/ESP32-compatibility-with-arduino-3.0-and-esp-idf-5.1
[ESP32] Fix compatibility with ESP32 Arduino 3.0 and ESP-IDF 5.1.x
2023-10-12 12:08:06 +03:00
Ton Huisman eb9baeef95 [ESP32] Fix compatibility with ESP32 Arduino 3.0 and ESP-IDF 5.1.x 2023-10-08 20:37:00 +02:00
Denys Fedoryshchenko b987f38509 Add inverted LED support to IRSenderESP32
Some development boards like M5Stick-C have inverted LED, so
when pin HIGH - led is off , etc.
To support that we need minor changes in code, unfortunately i dont have
other boards, but inverted LED can be added to other senders
easily.
Tested on Gree A/C and M5Stick-C.

Signed-off-by: Denys Fedoryshchenko <denys.f@collabora.com>
2023-09-10 06:34:52 +03:00
Toni 480f00557d Version 1.0.23 2023-08-11 09:35:50 +03:00
Toni 335281d87b
Merge pull request #151 from abmantis/zhjg01
Add support for ZH/JG-01
2023-08-11 09:34:15 +03:00
Toni bd4ff4c6fe
Merge pull request #155 from rob-deutsch/new_version
Version 1.0.22
2023-08-02 13:20:09 +03:00
Toni dfddaf736a Version 1.0.21 2023-08-02 13:18:59 +03:00
Rob Deutsch eeb10b31e5 Version 1.0.22 2023-07-24 14:18:44 +00:00
Toni a6a39e0e20
Merge pull request #154 from rob-deutsch/gree_yt
Added support for Gree YT aircons
2023-07-15 11:03:03 +03:00
Rob Deutsch 21b8760e70 Added Sharp AY-X09LCJ to README 2023-07-13 23:17:10 +10:00
Rob Deutsch 3d13fd662c Factored out GREE_YT 2023-07-13 23:12:50 +10:00
Rob Deutsch 76c3df2e6c Added GREE_YT 2023-07-13 23:12:50 +10:00
Rob Deutsch f9d68d1e78 Parameterised some Gree bitfields 2023-07-13 23:12:50 +10:00
Toni be312efff6
Merge pull request #153 from rob-deutsch/gree_fix
Fixed Gree application of turboMode/iFeelMode
2023-07-12 20:35:44 +03:00
Rob Deutsch 0a1c71b7b4 Fixed Gree application of turboMode/iFeelMode 2023-07-12 18:42:52 +10:00
abmantis 3dc4bc8007 Add support for ZH/JG-01 2023-07-07 23:59:01 +01:00
Toni 9ce31e5f2f Version 1.0.21 2023-06-15 14:52:48 +03:00
Toni f5e6deb8f7 Merge branch 'master' of https://github.com/ToniA/arduino-heatpumpir 2023-06-15 14:51:09 +03:00
Toni 0aef3cdcdd
Merge pull request #145 from phoenixxie0/patch-1
Update IRremoteESP8266 to 2.8.4
2023-03-02 07:51:03 +02:00
phoenix 3e2b9949bc
Update IRremoteESP8266 to 2.8.4 2023-03-02 08:32:01 +08:00
Toni ed71d9c83d
Merge pull request #139 from matthias882/patch-1
Hardcoded Temperature-Range ist too small
2022-11-23 20:16:23 +02:00
matthias882 aa17bf8a59
Hardcoded Temperature-Range ist too small
The temperature range in this code is set to 16-27°C.
16°C as low level is correct, Lower temp is not possible in the communication-protocol.
On my Samsung MH035FPEA-unit the maximum temperature is 30°C. For heating mode it would be nice to set this from the arduino-control.

Matthias
2022-11-23 14:35:42 +01:00
Toni 7a81c7cf78
Merge pull request #138 from karllinder/karllinder-patch-1
Update MitsubishiHeavyHeatpumpIR.cpp
2022-07-15 20:17:55 +03:00
karllinder 202546c568
Update MitsubishiHeavyHeatpumpIR.cpp
Set FAN_5 to eco mode on ZM, same as on ZMP line 384
2022-07-15 01:09:10 +02:00
Toni 21ef435f04 Version 1.0.20 2022-04-04 13:42:39 +03:00
Toni 511c190a3f Merge branch 'master' of https://github.com/ToniA/arduino-heatpumpir 2022-04-04 13:42:01 +03:00
Toni bbbd61621a
Merge pull request #136 from ikilledmypc/electrolux-gree
Add support for ElectroluxYAL in factory as well
2022-04-04 13:41:31 +03:00
tim 436908bf72 Add support for ElectroluxYAL in factory as well 2022-04-04 10:21:28 +02:00
Toni b7cae937cd Version 1.0.19 2022-04-04 08:40:26 +03:00
Toni 9958a3b508
Merge pull request #134 from ikilledmypc/electrolux-gree
Support for Electrolux YAL1F
2022-03-29 09:45:54 +03:00
tim d78a819c05 Cleanup of electrolux files 2022-03-28 16:25:16 +02:00
tim 73aa88f4a6 Support for Electrolux YAL1F 2022-03-28 16:16:17 +02:00
Toni 279ae403af
Merge pull request #129 from h31p/gree_yan_fix
fixed typo in GreeHeatpumpIR::sendGree for YAN variant
2021-11-25 17:35:29 +02:00
h31p 0b2e9bd16d more short and clear 2021-11-22 01:49:51 +02:00
h31p 0e4bc7fc2a fixed typo in GreeHeatpumpIR::sendGree for YAN variant 2021-11-22 00:46:52 +02:00