You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When turning a light off and on again using the app, the brightness is not reported on MQTT. To reproduce:
0a. Make sure to have some lights with brightness support connected to the Dirigera hub and then run dirigera-client-mqtt.
0b. Verify that the lights show up with color_mode: true and supported_color_modes: ['brightness']
Using the Dirigera/Home Smart IKEA app, turn on a light and set brightness to 50%. Notice that the state is set to {"brightness": 50, "color": {} }
Turn off the light using the app, the state is now: {"state": "OFF", "color": {} }
Turn o the light again using the app: {"state": "ON", "color": {} }
The light is at 50% brightness, as the app will set the lamp to the latest brightness when turning on again, but the brightness is not reported in MQTT. Expected the brightness to be reported (as 50) when turning on the light again.
Lemme know if you want me to include some logs or test something and I will gladly do so.
The text was updated successfully, but these errors were encountered:
Hi!
When turning a light off and on again using the app, the brightness is not reported on MQTT. To reproduce:
0a. Make sure to have some lights with brightness support connected to the Dirigera hub and then run
dirigera-client-mqtt
.0b. Verify that the lights show up with
color_mode: true
andsupported_color_modes: ['brightness']
state
is set to{"brightness": 50, "color": {} }
{"state": "OFF", "color": {} }
{"state": "ON", "color": {} }
The light is at 50% brightness, as the app will set the lamp to the latest brightness when turning on again, but the brightness is not reported in MQTT. Expected the brightness to be reported (as 50) when turning on the light again.
Lemme know if you want me to include some logs or test something and I will gladly do so.
The text was updated successfully, but these errors were encountered: