Skip to content

feat(core): detect repeated boot notifications#114

Merged
sepehr-safari merged 2 commits into
ocpp-debugkit:mainfrom
Develop-KIM:feat/repeated-boot-notification
Jul 9, 2026
Merged

feat(core): detect repeated boot notifications#114
sepehr-safari merged 2 commits into
ocpp-debugkit:mainfrom
Develop-KIM:feat/repeated-boot-notification

Conversation

@Develop-KIM

Copy link
Copy Markdown
Contributor

Summary

Adds REPEATED_BOOT_NOTIFICATION failure detection for stations that send multiple BootNotification calls within a five-minute window. The rule reports the repeated boot events, warning severity, and suggested troubleshooting steps.

Related Issue

Closes #105

Changes

  • Add the REPEATED_BOOT_NOTIFICATION failure code.
  • Wire the new detection rule into detectFailures().
  • Cover positive and negative cases, including missing timestamps.
  • Add a changeset and update CURRENT_STATE.md.

Verification

  • pnpm format:check
  • pnpm lint
  • pnpm test
  • pnpm typecheck
  • pnpm build
  • git diff --check

Disclosure

This contribution was prepared with AI assistance and reviewed before submission.

@Develop-KIM Develop-KIM marked this pull request as ready for review July 9, 2026 16:15
Use PR-based heading instead of premature v1.0.0 milestone section.
@sepehr-safari sepehr-safari merged commit 2c4d518 into ocpp-debugkit:main Jul 9, 2026
2 checks passed
@sepehr-safari

Copy link
Copy Markdown
Member

great! thanks for your contribution. 🙌

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.

Add a new detection rule: REPEATED_BOOT_NOTIFICATION

2 participants