Levoit Air Purifiers Drivers

I am having the same issue. Would you be able to post the changes you made to the core200s driver ? Any help would be greatly appreciated! Thanks in advance =D

Hello,
I am getting this error message in the logs
No such property: msg for class: groovyx.net.http.HttpResponseDecorator
from line 186 of the vysync integration because my unit got unplugged. Could this be turned into an attribute of say onlinestatus: offline if no response is returned and online otherwise? It would be helpful in triggering an automation for me to look into the matter and go plug the darn thing back in.
Thanks.

Nevermind. The error message is not because it is not plugged in. Not sure what is causing it yet.

The attribute thing would still be nice if the parent device cannot communicate with the child device.

Can you post the updates to the 201S code? I have that model and added " case "LAP-V201S-AUSR" " to the parent and now finds the device, but doesn't actually grab any data.

Hi. Totally new to Hubitat,
Is this code working still? I have 2 Core 300s that Id like to get onto a dashboard and into Automations

Thanks

It should still work (it does for me, and I have a 300S in the office where I'm typing this... :-))

1 Like

I to would like to get my LAP-V201S-WUS working. I can add the line and connect with the 200s but I cant control anything.

Any update on the Levoit Vital line? I just got the Levoit Vital 100s and was looking to add it to hubatit.

1 Like

I have mine working by adding it to google home. I then created a virtual switch in Hubitat and also added that to google home. I then created 2 routines in google home one to turn on the purifier when the virtual switch turns on and another to turn off the unit when the virtual switch turns off. It does rely on the cloud but it works.

Thanks, I was just working on that too. I have it where I can turn it on/off now. I also see that I can set the fan speed via google script editor, but I'm not finding anyway to set the mode.

This seems like it would be ideal, but I have no idea what to do with it.

1 Like

I had to modify the device driver for my 400S. Use 'aqi' - not 'AQI' when creating the Event. At line 502:

       //handleEvent("AQI", aqi);
        handleEvent("aqi", aqi);  // need to match line 60: attribute "aqi", "number";   

I'm an owner of a Vital 200s, and would love to see this integrated. Mostly interested in seeing the status . Looks like there has been some attempts. I've never worked with a driver in Hubitat, but would be happy to test/document. Thanks.

2 Likes

I have the same model and have been unsuccessful finding a direct Hubitat integration. I ended up adding it to Home Assistant and bridging the entities over to Hubitat.

Sorry, I won't be able to help here. I don't have one of those units to test with.

Because Apple Home is my preferred UI for the family, I have found that in addition Hubitat, I run an instance of Homebridge. This Homebridge plugin controls my two genrations of Levoit Air Purifiers beautifully:
https://github.com/mickgiles/homebridge-tsvesync#readme

I actually use that same Homebridge plugin to bring the 200s modes into Hubitat since the Home Assistant integration does not

would it be possible to add the devices to google home? it's working in hubitat but i can't expose it to google home (a virtual fan controller i can add).
I mean i can add it via the manufacturers app to google home, but i would prefer to add it via hubitat
ps.: i am very new and am just trying things out, so i really don't now all the tricks jet