Closed janhp closed 3 years ago
Maybe. Whats the exact modelname? You found it at the "info" datapoint. And....are you shure this device is supportet in the script?
Ok, tnx. The Device is supportet, but completely untested. So please, try everything and report. But first lets solve the power problem. Please try to change line 256 from:
"power": async function (obj, val) { await device[obj].setPower(val ? 'on' : 'off') },
to
"power": async function (obj, val) { await device[obj].setPower(val) },
sure I will check that later and let you know
I'm still waiting for "later".
worked. thanks :)
Everything is tested and works or just the power button?
tested just the power button
Dear dev,
unforunatly, I can not write the power (on/off) values of my mi fan 2s. any chance you can fix that?