-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[miio] Brightness Channel as Dimmer #4388
Comments
what is the model Id for your item. |
If it is different, pls try the following: That should fix it. Please feedback the result so we can incorporate it in the main binding. |
* Add miot protocol handling openhab#7276 * Add first 2 miot devices (airpurifiers mb3 & ma4) * Add conditional commands * Change brightness to dimmers openhab#4388 * Apply conditions for dimmers * Remove obsolete (pre)parameters from actions Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
* [miio] add miot protocol & conditions * Add miot protocol handling #7276 * Add first 2 miot devices (airpurifiers mb3 & ma4) * Add conditional commands * Change brightness to dimmers #4388 * Apply conditions for dimmers * Remove obsolete (pre)parameters from actions Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
* [miio] add miot protocol & conditions * Add miot protocol handling openhab#7276 * Add first 2 miot devices (airpurifiers mb3 & ma4) * Add conditional commands * Change brightness to dimmers openhab#4388 * Apply conditions for dimmers * Remove obsolete (pre)parameters from actions Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com> Signed-off-by: Eugen Freiter <freiter@gmx.de>
* [miio] add miot protocol & conditions * Add miot protocol handling openhab#7276 * Add first 2 miot devices (airpurifiers mb3 & ma4) * Add conditional commands * Change brightness to dimmers openhab#4388 * Apply conditions for dimmers * Remove obsolete (pre)parameters from actions Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
* [miio] add miot protocol & conditions * Add miot protocol handling openhab#7276 * Add first 2 miot devices (airpurifiers mb3 & ma4) * Add conditional commands * Change brightness to dimmers openhab#4388 * Apply conditions for dimmers * Remove obsolete (pre)parameters from actions Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
* [miio] add miot protocol & conditions * Add miot protocol handling openhab#7276 * Add first 2 miot devices (airpurifiers mb3 & ma4) * Add conditional commands * Change brightness to dimmers openhab#4388 * Apply conditions for dimmers * Remove obsolete (pre)parameters from actions Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
* [miio] add miot protocol & conditions * Add miot protocol handling openhab#7276 * Add first 2 miot devices (airpurifiers mb3 & ma4) * Add conditional commands * Change brightness to dimmers openhab#4388 * Apply conditions for dimmers * Remove obsolete (pre)parameters from actions Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com> Signed-off-by: CSchlipp <christian@schlipp.de>
* [miio] add miot protocol & conditions * Add miot protocol handling openhab#7276 * Add first 2 miot devices (airpurifiers mb3 & ma4) * Add conditional commands * Change brightness to dimmers openhab#4388 * Apply conditions for dimmers * Remove obsolete (pre)parameters from actions Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
* [miio] add miot protocol & conditions * Add miot protocol handling openhab#7276 * Add first 2 miot devices (airpurifiers mb3 & ma4) * Add conditional commands * Change brightness to dimmers openhab#4388 * Apply conditions for dimmers * Remove obsolete (pre)parameters from actions Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
* [miio] add miot protocol & conditions * Add miot protocol handling openhab#7276 * Add first 2 miot devices (airpurifiers mb3 & ma4) * Add conditional commands * Change brightness to dimmers openhab#4388 * Apply conditions for dimmers * Remove obsolete (pre)parameters from actions Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
* [miio] add miot protocol & conditions * Add miot protocol handling openhab#7276 * Add first 2 miot devices (airpurifiers mb3 & ma4) * Add conditional commands * Change brightness to dimmers openhab#4388 * Apply conditions for dimmers * Remove obsolete (pre)parameters from actions Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
* [miio] add miot protocol & conditions * Add miot protocol handling openhab#7276 * Add first 2 miot devices (airpurifiers mb3 & ma4) * Add conditional commands * Change brightness to dimmers openhab#4388 * Apply conditions for dimmers * Remove obsolete (pre)parameters from actions Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com> Signed-off-by: Daan Meijer <daan@studioseptember.nl>
* [miio] add miot protocol & conditions * Add miot protocol handling openhab#7276 * Add first 2 miot devices (airpurifiers mb3 & ma4) * Add conditional commands * Change brightness to dimmers openhab#4388 * Apply conditions for dimmers * Remove obsolete (pre)parameters from actions Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
Expected Behavior
I am trying to use the Dimmer Item with the Brightness Channel. Maybe it will be nice to switch the Channel Type of the Brightness channel to Dimmer instead of Type Number. So if a value is applied to the Dimmer Item the Brightness should adjust.
Current Behavior
I am using the Xiaomi Zhirui LED Bulb in OpenHab
If connect the Brightness Channel to a Dimmer Item the Brightness can not be adjusted. The value stays always at 100 % and is not accepting new values. Because of this the Hue Emulation also don't work. Linking the Channel to a Number item enables me to change the brightness, but then the Hue Emulation is unusable.
Possible Solution
Change Channel Type for Brightness from Number to Dimmer
Context
I try to control the Xiaomi LED Bulbs with Amazon Alexa, so i tried the Hue Emulation. I am able to turn the Lamps on/off, but i am not able to control the brightness. I tried many combinations.
Your Environment
With best regards Maximilian Burr
The text was updated successfully, but these errors were encountered: