Guys, did someone have ever tried to dump the IR codes and control any Fujitsu air conditioner? I couldn't manage to do that.
You didn't get anything dump? Or sending code didn't work?
I could dump, but I think the array of codes are too large. When I send it
the air conditioner doesn't understand or they are at a frequency rate I
haven't tried yet.
Air conditioner remotes always try to sync the device to whatever is
showing in the IR remote screen. To do that they always send all the
settings again.
Btw, I've tried the lib with LG air conditioner and work super fine.
Thanks for your reply
Em 5 de mar de 2017 11:16 AM, "Roi Dayan" notifications@github.com
escreveu:
You didn't get anything dump? Or sending code didn't work?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
https://github.com/markszabo/IRremoteESP8266/issues/88#issuecomment-284230691,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AIjszpOfQibxcj3nDraGfeRtO6bnD1Irks5risO4gaJpZM4MTZzF
.
You can try to increase rawbuf length from 100 to something bigger.
You can try to use this pull request https://github.com/markszabo/IRremoteESP8266/pull/86
Then using recv dump V2 will print if there is a need for a larger rawbuf.
FWIW, I've started implementing the Fuji A/C protocol. It probably won't be ready for a few days at least.
It's odd. It has short commands (6 bytes long) and long (15 bytes).
Any news on Fujitsu? Great work on this library. Thank you for the effort!
I started some work on it but a) version 2.0 work was higher priority, and
b) summer ended for me so my need to control my device naturally lowered.
On Tue., 30 May 2017, 5:22 am Redferne, notifications@github.com wrote:
Any news on Fujitsu? Great work on this library. Thank you for the effort!
—
You are receiving this because you were assigned.Reply to this email directly, view it on GitHub
https://github.com/markszabo/IRremoteESP8266/issues/88#issuecomment-304718521,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AMInDNC8L9RuTfBcbsje_qdZ4lVndt5yks5r-xrzgaJpZM4MTZzF
.
I just want to write that I am keen to see the fujitsu codes added as well, as I have the Fujitsu ASTA24LCCSM A/C, which I'm pretty confident will respond to the Fuji A/C protocol.
I see it is working on an actual arduino from this library. But I really like the idea of using just the esp8266 for wifi and logic.
I can currently control the air conditioner (in a limited way) through the RAW code ( the RAWBUFFER needs to be changed to be at least 259 in my case ( I changed my RAWBUFFER to be 500U)), but I would love to be able use the fuji library.
I just finished code to add Fujitsu support and have submitted a pull request.
Oh that was quick. Thanks.
Thanks @jonnygraham
I was going to have another crack at this this week. You saved me a tonne of effort.
FYI, @jonnygraham 's PR #259 is pretty much done/ready. I'll be merging it soon, and making a new release of the library. In the meantime, if some of you chaps/chapettes would care to pound on the code in real-life conditions, that would be awesome.
Expecting the merge/new version in a day or so.
FYI v2.1.0-RC0 release candidate is available. Please test etc.
v2.1.0 has been officially released. This includes support for sending Fujitsu A/C codes.
Marking this closed. Please open a new issue if there are problems with it.
Most helpful comment
I just finished code to add Fujitsu support and have submitted a pull request.