Skip to content

Installation

wakr70 edited this page Mar 11, 2019 · 2 revisions

Installation

  1. Install first CCU-Historian, as some directory and the web server will be used

  2. create below /usr/local/addons/ccu-historian/ccu-historian/webapp/custom a new directory like "h2-highchart"

  3. copy all files from directory "h2-highchart" to above created directory.

  4. change config file from CCU-Historian to include this as customer side in the menu

add following lines to file "/usr/local/addons/ccu-historian/ccu-historian.config":
(if link1 already exits, use next free number)

  • webServer.menuLinks.link1.text='H2-HighChart'
  • webServer.menuLinks.link1.address='/custom/h2-highchart/H2-HighChart.gy'

You can add also more than only 1 link e.g. for you favorites like:

  • webServer.menuLinks.link2.text='H2-xxxxxx'
  • webServer.menuLinks.link2.address='/custom/h2-highchart/H2-HighChart.gy?periode=720&dp=54|A5|T4|L11|F3|X0.037306.......3&filterline=3'
  • webServer.menuLinks.link3.text='H2-xxxxxx'
  • webServer.menuLinks.link3.address='/custom/h2-highchart/H2-HighChart.gy?periode=168&dp=189|A3|Y10|F6,490|A3|Y10|F1,.....38&legend=6'
  • ....
  • ....

CCU-Historian-H2-HighChart!

Aggregation:

Comparisation:

Stacking:

Groovy Script with Expressions

Clone this wiki locally