-
Notifications
You must be signed in to change notification settings - Fork 839
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
Panasonic_AC32 power toggling on mode change #1408
Comments
First off, let me correct an incorrect assumption and Tasmota-ism.
This is one of the many reasons we don't accept/like Tasmota data in bug reports etc. Please use IRrecvDumpV2 or IRrecvDumpV3 etc. There are too many moving parts when using Tasmota which makes finding the real fault very very difficult.
That issue may be related to the above. (Point 1.) You don't seem to be adjusting Please note that IRremoteESP8266/examples/IRMQTTServer/IRMQTTServer.h Lines 137 to 151 in 56ee693
|
Make it clear that changing from Mode:Off to Mode:Auto etc does NOT turn on a device. Ref #1408
Make it clear that changing from Mode:Off to Mode:Auto etc does NOT turn on a device. Ref #1408
_v2.7.15 (20210213)_ **[BREAKING CHANGES]** - Some Daikin2 constants have been changed. (#1393) **[Features]** - Experimental basic support for EcoClim 56 & 15 bit protocols. (#1397 #1410) - MITSUBISHI_AC: Add support for enabling Weekly Timer. (#1403 #1404) - Mitsubishi ACs: Improve handling swing/vane settings. (#1399 #1401) - MITSUBISHI_AC: Add support for half degrees. (#1398 #1400) - Add `irutils::addSwing[V|H]ToString()` and adjust some constants (#1365 #1393) - SharpAc: Add support for model A903, and improve `IRac` fan & power control. (#1387 #1390) - Experimental support for Milestag2 (#1360 #1380) **[Misc]** - Improve `IRac::sendAc()` documentation. (#1408 #1409) - refactor ir_Transcold (#1407) - refactor ir_Toshiba (#1395) - Fix Travis-CI build issues. (#1396) - refactor ir_Teco (#1392) - Fujitsu A/C: Add warning/suggestions for AR-RAH1U devices (#1376 #1386) - refactor ir_Technibel (#1385) - Add the new logo and banner 🎉 (#1371 #1372) - Update references to sbprojects website. (#1381 #1383) - refactor ir_Tcl (#1379)
My apologies, I got my setup wrong, was missing a parameter for sending |
_v2.7.15 (20210213)_ **[BREAKING CHANGES]** - Some Daikin2 constants have been changed. (#1393) **[Features]** - Experimental basic support for EcoClim 56 & 15 bit protocols. (#1397 #1410) - MITSUBISHI_AC: Add support for enabling Weekly Timer. (#1403 #1404) - Mitsubishi ACs: Improve handling swing/vane settings. (#1399 #1401) - MITSUBISHI_AC: Add support for half degrees. (#1398 #1400) - Add `irutils::addSwing[V|H]ToString()` and adjust some constants (#1365 #1393) - SharpAc: Add support for model A903, and improve `IRac` fan & power control. (#1387 #1390) - Experimental support for Milestag2 (#1360 #1380) **[Misc]** - Improve `IRac::sendAc()` documentation. (#1408 #1409) - refactor ir_Transcold (#1407) - refactor ir_Toshiba (#1395) - Fix Travis-CI build issues. (#1396) - refactor ir_Teco (#1392) - Fujitsu A/C: Add warning/suggestions for AR-RAH1U devices (#1376 #1386) - refactor ir_Technibel (#1385) - Add the new logo and banner 🎉 (#1371 #1372) - Update references to sbprojects website. (#1381 #1383) - refactor ir_Tcl (#1379)
##_v2.7.15 (20210213)_ **[BREAKING CHANGES]** - Some Daikin2 constants have been changed. (#1393) **[Features]** - Experimental basic support for EcoClim 56 & 15 bit protocols. (#1397 #1410) - MITSUBISHI_AC: Add support for enabling Weekly Timer. (#1403 #1404) - Mitsubishi ACs: Improve handling swing/vane settings. (#1399 #1401) - MITSUBISHI_AC: Add support for half degrees. (#1398 #1400) - Add `irutils::addSwing[V|H]ToString()` and adjust some constants (#1365 #1393) - SharpAc: Add support for model A903, and improve `IRac` fan & power control. (#1387 #1390) - Experimental support for Milestag2 (#1360 #1380) **[Misc]** - Improve `IRac::sendAc()` documentation. (#1408 #1409) - refactor ir_Transcold (#1407) - refactor ir_Toshiba (#1395) - Fix Travis-CI build issues. (#1396) - refactor ir_Teco (#1392) - Fujitsu A/C: Add warning/suggestions for AR-RAH1U devices (#1376 #1386) - refactor ir_Technibel (#1385) - Add the new logo and banner 🎉 (#1371 #1372) - Update references to sbprojects website. (#1381 #1383) - refactor ir_Tcl (#1379)
Hi again!
I'm happy to say that theese changes made it into Tasmota :) and I've set it up and use it frequently in my home setup with home assistant. Thanks again!
I've however encountered 1 small problem with the lib in Tasmota, so I proceeded to testing out 2.7.14 on my Wemos again.
I have no super high needs for the control but:
The issue in Tasmota with your lib:
From Tasmota when I send Any mode other than OFF to the HVAC it does a power toggle instead of only changing the mode... so I made myself an AC Send function that takes 3 parameters Mode, Temp, Fan speed and then sends the data.
AC Send with parameters below will change the AC settings accordingly and keep the AC running.
AC Send with parameters below will perform a power toggle
The issue with 2.7.14 on my wemos:
Mode changes work, power toggle only works when changing the model
So as the behaviour is not the same I do not know how to Troubleshoot this without your help...
If you have time to help me let me know what data I can provide you with to further investigate this
Picture for reference
Heres what your library picks up from my remote when toggling the mode which
does not do a power toggle!
Somehow it does not identify the proper mode.
Heres 4 presses on the Power Toggle button on the remote
(the power state is currently inverted so the last press which has "Power: off" actually turned on my AC)
Originally posted by @Fettkeewl in #1366 (comment)
The text was updated successfully, but these errors were encountered: