mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
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.
This commit is contained in:
parent
84c95bd409
commit
2720713e9e
@ -45,6 +45,8 @@ Turn on "Disco lights":
|
|||||||
$ echo -e -n "\x01\x08\x00\xF2\x51\x01\x01\x05\x01\x50" > /dev/serial/by-id/usb-0658_0200-if00
|
$ echo -e -n "\x01\x08\x00\xF2\x51\x01\x01\x05\x01\x50" > /dev/serial/by-id/usb-0658_0200-if00
|
||||||
```
|
```
|
||||||
|
|
||||||
|
If the above two commands give errors about not having that device, you should try replacing the `/dev/serial/by-id/usb-0658_0200-if00` with `/dev/ttyACM0` or `/dev/ttyACM1` (depending on which tty your aeotec stick is addressed to).
|
||||||
|
|
||||||
### {% linkable_title Razberry Board %}
|
### {% linkable_title Razberry Board %}
|
||||||
|
|
||||||
You need to disable the on-board Bluetooth since the board requires the use of the hardware UART (and there's only one on the Pi3). You do this by adding the following to the end of `/boot/config.txt`:
|
You need to disable the on-board Bluetooth since the board requires the use of the hardware UART (and there's only one on the Pi3). You do this by adding the following to the end of `/boot/config.txt`:
|
||||||
@ -298,6 +300,8 @@ Press circle and plus simultaneously to wake up the device.
|
|||||||
|
|
||||||
<!-- from https://products.z-wavealliance.org/products/2817 -->
|
<!-- from https://products.z-wavealliance.org/products/2817 -->
|
||||||
|
|
||||||
|
Once you've added the NanoMote to your z-wave network, you'll need to update your zwcfg*.xml file with the below xml data. Stop Home Assistant and open your zwcfg*.xml file (located in your config folder). Find the NanoMote device section and then its corresponding `CommandClass` section with id="91". Replace the entire CommandClass section with the below xml data. Save the file and restart Home Assistant.
|
||||||
|
|
||||||
```xml
|
```xml
|
||||||
<CommandClass id="91" name="COMMAND_CLASS_CENTRAL_SCENE" version="1" request_flags="4" innif="true" scenecount="0">
|
<CommandClass id="91" name="COMMAND_CLASS_CENTRAL_SCENE" version="1" request_flags="4" innif="true" scenecount="0">
|
||||||
<Instance index="1" />
|
<Instance index="1" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user