You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At first thank you for your HomeBridge plugins,
Do you have plans/possibility to add deerma.humidifier.mjjsq? @rezmus mentioned here: rytilahti/python-miio#533
some good news regarding this "xiaomi" but not, "smart mi" but not, humidifier, maybe you can upgrade your humidifier plugin. J
it's new mi humidifier, miio model deerma.humidifier.mjjsq
while i don't have device (yet?) i took a look at the plugin so i leave info here if anybody wants to add support. below you can find all props/methods supported by firmware.
Humidifier_Gear - speed (1-4, 1 Low, 2 Medium, 3 High, 4 Humidity)
Humidity_Value - humidity value (0-100)
HumiSet_Value - desired humidity value? (not used by plugin atm)
Led_State - led state (0 - off, 1 - on)
OnOff_State - power state (0 - off, 1 - on)
TemperatureValue - temperature value
TipSound_State - sound state (0 - off, 1 - on)
waterstatus - water status (0 - insufficient, 1 - normal)
watertankstatus - water tank status (0 - detached, 1 - installed)
methods
{"method":"Set_HumidifierGears","params":[1-4]} - set speed (Humidifier_Gear prop)
{"method":"Set_OnOff","params":[0/1]} - set power off/on (OnOff_State prop)
{"method":"SetLedState","params":[0/1]} - set led off/on (Led_State prop)
{"method":"SetTipSound_Status","params":[0/1]} - set sound off/on (TipSound_State prop)
{"method":"Set_HumiValue","params":[0-100]} - set desired humidity value? (not used by plugin atm)
The text was updated successfully, but these errors were encountered:
I second this.
I do have the same model of humidifier and it would be very great if you could implement this model as one of the supported models in your homebridge plugin.
At first thank you for your HomeBridge plugins,
Do you have plans/possibility to add deerma.humidifier.mjjsq?
@rezmus mentioned here:
rytilahti/python-miio#533
some good news regarding this "xiaomi" but not, "smart mi" but not, humidifier, maybe you can upgrade your humidifier plugin. J
The text was updated successfully, but these errors were encountered: