homebridge-tuya icon indicating copy to clipboard operation
homebridge-tuya copied to clipboard

New Device: Smart Aroma Diffuser

Open v1nc3lx opened this issue 3 years ago • 9 comments

Describe your device WiFi Essential Oil Diffuser Provide 3 mist modes Timer & Schedule Function Hex Color support

https://www.amazon.com/Maxcio-Aromatherapy-Ultrasonic-Humidifier-Compatible/dp/B07M6QD7LN/ref=sr_1_6?crid=1DH8ZVSMHQG9N&dchild=1&keywords=maxcio+smart+diffuser&qid=1615907111&sprefix=maxcio+aroma%2Caps%2C-1&sr=8-6

Partial Support? yes as a "SimpleLight" it turns diffuser on and off

Device Schema

switch_led | Boolean | {true,false} switch_spray | Boolean | {true,false} mode | Enum | {"range":["small","large"]} colour_data_hsv | Json | {"min":0,"unit":"","scale":0,"max":255,"step":1} work_mode | Enum | {"range":["white","colour","colourful1"]} moodlighting | Enum | {"range":["1","2","3"]} bright_value | Integer | {"min":0,"scale":0,"unit":"","max":255,"step":1}

Additional context Add any other context about the problem here.

v1nc3lx avatar Mar 16 '21 15:03 v1nc3lx

how to find Device Schema??

mrmaximas avatar Mar 26 '21 14:03 mrmaximas

how to find Device Schema??

Once you setup your Tuya IoT account, if you navigate to your device list after you've linked your app account - you can press details on your device to see the schema.

ElphaX avatar Mar 31 '21 13:03 ElphaX

how to find Device Schema??

Once you setup your Tuya IoT account, if you navigate to your device list after you've linked your app account - you can press details on your device to see the schema.

like this? https://github.com/iRayanKhan/homebridge-tuya/issues/239

mrmaximas avatar Mar 31 '21 13:03 mrmaximas

how to find Device Schema??

Once you setup your Tuya IoT account, if you navigate to your device list after you've linked your app account - you can press details on your device to see the schema.

like this? #239

I mean yeah, can I also ask what app that is in screenshot from your issue you linked?

ElphaX avatar Apr 01 '21 04:04 ElphaX

how to find Device Schema??

Once you setup your Tuya IoT account, if you navigate to your device list after you've linked your app account - you can press details on your device to see the schema.

like this? #239

I mean yeah, can I also ask what app that is in screenshot from your issue you linked? it's Smart Life App on iOS

mrmaximas avatar Apr 04 '21 16:04 mrmaximas

Does anyone know on what device type to use it as a fully diffuser?

naor1 avatar Apr 24 '21 12:04 naor1

What exactly do you mean @naor1? with speeds and colour support? The new diffuser type allows for this.

ElphaX avatar Oct 16 '21 04:10 ElphaX

Yes, there is a new version?

naor1 avatar Oct 16 '21 08:10 naor1

i found how to make it work (i have the exact same as the amazon link) i just can't control the RGB lights, it will stay in rainbow mode. here's what u have to put in the config file of the plugin (just replace the name, id, key, and manufacturer)

{ "type": "OilDiffuser", "name": "name", "id": "1234567890", "key": "1234567890", "manufacturer": "manufacturer", "dpPower": 1, "dpBrightness": 111, "dpColor": 108, "maxSpeed": 103, "dpRotationSpeed": 103, "colorFunction": "HSB", "dpLight": 11 }

tiimjcb avatar Oct 20 '21 16:10 tiimjcb