-
Notifications
You must be signed in to change notification settings - Fork 4
Description
I have a Meross MSS560 Dimmer switch. The component works great to turn the device on or off, but was trying to see if there is a way to add support for the luminance attribute to use as a dimmer. The log below shows it uses a scale of 0-100 for lightning. Any help or guidance on how to implement would be appreciated. I id is altered for privacy below.
Not mapped ability Appliance.Control.Light for the device 1810262975985129085634298XXXXXXX.
{ light:
{ capacity: 4, channel: 0, rgb: -1, temperature: -1, luminance: 1 } }
Not mapped ability Appliance.Control.Light for the device 1810262975985129085634298XXXXXXX.
{ light:
{ capacity: 4,
channel: 0,
rgb: -1,
temperature: -1,
luminance: 100 } }
Not mapped ability Appliance.Control.Light for the device 1810262975985129085634298XXXXXXX.
{ light:
{ capacity: 4,
channel: 0,
rgb: -1,
temperature: -1,
luminance: 80 } }