Comfort Automation/ Security System Forums

Full Version: How to detect o/p status on event log?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i have connected the i/p with current sensor , But How to detect o/p status on event log?

I think \'Output Status\' is not an Eventlog trigger event. See the Protocol Documentation for all events written to the log.

Ingo
Correct, the event log is meant for security events only, not for automation

However ULT firmware version 7 has a new action Save to event log (need Comfigurator 3.6.2) in Response Wizard > Misc

This action has a parameter 0 to 255
so you can add an action Save to EventLog 1 to the outputN Response

The Event log will show the event recorded with the output or any other action

This is good for troubleshooting purposes
Ident,

Can you please send me the command format for this new feature, I couldn\'t find it in the latest protocol documentation.

Also, from which firmware version will this be supported?

Thanks,
Ingo
This is not a change in protocol, it is a new action code and so is found in the Action Codes Reference https://www.cytech.biz/product_details.php?item_id=147

Those with a gmail email account, can get access to the Cytech Resources folder which contains the updated manuals, documentation, software etc
This action is supported in ULT 7.005
thanks for reply ,

can i delete event log ? or adjust the time that i want to be saved ?
You can delete event log using keypad, Engineer Menu 5 for event log, 0 to erase Event log

The time stamp in the Event Log is based on the system time

You can adjust that using Program Menu 2 for date and time, or by Comfigurator  Transfer Menu

I make \"code=34,param=0\"  for detecting o/p status OFF
And \"code=34,param=1\"  for detecting o/p status ON

my question is : how can i rename the text appars on event log (unknown event) to as example (light on) ??
Copy the attached file eventlog.cfgx into your comfigurator\\config folder

This will cause the event log to show \"Custom Event # 0\" or other event number instead of Unknown event, 34

Custom Event means it is a custom event with parameter 0 to 255

You will have to know what each parameter stands for in the event log, as this is a method of troubleshooting events triggered by Comfort

The new Comfigurator 3.6.3 will include the event eventlog.cfgx file