eschava / broadlink-mqtt

MQTT client to control BroadLink devices
MIT License
222 stars 60 forks source link

I can't replay or learn new IR codes #56

Closed joanisc closed 4 years ago

joanisc commented 4 years ago

image What am I losing? Any help?

eschava commented 4 years ago

You should send commands through MQTT broker, not enter them in console How are you going to use this tool?

joanisc commented 4 years ago

Thank you! I would like to control my broadlink RM mini 3 to control the AC and integrate it in openhab. I tried to send the message using mosquitto_ pub. I'm doing it right? image In the console I can see this: image . I have a file named power in my files: image What should I do to replay or record a new IR command?

eschava commented 4 years ago

You're doing everything right, but your Broadlink device was not recognized for some reason You can see that "Connected to 'Unknown' Broadlink device" message Looks like you are affected by the issue filed at https://github.com/mjg59/python-broadlink/issues/307

joanisc commented 4 years ago

Thank you!