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

Enhancement Proposal for Current Monitoring Overcurrent Rule #268

Open
lorenzo6201 opened this issue Jan 9, 2024 · 2 comments
Open

Enhancement Proposal for Current Monitoring Overcurrent Rule #268

lorenzo6201 opened this issue Jan 9, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@lorenzo6201
Copy link

During my recent exhaustive testing of the controllers, I came across a notable observation regarding the Current Monitoring Overcurrent (Amps) rule. While undoubtedly beneficial, it appears to lack a crucial timing mechanism.

Issue Description:
The absence of a timer becomes evident when setting a current value for testing purposes. Upon triggering the rule, I observed that the reset value becomes redundant. For instance, if the trigger value is set to 100A and the reset value to any value below that, the relay experiences continuous cycling. This repetitive disconnect-reconnect cycle places undue stress on the master relay contacts, potentially leading to premature wear.

To mitigate this issue, I propose the incorporation of the following features:

Timer Functionality:
Introduce a timer, either user-settable or with a predefined duration. This addition would help reduce the frequent triggering of the rule, preventing unnecessary wear on the master relay contacts.

Trigger Count Monitoring:
Implement a mechanism to count the number of times the rule has triggered within a specified timeframe (e.g., 3 times in 60 seconds). If the rule triggers excessively, automatically disable the controller until user intervention. This measure is particularly crucial in preventing potential short-circuits or overcurrent events, thereby averting cable overheating, connector melting, and the risk of fire.

These enhancements aim to not only optimize the performance of the current monitoring rule but also contribute to the overall safety and reliability of the system.

@stuartpittaway stuartpittaway added the enhancement New feature or request label Jan 9, 2024
@stuartpittaway
Copy link
Owner

Thanks for this @lorenzo6201 as I use a single "pulse" output for over current situations - which trips a manual shunt breaker I've not experienced this issue, but does sound like it needs fixing.

@stuartpittaway stuartpittaway self-assigned this Jan 9, 2024
@lorenzo6201
Copy link
Author

Thanks for this @lorenzo6201 as I use a single "pulse" output for over current situations - which trips a manual shunt breaker I've not experienced this issue, but does sound like it needs fixing.

I have a 500A contactor so in my case is connecting then reconnecting and so on.

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

No branches or pull requests

2 participants