Commit Graph

29725 Commits

Author SHA1 Message Date
Paulus Schoutsen 71bd03ed8c Cleaned up the core. 2013-10-08 18:50:30 -07:00
Paulus Schoutsen f1042cd136 Update README.md 2013-10-08 00:14:09 -07:00
Paulus Schoutsen a58319aebd Download dir now taken from config 2013-10-08 00:02:01 -07:00
Paulus Schoutsen 32b357f5e1 PyLint is a lot happier about the code now. 2013-10-07 23:55:19 -07:00
Paulus Schoutsen 9ac8cf7a27 Removing old pychromecast lib 2013-10-07 20:32:44 -07:00
Paulus Schoutsen c3f96fff87 Added extra error checking and feedback to TomatoDeviceScanner 2013-10-07 20:28:45 -07:00
Paulus Schoutsen df53b05423 PyChromecast properly integrated now. 2013-10-07 20:23:05 -07:00
Paulus Schoutsen 9cfcf43202 Added actor to open url in default browser 2013-10-07 18:47:25 -07:00
Paulus Schoutsen c72dbf0a83 Cleaned up the imports of start.py 2013-10-07 18:31:31 -07:00
Paulus Schoutsen 3b6b201428 Added a file downloader 2013-10-07 00:15:47 -07:00
Paulus Schoutsen 1a22f1678c Catching exceptions from listeners in the eventbus to prevent unexpected crashed to crash the core 2013-10-06 23:06:59 -07:00
Paulus Schoutsen 86bd8d68f1 Fix broken link in README.md 2013-10-06 21:47:36 -07:00
Paulus Schoutsen f30587ced7 Added Android app to remote control home assistant 2013-10-06 21:45:45 -07:00
Paulus Schoutsen 53971486fb Add support for Chromecast 2013-10-06 18:24:03 -07:00
Paulus Schoutsen 485ce7b784 Added events to control the lights via the event bus 2013-10-06 17:20:27 -07:00
Paulus Schoutsen 4ce550b432 Better handling if invalid known_devices.csv encountered. 2013-10-06 16:54:46 -07:00
Paulus Schoutsen 59fa58beaf Moved more tracking code to DeviceTracker 2013-10-06 16:14:55 -07:00
Paulus Schoutsen 2c2095d112 Added python-dateutil as dependency in the README.md 2013-10-06 13:22:57 -07:00
Paulus Schoutsen 6efc797df3 Sun setting category didn't include the word sun 2013-10-06 13:20:13 -07:00
Paulus Schoutsen ecb0567d03 Missing doc string for one method. 2013-10-06 13:13:54 -07:00
Paulus Schoutsen 9026a78a66 Better documentation of TomatoDeviceScanner 2013-10-06 13:12:22 -07:00
Paulus Schoutsen 97e82b3808 Next sun rising and sun setting are now in statemachine. 2013-10-06 11:47:24 -07:00
Paulus Schoutsen cb4fce7691 Added title HTML tags to the debug interface 2013-10-05 14:22:46 -07:00
Paulus Schoutsen 0a4ebfa0b0 Update README.md 2013-10-05 14:07:52 -07:00
Paulus Schoutsen e7d6c07b6a Updated docs. 2013-10-05 14:02:30 -07:00
Paulus Schoutsen 5c5fe5051b Now possible to set multiple states through one API call. 2013-10-05 12:28:18 -07:00
Paulus Schoutsen 645513b6ae Changed default API listen port to a less common one. 2013-10-04 21:12:26 -07:00
Paulus Schoutsen 46d7a876c2 Bugfix: Not all lights would turn on when you came home before sunset but after the lights would start fading in. 2013-10-04 20:54:33 -07:00
Paulus Schoutsen 065174db7a Unnecessary check removed from httpinterface 2013-09-30 22:00:49 -07:00
Paulus Schoutsen 5d4136cf29 Indentation converted to spaces 2013-09-30 22:00:23 -07:00
Paulus Schoutsen 561fcd3d15 Added missing doc-string 2013-09-30 19:00:58 -07:00
Paulus Schoutsen e4a6219386 StateMachine sorts states now case insesitive 2013-09-30 19:00:45 -07:00
Paulus Schoutsen 87592ff860 Renaming categories for tracked devices. 2013-09-30 18:59:43 -07:00
Paulus Schoutsen ef1dbac124 HTTPInterface will catch all Requests exceptions now when shutting down. 2013-09-30 18:32:44 -07:00
Paulus Schoutsen a491df761f Integrated core.py into module-init 2013-09-30 00:20:27 -07:00
Paulus Schoutsen a75f396242 HTTP interface won't check for api password on non existing path's anymore but throw 404. 2013-09-29 23:47:53 -07:00
Paulus Schoutsen 77a69016d4 Neater code for Tomato scanning 2013-09-29 16:12:32 -07:00
Paulus Schoutsen f04e9b07a9 State machine categories don't have to be initialized anymore 2013-09-29 16:02:58 -07:00
Paulus Schoutsen c7e36e4fc1 Catching at the wrong timeout exception 2013-09-29 15:54:54 -07:00
Paulus Schoutsen 1988b5ed79 Sometimes the HTTP interface wouldn't manage to shut its threads down. 2013-09-28 14:55:03 -07:00
Paulus Schoutsen cfa27c25a8 Tomato is smarter about updating known devices file 2013-09-28 13:03:11 -07:00
Paulus Schoutsen 11529a473a Data received from Tomato is now parsed using the json decoder instead of exec 2013-09-28 12:40:13 -07:00
Paulus Schoutsen 2460ff748e Updated README.md with API documentation. 2013-09-28 11:24:14 -07:00
Paulus Schoutsen 495b107346 Merge branch 'master' of ssh://github.com/balloob/home-assistant 2013-09-28 11:09:45 -07:00
Paulus Schoutsen 8ac8700154 Added API 2013-09-28 11:09:36 -07:00
Paulus Schoutsen 8189fb753d Update README.md 2013-09-24 21:25:19 -07:00
Paulus Schoutsen 85f3f080be Rename HttpInterface.py to httpinterface.py 2013-09-24 18:41:02 -07:00
Paulus Schoutsen a1f238816b Code reorganized into a more Pythonic structure. 2013-09-24 18:39:58 -07:00
Paulus Schoutsen 0981ea49d1 After module renaming one should also update the imports 2013-09-23 00:54:52 -07:00
Paulus Schoutsen 43921cb872 Timer does not fire off an event right away when starting anymore 2013-09-23 00:51:02 -07:00