Search found 8 matches

by 8lazo8
14 Sep 2019, 23:51
Forum: ESP Easy: Projects / Applications
Topic: Controlling AC throught Openhab and ESP Easy
Replies: 10
Views: 31476

Re: Controlling AC throught Openhab and ESP Easy

The plug in is the "Communication - IR Transmit" plug in or else the P035. The mqtt cmd message is like: IRSENDAC,{"Protocol":"COOLIX","Power":"on","Opmode":"dry","Fanspeed":"auto","Degrees":22,"...
by 8lazo8
14 Sep 2019, 23:26
Forum: ESP Easy: Projects / Applications
Topic: Controlling AC throught Openhab and ESP Easy
Replies: 10
Views: 31476

Re: Controlling AC throught Openhab and ESP Easy

The plug in is the "Communication - IR Transmit" plug in or else the P035. The mqtt cmd message is like: IRSENDAC,{"Protocol":"COOLIX","Power":"on","Opmode":"dry","Fanspeed":"auto","Degrees":22,"...
by 8lazo8
01 Aug 2019, 19:49
Forum: ESP Easy: Projects / Applications
Topic: Controlling AC throught Openhab and ESP Easy
Replies: 10
Views: 31476

Re: Controlling AC throught Openhab and ESP Easy

The plug in is the "Communication - IR Transmit" plug in or else the P035. The mqtt cmd message is like: IRSENDAC,{"Protocol":"COOLIX","Power":"on","Opmode":"dry","Fanspeed":"auto","Degrees":22,"...
by 8lazo8
31 Jul 2019, 14:04
Forum: ESP Easy: Projects / Applications
Topic: Controlling AC throught Openhab and ESP Easy
Replies: 10
Views: 31476

Re: Controlling AC throught Openhab and ESP Easy

This is my setup that utilizes the new extended AC commands of the IR library. The only think that needs to be costumized is the .items file. You substitute the LivingRoom part with anything you want and you leave the part after the _ the same. Also in the items file you change the XXXX_Protocol &q...
by 8lazo8
31 Jul 2019, 13:56
Forum: ESP Easy: Software
Topic: New IR RAW code RX/TX support
Replies: 8
Views: 6708

Re: New IR RAW code RX/TX support

grovkillen wrote: 28 Jan 2019, 22:08 Yes, I'm on it but currently I'm in desperate need of income so I have to do some semi-unrelated consulting on the side. Hope to get more time in a week or two.
Hi Grovkillen did you have a chance to take a look on this?
by 8lazo8
28 Jan 2019, 22:05
Forum: ESP Easy: Software
Topic: New IR RAW code RX/TX support
Replies: 8
Views: 6708

Re: New IR RAW code RX/TX support

grovkillen wrote: 26 Dec 2018, 14:06 Sorry, I have not yet come to test that plugin out myself. I will though!
Any chance to reverse engineer it? :)

Some documentation would be nice for all the plugins anyway.
by 8lazo8
26 Dec 2018, 13:50
Forum: ESP Easy: Software
Topic: Gree HVAC
Replies: 1
Views: 4262

Re: Gree HVAC

I've been struggling with a Gree HVAC that i wanted to control by IR for a few days until now. I think the currently used IRremoteESP8266 library is inadequate for this type of device, because it is using 64 bit long remote codes... i tried arduino-heatpumpir plugin with no success. finally i've fo...
by 8lazo8
26 Dec 2018, 13:44
Forum: ESP Easy: Software
Topic: New IR RAW code RX/TX support
Replies: 8
Views: 6708

Re: New IR RAW code RX/TX support

The IR libraries are really big and is not included in the standard build, BUT if you look in the release zip you'll find that we have special IR builds (it's part of the filename). Hi, Is there somewhere any documentation, how to use the latest IRTX plugin? I was reading the libraries for hours bu...