Current and Power limit scripting for power metering WIP!!!#2134
Current and Power limit scripting for power metering WIP!!!#2134DeDaMrAzR wants to merge 2 commits into
Conversation
|
Example - This means: channel = 1 Check current status cmd - Example expected log: PowerLimit: ch=1 current=10.000A power=2000.0W delay=2s tripped=0 override=0 trips=0 PowerLimitReset cmd - This clears the trip latch and rearms protection. It does not turn the relay back on automatically. If the load is still over the configured limit and the relay is turned on again, it should trip again. Enable/dissable override cmd's: Override allows the protected channel to stay on while keeping trip evidence. Disabling override while still tripped should force the channel off again on the next metering update. You can also add this to your autoexec for manual reset, override and restore Meaning: (Btn pin role is on defined on pin 11 in this case) |

Some of the command examples :
This is WIP and I will appreciate any feedback, currently enabled and tested on BK7231N and T platforms.