LCN Light only 25%

Hi,
please help
i configure lcn lights

lights:
    - name: Buro Licht
      address: myhome.s0.m120
      output: output1
      dimmable: true
      transition: 1

but it turn on only 25%
Thanks

Looks like all of your modules use 200 steps for dimming.
You need to add the dim_mode setting in your connections configuration and set it to steps200.

Example:

lcn:
  connections:
    - name: myhome
      host: 192.168.2.41
      port: 4114
      username: lcn
      password: lcn
      dim_mode: steps200