-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
About Atlantic Calypso #64
Comments
This looks very good. It is the LEGACY protocol with a different checksum mechanism. Here are a few example messages:
Seems they changed the checksum from two, to a single byte. Maybe it is the same checksum mechanism we have in the NEXT protocol. Yes, it is the same checksum mechanism we have in the NEXT protocol. So should be a very little change. |
It's a good new. |
You might want to test my branch, I haven't tried this on my heatpump yet, but if I did nothing seriously wrong it should just work. |
Yeah, MITM is actually intresting, but I guess this will work out of the box, too. A few dropped bytes during initial protocol sync is actually expected but this value shouldn't rise further. The strange attributes which are shown as Happy it works, we can finish this PR tomorrow and add a new heatpump the compatibility list 🥳 🎉 |
Hi,
I've managed to use ESP32S3 clone as explained here : #56 (comment)
My heatpump use versions HMI F / Controller G.
I received a lot of
droppedBytes
andmsgCRCNOK
So, I have installed AquaDebug and collected some data.
For now :
aquadbg_debug_dec.csv
aquadbg_debug_hex.csv
If needed, I can collect more data.
Let me know.
Thanks.
The text was updated successfully, but these errors were encountered: