(Zwave 1.4) Dimmer Support in HomeAssistant?

You can create support yourself in the short term by doing the following:

  1. Shutdown Homeassistant.

  2. Download the ‘config’ directory from the open zwave github. It just needs to be the [1.4 branch version]. And put it somewhere your Homeassistant can access it.

  3. Place these new files in the inovelli directory inside the config directroy. Download them/copy them from here.

  4. In the ozwave config directory edit the manufacturer_specific.xml to include the following xml after the entry for innovelli.

< Manufacturer id=“0312” name=“Invoelli”>

with

 <Manufacturer id="031E" name="Inovelli">
    <Product type="0002" id="0001" name="LZW30-SN Switch Red Series" config="inovelli/lzw30-sn.
    <Product type="0001" id="0001" name="LZW31-SN Dimmer Red Series" config="inovelli/lzw31-sn.xml"/>
  </Manufacturer>
  1. In your configuration.xml add the config parmater to your

    zwave:
    config_path: < path to ozwave config >

  2. Pray

You should now, in theory be able to remove your node from the zwave network (if you already added it.) And re-include the node. If you haven’t added the node yet, you should just be able to include it.

6 Likes