smartVISU

所属分类:WEB开发
开发工具:PHP
文件大小:23287KB
下载次数:35
上传日期:2013-05-10 15:40:29
上 传 者hjq2458913
说明:  这个一个国外的关于智能家居控制的一个网站。采用Jquyer mobile的UI框架设计,可共参考
(This is a web about intelligent control in home.It is designed by Jquery Mobile UI.)

文件列表:
smartVISU\apps\app_demo.html (935, 2013-04-03)
smartVISU\apps\app_weather.html (1181, 2013-04-03)
smartVISU\apps\app_webcam_f.html (1509, 2013-04-03)
smartVISU\apps\app_webcam_seiseralm.html (1653, 2013-04-03)
smartVISU\apps\app_webcam_wue.html (1476, 2013-04-03)
smartVISU\config.php (5098, 2013-04-03)
smartVISU\config.php.bak (5117, 2013-04-03)
smartVISU\designs\cube.css (52853, 2013-04-03)
smartVISU\designs\cube.min.css (27373, 2013-04-03)
smartVISU\designs\greenhornet.css (52868, 2013-04-03)
smartVISU\designs\greenhornet.min.css (27388, 2013-04-03)
smartVISU\designs\ice.css (53270, 2013-04-03)
smartVISU\designs\ice.min.css (27790, 2013-04-03)
smartVISU\designs\images\ajax-loader.gif (7825, 2013-04-03)
smartVISU\designs\images\ajax-loader.png (340, 2013-04-03)
smartVISU\designs\images\icon-search-black.png (1245, 2013-04-03)
smartVISU\designs\images\icons-18-black.png (1767, 2013-04-03)
smartVISU\designs\images\icons-18-white.png (1806, 2013-04-03)
smartVISU\designs\images\icons-36-black.png (3611, 2013-04-03)
smartVISU\designs\images\icons-36-white.png (3648, 2013-04-03)
smartVISU\designs\images\Thumbs.db (10240, 2013-04-07)
smartVISU\designs\night.css (52868, 2013-04-03)
smartVISU\designs\night.min.css (27388, 2013-04-03)
smartVISU\designs\sand.css (53033, 2013-04-03)
smartVISU\designs\sand.min.css (27553, 2013-04-03)
smartVISU\driver\io_domotiga.js (9337, 2013-04-03)
smartVISU\driver\io_json.js (9210, 2013-04-03)
smartVISU\driver\io_json.php (3365, 2013-04-03)
smartVISU\driver\io_linknx.js (9347, 2013-04-03)
smartVISU\driver\io_linknx.php (4631, 2013-04-03)
smartVISU\driver\io_offline.js (9135, 2013-04-03)
smartVISU\driver\io_offline.php (2898, 2013-04-03)
smartVISU\driver\io_smarthome.py.js (8923, 2013-04-03)
smartVISU\driver\_io_template.js (6030, 2013-04-03)
smartVISU\favicon.ico (2837, 2013-04-03)
smartVISU\icons\bl\audio_audio.png (6227, 2013-04-03)
smartVISU\icons\bl\audio_eject.png (6686, 2013-04-03)
smartVISU\icons\bl\audio_eq.png (6109, 2013-04-03)
smartVISU\icons\bl\audio_fade.png (8139, 2013-04-03)
smartVISU\icons\bl\audio_ff.png (8408, 2013-04-03)
... ...

/** * ----------------------------------------------------------------------------- * @package smartVisu * @author Martin Glei * @copyright 2012 * @license GPL * ----------------------------------------------------------------------------- */ DISCRIPTION -------------------------------------------------------------------------------- smartVISU is a framework to create a visualisation for a knx-installation with simple html-pages. To read and write group-telegramms special tags are used. You don't need to know javascript. SYSTEMREQUIREMENTS -------------------------------------------------------------------------------- - KNX-Bus - eibd, linknx - 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 pages directory in "pages", for example "pages/visu" or "pages/YOURNAME" Copy all files from "pages/_template" to "pages/visu" directory 2. Check the config.php and set the "config_pages" to "visu" or "YOURNAME" 3. Set the "config_driver" to your KNX-environment - linknx: for linxknx and eibd environment - offline: only for testing, all GADs will be stored in a textfile ("temp/offline.var") - debug: only for testing, all GADs will gather a random number 4. Create a new page in your pages-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 pages-directory ("visu" or "YOURNAME") 7. Change your design (theme) with: http://jquerymobile.com/themeroller/ Drop your new design (theme) in the "designs" directory Set "config_design" to your new design-name (without .css), mention that "NAME.min.css" is been loaded 8. Test your page with: http://localhost/smartVISU/index.php?page=mypage Note: replace "localhost" with your hostname from your server 9. Create all pages you need 10. At the end of your project set "config_cache" to "true" to speed up your smartVISU Enjoy smartVISU! TODO -------------------------------------------------------------------------------- - MainMenu: Display selected menu-button - Buttons: pressed short / long - Scenes HISTORY -------------------------------------------------------------------------------- v 2.2 01.02.13 - new driver: smarthome.py (with websocket) - new driver: domotiga (with websocket) - improved error handling and notification - phone service: fritz!box v5.50. Special thanks to Stefan Vonbrunn - new design: greenhornet - new icons: gn (green) - new pages: meister (as model-home) - weather: yr.no now in en and de. Special thanks to Raik Alber - update: Twig, with continuous integration - new icons: They are named in english. thanks to mfd - improved driver: offline, linknx, json - new smart.alert js-function for alerts and logging - driver linknx: with error-handling v 2.1 09.01.12 - new pages: otterstaetter (as model-home) - widget: multimedia.music for a player - widget: appliance.iprouter for the enertex knxnet/ip-router - reengineered widget: basic.slider - reengineered widget: basic.button - widget: basic.rgb with color-selector - widget: basic.symbol allows more gads/items now - widget: basic.shutter may now be clicked to change the position - improved design: device.rtr - improved design: weather and clock for small devices - changed design: header now fixed on mobile devices v 2.0 14.12.12 - realtime polling - updated driver: 'linknx' for polling - updated driver: 'offline' for polling - new widget: shutter (widgets/device.html) - widget: basic.button now supports different icons - docu for buttongroups - docu for popups - new
近期下载者

相关文件


收藏者