Commit Graph

  • d68f8ee309 Chromecast observer will now use the correct name in state machine Paulus Schoutsen 2013-12-09 23:51:14 -08:00
  • aedcaf04a4 Lights now fully controlled via statemachine and services Paulus Schoutsen 2013-12-09 23:41:44 -08:00
  • 28a6400d89 Track states of lights in state machine. Paulus Schoutsen 2013-12-07 12:57:27 -08:00
  • 356f49bcef Change device state categories to contain "device." Paulus Schoutsen 2013-12-07 12:54:50 -08:00
  • 8124188264 Make sure all device state categories are slugified Paulus Schoutsen 2013-12-07 12:54:19 -08:00
  • 08f4c70b4e Added tracking state of ChromeCast Paulus Schoutsen 2013-12-07 11:42:13 -08:00
  • 87a66941d8 Updated PyChromecast to latest version Paulus Schoutsen 2013-12-02 22:56:28 -08:00
  • 84eeae882c Updated documentation Paulus Schoutsen 2013-12-01 19:24:07 -08:00
  • 44e1d6df64 Updated Android app to use the new services API Paulus Schoutsen 2013-11-22 18:23:32 -08:00
  • 3641d2ca24 EventBus is now Bus that handles Events and Services Paulus Schoutsen 2013-11-19 23:48:08 -08:00
  • 05e68c3e1e DeviceTracker can now reload tracked devices without restart Paulus Schoutsen 2013-11-18 22:45:19 -08:00
  • f07622e0d7 Made homeassistant.stop code leaner Paulus Schoutsen 2013-11-11 17:46:08 -08:00
  • ead057cb04 Added shutdown event Paulus Schoutsen 2013-11-11 14:58:57 -08:00
  • 483546a31d Code according to PEP8 standard Paulus Schoutsen 2013-11-10 16:46:48 -08:00
  • 9c9b00c2d4 Added support for keyboard prev and next track buttons Paulus Schoutsen 2013-11-10 15:07:55 -08:00
  • 860812fa19 Cosmetic adjustments Paulus Schoutsen 2013-11-10 09:31:34 -08:00
  • 2f65751087 Fix: Event types with periods cannot be fired using API Paulus Schoutsen 2013-11-09 14:23:26 -08:00
  • 94752f663e Added styling to the debug interface Paulus Schoutsen 2013-11-07 23:33:04 -08:00
  • 5f4e9d33e0 Return of the fire event and change state forms in debug interface Paulus Schoutsen 2013-11-04 20:16:27 -05:00
  • 3499814f7f Added static file handler and cleaned up API code Paulus Schoutsen 2013-11-04 18:18:39 -05:00
  • a60f6754aa EventBus can now report overview of events that have listeners. Paulus Schoutsen 2013-11-01 12:28:18 -07:00
  • 63a1dfc64f HTTP login form goes to original requested page Paulus Schoutsen 2013-11-01 11:38:50 -07:00
  • 92f0cb20ff Made API more robust Paulus Schoutsen 2013-11-01 11:34:43 -07:00
  • 24b317f10d StateMachine.get_state will not throw an exception but return None if category does not exist Paulus Schoutsen 2013-11-01 11:25:06 -07:00
  • 47d2c04c90 StateMachine.is_state was bugged Paulus Schoutsen 2013-10-31 18:41:28 -07:00
  • 054d14d5de Bootstrapper now does not need a host option to load Hue Paulus Schoutsen 2013-10-31 18:30:45 -07:00
  • cd0b493dd3 Fixed: Markdown syntax error in README.md Paulus Schoutsen 2013-10-29 01:00:36 -07:00
  • b65db6ef8c Bugfix so the Android Tasker app can update states again Paulus Schoutsen 2013-10-29 00:31:44 -07:00
  • f9d712d175 API updated to be RESTful Paulus Schoutsen 2013-10-29 00:22:38 -07:00
  • 102690a770 last_changed value of State is now a string so it can be send over the API Paulus Schoutsen 2013-10-28 18:45:35 -07:00
  • 308b49b585 Timeout of 1 second was a bit too optimistic for Tomato router Paulus Schoutsen 2013-10-28 18:27:08 -07:00
  • 58ac9e0aac Forgot to change 1 class when changing State from tuple to dict Paulus Schoutsen 2013-10-28 18:26:25 -07:00
  • 83d878810e Events and States will now only use JSON serializable attributes Paulus Schoutsen 2013-10-27 17:39:54 -07:00
  • 1da1713d2f StateMachine.is_state will return False if category does not exist Paulus Schoutsen 2013-10-26 22:26:58 +01:00
  • 5374ff7f71 Updated documentation Paulus Schoutsen 2013-10-25 12:54:25 +01:00
  • 867966234f Added remote EventBus and StateMachine classes Paulus Schoutsen 2013-10-25 11:05:58 +01:00
  • 5ae08c6f0f Clearified some behavior Paulus Schoutsen 2013-10-25 11:05:34 +01:00
  • 66d432d0a2 StateMachine now supports attributes for states Paulus Schoutsen 2013-10-24 07:57:08 +01:00
  • c1819e19a4 Timer is more accurate and wakes up less often Paulus Schoutsen 2013-10-24 01:42:16 +01:00
  • b43e413de9 More clear logs when dependencies are missing. Paulus Schoutsen 2013-10-24 00:32:23 +01:00
  • 00c9d22a58 Added listen_once to eventbus Paulus Schoutsen 2013-10-24 00:29:33 +01:00
  • 42c7f33567 Cleaned up API statemachine Paulus Schoutsen 2013-10-24 00:08:28 +01:00
  • 7443a5f963 Timeout if Tomato router does not respond for 1 sec Paulus Schoutsen 2013-10-23 23:58:48 +01:00
  • 05472481c5 Making the config bootstrap more verbose about what started Paulus Schoutsen 2013-10-21 22:06:22 -07:00
  • 0d156ecbf0 Moved bootstrap code to a seperate bootstrap module. Paulus Schoutsen 2013-10-13 10:42:22 -07:00
  • 7dfbff31f5 Better formatting of events in debug interface Paulus Schoutsen 2013-10-13 09:59:13 -07:00
  • 15a31cd0c3 Updated dependencies in README.md Paulus Schoutsen 2013-10-13 09:55:21 -07:00
  • 785e17e1e6 Made a few dependencies optional and removed others. Paulus Schoutsen 2013-10-13 09:40:38 -07:00
  • 6de531db0d Pykeyboard won't import PyHook now when not needed. Paulus Schoutsen 2013-10-09 00:14:44 -07:00
  • 866a3e852e Added support for multimedia keyboard button simulation for controlling the host. Paulus Schoutsen 2013-10-09 00:03:05 -07:00
  • 2b3d81d007 Added MIT license Paulus Schoutsen 2013-10-08 21:18:22 -07:00
  • b9212514bd Converted Timer and HTTP Interface threads to daemons for cleaner shutdown. Paulus Schoutsen 2013-10-08 19:00:10 -07:00
  • 71bd03ed8c Cleaned up the core. Paulus Schoutsen 2013-10-08 18:50:30 -07:00
  • f1042cd136 Update README.md Paulus Schoutsen 2013-10-08 00:14:09 -07:00
  • a58319aebd Download dir now taken from config Paulus Schoutsen 2013-10-08 00:02:01 -07:00
  • 32b357f5e1 PyLint is a lot happier about the code now. Paulus Schoutsen 2013-10-07 23:55:19 -07:00
  • 9ac8cf7a27 Removing old pychromecast lib Paulus Schoutsen 2013-10-07 20:32:44 -07:00
  • c3f96fff87 Added extra error checking and feedback to TomatoDeviceScanner Paulus Schoutsen 2013-10-07 20:28:45 -07:00
  • df53b05423 PyChromecast properly integrated now. Paulus Schoutsen 2013-10-07 20:23:05 -07:00
  • 9cfcf43202 Added actor to open url in default browser Paulus Schoutsen 2013-10-07 18:47:25 -07:00
  • c72dbf0a83 Cleaned up the imports of start.py Paulus Schoutsen 2013-10-07 18:31:31 -07:00
  • 3b6b201428 Added a file downloader Paulus Schoutsen 2013-10-07 00:15:47 -07:00
  • 1a22f1678c Catching exceptions from listeners in the eventbus to prevent unexpected crashed to crash the core Paulus Schoutsen 2013-10-06 23:06:59 -07:00
  • 86bd8d68f1 Fix broken link in README.md Paulus Schoutsen 2013-10-06 21:47:36 -07:00
  • f30587ced7 Added Android app to remote control home assistant Paulus Schoutsen 2013-10-06 21:45:45 -07:00
  • 53971486fb Add support for Chromecast Paulus Schoutsen 2013-10-06 18:24:03 -07:00
  • 485ce7b784 Added events to control the lights via the event bus Paulus Schoutsen 2013-10-06 17:20:27 -07:00
  • 4ce550b432 Better handling if invalid known_devices.csv encountered. Paulus Schoutsen 2013-10-06 16:54:46 -07:00
  • 59fa58beaf Moved more tracking code to DeviceTracker Paulus Schoutsen 2013-10-06 16:14:35 -07:00
  • 2c2095d112 Added python-dateutil as dependency in the README.md Paulus Schoutsen 2013-10-06 13:22:57 -07:00
  • 6efc797df3 Sun setting category didn't include the word sun Paulus Schoutsen 2013-10-06 13:20:13 -07:00
  • ecb0567d03 Missing doc string for one method. Paulus Schoutsen 2013-10-06 13:13:54 -07:00
  • 9026a78a66 Better documentation of TomatoDeviceScanner Paulus Schoutsen 2013-10-06 13:12:22 -07:00
  • 97e82b3808 Next sun rising and sun setting are now in statemachine. Paulus Schoutsen 2013-10-06 11:47:24 -07:00
  • cb4fce7691 Added title HTML tags to the debug interface Paulus Schoutsen 2013-10-05 14:22:46 -07:00
  • 0a4ebfa0b0 Update README.md Paulus Schoutsen 2013-10-05 14:07:52 -07:00
  • e7d6c07b6a Updated docs. Paulus Schoutsen 2013-10-05 14:02:30 -07:00
  • 5c5fe5051b Now possible to set multiple states through one API call. Paulus Schoutsen 2013-10-05 12:28:18 -07:00
  • 645513b6ae Changed default API listen port to a less common one. Paulus Schoutsen 2013-10-04 21:12:12 -07:00
  • 46d7a876c2 Bugfix: Not all lights would turn on when you came home before sunset but after the lights would start fading in. Paulus Schoutsen 2013-10-04 20:54:33 -07:00
  • 065174db7a Unnecessary check removed from httpinterface Paulus Schoutsen 2013-09-30 22:00:49 -07:00
  • 5d4136cf29 Indentation converted to spaces Paulus Schoutsen 2013-09-30 22:00:23 -07:00
  • 561fcd3d15 Added missing doc-string Paulus Schoutsen 2013-09-30 19:00:58 -07:00
  • e4a6219386 StateMachine sorts states now case insesitive Paulus Schoutsen 2013-09-30 19:00:45 -07:00
  • 87592ff860 Renaming categories for tracked devices. Paulus Schoutsen 2013-09-30 18:59:43 -07:00
  • ef1dbac124 HTTPInterface will catch all Requests exceptions now when shutting down. Paulus Schoutsen 2013-09-30 18:32:44 -07:00
  • a491df761f Integrated core.py into module-init Paulus Schoutsen 2013-09-30 00:20:27 -07:00
  • a75f396242 HTTP interface won't check for api password on non existing path's anymore but throw 404. Paulus Schoutsen 2013-09-29 23:47:53 -07:00
  • 77a69016d4 Neater code for Tomato scanning Paulus Schoutsen 2013-09-29 16:12:32 -07:00
  • f04e9b07a9 State machine categories don't have to be initialized anymore Paulus Schoutsen 2013-09-29 16:02:58 -07:00
  • c7e36e4fc1 Catching at the wrong timeout exception Paulus Schoutsen 2013-09-29 15:54:54 -07:00
  • 1988b5ed79 Sometimes the HTTP interface wouldn't manage to shut its threads down. Paulus Schoutsen 2013-09-28 14:55:03 -07:00
  • cfa27c25a8 Tomato is smarter about updating known devices file Paulus Schoutsen 2013-09-28 13:03:11 -07:00
  • 11529a473a Data received from Tomato is now parsed using the json decoder instead of exec Paulus Schoutsen 2013-09-28 12:40:13 -07:00
  • 2460ff748e Updated README.md with API documentation. Paulus Schoutsen 2013-09-28 11:24:14 -07:00
  • 495b107346 Merge branch 'master' of ssh://github.com/balloob/home-assistant Paulus Schoutsen 2013-09-28 11:09:45 -07:00
  • 8ac8700154 Added API Paulus Schoutsen 2013-09-28 11:09:36 -07:00
  • 8189fb753d Update README.md Paulus Schoutsen 2013-09-24 21:25:19 -07:00
  • 85f3f080be Rename HttpInterface.py to httpinterface.py Paulus Schoutsen 2013-09-24 18:41:02 -07:00
  • a1f238816b Code reorganized into a more Pythonic structure. Paulus Schoutsen 2013-09-24 18:39:58 -07:00