Search found 16 matches

by peterspieg
Thursday 06 April 2023 21:49
Forum: Dashticz
Topic: Dashticz - Time charts (experimental)
Replies: 2
Views: 516

Re: Dashticz - Time charts (experimental)

Hi,
I really like this time graph, and it is working nice on my setup.
Is it possible to change the time on the x-axis to 24 hrs settings?

Second question: is it possible to change the font-size of the labels?

Regards, Peter
by peterspieg
Monday 03 April 2023 21:02
Forum: Dashticz
Topic: Blocks not showing
Replies: 14
Views: 1332

Re: Blocks not showing


For the frame you have to use the following block code:
var frames = {}
frames.weather = {
frameurl: 'https://gadgets.buienradar.nl/gadget/zoommap/?lat=52.50467&lng=4.97229&overname=2&zoom=8&naam=made&size=3&voor=1',
scrollbars: false,
width:12,
aspectratio: '0.66'
}
And add frames.weather to ...
by peterspieg
Monday 03 April 2023 20:53
Forum: Dashticz
Topic: Blocks not showing
Replies: 14
Views: 1332

Re: Blocks not showing


Can you add extra:
config['owm_country'] = 'nl';
config['owm_lang'] = 'nl';
to your config.js

And I used block:
blocks[31] = {
type: 'weather',
provider: 'owm',
layout: 1,
count: 7,
interval: 3
}
Naamloos.png


Hello Hans, thanks for the help so far, but it is still only showing a icon ...
by peterspieg
Monday 03 April 2023 8:39
Forum: Dashticz
Topic: Blocks not showing
Replies: 14
Views: 1332

Re: Blocks not showing


I mean layout 1 for your block 31. Just to see if the block is loading correctly.

Sorry Hans, it was too late for me :roll: .
Now I have changed to layout one, but still not showing. Only the favicon is visible.


blocks['31'] = {
type: 'weather',
layout: 1,
count: 7,
interval: 3
}

blocks ...
by peterspieg
Sunday 02 April 2023 20:20
Forum: Dashticz
Topic: Blocks not showing
Replies: 14
Views: 1332

Re: Blocks not showing

Just to be sure, the Raspberry Pi can reach internet, I added the TV guide as a block, and that works.
So, it is not a internet/network issue.
But I still can't get it to work.
by peterspieg
Sunday 02 April 2023 20:07
Forum: Dashticz
Topic: Blocks not showing
Replies: 14
Views: 1332

Re: Blocks not showing

HansieNL wrote: Sunday 02 April 2023 12:44 Can you try to use layout 1 and see if the block does load?
Do you mean column1?
by peterspieg
Sunday 02 April 2023 11:05
Forum: Dashticz
Topic: Blocks not showing
Replies: 14
Views: 1332

Re: Blocks not showing

EdwinK wrote: Sunday 02 April 2023 8:02 No ticks should appear around the blocknumbers, so it;s just blocks : ['clock','sunrise',31,32],
Hi Edwin, thanks for your reply.
It makes no difference to use or not use the '.
In column 1 I use also the ' and there the blocks do show.
So, it must be something else.

Peter
by peterspieg
Saturday 01 April 2023 21:05
Forum: Dashticz
Topic: Blocks not showing
Replies: 14
Views: 1332

Blocks not showing

Hello, I have two blocks, and they won't show on the dashboard.

This is a part of the code I am using:


config['owm_api'] = xxxxxxxxxxxxxxxxxaaaaaaaxxxxxxxxxxxx';
config['owm_city'] = 'Amsterdam';

blocks['31'] = {
type: 'weather',
layout: 2,
count: 7,
interval: 3
}

blocks['32 ...
by peterspieg
Friday 31 March 2023 10:17
Forum: Dashticz
Topic: How to show total power usage
Replies: 2
Views: 388

How to show total power usage

Hello,

At our rowing club, we have a three phase power connection. In Domoticz they show as "Usage L1", "Usage L2"and "Usage L3". There is also some data named "Power combine". The data from the Power Combine is "15996038;18991796;0;0;348;0" I don't know what these numbers mean.

https://www ...
by peterspieg
Wednesday 29 March 2023 20:50
Forum: Dashticz
Topic: Show P1 meter as hartbeat line?
Replies: 3
Views: 338

Re: Show P1 meter as hartbeat line?

Hi Lokonli,

it is working perfectly.
Two more question, (for me as a newbie not quite clear :?) I have what I call three energy-groups (drie fasen), which are L1, L2 and L3.
Can these be combined, to one line?

And it is possible to change the font size for the y-axis and title?
Already found this ...
by peterspieg
Tuesday 28 March 2023 17:47
Forum: Dashticz
Topic: Show P1 meter as hartbeat line?
Replies: 3
Views: 338

Re: Show P1 meter as hartbeat line?

Yes, that's the one I want.
Sometimes I find it difficult to name the thing I want. My English is sometimes not good enough.
by peterspieg
Tuesday 28 March 2023 17:19
Forum: Dashticz
Topic: Show P1 meter as hartbeat line?
Replies: 3
Views: 338

Show P1 meter as hartbeat line?

Hello,

I was looking at the different blocks which are available for the P1 slimme meter.
What I would like to have is a block with a "heart beat line". Where the line scrolls with the energy being used at that moment.
Is there a block or possibility to have this?

Regards, Peter
by peterspieg
Tuesday 28 March 2023 13:41
Forum: Dashticz
Topic: Complete new to Dashticz, need some help please
Replies: 8
Views: 663

Re: Complete new to Dashticz, need some help please

Thanks again.
I think I copied a file somehow. I just emptied the file now, and put in my code, and it worked!

Slowly getting where I want to go.
by peterspieg
Tuesday 28 March 2023 10:10
Forum: Dashticz
Topic: Complete new to Dashticz, need some help please
Replies: 8
Views: 663

Re: Complete new to Dashticz, need some help please

So, thanks for the help so far.
I have created my very first dashboard, and it is showing the default P1 slimme meter.
In the custom folder there is already a file custom. css. And it contains a lot of lines.
Like this var config = {
domoticz_ip : 'http://xxx:xxxx',
app_title : 'Dashticz ...
by peterspieg
Monday 27 March 2023 13:52
Forum: Dashticz
Topic: Complete new to Dashticz, need some help please
Replies: 8
Views: 663

Re: Complete new to Dashticz, need some help please

Hi Willem,

yes, I installed Dashticz. I forgot to put in my intro.
I don't have the folder custom v3. But I did find a folder custom and a folder custom_2.
Do I have to create the file in one of those folders?
by peterspieg
Monday 27 March 2023 12:37
Forum: Dashticz
Topic: Complete new to Dashticz, need some help please
Replies: 8
Views: 663

Complete new to Dashticz, need some help please

Hello,
I am complete new to Domoticz, to Dashticz and to Raspberry Pi.
But I read a lot and I try a lot.

For now: I have installed Raspbian on an (older) Raspberry Pi. It took me a few hours or so, but it is working.
On the Raspberry Pi, I installed Domoticz.
On the Domoticz I managed to activate ...