-
Notifications
You must be signed in to change notification settings - Fork 35
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
Add support for led control and buzzer on dmaker.fan.1c #125
Comments
@LuisDiazUgena inside of the card is not actually cards UI - it is HA interface at that point. So if we're to add led control - it can be only on card itself. What is the service called, that changes led mode ? Try toggling it in here: http://ha/developer-tools/service |
Hi, @LuisDiazUgena. Have you tried to change the LED brightness from Home Assistant's developer tools? Unfortunately, for my 1c, this didn't work. I'm getting an "Unknown error" when sending the request. |
@LuisDiazUgena please confirm that service works. I've missed your reply, apologies for that. |
I'm pretty sure this didn't work. |
Hi,
as requested on #117 I'm creating a new issue to add led control on 1C. Atributes list is:
preset_modes: off, Level 1, Level 2, Level 3
oscillating: true
percentage: 33
percentage_step: 33.333333333333336
preset_mode: null
model: dmaker.fan.1c
angle: null
raw_speed: 1
delay_off_countdown: 0
ac_power: null
oscillate: true
direct_speed: null
natural_speed: null
child_lock: false
buzzer: false
led_brightness: null
use_time: null
temperature: null
humidity: null
battery: null
battery_charge: null
button_pressed: null
led: true battery_state:
null mode: normal
friendly_name: Xiaomi Fan
supported_features: 11
So, led control is available and buzzer are available but not populated. As this is a setting that is not supposed to be changed frecuently, it might be better to have it included inside the card?
The text was updated successfully, but these errors were encountered: