-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does not work with new RMPro 4 #16
Comments
Doesn't work with a new RM4 Pro from AliExpress with a device type of 0x653c either. |
Ahaaa... I'm not the only one... same problem here. Have docker up and running, stable. |
Mine rm pro plus stopped to work after firmware update...( |
More info here: |
I got this to connect by changing these lines: Change to: 0x649b Change to: 0x649b And running it locally.
It connects and shows the name correctly. But any time I try to learn a command the App does not stop counting down. I can LEARN from the box to my laptop. You have to make sure you go to the app under the universal remote settings "..." on the top right of the device, and click "Lock Device" to off. I am just trying to get discrete inputs for my Sony TV. Which arguably is the most obvious thing a product like the RM should support. Any ideas on simpler ways? I have a Sony x900h and a Sonos, so the simplest setup to automate ever. Best |
@gregorskii : I did almost the same thing, but instead of replacing, I added new lines for the type 0x649b and it also works. I later discovered, that there is actually an init.py with more type definitions available as a 'revert commit'. Anyway. |
I clicked the learn in the web app, but I didn’t understand how it corresponds to the buttons on devices remote. I assumed the device needed to be in learn mode for the button pressed in the app. How is it supposed to work? |
As presented in the project wiki, the idea with the broadlinkmanager-docker is that you can obtain/record signals and perform test-sends of signals - both for IR and RF - without the use of the app. |
As described all of those things work. However I still do not understand how to use this application to send a IR signal build from a hex code (as base64) to the device and store it as a button. Is that not possible? |
Ah - OK. I misunderstood. Apologies. |
I updated the code myself to accept the device's hex code. I was getting successful messages from the UI when sending commands to it, and I tried learning a command from a remote back to my laptop and it worked. Given the use case I have would this tool ever be expected to work? I found the IR files on the broadlink device store to be lacking a lot in terms of "discrete codes", I used to program remotes a long time ago and automations are pretty pointless if you can't get the TV to go to a discrete input. My plan here was to send the discrete commands to the device and learn them on the HDMI (1/2/3/4) buttons in the UI. I don't need the broadlink for anything really except creating Alexa and Siri voice commands to turn the TV on. We only use it for "Alexa turn on Switch" or "Alexa turn on the TV". But that is pretty pointless without discrete commands. |
Hi @gregorskii |
This program does not work with the new RMPro 4 (type 649b). States unsupported device and will not connect.
The text was updated successfully, but these errors were encountered: