Commit graph

21 commits

Author SHA1 Message Date
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 8ac8700154 Added API 2013-09-28 11:09:36 -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
Paulus Schoutsen 371b4c7708 Starting and stopping of modules now via start and shutdown events 2013-09-23 00:50:29 -07:00
Paulus Schoutsen 6fbadc24e4 Made the data attribute of Event optional 2013-09-23 00:38:36 -07:00
Paulus Schoutsen 4f7e032bb4 Reverting a previous change to ensure a parameter is a list 2013-09-23 00:26:12 -07:00
Paulus Schoutsen 9351acb498 Device tracker won't use a default state but the real state for initial state of each device 2013-09-23 00:19:46 -07:00
Paulus Schoutsen 2d81cc65f7 TomatoDeviceScanner init optimization 2013-09-23 00:18:40 -07:00
Paulus Schoutsen 117b8454c3 Add eventbus listener information to the HTTP interface 2013-09-23 00:16:25 -07:00
Paulus Schoutsen 0e379a2cb5 Fixed a bug where sun set and rise times would not be updated. 2013-09-21 21:37:36 -07:00
Paulus Schoutsen e6bdded90c Rename root module 2013-09-21 18:02:52 -07:00