1technophile / OpenMQTTGateway

MQTT gateway for ESP8266 or ESP32 with bidirectional 433mhz/315mhz/868mhz, Infrared communications, BLE, Bluetooth, beacons detection, mi flora, mi jia, LYWSD02, LYWSD03MMC, Mi Scale, TPMS, BBQ thermometer compatibility & LoRa.
https://docs.openmqttgateway.com
GNU General Public License v3.0
3.55k stars 784 forks source link

Esp IR wiki support #229

Closed xelfe closed 5 years ago

xelfe commented 6 years ago

There's any reason that Ir stuff is not into the esp32 part of the wiki ? I did a quick test and it's seem to work great.

1technophile commented 6 years ago

Yes IR emitting was not available when I integrated RF and BLE to ESP32, is it working now? If yes are you using irremote or irremoteESP8266?

xelfe commented 6 years ago

@1technophile I suppose that I use irremote. I did not change anything. Actually the IR receiver work great but for the IR sender when I do exemple home/OpenMQTTGateway/commands/IR_SAMSUNG -m 3772793023 my mqtt broker receive it but nothing happen. It's like that my esp32 did not bind that..

1technophile commented 6 years ago

ESP32 IR sending is not still in the master branch of IRremote repo, nevertheless here is some thread about its support: https://github.com/z3t0/Arduino-IRremote/issues/582

This fork seems to support it: https://github.com/SensorsIot/Arduino-IRremote

Finaly I'm asking myself if https://github.com/z3t0/Arduino-IRremote is still maintained due to the number of pending PR.

Maybe we could test if https://github.com/markszabo/IRremoteESP8266 is working on ESP32 which is maintained.

xelfe commented 6 years ago

@1technophile why not using the native RMT driver fors esp32 ?

1technophile commented 6 years ago

Could be an option but never digged into it. I agree that is better to use embedded hardware when it is present.

1technophile commented 5 years ago

Im' closing this issue, if you have suggestions on an arduino library to use with RMT and some time to help on this don't hesitate to reopen.