Skip to content

Nikobus 3.3.2

Choose a tag to compare

@fdebrus fdebrus released this 05 Jun 13:16
· 150 commits to main since this release
7d583df

Highlights

📇 Import device & entity names from your Nikobus .nkb project file The Nikobus PC software keeps every module / button / IR-receiver name (and its room) inside the project file. .nkb this release reads it directly in Home Assistant and applies those names.

  • New bridge button: “Import Names from .nkb.” Put your project export in the Home Assistant config directory named nikobus.nkb, then press the button.
  • Names are applied as Name (Room), keyed on the bus address e.g. your dimmer becomes Dimcontroller (Centrale), a wall button Entree (Living).
  • Non-destructive. Anything you've already renamed by hand is never overwritten. Multi-channel modules are named at the device level (the channels
    inherit it, so the same name isn't stamped onto all 12); single-entity devices get their entity row named too.
  • Fully local, no external services. Parsing is pure-Python. The file never leaves your machine.