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

feat(aquadbg): more troubleshooting tooling #27

Merged
merged 5 commits into from
Jun 15, 2024
Merged

feat(aquadbg): more troubleshooting tooling #27

merged 5 commits into from
Jun 15, 2024

Conversation

tspopp
Copy link
Owner

@tspopp tspopp commented Jun 15, 2024

AquaDebug is a simple serial bus debugging application meant to be flashed on the AquaMQTT Board for troubleshooting the heat-pumps serial protocol.

  • AquaDebug is sniffing the serial protocol without altering or interpreting any data
  • AquaDebug expects the AquaMQTT Board to be configured as LISTENER
  • AquaDebug reads the heat-pumps serial protocol and provides raw data to MQTT
  • A python script running on any machine collects the data from MQTT and writes the data into files

In case you suspect that your heat-pump is incompatible with the existing AquaMQTT implementation, due to a different protocol, CRC or any other reason, you may try AquaDebug and provide a trace from your heat-pump communication as an github issue.

@tspopp tspopp merged commit bf873b6 into main Jun 15, 2024
1 check passed
@tspopp tspopp deleted the t/aquadbg branch June 15, 2024 19:44
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 this pull request may close these issues.

1 participant