Etekcity and VeSync

I dropped this:

https://github.com/home-assistant/home-assistant/blob/master/homeassistant/components/switch/vesync.py

into: /config/custom_components/switch/vesync.py

(create the custom_components folder if it doesn’t exist)

Then I dropped:

into: /config/custom_components/vesync.py

FInally, I edited /config/custom_components/switch/vesync.py and changed:

from pyvesync.vesync import VeSync

to:

from custom_components.vesync import VeSync

and the watts reading should work great after that. Our washing machine now notifies me when it’s done of a load! lol

Thanks a lot for this code @ homefire - you rock!

3 Likes