Please, help. For the last few days I’ve been trying to make the RM Mini 3 work with Home Assistant, but no luck so far.
- First, I used the IHC Broadlink Android app to connect the device to my wifi. No cloud services.
- The Broadlink device has been assigned a reserved IP from my router, as well as all other devices I use.
- Then I used the Broadlink Manager running in docker to learn and send commands. Works fine.
I run HA version: 0.114.4 in docker on Ubuntu server (not Hassio), I added this to my switches.yaml file:
- platform: broadlink
host: 192.168.1.245
mac: 24:df:a7:de:f7:e1
type: rm_mini
But whenever I use the broadlink.send
service from the developer menu, it just doesn’t send anything. An error message “Failed to send packet: The device storage is full
” appears in the log.
I also tried rm_mini3_newblackbean
and rm_mini3_redbean
as type but this doesn’t help. I’ve found an issue topic on GitHub, but that was resolved by setting type to rm_mini
, which obviously didn’t help me.
Any ideas? Thanks in advance.