I’ll do that soon.
Something weird… so
You know how the waveform looks like this when monitoring the factory, included dongle?
Well… when I send the same hex 0x01, 0x04, 0x02, 0x01 the waveform looks like this
It doesn’t have the start or end parts of the waveform…
This is my command uart.write: [0x01, 0x04, 0x02, 0x01]
Apologies, I’m a bit new to reverse engineering UART
The factory stick sends (as reported by UART logs via Esphome) BB, 00 MESSAGE 00 BD.
I bet if I figure out what BB, 00 ---- 00 BD is, I’ll get a response from the mini split board.
This is my UART config, am I missing anything?
uart: id: my_uart
tx_pin:
number: GPIO1
rx_pin:
number: GPIO3
baud_rate: 9600
debug: dummy_receiver: true
after: delimiter: "\n"