Got IR commands, but probably format is wrong

I got the following IR codes from the manufacturer:
For “UP”:
0xD2,0x01,0xEE,0xC1
For “STOP”:
0xD1,0x01,0xCC,0x9E
For “DOWN”: 0xD0,0x81,0xDD,0x2E

So this would be three buttons on the R3.

How do I need to convert them, to use them in the paste IR code in the webinterface?

These are codes for the motor screen.

Thanks for your help

I’m not an expert with ir codes but you try a tool like GitHub - bengtmartensson/IrScrutinizer: IrScrutinizer is a program for IR signal analysis, decoding, generation and much more.

1 Like

Try these. Select HEX before you paste them.

Up - 3;0xD201EEC1;32;0
Stop - 3;0xD101CC9E;32;0
Down - 3;0xD081DD2E;32;0

1 Like

Thanks, will try that.

@kennymc.c yes I had downloaded that program - but was simply overwhelmed by it.
Hope the codes @cobhc posted here, will work

Sadly, the codes you generated for me, do not work.
Any ideas?
Thanks for your help

Did the remote accept them but it didn’t operate the screen?

For me the remote accepted it but did not work to control the screen like Domdom

Code got accepted - but nothing moves

Have you used this with any other IR remote? The reason I ask is that the manual you posted in another thread says the below.

“Important! The included IR receiver is proprietary to Dragonfly motorized screens. This IR receiver will not work
correctly with other devices, and the port is not compatible with any other IR receiver.”

This makes me wonder if it’s even possible with a universal remote. Unless I’m misunderstanding something.

What’s the exact make and model?

The screen works perfectly with Harmony and Sofabaton.

The manual I had posted was of a Screen by a different Company using the same remote.

The codes I posted in this thread are from the Company that sells the screen plus Remote under their name - Visivo Lusso - the remote is SM118 and is used by a few companies.

Do you still have the Harmony set up? If so, you can learn that into the Remote 3. I had to do this with one device as I couldn’t find the correct codes online.

That is not the problem, I also have the original remote - but the R3 does not learn the commands. That is why I am trying with the codes.
They should work - I mean the manufacturer sent them - just seems to be the trouble converting them, so the R3 will use them

Apologies, I’m not sure then. I tried converting them as I have done previously and that didn’t seem to work.

1 Like

Shame - since I am utterly clueless. But thanks so much for trying to help me.

At the moment I am running the R3 in combination with the Sofabaton hub - to control all my stuff with the R3.
Hoping I can just use the R3 in the near future. So I will continue my quest

No problem! I wish I knew more about the format that UC uses to store IR codes.

The format has a leading number that I’m not sure what that refers to, then the HEX code, then what bit format the HEX code is in, and then I’m not sure what the trailing number is.

The codes you were given appear to be raw HEX which I converted to 32 bit HEX and used the same format as other codes I have learnt into my R3, but obviously that didn’t work.

I wonder if changing the leading number would help? Try a 4 instead of a 3 as some of my codes use a 4, but I don’t know what that refers to.

Nope the 4 did not work.

I’m stumped then, sorry. Hopefully UC will tell us more about the format and how to convert, etc.

There is a planned raw learnign feature that should help with learning previouly unknown codes: Raw IR code learning mode · Issue #11 · unfoldedcircle/ucd3-firmware · GitHub

Currently this library is used to send/receive codes: GitHub - zehnm/IRremoteESP8266: Infrared remote library for ESP8266/ESP32: send and receive infrared signals with multiple protocols. Based on: https://github.com/shirriff/Arduino-IRremote/ Adapted for UCD2

The dock 2 and 3 firmware is also open source;

Could you try these as Pronto codes?

Lower - 0000 006D 0000 0018 002F 000F 002F 000F 002F 000F 002F 000F 000F 002F 000F 002F 000F 002F 000F 002F 000F 002F 002F 000F 000F 002F 000F 0531 002F 000F 002F 000F 002F 000F 002F 000F 000F 002F 000F 002F 000F 002F 000F 002F 000F 002F 002F 000F 000F 002F 000F 0D33

Raise - 0000 006D 0000 0018 002F 000F 002F 000F 002F 000F 002F 000F 000F 002F 000F 002F 000F 002F 000F 002F 000F 002F 000F 002F 002F 000F 000F 0531 002F 000F 002F 000F 002F 000F 002F 000F 000F 002F 000F 002F 000F 002F 000F 002F 000F 002F 000F 002F 002F 000F 000F 0D33

Stop - 0000 006D 0000 0018 002F 000F 002F 000F 002F 000F 002F 000F 000F 002F 000F 002F 000F 002F 000F 002F 000F 002F 000F 002F 000F 002F 002F 0511 002F 000F 002F 000F 002F 000F 002F 000F 000F 002F 000F 002F 000F 002F 000F 002F 000F 002F 000F 002F 000F 002F 002F 0D13

Will try tomorrow - not allowed to play around with my toys in the living room anymore :wink:

1 Like