IR Codes for Nixplay Digital Frame (convert from NEC format)

Hi all,

I just received a Nixplay digital foto frame, but I’m missing the remote, so I thought I could use my Remote3. Unfortunately I can only find the IR codes in a format the Remote3 cannot handle: https://raw.githubusercontent.com/Lucaslhm/Flipper-IRDB/refs/heads/main/Picture_Frames/Nixplay/Nixplay_Picture_Frame.ir

Anyone by chance having the necessary codes, or able to help me convert the ones in the link?

Can you try 3;0x01880000708F0000;64;0 for Power?

From core-api/doc/entities/entity_ir_emitter.md at main · unfoldedcircle/core-api · GitHub :

  • The HEX IR format refers to the learned IR codes with the Unfolded Circle Dock.
    • Format: <protocol>;<hex-ir-code>;<bits>;<repeat-count> from the IRremoteESP8266 library.
    • protocol: numeric value from supported and enabled protocols. See: decode_type_t
    • hex-ir-code: HEX value prefixed with 0x.
    • bits: number of bits in hex value.
    • repeat-count: number of repeats.

Thanks for the quick response. Unfortunately that didn’t seem to work. I can add the code as long as I choose the dock to send it, but it doesn’t turn the device off.

Can you try to change the last digit from a 0 to a 1 or 2 and test again? Does the configurator or the Dock show any error message?

Hi, sorry I was a few days off. I tried 0,1 and 2, but it doesn’t work. Configurator doesn’t through errors. Don’t know where to look for errors coming from the dock. I took at the debug log of all services and couldn’t find anything that would look like a related error.

I meant errors shown on the Dock display.

Ah OK, no errors shown there.