184 Commits

Author SHA1 Message Date
Erik-jan Riemers
d5c995135b Update on z-wave docs because of upcoming change (#9095)
* Update z-wave section

* ✏️ Tweaks
2019-04-03 17:07:17 -07:00
Paulus Schoutsen
6b7972413c Merge branch 'rc' into current 2019-04-03 14:42:09 -07:00
Jason White
60e7311086 Update device-specific.markdown (#9099)
* Update device-specific.markdown

Expand Aeotec Z-Stick section to provide alternative "pipe to cu" syntax for enabling/disabling "disco lights" on systems where redirection to serial devices doesn't work because the baud rate on the serial device reverts to 9600 when haas isn't running.

* ✏️ Tweaks
2019-04-02 10:02:19 +02:00
Paulus Schoutsen
84ad821a8f
Autoheal default to false. Remove line that no longer relevant. 2019-04-01 09:19:59 -07:00
dnguyen800
aea87d4ee0 Update documentation of 'Z-Wave Devices - Adding and Removing' section (#9026)
* Update adding.markdown

* ✏️ Fixes Markdown numbering

* ✏️ Again...
2019-03-30 14:17:33 +01:00
mastakebob
71d82e9a0f Update device-specific.markdown (#9058)
* Update device-specific.markdown

Fixed formatting ("*" causing italics)

* ✏️ Tweak

* ✏️ Adds proper escaping
2019-03-30 14:07:12 +01:00
mastakebob
2720713e9e Update device-specific.markdown (#9042)
Updates include an alternate way of turning off the aeotec z wave 'disco lights' that is known to work on the latest Hass.io and Pi configuration (using ttyACM0 instead of the the by serial id method).  
Also provides additional guidance on how to properly insert the aeotec nanomote xml code into the zwcfg*.xml file.
2019-03-26 23:34:48 +01:00
Ben Bennett
8aff0b16dc Changed a word to clarify (#8988)
refigure out -> recompute
2019-03-20 11:26:44 -04:00
zackbcom
34bc30185a Added documentation for the Aeotec NanoMote Quad (#8828)
* Updated to add Aetoec NanoMote Quad

https://products.z-wavealliance.org/products/2817

* Updated Formatting

* Updated Names and Example

* ✏️ Tweak
2019-03-06 22:02:28 +01:00
stefanlod
8d122d5229 Added documentation for the Remotec ZRC-90 (#8819) 2019-03-04 12:57:37 +01:00
Alec Rust
8ae9eef5c1 Fix link (#8694) 2019-02-22 21:03:05 +01:00
DubhAd
b7dee5cbb8 Restructuring for clarity (#8425)
The current structure leads to confusion, which parts apply to Hass.io, or Hassbian, or ... As discussed in the architecture issue, I've moved all the platform specific parts to the end, even for those that require no actions. 

I've also:

* moved the details for how to find the appropriate device path, and highlighting the likely default paths
* linked to a useful site that'll generate the content for the key, for those not using Linux
* stripped out the duplication of statements about the first run
* reordered the Hass.io section to put the GUI actions first, with a "you can also use the command line" rather than the other way around
* added details of how to pass the stick through on Docker
* put in a Community install section for other Linux, and Mac. Removed RancherOS
* expanded the wall of text note explaining the `ls` output so that you can actually follow it
2019-02-10 22:42:05 +01:00
Dan Loewenherz
6c29c39962 Update installation.markdown (#8391) 2019-02-02 23:25:49 +01:00
Klaas Schoute
95029cb1d7
✏️ Tweak round 2 2019-01-31 14:03:49 +01:00
Klaas Schoute
375b7817cc
✏️ Tweak 2019-01-31 14:03:11 +01:00
Klaas Schoute
51e01ee76b
Update source/_docs/z-wave/devices.markdown
typo

Co-Authored-By: sveip <petersveistrup@gmail.com>
2019-01-26 14:01:58 +01:00
sveip
1a50f8f548
Clarify polling. 2019-01-26 13:03:58 +01:00
Franck Nijhof
e19443b969 👕 Replaces truthy YAML boolean values (#8212) 2019-01-19 12:02:31 +01:00
Franck Nijhof
69a0bfd29a 🔨 Replaces all hardlinks with relative ones (#8207) 2019-01-19 11:56:44 +01:00
John Arild Berentsen
4e98de3efc Update control-panel.markdown (#8001)
Updates for https://github.com/home-assistant/home-assistant-polymer/pull/2390
Allow user to remove broadcast node from groups in ui.
2019-01-03 23:31:52 +01:00
Nicole Zeckner
1c1bc54c96 Update installation.markdown (#7883)
Change from -G to -aG, since we want to add to the group and not change the group. (Sorry I didn't catch this with the last one.)
2018-12-17 16:44:30 +01:00
Nicole Zeckner
6e3a0cc33d Update installation.markdown (#7868)
Change usermod "-G" to usermod "-aG" since we want the user added to dialout, not moved to dialout.
2018-12-16 09:37:23 +01:00
Michael Luggen
996ec7f3b1 add fibaro to the list of supported hubs (#7706) 2018-12-02 13:01:54 +01:00
Keith Pine
171c6af6f1 Update Z-Wave device 'delay' default (#7668)
The z-wave component sets a default of 5, not 2.

DEFAULT_CONF_REFRESH_DELAY = 5
2018-11-28 10:35:12 +01:00
Ben Nelson
8466f55293 Typo spelling correction (#7660)
Aoetec to Aeotec
2018-11-27 22:31:07 +01:00
DubhAd
d840835d1b Adding configurator note (#7197)
Now it can be set up with the integration, we probably should mention that ;)
2018-10-28 18:00:51 +01:00
Franck Nijhof
2dbbafef62
Merge branch 'current' into next 2018-10-14 09:46:28 +02:00
DubhAd
7017eb4cd5 is_state needs quotes all the way (#6751)
Apparently `is_state` treats the value as a string
2018-10-13 21:43:48 +02:00
Austin Drummond
c3926e3b49 Fixed a link on z-wave entities (#6737) 2018-10-13 10:18:16 +02:00
Paulus Schoutsen
98ccac56c7 Merge branch 'current' into next 2018-10-12 17:00:15 +02:00
Paulus Schoutsen
54f350b22b Merge branch 'rc' into current 2018-10-12 16:57:35 +02:00
DubhAd
667a05b90a Simplification of the supported controllers (#6647)
* Simplification of the supported controllers

Stripped it down to the key fact - *static controllers* are all that'll work with OZW.

Noted that Z-Wave Plus controllers are recommended, to take advantage of all the features of Z-Wave Plus.

Noted that S2 and Smart Start aren't supported by OZW

* Controllers restored

Restored the list of confirmed sticks, but taken out the lists of OSs because we just took the list from the OZW pages, and it's clear that's outdated and incomplete
2018-10-10 12:11:39 +02:00
Paulus Schoutsen
c31aba7408
Update controllers.markdown 2018-10-09 21:08:22 +02:00
Charles Garwood
610b8e7f64 Add config entry note for Z-Wave (#6636)
* Add config entry note for Z-Wave

* ✏️ Tweaks
2018-10-09 19:59:22 +02:00
Alok Saboo
a4dca76042 Fixed typos (#6623)
* Fixed typos

* More typos
2018-10-09 12:13:54 +02:00
Ben Bangert
a39d89e86f Update support controllers (#6620)
Tested the Zooz z-wave Plus S2 Stick ZST10 with Home-Assistant. Zwave worked, nodes included and communicating using a Raspberriy Pi3 with the latest Hass.io.
2018-10-08 21:42:30 +02:00
Florian Klien
d3589d9518 typos fixed (#6582) 2018-10-07 10:58:35 -04:00
Paulus Schoutsen
0a11f461d4 Merge branch 'current' into next 2018-10-05 18:00:02 +02:00
eresonance
762feb02a2 Add comment about alarm_type versions (#6440)
Added info about the alarm_type from the openzwave code. I believe there is some mixed info based on older V1 alarms vs new V2 alarms. V2 have fixed alarm_types so I've separated the two to make it clear which one a user should look at.
2018-10-02 20:48:15 +02:00
DubhAd
0678f8ff57
Merge pull request #6288 from blakeblackshear/cooper_scene_controller
Z-Wave indicator services to support Cooper Scene Controllers
2018-09-30 20:14:36 +01:00
DubhAd
3f4b6ec249 Adding link for renaming (#6390)
Since now folks are confused, adding a link to the customizing docs.
2018-09-30 21:03:05 +02:00
Blake Blackshear
1947424d73 Use correct method to access attribute 2018-09-30 11:54:52 -05:00
Jan van Helvoort
98fee71fc0 Add zwave.network_complete_some_dead event description (#6366)
* Add zwave.network_complete_some_dead event description

* typo

* ✏️ Minor spelling fix
2018-09-30 13:45:00 +02:00
Paulus Schoutsen
47d0901d9f Merge branch 'rc' into current 2018-09-28 16:53:14 +02:00
DubhAd
f33219761c Adding magic (#6359)
Turns out you can trick OZW into thinking a device has failed, and allowing you to remove a failed node.
2018-09-26 13:37:09 +02:00
DubhAd
ff56705b76 Adding how to use the Remove Failed node service (#6360)
Since it's been confirmed to work, adding the details here on how to trick the system
2018-09-26 13:10:44 +02:00
Blake Blackshear
6695cff64a Updates for changes to related PR 2018-09-25 17:45:03 -05:00
Blake Blackshear
431963e68c Update docs for update PR 2018-09-24 21:08:31 -05:00
Blake Blackshear
4a6b98abde Update to follow standards 2018-09-24 18:16:17 -05:00
Blake Blackshear
062e0e8be6 Add device specific info for Cooper Scene Controllers 2018-09-24 18:16:17 -05:00