Here is a new version of the 433mhz MQTT gateway compatible with esp8266, which make it cheaper and flexible than using and arduino uno and an ethernet shield!
Just added IR reception and emission to the gateway so as to integrate it with IR devices
With a cheap esp8266 and some extra component you can now control your plugs, tv, hifi, climatization and receive data from your remote controller either infrared or 433mhz
I have an esp32 waiting for OpenMQTTGateway to be loaded, but before that I’m monitoring the esp32 arduino env development. There is currently discussions on BLE support and other points with works to be done before digging into this board.
Great to hear that!
Ble is a work in progress, thougj i tested some sketches that readed beacons effortlesly— i could not get rc-switch library
working though..
mentioned sketch is here:
Just a quick comment, this doesn’t work with the newest IRremoteESP8266 version 2.1.0 , but does work with 1.1.1 i’m not sure about all the ones in between.
I discovered this after a few hours of trying to get it to work on second pc when it was working ok on first
I’m not sure about all the versions in between.. i imagine something changed at 2.0?
error was related to IRrecv doesn’t name a type.
You’re right last version of irremote esp8266 is currently not compatible. My advise is to take the libraries linked into the libraries folder to be sure of the library version. I will add this tip to the wiki.
The integration of irremote esp8266 last version is in progress.
This release add several gateways and sensors to the mix:
RFM69 bidirectional gateway, enable now to talk to moteino and other RFM69 based devices with the RFM69 advantages; long range, acknowledgment, encryption. This gateway is based on the work of @bbx10
I2C sensor support thanks to the work of @hannesdi
Over The Air update thanks to the work of @PatteWi
RF with KAKU protocol supported when sending MQTTtoRF2, thanks to the newremoteswitch library from @fuzzylogic
support now new IRRemote_ESP8266 library 2.x.x
HM-11 is now supported added to HM-10
I divided user_config.h into one config file per gateway/sensor so as to avoid taking all the parameters when using only parts of the gateway
Hello again, i have just a small question, i’m looking for what is probably an easy answer, but i just cant think in the right way tonight.
Is it possible to use a single item in openhab, representing “home/commands/MQTTtoIR” for example, and then create different buttons/switches to send different values representing the IR code i want to use?
or to rephrase, send from habpanel button maybe, 3031718565 and from another button 3031718444 to the same ITEM and this will publish to the gateway and then send the IR signal?
Is this possible? i’ve been using so far in a totally different way, but thought this could be easier if it were possible..
Thanks for the reply, i will try to test the new beta tomorrow as i’m having some problems with the IR repeat since a few days, but hopefully i can resolve that myself.
Thanks for the quick reply, and for the great tool!