William Scanlon
|
eb6b4218fc
|
Moved python-wink requirement to PyPI
|
2015-12-16 18:39:23 -05:00 |
|
William Scanlon
|
f6d16ba118
|
updated python-wink requirements for 3.0.1
|
2015-12-16 15:22:38 -05:00 |
|
William Scanlon
|
afbf377b6d
|
Update for style changes in python-wink
|
2015-12-16 13:32:38 -05:00 |
|
William Scanlon
|
c91cd9aa84
|
Updated python-wink requirements
|
2015-12-16 11:05:18 -05:00 |
|
William Scanlon
|
94eb002b0a
|
Updated python-wink requirements and URL
|
2015-12-15 10:32:20 -05:00 |
|
William Scanlon
|
6a4442cddf
|
Set REQUIREMENTS back to master
|
2015-12-14 18:34:11 -05:00 |
|
William Scanlon
|
c1d728ce00
|
Remove @property from update function
|
2015-12-14 18:31:09 -05:00 |
|
William Scanlon
|
3ed69cec68
|
Add Egg Minder support
|
2015-12-14 10:13:51 -05:00 |
|
Paulus Schoutsen
|
9a9ecb5916
|
Migrate MQTT from jsonpath to templates
|
2015-12-10 21:39:01 -08:00 |
|
Paulus Schoutsen
|
452348a7f9
|
Update default MySensor persistence file path
|
2015-12-10 18:13:06 -08:00 |
|
Philip Lundrigan
|
3938b9f3f6
|
If decimal_places is 0, cast to int after rounding
|
2015-12-09 15:16:42 -07:00 |
|
Philip Lundrigan
|
d84bea3621
|
Allow decimal place to be used without corr factor
|
2015-12-08 16:15:19 -07:00 |
|
Fabian Affolter
|
9f396b44f7
|
Return numerical value
|
2015-12-08 10:10:32 +01:00 |
|
nkgilley@gmail.com
|
107994f3ac
|
implement logic improvement suggestion by @balloob
|
2015-12-03 08:57:28 -05:00 |
|
nkgilley@gmail.com
|
7985468aba
|
remove the use of unnecessary dictionary.
|
2015-12-02 17:42:53 -05:00 |
|
nkgilley@gmail.com
|
502184812d
|
fix flake8 warnings
|
2015-12-02 16:37:16 -05:00 |
|
nkgilley@gmail.com
|
02a8ce71d0
|
fix req_all
|
2015-12-02 16:32:28 -05:00 |
|
nkgilley@gmail.com
|
08de7d954a
|
improve support for multiple thermostats.
|
2015-12-02 16:22:25 -05:00 |
|
Paulus Schoutsen
|
a301d869d7
|
PyLint 1.5 fixes
|
2015-11-29 13:49:05 -08:00 |
|
Paulus Schoutsen
|
bbfeba0fe4
|
Merge branch 'pr/635' into dev
Conflicts:
requirements_all.txt
|
2015-11-28 00:50:18 -08:00 |
|
Paulus Schoutsen
|
ad3f96fa25
|
Merge pull request #672 from balloob/some-cleanup
Make component dependencies optional
|
2015-11-27 15:08:22 -08:00 |
|
pavoni
|
00f0dfb971
|
Trap and trace error rather than throwing exception when efergy server
|
2015-11-27 18:21:26 +00:00 |
|
Paulus Schoutsen
|
fabd0ced3f
|
Make DEPENDENCIES optional for components
|
2015-11-26 13:11:59 -08:00 |
|
nkgilley@gmail.com
|
067b5862c0
|
bug fixes
|
2015-11-24 09:29:33 -05:00 |
|
nkgilley@gmail.com
|
80e829f53a
|
was getting errors for NETWORK being None. looked like it was being loaded too early, so this will wait until it's ready
|
2015-11-23 11:52:02 -05:00 |
|
nkgilley@gmail.com
|
27bc4c582b
|
update network data before sensor setup.
|
2015-11-23 11:40:54 -05:00 |
|
nkgilley@gmail.com
|
cc196d9888
|
fixed sensors and thermostat. discovery working for both now.
|
2015-11-23 11:15:19 -05:00 |
|
Paulus Schoutsen
|
7f1254d750
|
Merge pull request #647 from mcdeck/dev
Support for json messages in mqtt switches and sensors
|
2015-11-22 11:22:56 -08:00 |
|
Paulus Schoutsen
|
d6feb82f9b
|
Merge branch 'pr/634' into dev
Conflicts:
requirements_all.txt
|
2015-11-21 23:22:47 -08:00 |
|
Oliver van Porten
|
715abf241e
|
Disable pylint warning for callable classes
|
2015-11-21 17:57:15 +01:00 |
|
Oliver van Porten
|
030686a978
|
fix flak8 warnings
|
2015-11-20 22:55:52 +01:00 |
|
Oliver van Porten
|
799043dc0a
|
refactor format mqtt format parser
|
2015-11-20 22:45:09 +01:00 |
|
miniconfig
|
105dc2847e
|
Changed locked method of lock support to "is_locked".
Added lock and unlock methods
Updated wink components to use the new version of the wink library.
|
2015-11-20 16:34:27 -05:00 |
|
Oliver van Porten
|
b4cf0e874a
|
Support parsing mqtt messages via jsonpath
|
2015-11-20 22:03:17 +01:00 |
|
Paulus Schoutsen
|
d25f58e650
|
Merge pull request #631 from balloob/gen-requirements_all
Allow generating requirements_all.txt
|
2015-11-19 12:49:23 -08:00 |
|
Fabian Affolter
|
4eacea32da
|
Fix pylint issue
|
2015-11-19 18:07:54 +01:00 |
|
Fabian Affolter
|
f1fed78992
|
Fix issue with older glances releases #637 (thanks @jdotbdot)
|
2015-11-18 19:19:27 +01:00 |
|
nkgilley@gmail.com
|
c6d1a4bdaf
|
Fix configurator, rename repo, cleanup code.
|
2015-11-18 10:13:46 -05:00 |
|
Nolan Gilley
|
e317e0798b
|
initial commit for ecobee thermostat component.
|
2015-11-17 19:14:29 -05:00 |
|
Paulus Schoutsen
|
bca65b620a
|
Update Vera sensor dependency
|
2015-11-17 00:34:14 -08:00 |
|
Paulus Schoutsen
|
377d2c6e5a
|
Allow generating requirements_all.txt
|
2015-11-17 00:21:49 -08:00 |
|
Paulus Schoutsen
|
18f1de10a5
|
Merge pull request #624 from leoc/feature-zwave-meter-sensor
Add Zwave `meter` command class
|
2015-11-15 10:16:57 -08:00 |
|
Arthur Andersen
|
773da3f755
|
[Zwave] Add Meter command class
|
2015-11-15 17:50:11 +01:00 |
|
Fabian Affolter
|
5275ca9ce7
|
Fix typo
|
2015-11-14 15:25:52 +01:00 |
|
Fabian Affolter
|
646618a25e
|
Improve error messages, use constants, and fix docstrings
|
2015-11-14 15:23:20 +01:00 |
|
Paulus Schoutsen
|
50d19bb1b4
|
Merge pull request #592 from leoc/feature-zwave-lights
Implement zwave light support
|
2015-11-11 00:11:51 -08:00 |
|
Fabian Affolter
|
97f9f8aa49
|
Update link to docs (Jekyll 3 update)
|
2015-11-09 13:12:18 +01:00 |
|
Paulus Schoutsen
|
3a095f53a8
|
Merge pull request #596 from badele/dev
Minor change for logger component
|
2015-11-08 19:57:58 -08:00 |
|
Paulus Schoutsen
|
7f4c13c382
|
Upgrade Wink version to v0.1.1
|
2015-11-08 19:41:22 -08:00 |
|
badele
|
e63d0c51e0
|
Change log severity
|
2015-11-08 19:02:51 +01:00 |
|