Paulus Schoutsen
6149e509c3
Merge pull request #1127 from molobrakos/timedate
...
provide default icon
2016-02-04 13:04:09 -08:00
Erik
f3b74079e0
provide default icon
2016-02-04 21:55:22 +01:00
Philip Lundrigan
c580953bd8
Fix MQTT sensor
2016-02-04 12:38:48 -07:00
Philip Lundrigan
fc3741911c
Fix problem with field type conflict in influxdb
2016-02-04 12:38:48 -07:00
Lukas Hetzenecker
2589e78e84
Z-Wave: This small refactor adds the following features:
...
* The poll interval got fixed and the poll intensity gets configurable in the settings
* Activated scenes now fire an event
2016-02-04 19:54:43 +01:00
pavoni
ced380f0cd
Remove unneeded entity_id check and blank lines.
2016-02-04 17:24:38 +00:00
Paulus Schoutsen
a33f1c61e5
Merge pull request #1108 from lukas-hetzenecker/regression-zwave-light
...
Z-Wave Regression: Fix state attributes of lights and switches.
2016-02-03 21:25:13 -08:00
Lukas Hetzenecker
8cf5ca0ba8
Regression: The device specific attributes of ZWave devices got lost.
...
Light and ZWaveDeviceEntity both have overwritten the property state_attributes
This includes the device specific attributes in the state_attributes again
2016-02-04 02:12:33 +01:00
pavoni
b20d3f8b3a
Update docstrings.
2016-02-03 23:23:19 +00:00
Paulus Schoutsen
1f34b3586e
Merge pull request #1117 from philipbl/influx_ssl
...
Add ability to specify SSL for InfluxDB connection
2016-02-03 13:33:08 -08:00
Paulus Schoutsen
37dadd1ae0
Merge pull request #974 from sdague/domains
...
Add recording of domain to state tables
2016-02-03 12:26:31 -08:00
Paulus Schoutsen
fac8d4b969
Merge pull request #1115 from sdague/test
...
add pytest-timeout to test runs
2016-02-03 12:24:35 -08:00
Sean Dague
efcba8f1ca
add pytest-timeout to test runs
...
This adds a default 30 second timeout on every test method so that
deadlocks or broken threads are move obvious in travis. It also passes
-v by default to make things a little more verbose on where things
fail when they are failing.
2016-02-03 15:13:30 -05:00
Sean Dague
abc253c4c5
implement get_significant_states
...
This adds a new function to history module which returns significant
states. For most domains this is the list of state changes. For the
thermostat domain this also includes attribute changes, so that
changes in the current_temperature are exposed to the graphing layer.
Closes #881
2016-02-03 15:05:43 -05:00
Sean Dague
3d00735341
Add recording of domain to state tables
...
Some domains, like thermostat, need all state records, not just state
change ones, to provide accurate graphs. This introduces a new db
migration which adds a 'domain' column to all states so that is a fast
query.
Indexes were added to help with query performance.
This includes a data migration which post-date populates domain. On
large HA dbs this might take real time, as it has to touch every state
row. 100 MB db (91k states) updated in a couple of seconds on my
reasonably fast server. Be forewarned.
This is part of bug #881
2016-02-03 15:05:43 -05:00
Paulus Schoutsen
ce75c590b1
Merge pull request #1109 from lukas-hetzenecker/bugfix-zwave-fibaro-wall-plug
...
Z-Wave: Bugfix for Fibaro Wall Plug component
2016-02-03 08:34:06 -08:00
pavoni
6e6c3c5cd5
Tidy.
2016-02-03 14:30:58 +00:00
pavoni
5521096c02
Add actions.
2016-02-03 14:29:25 +00:00
Fabian Affolter
356013118d
Update docstrings
2016-02-03 15:13:53 +01:00
pavoni
9a9dbcfaea
Refactor, support template logic values, add tests.
2016-02-03 13:16:13 +00:00
Lukas Hetzenecker
1c33e01b99
styleguide fix
2016-02-03 13:03:01 +01:00
Lukas Hetzenecker
d09837fef6
Zwave: This is a bugfix for the Fibaro Wall Plug component
...
As discussed here ( https://www.domoticz.com/forum/viewtopic.php?f=6&t=5661 ) this components reports two different power consumption values.
Unfortunately only one of them is correct. Both of them map to the exactly same object id.
This bugfix gets rid of the incorrect one.
2016-02-03 12:44:11 +01:00
Paulus Schoutsen
f5e736d271
Merge pull request #1105 from balloob/disable-location-in-tests
...
Disable location queries
2016-02-02 21:38:20 -08:00
Paulus Schoutsen
61630783f1
Disable location queries
2016-02-02 21:33:59 -08:00
Paulus Schoutsen
077797ac4f
Merge pull request #1086 from carlosmgr/dev
...
update SSH for aruba device tracker
2016-02-02 18:33:49 -08:00
Paulus Schoutsen
b14f7f7ed0
Merge pull request #1099 from balloob/sensor_template_startup_error
...
Sensor template startup error
2016-02-02 18:32:09 -08:00
carlosmgr
3d695405b7
pep8 2 time
2016-02-03 00:03:50 +00:00
carlosmgr
55932b048e
fix pep8
2016-02-02 23:54:32 +00:00
Fabian Affolter
b19fbd8e72
Update docstrings
2016-02-03 00:35:53 +01:00
Fabian Affolter
635369ad65
Update docstrings
2016-02-03 00:23:59 +01:00
Fabian Affolter
bd8881cbe1
Add icon
2016-02-03 00:12:01 +01:00
Fabian Affolter
847e92f57a
Update docstrings
2016-02-03 00:01:26 +01:00
Fabian Affolter
5cea8fda9f
Update link to docs and add docstrings
2016-02-02 23:55:44 +01:00
carlosmgr
7f87df20c2
ssh aruba
2016-02-02 22:40:04 +00:00
carlosmgr
e91c8e4143
ssh aruba.py
...
req pexpect
2016-02-02 21:49:11 +00:00
carlosmgr
cd00ff8b56
Merge remote-tracking branch 'upstream/dev' into dev
2016-02-02 20:07:31 +00:00
Philip Lundrigan
018329b12b
Add ability to specify ssl
2016-02-02 12:58:38 -07:00
pavoni
a955f3db08
WIP commit - template state working, on / off still to do.
2016-02-02 19:25:17 +00:00
pavoni
d344defc7e
Switch to warning.
2016-02-02 16:26:17 +00:00
Paulus Schoutsen
2da422fd77
Merge pull request #1098 from balloob/media-player-test
...
Clean up and test media player
2016-02-02 08:09:40 -08:00
pavoni
93a38d39ef
Add test for missimng attributes.
2016-02-02 14:15:06 +00:00
pavoni
3aad223c95
Change to warning if attributes missing.
2016-02-02 14:14:29 +00:00
Ryan Kraus
1a5d18fd66
Merge pull request #1012 from balloob/restart-service
...
Restart service
2016-02-02 07:15:40 -05:00
Paulus Schoutsen
e7e540d4bb
Clean up and test media player
2016-02-02 00:31:36 -08:00
Paulus Schoutsen
35613d7fbf
Merge pull request #1097 from molobrakos/add-test
...
add test for unsafe yaml
2016-02-02 00:22:19 -08:00
Erik
00d1cab091
add test for unsafe yaml
2016-02-02 08:41:18 +01:00
Paulus Schoutsen
26efaa91a3
Merge pull request #1090 from balloob/fix_sensor_template_entity_id
...
Fix bug in sensor.template entity_id
2016-02-01 21:21:57 -08:00
Paulus Schoutsen
3c37ecc477
Merge pull request #1091 from TangoAlpha/dev
...
Improvements to device detection
2016-02-01 21:21:15 -08:00
Paulus Schoutsen
274aaabd93
Merge pull request #1094 from balloob/cast-multi-room
...
No longer ignore ports for Chromecasts
2016-02-01 21:16:50 -08:00
Paulus Schoutsen
c8bfd27182
No longer ignore ports for Chromecasts
2016-02-01 21:07:33 -08:00