Hello, you wise people!
So i am trying to set up my Broadlink RM Mini 3 in Hassio / NR and am so far failing miserably.
I set up the RM using the app and got all my devices working there.
I added the RM in my Hassio "configuration.yaml" with the following lines:
remote:
- platform: broadlink
host: 192.168.2.181
mac: '24:DF:A7:42:DD:3F'
type: rm_mini
...and then downloaded the node-red-contrib-broadlink-control to NR.
I searched the network with the "Discover" node and it found the Broadlink. So apparently NR an the RM are abled to talk.
Then i added the learn / send example, changed the IP and MAC, deployed and pressed inject on the "Lern" flow. Nothing happens.
I found the explanations at https://www.home-assistant.io/integrations/broadlink/#using-node-red-to-obtain-codes and followed those, but again nothing.
I don't get what the "Catalog" field saying "D:/SharedData" in the Broadlink device config is for? Obviously there is no such directory on hassio, yet this seems to be ok? Or do i have to change that somehow?
Here is the example with my changes. What am I doing wrong?
[{"id":"c43d498c.a36858","type":"RM","z":"8e76f21e.e28d5","name":"Broadlink","device":"804ba076.841a8","action":"learn","remote":"","button":"","fix":"","RFSweep":"true","x":1860,"y":1260,"wires":[["562740e8.2561"]]},{"id":"669003c3.e8a81c","type":"debug","z":"8e76f21e.e28d5","name":"","active":true,"tosidebar":true,"console":false,"complete":"payload","x":2190,"y":1260,"wires":[]},{"id":"562740e8.2561","type":"json","z":"8e76f21e.e28d5","name":"","property":"payload","action":"","pretty":false,"x":2010,"y":1260,"wires":[["669003c3.e8a81c"]]},{"id":"d3a9b1c6.6a2ba","type":"comment","z":"8e76f21e.e28d5","name":"Learn","info":"1. Inject\n2. Tap the remote button\n3. Copy learned code from debug tab","x":1710,"y":1220,"wires":[]},{"id":"234e320b.cea5ee","type":"inject","z":"8e76f21e.e28d5","name":"","topic":"","payload":"","payloadType":"str","repeat":"","crontab":"","once":false,"x":1710,"y":1260,"wires":[["c43d498c.a36858"]]},{"id":"804ba076.841a8","type":"rmdevice","z":"","folder":"D:/SharedData","mac":"24dfa742dd3f","host":"192.168.2.181"}]
What i ultimately want is some eight different IR commands that i can trigger from within NR. So i'd end up with eight times the above shown "send code" flow and instead of the inject-nodes i'd just hook them up to my triggers, right?