Skip to content

Commit

Permalink
πŸ“„ Explain how to make an MQTT dump
Browse files Browse the repository at this point in the history
This can be useful, especially to troubleshoot issues with rare setup
(like K/L series)
  • Loading branch information
kamaradclimber committed Nov 2, 2023
1 parent 753734f commit dd6cfa6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,7 @@ A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

** MQTT dump **

If you feel this is relevant, dump `#mosquitto_sub -h "$MQTT_HOST" -p "$MQTT_PORT" -t "panasonic_heat_pump/#" -u "$MQTT_USER" -P "$MQTT_PASSWORD" -v` here.

0 comments on commit dd6cfa6

Please sign in to comment.