I bought from
The firmware on this is 44057
Model: RM mini 3
FCC ID: 2ACDZ-RMMINI3-RM
On intelligent home center app from broadlink, the devices work as intended.It has no firmware upgrades available for it.On e-control app, it shows as unrecognized device, but shows.
On HA:
remote:
- platform: broadlink
host: 192.168.2.122
mac: "xx::xx:xx:xx:xx"
and script:
script:
learn_mute_tv:
sequence:
- service: remote.learn_command
data:
entity_id: remote.broadlink
device: tv
command: mute
When I called this service
entity_id: remote.broadlink
device: television
command: Turn on
alternative: true
timeout: 30
I got that error message:
Logger: homeassistant.components.remote
Source: helpers/entity_platform.py:202
Integration: remote documentation, issues)
First occurred: 11:27:57 (4 occurrences)
Last logged: 11:32:30
Logger: homeassistant.helpers.service
Source: helpers/service.py:382
First occurred: 11:29:14 (31 occurrences)
Last logged: 11:32:49
- Unable to find referenced entities remote.broadlink
Using broadlink manager gives the following:
Then I tried python-broadlink and BlackBeanControl
I changed the line 167, I wrote RealTimeout.
Then I got that:
What is the problem? Someone can help me?
Thank you in advance