I did the following to use the OZW 1.6 config for Qubino Mini Dimmer ZMNHHDx (type 0001, id 0055):
- I downloaded the OZW 1.4 source using “Clone or download”, then unzipped it to my computer (OZW 1.4)
- 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
- added the line in the gist to
manufacturer_specific.xmlto the section where Qubino devices can be found - 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 - 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) - 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
- I stopped HA using ssh (
hassio homeassistant stop) - 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) - restarted HA using ssh (
hassio homeassistant start) - 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.)
- I had to restart HA once more to have all the entities correctly
Since then it seems to be working fine