User Tools

Site Tools


owst:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Last revision Both sides next revision
owst:start [2015/03/20 10:50]
admin [Configuration]
owst:start [2020/04/08 08:39]
admin
Line 3: Line 3:
 OWST is an Open Source project performing as a programmable timer for [[http://www.maximintegrated.com/products/1-wire-and-ibutton.mvp|1-Wire]](r) switches such as [[http://www.maximintegrated.com/datasheet/index.mvp/id/3818/t/al|DS2408]] (8-Channel Addressable Switch) or [[http://www.maximintegrated.com/datasheet/index.mvp/id/4588/t/al|DS2413]] (Dual Channel Addressable Switch).  OWST is an Open Source project performing as a programmable timer for [[http://www.maximintegrated.com/products/1-wire-and-ibutton.mvp|1-Wire]](r) switches such as [[http://www.maximintegrated.com/datasheet/index.mvp/id/3818/t/al|DS2408]] (8-Channel Addressable Switch) or [[http://www.maximintegrated.com/datasheet/index.mvp/id/4588/t/al|DS2413]] (Dual Channel Addressable Switch). 
  
- +For featurestechnical detailsinstallation instructions see [[https://github.com/clemens-it/owst|OWST on GitHub]]
-====Features==== +
-  * completely free and open source. +
-  * manages addressable switches in a 1-Wire networkevery switch can be controlled by timer programs. +
-  * Every switch may be in one of the three modes: constant ONconstant OFF, TIMER. Mode may be changed without affecting the programming of the timer. +
- +
-Timer +
-  * Nearly unlimited time programs. Number of time programs are limited only by the resources of the server and/or the used database management system SQlite3. +
-  * programming is based on weekly repetition. +
-  * 7-day programming: time programs can be set to be valid for selected days of the week only. +
-  * Time programs can be limited by a starting and final date. +
-  * Option to automatically delete time program after it's expiry date.  +
-  * Option for time program to override other active time programs when switching OFF. +
- +
- +
-Web interface +
-  * Management of time programs (insert, update, delete) +
-  * Designed for usage on smart phone +
-  * Cloning of time programs +
-  * Interruption of time programs for a given time period (ideal for holidays etc.) +
-  * Immediate actions such as switch-ON for given time or switch-OFF in given time. +
-  * Access to log  +
-  * Display of at queue +
- +
-The script which actually switches on or off the One Wire switches may be called periodically using cron or at the corresponding date and time using 'at' (with automatic reprogramming of 'at').  +
- +
-OWS Timer Control works on a time resolution of minutes. Therefore time programs might switch off/on up too 59 seconds to late/early.  +
- +
-Requirements / Relies on +
-  * [[http://owfs.org/|OWFS]] +
-  * [[http://www.php.net|PHP5]] +
-  * [[http://www.smarty.net/|Smarty Template Engine]] +
-  * [[http://www.sqlite.org/|SQLite3]] +
-  * cron/at+
  
 ====Screenshots==== ====Screenshots====
owst/start.txt · Last modified: 2020/04/08 08:42 by admin