[P016] Add Event on overflow setting#5568
Conversation
|
Thanks! I downloaded the bin from the forum thread, but not seeing an event generated. 00:21:21.898: IR: WARNING, IR code is too big for buffer. Try pressing the transmiter button only momenteraly I'm not clear on how to write a rule to trigger an event from this? |
|
A bit obvious maybe, but I assume you have enabled and saved the new checkbox in the Task settings?
That could be a rule like this in the Rules tab, assuming your task is named |
|
Found the new tick box on the Device setup. Works - thanks! |
Ah, great 👍 |
…feature/P016-add-event-on-overflow
From a forum request
Features:
Event on buffer overflowsetting, that will be generated when the error-messageIR: WARNING, IR code is too big for buffer. Try pressing the transmiter button only momenteralyis logged.The event is
<TaskName>#Overflow=<rawlength>where<rawlength>is from the decode buffer (not sure if the value is usable)TODO: