piotrC4 / mqtt-ir-transceiver

ESP8266 based bidirectional bridge between MQTT and IR (change MQTT message to IR signal and change received IR signal to MQTT message)
143 stars 34 forks source link

How can you read/capture the received ir-signal or save it in the slot #25

Open octavius08 opened 3 years ago

octavius08 commented 3 years ago

Hi, I hope someone can help me with my issue. I set up the circuit and flashed it on the Wemos D1 mini. If I now press a button on the remote control, the MQTT.fx shows various values ​​like (ired/status/ false), (ired/info/type IR server ) (ired/info/ip 192.168.178.21), that would mean that everything works properly. And now I would like to read the received ir-signal from my remote control (MECOOL KM3) or save it directly in a slot. Is there some way to do this or just show the code on MQTT.fx? I would be very grateful for an example.

Thanks and sorry for my english ;)

octavius08 commented 3 years ago

Here my compiled firmware for testing on d1_mini (link firmware) and another simpel IR code to capture the RAW data via serial monitor (link firmware), because I could not capture any RAW data with the mqtt-ir transceiver firmware. To keep the same circuit, i have change the gpios on the capture IR firmware to the same as on the mqtt-ir transceiver,

Now you can capture the RAW data with the capture firmware, and store to the slot via MQTT with the function (_ mqttprefix /sender/store Raw/_ storeid) on the mqtt-ir transceiver firmware.

Maybe someone can upload their compiled d1_mini version for testing. Great regards