fbacker / broadlink-mqtt-bridge

Bridge Broadlink RM Devices with MQTT and API for e.g. OpenHAB
41 stars 14 forks source link

Rm mini3 #58

Open jonathanD91 opened 3 years ago

jonathanD91 commented 3 years ago

Le rm mini3 est reconnu mais impossible de lui faire envoyer des commandes. Pas de voyant s'allume pour confirmer l'envoi de la commande. Aucun problème avec le rm pro 3 Comment procéder ?

ben-kemister commented 1 year ago

Hi @jonathanD91,

There are lots of variants of the RM Mini 3, some of which are not supported by the broadlink-rm library used by this project.

In my case I worked out that I had a 'RM Mini 3 B', to get this to work I replaced the 'broadlink-rm' library with 'kiwicam-broadlinkjs-rm'. The kiwicam-broadlinkjs-rm library is better maintained and supports more devices.

See PR #79 for the changes I made for this.

I know this issue is really old, but hopefully this information helps.