v2.9 - Node-level device renaming
Node-level device renaming. The tool now also renames the node-level device Domoticz creates for a node, most importantly the combined Temp+Humidity device it builds from a multisensor (Domoticz Type 82, or Type 84 for Temp+Humidity+Baro). That device has no individual Z-Wave value behind it, so previous versions never matched it (the temperature/humidity values were just counted as "Missing"), and it kept zwave-js-ui's hyphen-no-space name like Kantoor-Sensor.
- Temp+Humidity / Temp+Humidity+Baro devices become
{location} - {name} - Climate. - Any other node-level device becomes
{location} - {name}.
It runs through the normal dry-run, rules, and collision detection, and can be excluded with -ExcludePattern 'node\d+$'. Preview with -DryRun first.