Page 1 of 1

Suppress device state updates in Event Log

PostPosted: Thu Feb 11, 2021 10:15 am
by ryanbuckner
For some devices, like motion sensors that frequently turn on and off, it would be convenient to have an option to suppress the event writing to the logs, similar to the option available to hide trigger events writing to the log.

Re: Suppress device state updates in Event Log

PostPosted: Fri Feb 12, 2021 1:58 pm
by matt (support)
Thanks for the suggestion. We have plans for much more granular control over device logging.

Re: Suppress device state updates in Event Log

PostPosted: Sun Feb 28, 2021 4:56 pm
by ryanbuckner
matt (support) wrote:
Thanks for the suggestion. We have plans for much more granular control over device logging.


Thanks Matt. Always thinking bigger!

Re: Suppress device state updates in Event Log

PostPosted: Tue Jan 25, 2022 10:17 am
by wackena
Matt,

Is suppressing device status request updates in Event Log still an active project ? This code does not suppress Event Log entry for me. If there is another way, please advise.

Code: Select all
indigo.device.statusRequest(123, suppressLogging=True)

Re: Suppress device state updates in Event Log

PostPosted: Tue Jan 25, 2022 10:46 am
by jay (support)
What kind of device are you sending the status request to? This should definitely work with Insteon and Z-Wave devices (unless the request fails).

If it's one of those, please paste in the Event Log entries (include several lines before and after the status request line).

Re: Suppress device state updates in Event Log

PostPosted: Wed Jan 26, 2022 4:27 am
by wackena
Fibaro Smart Implant FGBS-222 as recently posted to this forum thread.

viewtopic.php?f=58&t=22065&start=150#p207650

Re: Suppress device state updates in Event Log

PostPosted: Wed Jan 26, 2022 4:42 am
by wackena
It appears to be a device flaw. Because both IN1 and IN2 do not respond to manual "send status request" from Devices folder; IN1 does auto update from device, but IN2 does not. A Schedule is needed for python code to. update status. resulting excessive entries to Event Log.

Re: Suppress device state updates in Event Log

PostPosted: Wed Jan 26, 2022 4:51 am
by wackena
Event Log segment. The received IN1 are auto updates form device. IN2 and Relay 2 are manual requests.

Jan 26, 2022 at 5:13:40 AM
Z-Wave received "20-Z-wave Motion Sensor" status update is off
Z-Wave sent "052 - Relay 2" status request
Z-Wave received "052 - Relay 2" status update is off
Updated "X10-Motion Sensor" off
Z-Wave received "052 - Binary IN1" status update is on
Z-Wave received "052 - Binary IN1" status update is off
Z-Wave received "052 - Binary IN1" status update is on
Z-Wave received "052 - Binary IN1" status update is off

Jan 26, 2022 at 5:14:20 AM
Z-Wave sent "052 - Binary IN2" status request
Z-Wave sent "052 - Binary IN2" status request

Jan 26, 2022 at 5:14:58 AM
Z-Wave received "FirePlace Temp Sensor" sensor update to 88.6 °F
Z-Wave sent "052 - Binary IN2" status request
Z-Wave sent "052 - Relay 2" status request
Z-Wave received "052 - Relay 2" status update is on

Re: Suppress device state updates in Event Log

PostPosted: Thu Oct 27, 2022 8:33 am
by wackena
Hello,

The Fibraro smart Implant sensors requires either manual or by code "status update request. I can turn off the update request value event log entry, but not the initial request event log entry. Are you still planning to implement a "granular control over device logging".

Thanks

Re: Suppress device state updates in Event Log

PostPosted: Sat Oct 29, 2022 11:56 am
by matt (support)
wackena wrote:
The Fibraro smart Implant sensors requires either manual or by code "status update request. I can turn off the update request value event log entry, but not the initial request event log entry. Are you still planning to implement a "granular control over device logging".

Yes, but it isn't on the short-term / high priority list we are actively working on at the moment.