-
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
About Coolix #2012
Comments
Using bin compiled from IRMQTTServer |
Why did you ignore the issue template? You will have to collect this data. With the information provided so far we can't even guess what you are doing and what is happening. |
The remote control only controls the air conditioning on, there is nothing extra |
With this issue, what is your expected actions from this library? |
@hassbian-ABC I'm sorry if this comes across as snappy or terse. It's not meant to be. You are going to need to provide more information before we can help you. A LOT more information. e.g. Have you turned on DEBUG and looked at the serial output? You haven't even listed what version of the library and IRMQTTServer you're using. Nor the mode the A/C Remote was trying to send, what the state of IRMQTTServer was in prior (and after) and what on earth "it becomes uncontrollable" actually & effectively means. We are NOT mind-readers. You are our eyes and ears. We can only work on what you tell us. |
After receiving the infrared code, Coolix will reset the sensorTemperature to 0.00, which will become uncontrollable |
If the sensorTemperature is reset to kNoTempValue, everything becomes normal |
Can you please supply the sequence of messages that the actual remote is sending? e.g. |
Okay, I will finish it in my free time |
I've reviewed the relevant code in the library, and nothing jumps out at me. Thus, I'm going to need the actual message (The Coolix 24-bit message code/number) to look any further into this. |
Is IRrecvDumpV2 okay? @crankyoldgit |
Yes. |
Not relevant as we need to know the message that YOUR remote is generating, and with the current version of the library. |
新建 文本文档.txt |
IRrecvDump is now running and waiting for IR input on Pin 13 Protocol : COOLIX Timestamp : 000025.956 Protocol : COOLIX Timestamp : 000048.482 Protocol : COOLIX Timestamp : 000075.045 Protocol : COOLIX |
…sensor temp is detected. It seems we were reporting an incorrect sensor temp (31) which normally means "There is no sensor temp.", instead of `kNoTempValue`. Fixes #2012
Interesting, because my testing it seems to report the sensorTemperature as 31. |
@hassbian-ABC Can you please download and test PR #2015 / branch Issue2012 and confirm if that fixes your problem. Thanks in advance. @NiKiZe The continuous build is failing due to what seems to be an update in the Blynk library behaviour. The failing test should be fixed by #2016. When approved & merged, I'll rebase and merge etc. |
Okay, I'll test it later @crankyoldgit |
Everything has changed very well @crankyoldgit |
Thank you @crankyoldgit |
…sensor temp is detected. It seems we were reporting an incorrect sensor temp (31) which normally means "There is no sensor temp.", instead of `kNoTempValue`. Fixes #2012
_v2.8.6 (20230727)_ **[Bug Fixes]** - Ensure `IRCoolixAC::toCommon()` returns `kNoTempValue` when no sensor temp is detected. (#2015 #2012) - Fix compilation dependency of LG on Samsung send protocol (#2011 #2010) - Fix missing parameter in call to `IRac::gree()` (#2008 #2007) **[Features]** - IRac: Ensure the `sleep` parameter is used for the `FUJITSU_AC` protocol. (#1992 #1991) **[Misc]** - Allow the BlynkIRRemote.ino code to compile again. (#2016) - do not list WHIRLPOOL_AC unconditionally as supported protocol (#2003) - IRUtils:typeToString() — simplify (#2002) - Fix brand Green -> Gree (#1994) - Fix undefined `std::round` compilation error (#1989)
## _v2.8.6 (20230727)_ **[Bug Fixes]** - Ensure `IRCoolixAC::toCommon()` returns `kNoTempValue` when no sensor temp is detected. (#2015 #2012) - Fix compilation dependency of LG on Samsung send protocol (#2011 #2010) - Fix missing parameter in call to `IRac::gree()` (#2008 #2007) **[Features]** - IRac: Ensure the `sleep` parameter is used for the `FUJITSU_AC` protocol. (#1992 #1991) **[Misc]** - Allow the BlynkIRRemote.ino code to compile again. (#2016) - do not list WHIRLPOOL_AC unconditionally as supported protocol (#2003) - IRUtils:typeToString() — simplify (#2002) - Fix brand Green -> Gree (#1994) - Fix undefined `std::round` compilation error (#1989)
When coolix receives the infrared code from the remote control, it becomes uncontrollable
The text was updated successfully, but these errors were encountered: