Week graphs ?

Topics (not sure which fora)
when not sure where to post, post here and mods will move it to right forum.

Moderators: leecollings, remb0

Post Reply
User avatar
beamzer
Posts: 19
Joined: Sunday 17 August 2014 20:18
Target OS: Raspberry Pi / ODroid
Domoticz version: stable
Contact:

Week graphs ?

Post by beamzer »

Only a couple devices have week graphs (apart from day, month year) but most of them
are missing the week graph. Is this something thats wrong in my config? I would like to see
all data having week graphs.

thanks,
Ewald...
Domoticz stable on a Raspberry Pi 3
RFXtrx433E - RFLink - Smartmeter (through RasPi-Zero-W) - Hue - BMP180 - DHT22 - Wemos D1 Mini's with PIR
iero
Posts: 2
Joined: Tuesday 01 September 2015 13:38
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Week graphs ?

Post by iero »

Same thing here, I would like to activate weekly graphs for every sensor.

An idea ?

Thanks
karl8754
Posts: 31
Joined: Thursday 15 October 2015 12:00
Target OS: Linux
Domoticz version: stable
Location: Wales
Contact:

Re: Week graphs ?

Post by karl8754 »

Did anyone ever figure this out? I've been trying to get week graphs appearing in Domoticz and can't get them anywhere at all (webpage or app). I've tried swapping short sensor logs to 7 days which gives me 'fake' week graph (as the 'Day graph') but then I lose my quick glance day graph and have to fiddle with zooming in.

Anyone know how to enable week graphs for everything?
fredlo
Posts: 2
Joined: Tuesday 16 July 2013 11:43
Target OS: -
Domoticz version:
Contact:

Re: Week graphs ?

Post by fredlo »

Hi, same issue for me on the 'week' graphs on the app. They cannot be displayed for any of my temp or weather sensors. Rest are ok. Strange.
User avatar
beamzer
Posts: 19
Joined: Sunday 17 August 2014 20:18
Target OS: Raspberry Pi / ODroid
Domoticz version: stable
Contact:

Re: Week graphs ?

Post by beamzer »

Odd that nobody seems to know :shock:
Domoticz stable on a Raspberry Pi 3
RFXtrx433E - RFLink - Smartmeter (through RasPi-Zero-W) - Hue - BMP180 - DHT22 - Wemos D1 Mini's with PIR
EDsteve
Posts: 26
Joined: Thursday 13 October 2016 11:43
Target OS: Linux
Domoticz version:
Contact:

Re: Week graphs ?

Post by EDsteve »

Dear Domoticz forum.

Maybe someone has a solution now?
Why is there no week graph?

My temp sensor only displays day, month and year.
Attachments
Weekly graph missing :-(
Weekly graph missing :-(
Screenshot_2016-10-13-16-46-07-205_com.android.chrome.png (381.72 KiB) Viewed 2887 times
User avatar
gizmocuz
Posts: 2352
Joined: Thursday 11 July 2013 18:59
Target OS: Raspberry Pi / ODroid
Domoticz version: beta
Location: Top of the world
Contact:

Re: Week graphs ?

Post by gizmocuz »

The last 7 days of the month is your week ?
Quality outlives Quantity!
User avatar
bobkersten
Posts: 34
Joined: Tuesday 06 October 2015 9:17
Target OS: Linux
Domoticz version: beta
Location: Venray
Contact:

Re: Week graphs ?

Post by bobkersten »

Hehe, yeah that's true, but the week graphs on the utility tab are a bit more detailed :) I think it's possible to add week graphs for other sensors too, the data should be there right? I'll take a look when I get the chance.
Mac mini w/ ESXi running Ubuntu w/ Domoticz custombuild, SolarEdge 3500Wp, S0 Meter, P1 Smart Meter, RFXtrx433e, Aeotec Z-Stick Gen5
User avatar
gizmocuz
Posts: 2352
Joined: Thursday 11 July 2013 18:59
Target OS: Raspberry Pi / ODroid
Domoticz version: beta
Location: Top of the world
Contact:

Re: Week graphs ?

Post by gizmocuz »

There is no more information that is also displayed in the month chart.
But i think you are referring to the bar chart... that could indeed be nice, but also used space
Quality outlives Quantity!
MasterCATZ
Posts: 11
Joined: Friday 14 July 2017 21:24
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Week graphs ?

Post by MasterCATZ »

Also trying to sort this out the code for it is there and should default to a Sunday start
just a matter of finding where the chart is called from
possible code to play with

/app/aps.js

Highcharts.setOptions({

/index.html

</div>
<div id="globaldaylog" style="display:none;">
<h2 data-i18n="Day">Day</h2>
<div id="globaldaygraph" style="height: 300px;"></div>
<br>
<h2 data-i18n="Week">Week</h2>
<div id="globalweekgraph" style="height: 300px;"></div>
<br>
<h2 data-i18n="Month">Month</h2>
<div id="globalmonthgraph" style="height: 300px;"></div>
<br>
<h2 data-i18n="Year">Year</h2>
<div id="globalyeargraph" style="height: 300px;"></div>
</div>


/www/js/highcharts-more.js.gz
/www/js/highcharts.js.gz
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest