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

Browser accessible Diagnostic Log #240

Open
nielsonm236 opened this issue Oct 13, 2024 · 0 comments
Open

Browser accessible Diagnostic Log #240

nielsonm236 opened this issue Oct 13, 2024 · 0 comments

Comments

@nielsonm236
Copy link
Owner

I've implemented a Browser accessible Diagnostic Log to aid in helping users with diagnosing unusual issues. Essentially the Diagnostic Log enables capture of "debug output" which can be coded on a case-by-case basis. It is similar to the UART based Debug Output capability that I use for development but does not require purchase and addition of a USB UART card.

Some notes:

  • Only runs on UPG code as the I2C EEPROM is needed to store the log.
  • Limited to capture of 32000 characters of debug information, but can be restarted without rebooting the HW-584. Capture size is limited by space available in the I2C EEPROM (Region 3).
  • Only implemented on the "Browser UPG" code for the moment. I need to determine if it could be used on MQTT and Domoticz UPG builds.
  • Since issue specific code needs to be written to help individual users the feature won't be released in General Releases ... unless I come up with some standard set of captures that might typical of information needed for any general case issue.
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

No branches or pull requests

1 participant