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: 4572
Threads: 23
Joined: Aug 2017
Reputation:
206
Month view shows days consumption,
------------------------------
Ctrl+F5
Posts: 7720
Threads: 42
Joined: Jun 2015
Reputation:
446
You have probably selected absolute value mode instead of counter.
Posts: 7720
Threads: 42
Joined: Jun 2015
Reputation:
446
Yes, absolute value is meant for temperature sensors and similar data. In your case counter mode should be used.
Posts: 4572
Threads: 23
Joined: Aug 2017
Reputation:
206
Weekly view shows data in the same resolution as daily. Monthly view will show you daily consumption.
------------------------------
Ctrl+F5
Posts: 32
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?