-
-
Notifications
You must be signed in to change notification settings - Fork 1
Installation
wakr70 edited this page Mar 11, 2019
·
2 revisions
-
Install first CCU-Historian, as some directory and the web server will be used
-
create below /usr/local/addons/ccu-historian/ccu-historian/webapp/custom a new directory like "h2-highchart"
-
copy all files from directory "h2-highchart" to above created directory.
-
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'
- 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'
- ....
- ....