I'm trying to send Rubicson-Temperature packet from esphome.
My intention is to send the temperature data from Home Assistant some other sensor.
The original sensor send data like this (which I broke by pressing wrong button on lab supply and pushing 12V through it :( ) :
Through looking at the code and looking at the signal in tests of rtl_433 I managed to send the packet that is correctly received from rtl_433 (sending code 88 and temperature of 4 degrees)
But the device/clock does not receive the data, do you have any idea what I'm missing?
- remote_transmitter.transmit_raw:
code: [
500, -976, 500, -1940, 500, -976, 500, -1940, 500, -1940, 500, -976, 500, -976, 500, -976,
500, -1940, 500, -976, 500, -976, 500, -976, 500, -976, 500, -976, 500, -976, 500, -976,
500, -976, 500, -976, 500, -1940, 500, -976, 500, -1940, 500, -976, 500, -976, 500, -976,
500, -1940, 500, -1940, 500, -1940, 500, -1940, 500, -1940, 500, -1940, 500, -1940, 500, -1940,
500, -1940, 500, -976, 500, -1940, 500, -976, 500, -4000
]
carrier_frequency: 433920000
repeat:
times: 10
wait_time: 0ms