Charles Spirakis
b7044a79b2
Enable openzwave's network heal and soft reset.
...
Makes Zwave's network heal and the controller's soft reset
commands available as service calls. They can be used
in automation to help keep the zwave netwrok healthy.
For example:
automation:
alias: At 2:35am, heal problematic zwave network routes
trigger:
platform: time
after: '2:35:00'
action:
service: zwave.heal
2016-03-13 21:48:07 -07:00
Fabian Affolter
b534244e40
Fix PEEP257 issues
2016-03-08 17:55:57 +01:00
Fabian Affolter
b8a40457ee
Update docstrings to match PEP257
2016-03-07 18:50:30 +01:00
Teemu Patja
5053c807c0
ZWave binary sensor support
...
Treat ZWave binary sensors as binary_sensor components instead of
regular sensors.
2016-02-20 23:57:59 +02:00
Paulus Schoutsen
e80309c03c
Fix imports (using isort)
2016-02-18 21:27:50 -08:00
Paulus Schoutsen
1a6539ad41
Merge pull request #1110 from lukas-hetzenecker/feature-zwave-poll-and-scene
...
Z-Wave: Scene activation & Polling
2016-02-04 20:51:52 -08: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
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
Stefan Jonasson
1a422ecd5a
Moved common z-wave node functionality to a common z-wave class
2016-01-26 22:11:27 +01:00
Paulus Schoutsen
2745b0f99e
Merge pull request #874 from xifle/zwave
...
Zwave inclusion / exclusion events
2016-01-13 12:47:39 -08:00
ntouran
5af4864326
ZWave alarm sensor cleanup (pylint fixes)
2016-01-11 23:27:53 -08:00
ntouran
c1aa1fb0e0
First attempt at adding Z-wave COMMAND_CLASS_ALARM
2016-01-11 20:46:45 -08:00
xifle
cd669239ae
Changed zwave node add/remove events to services
2016-01-11 22:39:28 +01:00
xifle
fce04e7ad0
Added inclusion / exclusion events
...
Events may be used to start inclusion / exclusion of zwave devices.
This is especially useful in the case of a Z-Wave stick without
"hardware" inclusion button.
2016-01-10 15:28:34 +01:00
Paulus Schoutsen
ad3f96fa25
Merge pull request #672 from balloob/some-cleanup
...
Make component dependencies optional
2015-11-27 15:08:22 -08:00
Paulus Schoutsen
fabd0ced3f
Make DEPENDENCIES optional for components
2015-11-26 13:11:59 -08:00
Fabian Affolter
3e60c4801c
Update docstrings
2015-11-25 08:56:50 +01:00
Brad Buran
0621260435
Fix issue with finding location of OpenZWave conf
...
Under some install scenarios, it may be possible that OpenZWave can't
automatically discover the location of the vendor-specific XML config
files. In this event, we need to specify the location in the Home
Assistant configuration.yaml file.
2015-11-20 19:47:29 -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
340ee171b5
[Zwave] Add zwave polling interval configuration
2015-11-15 17:50:14 +01:00
Arthur Andersen
773da3f755
[Zwave] Add Meter command class
2015-11-15 17:50:11 +01:00
Arthur Andersen
19649390d3
[Zwave] Add binary switch component
2015-11-11 10:24:00 +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
Arthur Andersen
84f81480bb
[Zwave] Add light zwave component
2015-11-07 15:58:28 +01:00
Arthur Andersen
5565e418f8
[Zwave] Add type and genre to value filter
2015-11-07 15:57:46 +01:00
Stefan Jonasson
ec732becfc
Fixed the get_config_value method when the zwave node was changed while reading it.
2015-10-31 23:34:19 +01:00
Stefan Jonasson
cae8932b18
Z-Wave workaround - Connected to the timeout to the configured node value "9. Turn Off Light Time"
2015-10-31 21:23:33 +01:00
Fabian Affolter
4ff1b0fdb2
Add link to docs
2015-10-21 21:26:16 +02:00
Ryan Kraus
893ae15042
Changed component REQUIREMENTS to absolute versions.
2015-08-29 21:39:50 -04:00
Fabian Affolter
f7dc438d10
update header
2015-08-06 22:32:53 +02:00
Paulus Schoutsen
940b2998ea
Add REQUIREMENTS list to components
2015-07-07 00:01:46 -07:00
Paulus Schoutsen
2863c2d593
Made bootstrap.setup_component more robust
2015-03-21 22:06:59 -07:00
Paulus Schoutsen
58812b326c
Move hass.local_api and hass.components to config object
2015-03-21 22:06:59 -07:00
Paulus Schoutsen
9b643d57f0
ps: Add a global config object to Home Assistant
2015-03-18 23:02:58 -07:00
Paulus Schoutsen
569b15d790
Some Z-Wave fixes
2015-03-18 19:15:48 -07:00
Paulus Schoutsen
ba9f29a04b
Fix http/zwave being too strict on the config
2015-03-05 20:43:20 -08:00
Paulus Schoutsen
b4f743bda3
ZWave component now reports init success
2015-03-03 08:49:31 -08:00
Paulus Schoutsen
67161d686b
Use PyDispatcher instead of Louie
2015-02-28 22:49:27 -08:00
Paulus Schoutsen
fa76cb8f8c
Z-Wave sensors should work now
2015-02-28 20:27:42 -08:00
Paulus Schoutsen
1b00515899
Register to Z-Wave sensor updates
2015-02-28 20:27:42 -08:00
Paulus Schoutsen
e7b9b86c64
Get Z-Wave sensors to work with Home Assistant
2015-02-28 20:27:42 -08:00