Qubino Mini Dimmer

I did the following to use the OZW 1.6 config for Qubino Mini Dimmer ZMNHHDx (type 0001, id 0055):

  1. I downloaded the OZW 1.4 source using “Clone or download”, then unzipped it to my computer (OZW 1.4)
  2. I used the following info from OZW 1.6 config to the unzipped 1.4 files (collected it, so you don’t have to do it anymore): Qubino Mini Dimmer ZMNHHDx OZW 1.4 · GitHub
  3. added the line in the gist to manufacturer_specific.xml to the section where Qubino devices can be found
  4. I modified the 1.6 version descriptor a tiny bit to match the rest (also in the gist) and put that to OZW1.4 config/qubino/ZMNHHDx.xml
  5. uploaded the modified OZW 1.4 config folder to a subfolder of my HA config folder (eg. /config/zwave/ which contains the folders 2gig, act, … plus the files from the same level, all unzipped from the OZW 1.4 source)
  6. added the config folder tho my zwave integration. I use config.yaml, so it was:
zwave:
   usb_path: zwave_controller_path
   config_path: /config/zwave/
   network_key: !secret zwave_network_key
  1. I stopped HA using ssh (hassio homeassistant stop)
  2. made a copy and then edited the file /config/zwcfg_*.xml (* is a unique hex hash) and removed the node corresponding to my dimmer from <Node> to </Node> (do NOT exclude or remove the dimmer from the UI, this file will be regenerated once the network restarts)
  3. restarted HA using ssh (hassio homeassistant start)
  4. waited for the Z-wave network to start, then after some time the node came back to the list with all the correct options (name, endpoints, group associations, config options, etc.)
  5. I had to restart HA once more to have all the entities correctly

Since then it seems to be working fine

2 Likes