Log file into dashticz

Dashticz, alternative dashboard based on HTML, CSS, jQuery

Moderators: leecollings, htilburgs, robgeerts

Post Reply
poudenes
Posts: 667
Joined: Wednesday 08 March 2017 9:42
Target OS: Linux
Domoticz version: 3.8993
Location: Amsterdam
Contact:

Log file into dashticz

Post by poudenes »

Hi all,

Is it possible to create a extra screen and tail domoticz.log -f into a iframe of something with a refresh or realtime?
I want check sometimes the log to see for some errors, but don't want open de browser all the time, but lazy swipe tablet on the wall..

Cheers
Peter
RPi3 B+, Debain Stretch, Domoticz, Homebridge, Dashticz, RFLink, Milight, Z-Wave, Fibaro, Nanoleaf, Nest, Harmony Hub, Now try to understand pass2php
Lokonli
Posts: 2290
Joined: Monday 29 August 2016 22:40
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Log file into dashticz

Post by Lokonli »

poudenes wrote: Sunday 17 February 2019 17:36 Hi all,

Is it possible to create a extra screen and tail domoticz.log -f into a iframe of something with a refresh or realtime?
I want check sometimes the log to see for some errors, but don't want open de browser all the time, but lazy swipe tablet on the wall..

Cheers
Peter
'log' already is defined as custom block.
Use it like:

Code: Select all

columns[5]['blocks'] = [
  'log'
]
Is that what you are looking for?
poudenes
Posts: 667
Joined: Wednesday 08 March 2017 9:42
Target OS: Linux
Domoticz version: 3.8993
Location: Amsterdam
Contact:

Re: Log file into dashticz

Post by poudenes »

yes :) now search for the height setting to get it full screen
RPi3 B+, Debain Stretch, Domoticz, Homebridge, Dashticz, RFLink, Milight, Z-Wave, Fibaro, Nanoleaf, Nest, Harmony Hub, Now try to understand pass2php
Lokonli
Posts: 2290
Joined: Monday 29 August 2016 22:40
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Log file into dashticz

Post by Lokonli »

poudenes wrote: Monday 18 February 2019 5:10 yes :) now search for the height setting to get it full screen
Add the following to custom/custom.css:

Code: Select all

.containslog .items {
	height: 554px;
}
(or any other value for 554)
poudenes
Posts: 667
Joined: Wednesday 08 March 2017 9:42
Target OS: Linux
Domoticz version: 3.8993
Location: Amsterdam
Contact:

Re: Log file into dashticz

Post by poudenes »

Thanks!!


Verzonden vanaf mijn iPhone met Tapatalk Pro
RPi3 B+, Debain Stretch, Domoticz, Homebridge, Dashticz, RFLink, Milight, Z-Wave, Fibaro, Nanoleaf, Nest, Harmony Hub, Now try to understand pass2php
usky73
Posts: 39
Joined: Saturday 07 November 2015 9:53
Target OS: Raspberry Pi / ODroid
Domoticz version: 2021.1
Location: france
Contact:

Re: Log file into dashticz

Post by usky73 »

I am looking the same feature but I am facing issue for the height, it seems not working.

I have added this line :

Code: Select all

.containslog .items {
        height: 1000px;
        background: black;
}
Background becomes black but no height updae.
What's wrong ?
usky73
Posts: 39
Joined: Saturday 07 November 2015 9:53
Target OS: Raspberry Pi / ODroid
Domoticz version: 2021.1
Location: france
Contact:

Re: Log file into dashticz

Post by usky73 »

any answer ?
Lokonli
Posts: 2290
Joined: Monday 29 August 2016 22:40
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Log file into dashticz

Post by Lokonli »

usky73 wrote: Monday 13 June 2022 19:45any answer ?
Try:

Code: Select all

.containslog {
    height: 1000px
}
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest