glueckm / smartvisu

Automatically exported from code.google.com/p/smartvisu
GNU General Public License v3.0
0 stars 0 forks source link

/**

DESCRIPTION

smartVISU is a framework to create a visualisation for a knx-installation with simple html-pages. To read and write group-telegrams special tags are used. You don't need to know javascript.

SYSTEM REQUIREMENTS

-   KNX-Bus
-   eibd
-   linknx or smarthome.py
-   Webserver with PHP 5.2.4 
-   Firefox, Chrome, IE, Safari, iPhone, iPad, Android Phone or Android 
    Tablet

10 STEP GUIDE:

For your own Project do the following:

1.  Create a new directory in "pages", for example "pages/visu" or 
    "pages/YOURPROJECT". This is your individual project-directory where you
    may work. Copy all files from "pages/_template" to your project-directory

2.  Check the config.php and set the "config_pages" to "YOURPROJECT"

3.  Set the "config_driver" to your backend-environment
    - linknx: for linxknx and eibd environment
    - smarthome.py for SmartHome.py environment
    - eibd for direct access
    - offline: only for testing, all GADs will be stored in a textfile 
      ("temp/offline_YOURPROJECT.var")

4.  Create a new page in your project-directory, for example "mypage.html"
    Note: Do not use "base.html, basic.html, device.html", these are system
    pages

5.  Fill the page with your preferred content and widgets

6.  If you need to change the design, use a "visu.css" - stylesheet file in 
    your project-directory. 
    If you want to develop your own widgets, also place them in your directory.
    Name the javascript-file (if you need one) to "visu.js" and it will be
    included automatically. Name the file with the widgets e.g. "custom.html"

7.  Test your page with:
    http://localhost/smartVISU/index.php?page=mypage
    Note: replace "localhost" with the hostname from your server      

8.  Create all pages you need

9.  At the end of your project set "config_cache" to "true" to speed up your
    smartVISU
  1. Enjoy smartVISU!

HISTORY

v 2.8

v 2.7 03.11.13

v 2.6 06.08.13

v 2.5 01.06.13

v 2.4 26.04.13 Happy Birthday smartVISU!

v 2.3 04.03.13

v 2.2 01.02.13

v 2.1 09.01.12

v 2.0 14.12.12

v 1.9 28.11.12

v 1.8 02.11.12

v 1.7 06.10.12

v 1.6 25.09.12

v 1.5 01.08.12

v 1.4 02.07.12

v 1.3 19.06.12

v 1.2 18.05.12

v 1.1 03.05.12

v 1.0 26.04.12