NicoThien

Results 11 comments of NicoThien

Bosch CL3000i-Set 26 E Remote: RG10A(G2S)BGEF https://github.com/crankyoldgit/IRremoteESP8266/issues/1787#issuecomment-1167221417

I will try to fix the errors.

If there are no other change requests... It works for me.

Mode: Cool; Fan: 100% ; Temp: 16°C ``` Protocol : COOLIX Code : 0xB23F00 (24 Bits) Mesg Desc.: Power: On, Mode: 0 (Cool), Fan: 1 (Max), Temp: 17C, Zone Follow:...

Many thanks for the quick response. If my [spreadsheet](https://docs.google.com/spreadsheets/d/1Q77OnqRaLiAuWTHiTXmYRCSGOEnhUH7jF0tvh3HcW2A/edit?usp=sharing) needs to be formatted differently, I can change that.

The commands of the original remote control are recognized as BOSCH144 protocol. But the remote ESP8266 does not transmit. The IR LED does not turn on. The curly brackets of...

> Is your setup transmitting other protocols successfully? Yes > What code & circuit are you using? I am using Tasmota 11.0.0.4 (I changed the "IRremoteESP8266" folder and compiled a...

IRsendDemo is working Edit: Tasmota converts the data string to a uint64, not an array.

I want to use commands like `IRhvac {"Vendor":"Bosch144","Power":"on","Temp":23,"Mode":"Cool","FanSpeed":"low"}` in Tasmota. I have looked at many files and have now created my own (copy/paste and a few thoughts of my own...