fison67 / mi_connector

Connector for Xiaomi Devices with Smartthings, Hubitat
MIT License
210 stars 599 forks source link

Xiaomi devices not supported (dreame.vacuum.mc1808 and chuangmi.camera.ipc019) #68

Open RaulLimaPT opened 3 years ago

RaulLimaPT commented 3 years ago

Hi,

I was trying to add my Xiaomi devices (camera and vacuum) to SmartThings using this tool. These are the only devices I have on Mi Home. The rest of Xiaomi devices were added to ST via custom DTHs.

However, bad luck for me. Both devices say not supported in the logs page: 2021-01-22 14:40:56 | warn | This dreame.vacuum.mc1808 is not supported now 2021-01-22 14:40:46 | warn | This chuangmi.camera.ipc019 is not supported now

Any plans to add support for it? If I knew how, I would do it myself :)

Thanks.

fison67 commented 3 years ago

No plan to add support camera.

Can you check this model(dreame.vacuum.mc1808) use a miio or miot protocol?

If it use a miot protocol, I can add it myself. Or use a miio protocol, you have to let me know packets.

RaulLimaPT commented 3 years ago

No plan to add support camera.

Can you check this model(dreame.vacuum.mc1808) use a miio or miot protocol?

If it use a miot protocol, I can add it myself. Or use a miio protocol, you have to let me know packets.

Hi,

I ended up using OpenHab, because it did the communication with both devices without any extra installations or coding. Then I used the Api to trigger actions from SmartThings.

In the code tab in OpenHab says the "thingTypeUID" for the vacuum cleaner is "miio:basic". I hope this helps.

Thanks.