Week graphs ?
Moderators: leecollings, remb0
- beamzer
- Posts: 19
- Joined: Sunday 17 August 2014 20:18
- Target OS: Raspberry Pi / ODroid
- Domoticz version: stable
- Contact:
Week graphs ?
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...
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
RFXtrx433E - RFLink - Smartmeter (through RasPi-Zero-W) - Hue - BMP180 - DHT22 - Wemos D1 Mini's with PIR
-
- Posts: 2
- Joined: Tuesday 01 September 2015 13:38
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Week graphs ?
Same thing here, I would like to activate weekly graphs for every sensor.
An idea ?
Thanks
An idea ?
Thanks
-
- Posts: 31
- Joined: Thursday 15 October 2015 12:00
- Target OS: Linux
- Domoticz version: stable
- Location: Wales
- Contact:
Re: Week graphs ?
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?
Anyone know how to enable week graphs for everything?
Re: Week graphs ?
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.
- beamzer
- Posts: 19
- Joined: Sunday 17 August 2014 20:18
- Target OS: Raspberry Pi / ODroid
- Domoticz version: stable
- Contact:
Re: Week graphs ?
Odd that nobody seems to know
Domoticz stable on a Raspberry Pi 3
RFXtrx433E - RFLink - Smartmeter (through RasPi-Zero-W) - Hue - BMP180 - DHT22 - Wemos D1 Mini's with PIR
RFXtrx433E - RFLink - Smartmeter (through RasPi-Zero-W) - Hue - BMP180 - DHT22 - Wemos D1 Mini's with PIR
-
- Posts: 26
- Joined: Thursday 13 October 2016 11:43
- Target OS: Linux
- Domoticz version:
- Contact:
Re: Week graphs ?
Dear Domoticz forum.
Maybe someone has a solution now?
Why is there no week graph?
My temp sensor only displays day, month and year.
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 :-(
- Screenshot_2016-10-13-16-46-07-205_com.android.chrome.png (381.72 KiB) Viewed 2893 times
- bobkersten
- Posts: 34
- Joined: Tuesday 06 October 2015 9:17
- Target OS: Linux
- Domoticz version: beta
- Location: Venray
- Contact:
Re: Week graphs ?
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
- 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 ?
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
But i think you are referring to the bar chart... that could indeed be nice, but also used space
Quality outlives Quantity!
-
- Posts: 11
- Joined: Friday 14 July 2017 21:24
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Week graphs ?
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
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
Who is online
Users browsing this forum: No registered users and 1 guest