arendst / Tasmota

Alternative firmware for ESP8266 and ESP32 based devices with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at
https://tasmota.github.io/docs
GNU General Public License v3.0
21.97k stars 4.77k forks source link

Protocol ELECTRA_AC for IR seems to be broken #15837

Closed eta4ever closed 2 years ago

eta4ever commented 2 years ago

PROBLEM DESCRIPTION

A clear and concise description of what the problem is.

Electrolux AC, captured code from remote on YTF IR clone

19:51:49.764 RSL: RESULT = {"IrReceived":{"Protocol":"ELECTRA_AC","Bits":104,"Data":"0xC397E00020002000002000059F","Repeat":0,"IRHVAC":{"Vendor":"ELECTRA_AC","Model":-1,"Mode":"Cool","Power":"On","Celsius":"On","Temp":26,"FanSpeed":"Max","SwingV":"Off","SwingH":"Off","Quiet":"Off","Turbo":"Off","Econo":"Off","Light":"Off","Filter":"Off","Clean":"Off","Beep":"Off","Sleep":-1}}}

Trying to reproduce. No output at all, checked with camera. But works nice in raw data mode (output is visible, AC is controlled).

REQUESTED INFORMATION

Make sure your have performed every step and checked the applicable boxes before submitting your issue. Thank you!

- [ ] If using rules, provide the output of this command: `Backlog Rule1; Rule2; Rule3`:
```lua
  Rules output here:
- [ ] Set `weblog` to 4 and then, when you experience your issue, provide the output of the Console log:
```lua
  Console output here:

TO REPRODUCE

Steps to reproduce the behavior:

irsend {"Protocol":"ELECTRA_AC","Bits":104,"Data":"0xC397E00020002000002000059F","Repeat":0,"IRHVAC":{"Vendor":"ELECTRA_AC","Model":-1,"Mode":"Cool","Power":"On","Celsius":"On","Temp":26,"FanSpeed":"Max","SwingV":"Off","SwingH":"Off","Quiet":"Off","Turbo":"Off","Econo":"Off","Light":"Off","Filter":"Off","Clean":"Off","Beep":"Off","Sleep":-1}}

EXPECTED BEHAVIOUR

A clear and concise description of what you expected to happen.

The output is seen through camera; the AC is controlled

SCREENSHOTS

If applicable, add screenshots to help explain your problem.

ADDITIONAL CONTEXT

Add any other context about the problem here.

(Please, remember to close the issue when the problem has been addressed)

Jason2866 commented 2 years ago

I think your command is not correct example from the docu https://tasmota.github.io/docs/Tasmota-IR/#sending-ir-commands IRhvac {"Vendor":"Mitsubishi_Heavy_152", "Power":"On","Mode":"Hot","FanSpeed":3,"Temp":22.5}

eta4ever commented 2 years ago

I think your command is not correct example from the docu https://tasmota.github.io/docs/Tasmota-IR/#sending-ir-commands IRhvac {"Vendor":"Mitsubishi_Heavy_152", "Power":"On","Mode":"Hot","FanSpeed":3,"Temp":22.5}

Well, maybe I mixed the things. But this does not work too. irsend {"Protocol":"ELECTRA_AC","Bits":104,"Data":"0xC397E00020002000002000059F","Repeat":0}

eta4ever commented 2 years ago

Sorry, I really mixed the protocols for irsend and irhvac.