-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for ESW10-USA broke #158
Comments
Can you folks update this then? Says it supports. I’ll return these I guess. |
I went forensic mode; both python library nor homeassistant provide support to this device. That HA documentation is misleading and seem to be there, as is, for about 3 years The PR to add it is already out there, but I don't have any say on that, I just follow the discussions since I'm subscribed to the repo. If I had that device I could test, to help reviewing the code, but I don't have it. Maybe you could test it and review it, so webdjoe could merge that pr. Otherwise, the alternative would be making a PR to fix the HA documentation and remove those. That I can do. Or anyone really. |
The PR to add the device type is very old and there was a comment that the on-off functionality was not working. I'm sure it would be a simple addition, but I would need the captures to get it integrated. |
I did try to tweak the code so that it maps it to VeSyncOutlet10A just like some others, but it could get the values, but not set. I'll note also that this outlet doesn't have the power monitoring functionality of the other ones, so HA gave some errors there. I'm happy to run this again and capture some packets if you can point me at some instructions on how to do so. I'm new to Python and such, but I can figure it out if there are some instructions. |
No python needed to capture packets - any iOS device can be used with Charles Proxy installed on a computer. Install the Charles Proxy SSL certificate on the ios device and just run vesync app and perform functions with the outlet you are looking to capture. Copy the url endpoint, request and response body and post here. Please redact the values but leave the keys for |
No activity for a while, I am closing this issue. Please start a new issue if you are able to capture packets. |
Hello Webdjoe- Terry |
Noticed that ESW10-USA switches no longer work.
Looks like the refactor out to vesyncoutlet.py may have broken it.
The text was updated successfully, but these errors were encountered: