benjy3gg

Results 14 comments of benjy3gg

@NiKiZe hey. sry i only posted it in the title. The AR-715 is printed on the sticker on the remote, The Brand of the AC is Climate-Butler and the model...

https://github.com/crankyoldgit/IRremoteESP8266/compare/master...benjy3gg:master just followed the wiki so the device is called testexample for now

no, will try that now. btw: if i send the captured u_int array with sendRaw the AC responds to the code.

01:33:11.653 -> Attempting TestExample decode 01:33:11.653 -> Matching SPACE 550 vs 3492 - 50. Matching: 2581

looks like most of them are recognized now. so what are the next steps now?

I changed my code according to your instructions. Decoding Stoll works, but if I now try to send a command with "irsend.sendClimateButler(0x830000007919A);" Nothing gets send. (got the 0x83... code from...

Okay, works now. Had some error on my code and it wasn't even sending the ir command. Will open a PR later.

Started to analyse the IR Codes here: https://docs.google.com/spreadsheets/d/1cy5-5tNJvlfgpQws0UVYX0jEZs4xoefBOWScEjmtoX0/edit#gid=0

i got most of the code figured out. struggling with the checksum right now. help would be appreciated.