Page 1 of 1

Who is pressing the button?

Posted: Thursday 28 January 2021 9:29
by rgroothuis
In my house we are using the "Pilot" application to control lights etc. All working fine.

When checking the log I see the following:
Screenshot 2021-01-28 at 09.26.08.png
Screenshot 2021-01-28 at 09.26.08.png (249.02 KiB) Viewed 430 times
Somebody is pushing the "Mixed Scene" button to enable the lights. But I cannot see which user. I see in the log the user is dzVents. Is this correct?

How can I debug this?

Re: Who is pressing the button?

Posted: Thursday 28 January 2021 11:29
by waaren
rgroothuis wrote: Thursday 28 January 2021 9:29 In my house we are using the "Pilot" application to control lights etc. All working fine.
What is the "Pilot" application?
What is your domoticz version?

Re: Who is pressing the button?

Posted: Thursday 28 January 2021 11:37
by rgroothuis
waaren wrote: Thursday 28 January 2021 11:29
rgroothuis wrote: Thursday 28 January 2021 9:29 In my house we are using the "Pilot" application to control lights etc. All working fine.
What is the "Pilot" application?
What is your domoticz version?
More info on the Pilot app can be found at: https://pilot.patrickferreira.com/home- ... n-client/ Very interesting, useful and good working App to control Domoticz.

The version I'm running is 2020.02.

I think I've found who is triggering this Scene. The triggering is originated from a script. I need to modify my script. Hopefully that is and solves the problem.

Re: Who is pressing the button?

Posted: Thursday 28 January 2021 11:58
by waaren
rgroothuis wrote: Thursday 28 January 2021 11:37 The version I'm running is 2020.02.
problem.
This log function was not fully functional at the time the version you currently use was released. In recent versions improvements were applied to this log function making it more accurate.

Re: Who is pressing the button?

Posted: Thursday 28 January 2021 12:00
by rgroothuis
waaren wrote: Thursday 28 January 2021 11:58
rgroothuis wrote: Thursday 28 January 2021 11:37 The version I'm running is 2020.02.
problem.
This log function was not fully functional at the time the version you currently use was released. In recent versions improvements were applied to this log function making it more accurate.
Ok, thanks for the feedback. Is there a newer released version? I don't believe so.
Also I understood there are a lot of Z-Wave problems in newer version, so I'm hesitating to upgrade. Sorry.

Re: Who is pressing the button?

Posted: Monday 01 February 2021 19:20
by hestia
waaren wrote: Thursday 28 January 2021 11:58 This log function was not fully functional at the time the version you currently use was released. In recent versions improvements were applied to this log function making it more accurate.
Hello waaren
is there a DzVents method to read this log?

Re: Who is pressing the button?

Posted: Monday 01 February 2021 19:43
by waaren
hestia wrote: Monday 01 February 2021 19:20 Hello waaren
is there a DzVents method to read this log?
Not a native one yet but you might want to have a look at

Code: Select all

https://www.domoticz.com/forum/viewtopic.php?p=263774#p263774] this post 
where an approach is used to get the information directly from the database.

Re: Who is pressing the button?

Posted: Monday 01 February 2021 22:01
by hestia
thanks waaren
it works :-)
perhaps it cost more time to get it like this than from a native way, but good enough for some testing