Hi.
I’m all new to ESP32.
I’ve bought a couple of ESP32-C6 SuperMini boards. I wanted to install the Grundfos Alpha3 project on it. Grundfos Alpha3
It compiles fine, connects fine to my pump and HA is able to connect as well and see the attributes. But this is where it ends: I do not get any readings / data from the pump…
Talked a lot to CoPilot regarding all this. It tells me that the BLE stack is different on an ESP32-C6 compared to a ESP32-C3 and that I should acquire the later. Is this true? BT stack is different on C6 compared to C3?
Sorry but am new to HA community so if I should re-post elsewhere please advise. However, I would like to understand from the author(s) of alpha3 how they managed to sniff/reverse engineer the Genibus protocol for alpha3.
I would like to expand alpha3 to include Magna3 as I have several of them.
I tried it out of the box and had the issue of the “Geni response header too short”. My first step was going to be to re-factor the CPP to print the response but was hoping there is easier way to pass the requests via bluetooth and view the responses. Possibly also snoop on the Grundfos GO app.