Commit Graph

  • e9d1dfac84 Validate API on starting remote instance Paulus Schoutsen 2014-05-01 23:03:14 -07:00
  • 50b492c64a Remote instances are now 100% operational Paulus Schoutsen 2014-04-29 00:30:31 -07:00
  • 8e65afa994 Add support to hardcode hosts of WeMos Paulus Schoutsen 2014-04-24 22:53:35 -07:00
  • ea22695aa7 Updated example config with process config Paulus Schoutsen 2014-04-24 21:16:03 -07:00
  • 472308ec71 Optimized process component. Paulus Schoutsen 2014-04-24 20:43:33 -07:00
  • b30aeb1777 Merge pull request #3 from fingon/process-source-up Paulus Schoutsen 2014-04-24 14:47:07 -07:00
  • 2b071ad775 Merge pull request #2 from fingon/luci-checker Paulus Schoutsen 2014-04-24 14:44:51 -07:00
  • 88fd75b4c7 Addressed the comments in the issue. pep8+pylint seem fine now. (still works, too.) Markus Stenberg 2014-04-24 17:13:57 +03:00
  • 39d1fad8cc Merge remote-tracking branch 'up/master' into process-source-up Markus Stenberg 2014-04-24 17:00:46 +03:00
  • 9af3d2b914 pep8 + pylint run fixes. Also refactored the json-rpc to happen only in one place (external library would be nice but oh well). Markus Stenberg 2014-04-24 16:58:15 +03:00
  • fc6c2fbc18 Merge remote-tracking branch 'up/master' into luci-checker Markus Stenberg 2014-04-24 16:31:03 +03:00
  • 2e10d7223a Re-organized core for better reusability Paulus Schoutsen 2014-04-24 00:40:45 -07:00
  • e36a53eea6 Added simple process state monitor source. Markus Stenberg 2014-04-23 23:55:22 +03:00
  • 3757ddf9df Add option to set fixed hosts for chromecasts instead of discovery Paulus Schoutsen 2014-04-21 17:58:58 -07:00
  • ed31b6a527 Added LuciDeviceScanner to scan OpenWrt Luci-RPC enabled router's state. Markus Stenberg 2014-04-21 22:51:50 +03:00
  • f4c77c85bd Now using PyWemo instead of Ouimeaux to control WeMo Paulus Schoutsen 2014-04-17 21:57:01 -07:00
  • 85f401f209 Upgraded pynetgear to python3 Paulus Schoutsen 2014-04-17 21:50:35 -07:00
  • ef6d862671 Further Python 3 migration Paulus Schoutsen 2014-04-14 23:48:00 -07:00
  • 7e06d535ab Ported codebase to Python 3. Long Live Python 3! Paulus Schoutsen 2014-04-14 00:10:24 -07:00
  • 8fdf2d608a Cleanup of core services Last-Python2-release Paulus Schoutsen 2014-04-13 12:59:45 -07:00
  • 90769fc0eb Lights now support profiles Paulus Schoutsen 2014-03-26 00:08:50 -07:00
  • 2890f2d6cc Reworked entity id extraction from service calls Paulus Schoutsen 2014-03-24 20:34:35 -07:00
  • 49e6386794 Downloader now supports downloading to subdirs Paulus Schoutsen 2014-03-24 18:00:57 -07:00
  • 82357b421f Add code-reuse to ensure unique entity ids Paulus Schoutsen 2014-03-23 12:31:24 -07:00
  • 84578c9894 Update default config to contain WeMo Paulus Schoutsen 2014-03-23 12:31:07 -07:00
  • 6063ffeb5b Added WeMo support Paulus Schoutsen 2014-03-23 12:03:34 -07:00
  • bb771d802d Light color/brightness now exposed and controllable Paulus Schoutsen 2014-03-16 15:00:59 -07:00
  • 8154e75069 Bugfix for sanitizing filenames Paulus Schoutsen 2014-03-15 17:57:16 -07:00
  • 3c79a5ce0a Reworked lights under the hood, better decoupling and less API calls Paulus Schoutsen 2014-03-15 00:24:28 -07:00
  • 7cc9034815 PEP8 and PyLint style fixes Paulus Schoutsen 2014-03-11 22:49:54 -07:00
  • 75a0498080 Upgraded to use new version of pychromecast Paulus Schoutsen 2014-03-11 22:45:05 -07:00
  • 28389f6c39 More unicode support added to the core Paulus Schoutsen 2014-03-11 22:35:51 -07:00
  • 8d23976763 HTTPInterface is now UTF-8 compatible Paulus Schoutsen 2014-03-09 23:01:59 -07:00
  • 0e97e64397 One time listener ensures it is executed one time Paulus Schoutsen 2014-02-14 12:58:28 -08:00
  • 4ab362531f Downloader downloads file in seperate thread now so it doesn't block bus queue Paulus Schoutsen 2014-02-14 11:57:42 -08:00
  • c735e32361 Split out track_point_in_time from track_time_change Paulus Schoutsen 2014-02-14 11:34:09 -08:00
  • e76062d676 Updated PyChromecast to latest version Paulus Schoutsen 2014-02-02 22:08:12 -08:00
  • 9bfc3e4357 ThreadPool now uses a Priority instead of FIFO queue Paulus Schoutsen 2014-02-02 21:42:57 -08:00
  • 1d2d7bb7a0 Device Sun Light Trigger component is more robust now Paulus Schoutsen 2014-02-02 21:33:16 -08:00
  • 4bcc8c1dfb Sun component made more robust. Paulus Schoutsen 2014-02-02 21:20:37 -08:00
  • eccf0ff806 Track time change will only wrap listener with checks if needed Paulus Schoutsen 2014-01-30 08:31:34 -08:00
  • 416816cef7 PEP8 style fixes for HTTPInterface Paulus Schoutsen 2014-01-29 22:59:19 -08:00
  • e586d8debc Complain if too much jobs queued. Paulus Schoutsen 2014-01-29 22:48:35 -08:00
  • c438f35bcd Methods defined inside setup make more sense Paulus Schoutsen 2014-01-29 22:47:50 -08:00
  • 086cf77443 Only wipe old logging file when reason to write new one. Paulus Schoutsen 2014-01-29 21:41:03 -08:00
  • 24b2fba170 Errors are now being logged to the file home-assistant.log Paulus Schoutsen 2014-01-29 18:44:39 -08:00
  • 2758d81525 New events and service calls now use a shared thread pool Paulus Schoutsen 2014-01-26 18:44:36 -08:00
  • 70d2506e01 component base: integrated get_module into is_on. Less global lookups = happier performance Paulus Schoutsen 2014-01-23 23:53:18 -08:00
  • 77c56b704b Device_sun_light_trigger: bug fix for wrong turn_off call Paulus Schoutsen 2014-01-23 23:52:38 -08:00
  • 3618181bce Downloader: only import requests during setup Paulus Schoutsen 2014-01-23 23:26:25 -08:00
  • 097a51abc6 Refactored component 'general' into components.__init__ Paulus Schoutsen 2014-01-23 23:26:00 -08:00
  • 0fc3d359cb Moved stuff away from core. Made component interface more uniform. Paulus Schoutsen 2014-01-23 22:03:13 -08:00
  • b387f9d9d7 Browser: If no url is given go to Google.com Paulus Schoutsen 2014-01-23 22:02:20 -08:00
  • 87817de805 PEP8 style fix for bootstrap Paulus Schoutsen 2014-01-23 21:34:08 -08:00
  • a2ae1667a5 Added has_service method to Bus Paulus Schoutsen 2014-01-23 21:33:54 -08:00
  • 8952902d21 Renaming Exceptions to Errors Paulus Schoutsen 2014-01-23 21:33:12 -08:00
  • 36e28dbc80 Bootstrap only loads modules into memory that it will init Paulus Schoutsen 2014-01-23 17:46:29 -08:00
  • 7a800a14be Bugfix: Events that had no listeners would not show in log Paulus Schoutsen 2014-01-23 16:49:43 -08:00
  • 233f2e65ef Chromecast treats HOME_APP as no app running now Paulus Schoutsen 2014-01-22 19:46:28 -08:00
  • 1ba7d583cc PEP8 styling fix for State Paulus Schoutsen 2014-01-22 19:41:51 -08:00
  • 659f185252 More improvements to State Paulus Schoutsen 2014-01-22 19:40:19 -08:00
  • 7c15e24d09 bugfix: set_state updated state if not changed Paulus Schoutsen 2014-01-22 10:04:52 -08:00
  • 6ce393856a light.turn_on/turn_off/is_on use entity_id instead of object_id Paulus Schoutsen 2014-01-20 23:23:02 -08:00
  • cd58147fa7 StateMachine.set_state now optimized for setting existing states Paulus Schoutsen 2014-01-20 22:58:23 -08:00
  • e9e1b007ed RENAME: StateMachine tracks now entities, not categories. Paulus Schoutsen 2014-01-19 23:37:40 -08:00
  • e7f5953362 Bus and StateMachine are now thread-safe Paulus Schoutsen 2014-01-19 21:39:57 -08:00
  • ac0ca5d001 Core: Cache external method in local variable for speedup Paulus Schoutsen 2014-01-19 21:39:13 -08:00
  • 2d78e951f7 WebInterface: last changed for statemachine now uses HA date formatting Paulus Schoutsen 2014-01-19 21:17:19 -08:00
  • 01d81fbd65 Minor style adjustment to make PEP8 happy Paulus Schoutsen 2014-01-19 20:56:49 -08:00
  • 3c3e7e5825 Events and States are no longer dicts but objects. Paulus Schoutsen 2014-01-19 19:10:40 -08:00
  • ae2058de70 Referring to group is now always with 'group.' prefix Paulus Schoutsen 2014-01-19 17:17:19 -08:00
  • aa6d2373a5 Made HueLightControl more robust Paulus Schoutsen 2014-01-12 12:35:10 -08:00
  • 478d4ad93a Light trigger now looks if the target light group is on to turn on lights instead of all lights. Paulus Schoutsen 2014-01-12 11:29:30 -08:00
  • 5acf372d15 Use hue_light reachable attribute to see if we can trust the on state. Paulus Schoutsen 2014-01-12 11:29:08 -08:00
  • b7811e31e3 Updated PyChromecast to latest version Paulus Schoutsen 2014-01-05 12:48:55 -08:00
  • 697fce9924 Updating documentation Paulus Schoutsen 2014-01-04 18:24:30 -08:00
  • ac912b2d2d Bugfix: all lights would turn on instead of specified group if person came home. Paulus Schoutsen 2014-01-04 18:16:16 -08:00
  • 48026c28c1 Added state groups and migrated code base to use them. Paulus Schoutsen 2014-01-04 17:55:05 -08:00
  • 367433acb2 Some code cleanup Paulus Schoutsen 2014-01-04 13:48:17 -08:00
  • 328b9a84c0 Update README.md Paulus Schoutsen 2013-12-17 22:54:04 -08:00
  • 6f0e4ef845 Netgear device tracker now uses SOAP api instead of parsing web interface Paulus Schoutsen 2013-12-14 01:00:38 -08:00
  • 21aab4486b Updated config template to include netgear example Paulus Schoutsen 2013-12-11 20:44:57 -08:00
  • e3b00ffc71 Added support for Netgear wireless routers (tested with R6300) Paulus Schoutsen 2013-12-11 20:43:26 -08:00
  • 9518a2a0b7 Bugfix in shutdown_devices call Paulus Schoutsen 2013-12-11 20:29:11 -08:00
  • e0c0493b7e Renamed external lib folder to external Paulus Schoutsen 2013-12-11 19:34:59 -08:00
  • 566d86aecf Updated Android-Tasker to work with latest services Paulus Schoutsen 2013-12-11 18:42:13 -08:00
  • dd271febae Reorg: Merged observers, actors and HTTPInterface into components Paulus Schoutsen 2013-12-11 00:07:30 -08:00
  • c5f5dcbce2 Minor update pychromecast Paulus Schoutsen 2013-12-10 23:09:33 -08:00
  • 1d61202bc7 Remove code validation and IDE artifacts Paulus Schoutsen 2013-12-10 19:48:43 -08:00
  • 9531c6643e ChromeCast observer will add friendly name as attribute Paulus Schoutsen 2013-12-10 19:45:57 -08:00
  • 7637b6ca0e Updated pychromecast to latest branch Paulus Schoutsen 2013-12-10 19:45:25 -08:00
  • 0449022441 More robust Chromecast observer code Paulus Schoutsen 2013-12-10 08:09:29 -08:00
  • bbe8f898dc Updated pychromecast to latest version Paulus Schoutsen 2013-12-10 08:09:14 -08:00
  • 4fde63b1fb Bugfix in turning lights on at sun set Paulus Schoutsen 2013-12-10 08:08:57 -08:00
  • 4921787648 States.png is now screenshot of a more condensed table. Paulus Schoutsen 2013-12-10 00:39:58 -08:00
  • dbf7c05423 Link to states.png in README.md was wrong Paulus Schoutsen 2013-12-10 00:38:02 -08:00
  • d9ffb67f90 Updated the docs Paulus Schoutsen 2013-12-10 00:36:53 -08:00
  • bbaac3da24 Updated pychromecast to latest version Paulus Schoutsen 2013-12-10 00:31:33 -08:00
  • e823178e43 Chromecast observer will update state on init Paulus Schoutsen 2013-12-10 00:18:12 -08:00
  • 8a0ca534a2 Moved actor helper functions to observer package Paulus Schoutsen 2013-12-10 00:16:51 -08:00