icanos / hassio-plejd

Hass.io add-on for Plejd home automation devices
Apache License 2.0
126 stars 37 forks source link

DWN-01 is not dimmable from Home Assistant #295

Open oleost opened 9 months ago

oleost commented 9 months ago

Hi.

Just got the new DWN-01 and they are not dimmable from Home Assistant. Running: Current version: 0.11.0

From DWN-01 image image

From another regular dimmer Plejd: image image

Log when changing brightness from plejd app: 2023-11-08 12:07:06 WRN [device-registry] Trying to set state for null which is not in the list of known outputs. 2023-11-08 12:07:06 WRN [plejd-mqtt] Unknown output id null - not handled by us.

SweVictor commented 9 months ago

Please turn on (at least) verbose logging to get some more details on what's happening. If you can post a complete log (including the full site json which I think is only saved in silly mode) that's also very helpful. Refer to the readme/developing on how to do that.

Are you saying that on/off works but dimming does not work? Do other devices work/dim as expected?

SweVictor commented 9 months ago

The issue discussing wireless BLE behavior is #163

SweVictor commented 9 months ago

Dimmable support potentially implemented in https://github.com/icanos/hassio-plejd/tree/feature/DWN-dimmable-fix

Please manually install that version and test.

Also refer to PR #298 for more context and to help add color temperature support to the addon

seagri commented 3 months ago

Dimmable support potentially implemented in https://github.com/icanos/hassio-plejd/tree/feature/DWN-dimmable-fix

Please manually install that version and test.

Also refer to PR #298 for more context and to help add color temperature support to the addon

Did this fix work?