stason325 / node-red-contrib-miio-localdevices

Nodes for controlling MIIO devices via node-mihome lib. List of devices and commands to be extended.
GNU General Public License v3.0
17 stars 7 forks source link

Viomi S9 Vaccuum Support #10

Open quadpunk opened 1 year ago

quadpunk commented 1 year ago

Any way to add support for the Viomi S9 vaccum? I tried to command it with custom json found here: Viomi S9 but cant figure it out how to correctly format it to the SEND node. Example of "Start Sweep" Cant these commands be added as a device in an update? Thanks!

stason325 commented 1 year ago

Any way to add support for the Viomi S9 vaccum? I tried to command it with custom json found here:

Viomi S9 but cant figure it out how to correctly format it to the SEND node. Example of "Start Sweep"

Cant these commands be added as a device in an update? Thanks!

Hello there, thanks for your request. Viomi S9 is not in the list of supported devices at the moment. I need to make some research about it and then I'll come back with the feedback whether the support can be added.

For now could you give me some more info:

Regards, Stas

quadpunk commented 1 year ago

Seems to be miot according to specs <-- (original Post) I've only tried to hit it with json from previously linked file, but then again ive struggled to find the proper commands or perhaps I've only formatted the commands wrong. Still quite new to this.

stason325 commented 1 year ago

Seems to be miot according to specs

<-- [(original Post) ](

https://github.com/ha0y/xiaomi_miot_raw/issues/169)

I've only tried to hit it with json from previously linked file, but then again ive struggled to find the proper commands or perhaps I've only formatted the commands wrong. Still quite new to this.

Unfortunately, Specs in that base are in the same format both for miio and miot devices. They don't give straight answer to that question 🤷‍♂️

Anyway, I will add the device to the list of supported devices in the next version assuming that it is miot one.

Then some tests of getting properties and sending commands will be needed from your side.

Give me couple of days for that.

quadpunk commented 1 year ago

Ah okay, no problem. Thanks for the hard work 👍.