Hi,
I use Domoticz v3.8796.
To preserve the peace and the privacy into my home, I'd like to disable switches log, and specifically the "Last Seen" info and the log buttons.
In "Setup / Settings" I set "Log History" for "Light/Switches" to 0 day, but it does not produce the expected result.
Do you know any way to achieve this need ?
Thanks.
Disable "Last Seen" on switches
Moderators: leecollings, remb0
-
- Posts: 8
- Joined: Saturday 30 December 2017 8:59
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 2023.1
- Contact:
Re: Disable "Last Seen" on switches
So my quick&dirty is to hide these infos by adding this in css/legacy.css
and not checking the log file when my kids tell me the time they came back last night ...
Code: Select all
#dashSwitches #lastupdate {
display: none;
}
#itemtablenostatus #lastupdate {
display: none;
}
#itemtablenostatus .btnsmall[data-i18n="Log"] {
display: none;
}
- Egregius
- Posts: 2582
- Joined: Thursday 09 April 2015 12:19
- Target OS: Linux
- Domoticz version: v2024.7
- Location: Beitem, BE
- Contact:
Re: Disable "Last Seen" on switches
You can remove the entries from the database.
Re: Disable "Last Seen" on switches
That's one way, but i don't know what will happen after an updatejpaul wrote: ↑Saturday 30 December 2017 15:54 So my quick&dirty is to hide these infos by adding this in css/legacy.cssand not checking the log file when my kids tell me the time they came back last night ...Code: Select all
#dashSwitches #lastupdate { display: none; } #itemtablenostatus #lastupdate { display: none; } #itemtablenostatus .btnsmall[data-i18n="Log"] { display: none; }
-
- Posts: 1355
- Joined: Friday 29 August 2014 11:26
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Location: Ermelo
- Contact:
Re: Disable "Last Seen" on switches
Interesting issue. I must admit that at times I use the log to see what time people come home (kids) or go to sleep. What is your situation that you want to have hidden? Just curious.
Creator dzVents - RPi3, loads of zwave devices, esp8266, evohome.
-
- Posts: 331
- Joined: Wednesday 21 December 2016 9:11
- Target OS: Raspberry Pi / ODroid
- Domoticz version: current
- Contact:
Re: Disable "Last Seen" on switches
The new Aurora theme has privacy options based on this issue.
Who is online
Users browsing this forum: Bing [Bot] and 1 guest