Unknown 433MHz remote signal

Hi all,
I have some experience in electronics and I have been using Arduino for a while. I am trying to make a copy of a 433 MHz remote control for my apartment because they have asked a huge amount of money for a copy.

I have investigated original keyfob and it has some kind of microcontroller in it. There are no dipswitches, jumpers etc. I wired up a small 433 receiver to my logic analyzer and I looked up on a signal and it is not code hopping. (transmits same signal every time) I tryed rc-switch library with no luck. Can anyone recognize this protocol? I can actually implement it using bit banging but I don't want to deal with hundreds of high and low pulses. So, trying to find a pattern or protocol itself is better approach for me.

Timings are varying a little bit,
Short signals: 0.43-0.51 ms
Long signals: 0.91-1.01 ms

rc-switch library: GitHub - sui77/rc-switch: Arduino lib to operate 433/315Mhz devices like power outlet sockets.

That is certainly not an RC-Switch type protocol.

If you have only one example of a signal, there is no way to deduce the actual encoding scheme. Cloning may be your only option, and that is presumably just a matter of recording and encoding the on/off timings in a convenient form (as done with IR remotes).