Replies: 2 comments 3 replies
-
Should work as you described. The answer should be the same as a regular request (and first answer doesn't containt the change yet). What is the byte string you tested? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Also , when HP send something after this command , means ,that command was ok . If command would be damaged ( i.e. CRC bad) , HP will not react .... |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
First of all, thank you for this project, especially for the decrypted serial protocol, really great job.
I've been using an ESP32 board as an aquarea logger (connected to CN-CNT) for years, with my own code, and it works perfectly. That is, sending the magic packet and getting the reply from the heat pump is just fine.
However, when I try to write a command, like one of those examples from the decrypt page (setting DHW temperature, for instance), I just get a bunch of zero bytes as an answer, and the heat pump does not acknowledge the command, the setting remains the same.
Does anybody have an idea what is wrong?
Thanks a lot,
Oleksiy
Beta Was this translation helpful? Give feedback.
All reactions