mlfunston / node-red-contrib-broadlink-control

Set of node-red nodes to manage the Broadlink home automation device suite
MIT License
44 stars 24 forks source link

Beginner question #22

Closed karmarcharger closed 4 years ago

karmarcharger commented 4 years ago

Hi, I recently started using the Broadlink RM4 Pro, and was able to discover it via the discover node, however it had an error message in the payload. image I added the device to the RM node from the learning example image However when i ran the payload and kept pressing my remote button aiming at the RM4 Pro nothing was outputted to the payload.

May I know what I am doing wrong? or is the RM4 Pro not compatible with the node?

*Note the RM4 Pro is already configured via the Broadlink Application

Thank you for taking your time to read this.

mlfunston commented 4 years ago

Looks like it's a new device that isn't tested with the node. I'll add the device type and you can test it and see. I'll do an update in a couple of days.

mlfunston commented 4 years ago

@karmarcharger - I have published a new version 1.0.8 to NPM with a possible fix for this. It may need some extra work though. Can you see if the unit is discovered now with the updated version? There may be some extra headers needed for this new version. Also if you have added it to the cloud service, you may need to reset the unit.

karmarcharger commented 4 years ago

image Yes the unit is known now, however when I use the example template to learn signals it returns timeout despite me spamming the RC button on the device.

Also the temperature function in the RM returns timeout as shown above. Below are the settings I have for the RM learn nodes and RM Temperature node. image image image

mlfunston commented 4 years ago

Looks like the new headers I mentioned will be required and I'll add them and release an update soon.

mlfunston commented 4 years ago

Have published a new version, please try that one out as it provides updates to the newer RM types.

karmarcharger commented 4 years ago

image Tested the new version 2.0.0, still getting timeouts when using the sample learn code image I am using the Type ID obtained from the discover node. image

The Sharedfiles folder i found in the broadlink app from my iphone contains only 1 folder ConCode image This is the app i am using https://apps.apple.com/us/app/broadlink/id1450257910

@mlfunston