Skip to content
Discussion options

You must be logged in to vote

Final update about this issue. After creating a pull request in Home Assistant with my proposed solution, the Home Assistant MQTT code owners figured out the real reason for the issue. Here the summary:

The issue is that a brightness of zero is reported when the light is switched off, this can be solved by updating the brightness_value_template to {{ value_json.value if value_json.value > 0 else none }}, so a value of zero is ignored. This solves the problem in Home Assistant, but then the dimmer is not working with Domoticz anymore. This because Domoticz is not processing the templates correctly. For more details see the discussion: home-assistant/core#91125 (comment)

They also came up w…

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@robertsLando
Comment options

@m-a-r-k-e
Comment options

@robertsLando
Comment options

@m-a-r-k-e
Comment options

Answer selected by m-a-r-k-e
@robertsLando
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants