Hello,
Having installed a couple of Trådfri LED bulbs (LED1649C5), I have connected them to HASS.IO through the Zigbee2Mqtt bridge (zegbee2mqtt.io). The configuration is as follows:
light:
- platform: "mqtt"
state_topic: "zigbee2mqtt/0xccccccfffeb2ed28"
availability_topic: "zigbee2mqtt/bridge/state"
brightness: true
schema: "json"
command_topic: "zigbee2mqtt/0xccccccfffeb2ed28/set"`
I have faced the next problems:
- LEDs are dimmable. I cannot understand how to dim them trough HASS configuration. Could you rub my nose in the manual on how to dim bulbs?
- Being switched on through HA command and powered off through conventional wall switch, led bulbs report incorrect status to HA. HA thinks lamps are on. Changing status in HA is impossible in this case. Switch being pressed in HA returns back to an incorrect state. Is there status feedback for these bulbs?
- In case of a power outage bulbs switch on what seems logical. Is there any method to keep bulbs switched off after power outage?
Any input would be really appreciated. Thank you in advance.
Regards