Hello,
I have an error because the MRS100 which is a roller shutter is handle by the meross iot as light mixin.
When I do this command on MRS100 device
await dev.async_update()
I have this message :
[meross_iot.controller.mixins.light] : Handling mrs100:9.0.0:9.3.8 mixin data update.
then the error : error:'list' object has no attribute 'get'
The error is normal because it tries to get light value on mrs100 and it's not existing because it's not a light!
Is it possible to avoid a handle as light?
Sincerley
Jérôme
Hello,
I have an error because the MRS100 which is a roller shutter is handle by the meross iot as light mixin.
When I do this command on MRS100 device
await dev.async_update()I have this message :
[meross_iot.controller.mixins.light] : Handling mrs100:9.0.0:9.3.8 mixin data update.then the error :
error:'list' object has no attribute 'get'The error is normal because it tries to get light value on mrs100 and it's not existing because it's not a light!
Is it possible to avoid a handle as light?
Sincerley
Jérôme