Posts: 5
	Threads: 1
	Joined: Jan 2019
	
Reputation: 
0
	 
 
	
		
		
		18.01.2019, 13:49 
(This post was last modified: 18.01.2019, 13:58 by Bar4tus.)
		
	 
	
		Hi, I need to create a column chart with weekly electricity consumption and water consumption.
I need to connect KNX objects with data from Monday to Sunday and show them on the bar graph,
I need to use Google api or something like that?
I'm just starting with js and css, so I need help
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 5287
	Threads: 29
	Joined: Aug 2017
	
Reputation: 
237
	 
 
	
	
		Month view shows days consumption,
	
	
	
------------------------------
Ctrl+F5
	
		
	
 
 
	
	
	
		
	Posts: 8422
	Threads: 45
	Joined: Jun 2015
	
Reputation: 
481
	 
 
	
	
		You have probably selected absolute value mode instead of counter.
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 8422
	Threads: 45
	Joined: Jun 2015
	
Reputation: 
481
	 
 
	
	
		Yes, absolute value is meant for temperature sensors and similar data. In your case counter mode should be used.
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 5287
	Threads: 29
	Joined: Aug 2017
	
Reputation: 
237
	 
 
	
	
		Weekly view shows data in the same resolution as daily. Monthly view will show you daily consumption.
	
	
	
------------------------------
Ctrl+F5
	
		
	
 
 
	
	
	
		
	Posts: 34
	Threads: 10
	Joined: Jan 2016
	
Reputation: 
0
	 
 
	
	
		The raw data is stored in the history trend, the history service make this data available.   Grab data, send to Google and then chart it?