| Rev |
Age |
Author |
Path |
Log message |
Diff |
| 2300 |
3976 d 0 h |
linlun |
/trunk/PcSoftware/Atom1.5/ |
Added support to ignore missing data that is specified in RRDTool_Config
Small fixes to many javascripts |
|
| 2298 |
4443 d 20 h |
arune |
/trunk/PcSoftware/Atom1.5/script/interface/ |
Added extra data value for rain sensor to work around rrd only accepting ints when updating rrd with DS as COUNTER |
|
| 2296 |
4486 d 14 h |
arune |
/trunk/PcSoftware/Atom1.5/script/interface/ |
Added support for Viking protocol type 3 (rain sensor)
Cleanup of Rubicson, this could not possibly have worked before |
|
| 2275 |
4580 d 11 h |
linlun |
/trunk/PcSoftware/Atom1.5/script/interface/ |
Atom-scripts updated fro sensor, dimmer and PID |
|
| 2257 |
4668 d 16 h |
linlun |
/trunk/PcSoftware/Atom1.5/script/interface/ |
Added first version of oregon support |
|
| 2240 |
5046 d 15 h |
linlun |
/trunk/PcSoftware/Atom1.5/script/interface/ |
Added rubicson support in sensors.js, only temperature supported at the moment |
|
| 2237 |
5049 d 9 h |
linlun |
/trunk/ |
Added viking sensors to sensors.js and change protcol to use "Pressed"/"Released" |
|
| 2232 |
5064 d 11 h |
linlun |
/trunk/ |
Fixed error and updated sensors.js for ultrasonic functionality |
|
| 2218 |
5117 d 21 h |
arune |
/trunk/PcSoftware/Atom1.5/script/interface/ |
Sensors only store viking humidity in lastvalues if less than 101%
RRDtool only store values if timestamp is fresh, if not print error message, partly untested |
|
| 2211 |
5119 d 15 h |
arune |
/trunk/PcSoftware/Atom1.5/script/interface/ |
Fixed a bug where unknown Viking sensors would not show up i Atom log if no other alias were stored, also fixed a comment for how to create alias for devicestate |
|
| 2207 |
5123 d 12 h |
arune |
/trunk/PcSoftware/Atom1.5/script/interface/ |
Added devicestate as Nexa2 sensor |
|
| 2205 |
5123 d 20 h |
arune |
/trunk/PcSoftware/Atom1.5/script/ |
Added support for Viking sensor over RF |
|
| 2182 |
5138 d 13 h |
arune |
/trunk/PcSoftware/Atom1.5/script/interface/ |
Added function for manually add number and name to PhoneBook from atomic |
|
| 2181 |
5138 d 14 h |
arune |
/trunk/PcSoftware/Atom1.5/script/interface/ |
Add area code prefix to numbers if missing, (moved from phonebook to phonecall)
Minor improvement in callback from phonecall |
|
| 2153 |
5153 d 12 h |
arune |
/trunk/PcSoftware/Atom1.5/script/interface/ |
Minor fix for previous commit |
|
| 2152 |
5153 d 12 h |
arune |
/trunk/PcSoftware/Atom1.5/script/interface/ |
Added phonebook (name) to phonecall callback, fixes #13 |
|
| 2122 |
5166 d 23 h |
runge |
/trunk/PcSoftware/Atom1.5/script/interface/ |
Fix for length check in DTMF decoding when dialing out without area code. |
|
| 2098 |
5171 d 21 h |
runge |
/trunk/PcSoftware/Atom1.5/script/interface/ |
Fixed so no eniro or rseek checks are made on hidden or unknown numbers.
Added printout for raw data received from DTMF to debug in out problem arune is having |
|
| 2094 |
5172 d 1 h |
runge |
/trunk/PcSoftware/Atom1.5/script/interface/ |
Fixed priority, now rseek searches are only done if eniro failes to find anything.
Also put the result from rseek into an array... not sure of the result format though so it needs to be tested. |
|
| 2092 |
5172 d 12 h |
runge |
/trunk/PcSoftware/Atom1.5/script/interface/ |
Fixed parsing of incomming or outgoing calls which was wrong. Thanks arune! |
|
| 2091 |
5172 d 12 h |
runge |
/trunk/PcSoftware/Atom1.5/script/interface/ |
Changes and fixes to DTMF decoding.
Lookup on eniro now works... added timestamp and names parameters to PhoneCall storage. |
|
| 2050 |
5177 d 18 h |
arune |
/trunk/PcSoftware/Atom1.5/script/interface/ |
Added callback functionality to phonenumber, not phonebook since it does not work |
|
| 2014 |
5213 d 3 h |
linlun |
/trunk/PcSoftware/Atom1.5/script/interface/ |
Added support for eniro and rkseek for onlinePhoneBook, commented out support for hitta.se (broken) |
|
| 1958 |
5257 d 10 h |
cougar |
/trunk/PcSoftware/Atom1.5/script/interface/ |
Do not update LastValues with ds18x20 temperature in case of temperature
conversion error (happens sometimes during startup and when power for
"parasite power" mode is not long/strong enough) |
|
| 1936 |
5271 d 12 h |
englund |
/trunk/PcSoftware/Atom1.5/script/interface/ |
Added DHT11 to available sensors |
|
| 1905 |
5338 d 1 h |
linlun |
/trunk/PcSoftware/Atom1.5/ |
Added support for DTMF-module fix that replaces last digit in outgoing calls if it is wrong with a 'C' |
|
| 1900 |
5340 d 13 h |
linlun |
/trunk/PcSoftware/Atom1.5/script/interface/ |
Fixed bugs in sensor.js |
|
| 1899 |
5340 d 14 h |
linlun |
/trunk/PcSoftware/Atom1.5/ |
Added Phonebook support for DTMF menu item and in sensors |
|
| 1807 |
5406 d 12 h |
linlun |
/trunk/PcSoftware/Atom1.5/script/interface/ |
Added DTMF-storage |
|
| 1765 |
5466 d 19 h |
linlun |
/trunk/PcSoftware/Atom1.5/ |
Updates to alot of the javascripts for atom1.5 |
|
| 1652 |
5740 d 8 h |
runge |
/trunk/PcSoftware/Atom1.5/ |
Renamed module directory in scripts to interface
Made the Xorg plugin default off, can be compiled in with a flag
Version now uses the SVN number as it's third number
Made it possible to use cpack to create *.deb packages for installation, the text file INSTALL contains the instructions |
|
| 1650 |
5741 d 8 h |
runge |
/trunk/PcSoftware/Atom1.5/ |
Bugfixes
Added script for working with a display |
|
| 1649 |
5741 d 9 h |
runge |
/trunk/PcSoftware/Atom1.5/ |
More fixes in JS
All sensor values are now stored and a command exists for getting the last value |
|
| 1648 |
5742 d 8 h |
runge |
/trunk/PcSoftware/Atom1.5/ |
Finished LG remote record
Removed some now unsused script files
Added a script for sensors
Fixed the output of several other scripts |
|