Search found 19 matches

by ykuijs
Friday 24 January 2020 21:24
Forum: Dashticz
Topic: Multiple sources in one graph
Replies: 280
Views: 28203

Re: Multiple sources in one graph

clinkadink wrote: Wednesday 22 January 2020 9:17
ykuijs wrote: Monday 20 January 2020 23:34 I see something strange with the order
Please try the latest update using the new setting:

Code: Select all

sortDevices: false
Yes, this solves the issue! Great!
by ykuijs
Monday 20 January 2020 23:34
Forum: Dashticz
Topic: Multiple sources in one graph
Replies: 280
Views: 28203

Re: Multiple sources in one graph

I see something strange with the order of the graphs and the current values in the header. My config is: blocks['multigraph_20'] = { title: 'Temperaturen', devices: [20,25,26], datasetColors: ['lightblue','lightgreen','orange'], legend: true, graph: 'line', legend: { 'te1' : 'Woonkamer', 'te2 ...
by ykuijs
Wednesday 15 January 2020 11:19
Forum: Dashticz
Topic: Multiple sources in one graph
Replies: 280
Views: 28203

Re: Multiple sources in one graph

Yes, that was it. Got the new bits from the multigraph branch, removed the declarations and the graphs display just fine.

This just leaves the multigraph not showing. How can I troubleshoot?
by ykuijs
Wednesday 15 January 2020 10:49
Forum: Dashticz
Topic: Multiple sources in one graph
Replies: 280
Views: 28203

Re: Multiple sources in one graph

Just noticed that for the three missing graphs, I did not have any blocks declared (so it would render using default settings). I declared a block for one graph and after a refresh, that graph is now displayed.

So it looks like the graph is no longer rendered using default settings in 3.3.1 beta.
by ykuijs
Wednesday 15 January 2020 10:35
Forum: Dashticz
Topic: Multiple sources in one graph
Replies: 280
Views: 28203

Re: Multiple sources in one graph

I was using 3.2.1 beta. Just tested 3.3.1 beta and there all works well. The missing color variables were indeed the issue. Changed this to HTML values and now no error is displayed. However the graphs in the right column are still missing and the multigraph (which is using the same devices) are all ...
by ykuijs
Tuesday 14 January 2020 14:04
Forum: Dashticz
Topic: Multiple sources in one graph
Replies: 280
Views: 28203

Re: Multiple sources in one graph

Just took the files from the multigraph branch and copied my config.js from my main folder. When I opened the dashticz dashboard, three of my graphs disappeared. When I added a multigraph section (just the block, not added the config to a column), the dashboard broke down: my two page dashboard ...
by ykuijs
Thursday 09 January 2020 21:16
Forum: Dashticz
Topic: Multiple sources in one graph
Replies: 280
Views: 28203

Re: Multiple sources in one graph

Awesome!! I can't wait!

No pressure though ;)
by ykuijs
Tuesday 07 January 2020 20:15
Forum: Dashticz
Topic: Multiple sources in one graph
Replies: 280
Views: 28203

Re: Multiple sources in one graph

That indeed looks really good! Great work! Let me know if you need me to test anything.
by ykuijs
Saturday 14 December 2019 19:10
Forum: Dashticz
Topic: Graph for one phase of my P1 connection not working
Replies: 17
Views: 1428

Re: Graph for one phase of my P1 connection not working

Yes, that worked like a charm!! This also fixed the min/max values for the "Afgelopen maand" graph (monthly graphs don't show the average data points (u), but the min/max values (u_min and u_max)). So far that only showed the max values, since the min values had a value of 0. Now the graph shows two ...
by ykuijs
Saturday 14 December 2019 13:45
Forum: Dashticz
Topic: Graph for one phase of my P1 connection not working
Replies: 17
Views: 1428

Re: Graph for one phase of my P1 connection not working

Oeps, sorry. You are correct, my bad :) { "result" : [ { "d" : "2019-12-13 13:25", "u" : 0.0 }, { "d" : "2019-12-13 13:30", "u" : 0.0 }, { "d" : "2019-12-13 13:35", "u" : 0.0 }, { "d" : "2019-12-13 13:40", "u" : 0.0 }, { "d" : "2019-12-13 13:45", "u" : 0.0 }, { "d" : "2019-12-13 13:50", "u" : 0.0 ...
by ykuijs
Saturday 14 December 2019 10:54
Forum: Dashticz
Topic: Graph for one phase of my P1 connection not working
Replies: 17
Views: 1428

Re: Graph for one phase of my P1 connection not working

Just pulled the latest bits from GitHub and used that. It is a little better, but isn't correct yet: The graph for "Laatste Uren" now shows info, however just one data point with the value of 2019. I think this is displaying the year instead of the data from Domoticz: https://ykuijs.home.xs4all.nl ...
by ykuijs
Friday 13 December 2019 13:15
Forum: Dashticz
Topic: Graph for one phase of my P1 connection not working
Replies: 17
Views: 1428

Re: Graph for one phase of my P1 connection not working

I've to check how the chart.js module handles subsampling of device data, because the main difference between 'laatste uren' and 'vandaag' is the amount of data that is received. Just to be sure, can you post the block definition for your graphs from config.js? Which exact Dashticz version are you ...
by ykuijs
Friday 13 December 2019 8:48
Forum: Dashticz
Topic: Graph for one phase of my P1 connection not working
Replies: 17
Views: 1428

Re: Graph for one phase of my P1 connection not working

Last night (shortly after posting previous post) the "Last hours" graph showed some output, but the "Today" graph still didn't work: Last Hours: https://ykuijs.home.xs4all.nl/dashticz_laatsteuren.PNG Today: https://ykuijs.home.xs4all.nl/dashticz_vandaag.PNG Graph in Domoticz: https://ykuijs.home ...
by ykuijs
Thursday 12 December 2019 22:40
Forum: Dashticz
Topic: Graph for one phase of my P1 connection not working
Replies: 17
Views: 1428

Re: Graph for one phase of my P1 connection not working

Here the requested graph data: Phase 2 (idx 44) { "result" : [ { "d" : "2019-12-11 22:30", "u" : 198.0 }, { "d" : "2019-12-11 22:35", "u" : 92.0 }, { "d" : "2019-12-11 22:40", "u" : 96.0 }, { "d" : "2019-12-11 22:45", "u" : 84.0 }, { "d" : "2019-12-11 22:50", "u" : 123.0 }, { "d" : "2019-12-11 22:55 ...
by ykuijs
Thursday 05 December 2019 9:01
Forum: Dashticz
Topic: Graph for one phase of my P1 connection not working
Replies: 17
Views: 1428

Re: Graph for one phase of my P1 connection not working

@FireWizard, yes I mean the graphs in Dashticz. The graphs in Domoticz look just fine. @Lokonli, here the info you requested: The JSON output for phase 2 (which is working fine): { "ActTime" : 1575532613, "AstrTwilightEnd" : "18:33", "AstrTwilightStart" : "06:26", "CivTwilightEnd" : "17:09 ...
by ykuijs
Wednesday 04 December 2019 22:49
Forum: Dashticz
Topic: Graph for one phase of my P1 connection not working
Replies: 17
Views: 1428

Graph for one phase of my P1 connection not working

I recently upgraded my electricity to a 3 phase connection. The new power meter also had a P1 port, so I connected it to my Domoticz system. I am now trying to show the power used for each phase. Phase 1 and 2 are displaying just fine, however phase 3 doesn't show any graph, but does show the ...
by ykuijs
Wednesday 04 December 2019 22:37
Forum: Dashticz
Topic: Multiple sources in one graph
Replies: 280
Views: 28203

Re: Multiple sources in one graph

That is too bad. Fortunately it is a holiday at the end of this month :lol: Would also be great to be able to add more than two devices. I would like to display: the usage of all three phases of my P1 meter in one graph the temperature of my thermostat, the outside temperature and the temperature of ...
by ykuijs
Tuesday 03 December 2019 21:21
Forum: Dashticz
Topic: Multiple sources in one graph
Replies: 280
Views: 28203

Multiple sources in one graph

I recently started using Dashticz and really like how easy it is to create a nice dashboard for Domoticz. I do have one question: I have a temperature sensor in my thermostat and in my Hue motion sensor somewhere else in my home. By adding two graphs I can show the output of the two devices in ...
by ykuijs
Thursday 03 May 2018 17:13
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: Domoticz process stops
Replies: 2
Views: 813

Domoticz process stops

I am running Domoticz on a Raspberry Pi 3 and am encoutering an issue: Domoticz runs fine for several hours/days, but then stops responsing. When I run "sudo service domoticz status", the output shows that the service is "active (exited)". When reviewing the running processes, no domoticz processes ...