-
Notifications
You must be signed in to change notification settings - Fork 94
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
Unknown device named ###### model WYSMTOD16A #223
Comments
The only thing I can suggest is to capture packets and build into library. I am happy to assist you with the process |
All those sockets are treated via this endpoint and payload:
|
@Flobul : seems to work at least for JeeDom issue #134553 - how was it implemented there? |
Hey. method 'getProperty' with payload: "powerSwitch_1","realTimeVoltage","realTimePower","electricalEnergy","protectionStatus","voltageUpperThreshold","currentUpperThreshold","scheduleNum","powerSave","powerProtection","powerUpperThreshold","inchings","aways" |
@Flobul : what are the methods for
At least "get_details()" is working BIG_GRIN |
getOutletStatus is not used for this socket on the app to maintain status. Got lucky it worked here, but values are slightly different from this other way =>
|
get_property is working:
|
@Flobul : but setProperty is not working for 'powerSwitch_1' to switch plug on / off?!? |
Is there a how-to for capturing traffic of vesync app? Didn't succeed until yet. |
Works with setSwitch with payload : 'enabled' |
iPad jailbreaked, ssl-kill-switch3 installed, mitmproxy on my Mac. |
something is wrong with:
|
Add {'id': 0, 'enabled': true} |
how can I update a single file or install the repo to HomeAssistant? |
@Flobul : one thing is not working - get energy by period
returns |
Yeah, it doesn't work on every devices. |
I don't use this or homeassistant. 🤗 |
Well, than I‘m done. |
I really like the pyvesync library which would allow me to retrieve info in python from my smart outdoor plugs.
The model is GreenSun HSCB-SMT-EU.
pyvesync logs properly to the vesync APIbut the model is not recognized.
Is there anything I should try to retrieve info from this model ?
Alternatively would you be able to recommend a vesync smart plug available in Europe that would work. None of the Etkcity products seem to be available.
Thks.
The text was updated successfully, but these errors were encountered: