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)
142 stars 34 forks source link

various commands at once #7

Open bachoo786 opened 7 years ago

bachoo786 commented 7 years ago

I had a question regarding sending multiple commands at once. As an example from my TV remote if I wanted to input multiple numbers i.e. 3 numbers to change a channel would that be possible to achieve at once i.e. sending 3 IR commands as one MQTT message?

piotrC4 commented 7 years ago

Currently it is not possible. It could be possible, but only for vendor specific codes. For GC or RAW it could be problem because of static limit of the MQTT message size in MQTT library.