![]() |
Broadlink RM4pro - Printable Version +- Logic Machine Forum (https://forum.logicmachine.net) +-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1) +--- Forum: Scripting (https://forum.logicmachine.net/forumdisplay.php?fid=8) +--- Thread: Broadlink RM4pro (/showthread.php?tid=4099) |
Broadlink RM4pro - AndresMezaAyala - 17.06.2022 Hello, I have a Broadlink RM4 pro device. This equipment is a universal control by IR and RF. I would like to know if they had information on how to implement it in the logic machine. To send orders to an AACC for example, or receive them. RE: Broadlink RM4pro - admin - 20.06.2022 The communication protocol is described here: https://github.com/mjg59/python-broadlink/blob/master/protocol.md Implementing it in Lua is possible but it's a rather time-consuming task. |