-
Notifications
You must be signed in to change notification settings - Fork 835
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for Gree iFeel and sensorTemperature through YAN1F6 remote #2132
Comments
I have replaced the heat pump and consequently I must reprogram the esp32 that controls via MQTT. The YAN1F6 remote control behaves differently from the library. First of all, it is necessary to distinguish whether I-FEEL mode is active or not. Well , clarified this , it follows that the remote control sends more information. N.B. the remote control also transmits the I-FEEL bytes at regular intervals without any key being pressed. I would like to point out that the structure of the sent IR signal is only equal for the first part to that in the library because, independently from I-FEEL, an additional Header with the usual 8 bytes is sent. Attached is the signal captured from the power off command with I-FEEL active. The file can be conveniently viewed by PulseView. |
To decode and encode the IR packets, please post dumps using the dump sketch. |
I do not have ESP , I am implementing the control of a heat pump AERMEC which is basically a GREE. The I-Feel part is already implemented here https://github.com/ToniA/arduino-heatpumpir/blob/141298ea420c724c8bab5760d715b07e9a5040c4/GreeHeatpumpIR.cpp#L568 |
Version/revision of the library used
2.8.6
Describe the bug
Although not listed as supported in the list of remotes for the Gree protocol, the YAN1F6 remote pretty much works out of the box with the default
IRGreeAC
implementation.I currently use the library through a custom ESPHome Climate component and it's been working great so far, but I'd like to enable the iFeel and sensor temperature features on it. The current implementation of the default protocol in the Gree component doesn't work with the iFeel function on my heat pump unit, and the sensor temperature function is marked as not supported.
I've tried running the IRrecvDumpV2 and V3 projects through platformIO on a D1 mini with a TSOP34838 IR receiver but nothing comes up. I can get the frames from my remote with an ESPHome Remote Receiver though.
To Reproduce
IRGreeAC
objectsetIFeel
function on a heat pump unit supporting the YAN1F6 remoteExample code used
This is my current work-in-progress branch showing how the
IRGreeAC
object is used: https://github.com/Buzzzsaw/ESPHome_Gree_AC/blob/ifeel-support/components/gree/gree.cppExpected behaviour
setIFeel
toggle callback should actually toggle the iFeel mode.Output of raw data from IRrecvDumpV2.ino or V3 (if applicable)
Nothing yet but I already have the hardware set up to provide that. I suspect my limited knowledge of platformIO is holding me back at the moment.
What brand/model IR demodulator are you using?
Vishay TSOP34838 hooked to a D1 mini.
Circuit diagram and hardware used (if applicable)
I have followed the steps in the Troubleshooting Guide & read the FAQ
Yes.
Has this library/code previously worked as expected for you?
Works well for most functions on
2.8.6
aside from the two listed in the title.The text was updated successfully, but these errors were encountered: