Skip to content
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

Documentation #51

Closed
tukutt opened this issue Nov 2, 2024 · 5 comments · Fixed by #54
Closed

Documentation #51

tukutt opened this issue Nov 2, 2024 · 5 comments · Fixed by #54

Comments

@tukutt
Copy link
Contributor

tukutt commented Nov 2, 2024

Hi Thomas,
It's not a bug ! But a request to update the documentation. I have a Thermor Aeromax 5.

I created an adapter so as not to cut the original cable.

You can find it here :
https://oshwlab.com/tukutt/aquamqtt-original-pcb-to-rast-co

Are you interesting in a PR to add this connector to the documentation ?

Some pictures :

Thanks

@tspopp
Copy link
Owner

tspopp commented Nov 3, 2024

Nice 🎉, sure let's add this! Do you have any other issues with the Thermor Aeromax 5? Are the debugging stats values ok, so almost no dropped bytes in both HMI and Main channel?

Maybe you can also provide the software version shown in your HMI Controller, since there is a new protocol version which is not yet supported. And I would love to determine at which version the current Aquamqtt implementation gets incompatible ;)
#45 (comment)

@tukutt
Copy link
Contributor Author

tukutt commented Nov 3, 2024

Thanks !

User Interface : E
Control : G

image

image

Just 1 byte drop when I started it.

tukutt

@tspopp
Copy link
Owner

tspopp commented Nov 3, 2024

Interestingly, you have G and E which works, I do have B and B - and the new protocol has been observed with E and E.

Not really related to this ticket, but if you could do me a favor and enable once:

/**
 * Choose to publish raw messages represented as hex-string on debug mqtt topics
 */
constexpr bool DEBUG_RAW_SERIAL_MESSAGES = false;

... and provide me a set of the hmi and main and energy message sent to the mqtt broker (main/debug, hmi/debug, energy/debug)? I'd love to identify where they store the version number in their protocol.

@tukutt
Copy link
Contributor Author

tukutt commented Nov 4, 2024

Of course! Give me a few days to make the log.

@tukutt
Copy link
Contributor Author

tukutt commented Nov 11, 2024

Sorry for the delay. This some debug log. I hope it helps you
aquamqtt_hmi_debug_hex.csv
aquamqtt_hmi_debug_dec.csv
aquamqtt_main_debug_hex.csv
aquamqtt_main_debug_dec.csv

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants