I have the following Rademacher devices integrated into Home Assistant as light entities:
DuoFern 1-10 V Steuergerät 9482
DuoFern Universal-Dimmaktor UP 9476
(I do not have the newer version DuoFern Universaldimmer 9476-1 but could well imagine that this issue applies also to this device)
The light entities have the attribute brightness which I can show with the template {{state_attr('light.xyz','brightness')}} and change via the service light.turn_on by changing brightness.
However, in Home Assistant the attribute brightness is defined as value 0-255 whereas the Rademacher App as well as the Rademacher web-interface show the value as 0-100%. This makes it difficult to compare and change the brightness in Home Assistant vs the Rademacher app/webinterface (incl. Alexa). You always have to convert the brightness in HA [0-255] to the brightness in Rademacher [0-100%] and vice versa.
It would be far more intuitive and easier to show the brightness in HA in the same way as the Rademacher app shows it (ie 0-100%).
Can this feature be changed, please?
I have the following Rademacher devices integrated into Home Assistant as
light
entities:The light entities have the attribute
brightness
which I can show with the template{{state_attr('light.xyz','brightness')}}
and change via the servicelight.turn_on
by changing brightness.However, in Home Assistant the attribute
brightness
is defined as value 0-255 whereas the Rademacher App as well as the Rademacher web-interface show the value as 0-100%. This makes it difficult to compare and change the brightness in Home Assistant vs the Rademacher app/webinterface (incl. Alexa). You always have to convert the brightness in HA [0-255] to the brightness in Rademacher [0-100%] and vice versa.It would be far more intuitive and easier to show the brightness in HA in the same way as the Rademacher app shows it (ie 0-100%). Can this feature be changed, please?