Hi all
I have a geyser installed at the house. At the geyser is a controller box which handles the temperature, the pump to circulate the water, the time/date functions. Out of this box is a wire with 3 cores which leads to a panel with buttons where you can program the geyser controller box.
The wires are a live 12V, a ground and a data wire which is 5V.
My goal:
I want to be able to replace the panel with buttons with an esp8266 device so i can control with MQTT.
Question:
How can i sniff this 5V data wire to extract the data? I know that it is one long HEX string but i need to extract this string.
Im not sure what protocol it is but im assuming right now that its RS232.
Any help on DIY devices, code would be helpful.
Thanks
