Closed helen-fornazier closed 2 years ago
I just figured I know nothing about mqtt heh
I solved this part by installing a broaker server on my notebook:
sudo apt-get install mosquitto
and now I need to send commands to broadlink/#
right? (I'm still figuring how to do this).
Do you mind if I update the readme after I figure this out? For people like me who are not familiar with mqtt?
Aha, I just figured I need to listen in one terminal with mosquitto_sub -t "broadlink/#"
and send commands through another terminal like mosquitto_pub -m "replay" -t "broadlink/tv/samsung/power"
Problem solved (sorry to bother). I'll send a PR to the README
Hi! First of all, thanks for this project!
I'm trying to make it work for RM4PRO, it finds the device in the network, but it seems it doesn't find the broaker (see below), any ideas why?
Another question is: where can I find the mqtt API docs of Broadlink? So I can help to debug this. I couldn't find anywhere. Did you reverse engineered?