Open guysoft opened 2 years ago
Looking at the code I am suspecting it might be a timing issue. The only difference between heat and dry, and the rest is they don't have a one at the end (auto also works).
work:
MODE_COOL = 0b001,
MODE_FAN = 0b101,
MODE_AUTO = 0b011,
Doesn't work:
MODE_HEAT = 0b010,
MODE_DRY = 0b100,
https://github.com/giladger/ElectraWifi/blob/master/src/IRelectra.h#L22
Hey, So I have now ElectraWifi set up and working. However, when I send a heat.
Steps to reproduce:
devices/ac/state/json/set
(or the path you set in the homie setup):See that you can change power on and off and switch the AC on and off.
Expected: AC should heat. Actual: Does not switch on.
Electra remote type: RC-3 (or RC3 sold as too)