Diogo Gomes

Results 271 comments of Diogo Gomes

Multiplying by the **current** voltage would indeed be the way to convert between units...

@kuba2k2 it would be best if each of these point (1..4) could be separate PR's :)

Why are you setting the level of the light to "MASK" ?! it should be a number 0..255

For that debug message to appear, you have published "MASK" to the MQTT topic

Did you do any sort of configuration in Home Assistant ? Because the daemon should have configured all the devices for you, without any human intervention.

A warning should be logged indeed, but I advise against setting an arbitrary level. Would you like to open a PR ?

there is no "MASK" in my code 😬 and worst... that setter is called at https://github.com/dgomes/dali2mqtt/blob/master/dali2mqtt/dali2mqtt.py#L276 which does a cast to int... so no string should have ever reached the...

I'm available at Home Assistant discord with the same handle as here, if you would like to reach out to expedite debug

variable is different... it's `__level` not `level` but if the error is coming from that part of the code it means the driver (Tridonic) is storing "MASK" instead of a...

Not doing any Colour queries... would find quite odd to ask for brightness and the driver returning colour :/