I need support in decoding the communication of the boiler controller.
I set as a goal to extend a simple controller with my own design. Unfortunately, I have fallen on a rather simple issue and have run out of ideas.
The controller is built on an Atmega8 and has a factory port for remote control via rj11 cable and I want to use this port.
What I have determined: 4 wires
- data signal
- High 5v (no signals)
- low (no signals)
- 12v (excluded)
The original remote control does not have its own power supply so I figured that the 12v line is only for power. The High and Low lines can be shorted to simulate the signal from the thermostat that the set temperature has been reached.
Thus, I am left with 1 wire for communication, and the data appears on it. And here I lost. The logic analyzer set to decode the 1-wired protocol does not give correct results.
My goal for the moment is to read the temperature readings. But I have not been able to extract anything of value from reading the logic states.
