Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ pip install pyvesync
7. BSDOG / Greensun Smart Outlet Series (BSDOG01, BSDOG02, WYSMTOD16A, WM-PLUG and more)
8. WHOPLUG / Greensun Smart Outlet
9. WYLDR Smart Plug (WYLDR16A1081) (Supports energy monitoring but not energy history)
10. Sagewe 15A Smart Plug with Energy Monitoring (F3s202-USVC)

<!--SUPPORTED OUTLETS END-->

Expand Down
2 changes: 2 additions & 0 deletions docs/supported_devices.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ The VeSync API supports a variety of devices. The following is a list of devices
- [Etekcity 15A Outdoor Dual Outlet][pyvesync.devices.vesyncoutlet.VeSyncOutdoorPlug]
- [BSDOG / Greensun Smart Outlet Series][pyvesync.devices.vesyncoutlet.VeSyncBSDOGPlug] - WHOPLUG / GREENSUN
- [WYLDR Smart Plug][pyvesync.devices.vesyncoutlet.VeSyncBSDOGPlug] - WYLDR16A1081 (energy monitoring without energy history)
- [Sagewe 15A Smart Plug][pyvesync.devices.vesyncoutlet.VeSyncOutletWHOGPlug] - F3s202-USVC
3. Switches
- [ESWL01][pyvesync.devices.vesyncswitch.VeSyncWallSwitch] - Etekcity Wall Switch
- [ESWL03][pyvesync.devices.vesyncswitch.VeSyncWallSwitch] - Etekcity 3-Way Switch
Expand Down Expand Up @@ -69,6 +70,7 @@ Switches have minimal features, the dimmer switch is the only switch that has ad
| 15A Outdoor Dual Outlet | ✔ | ✔ | |
| Smart Plug Series (WHOGPLUG / BSDOG01) | ✔ | ✔ | |
| WYLDR Smart Plug (WYLDR16A1081) | ✔ | | |
| Sagewe Smart Plug (F3s202-USVC) | ✔ | ✔ | |

Power stats are realtime power, voltage and energy readings from the device.
Energy history is the weekly, monthly and yearly energy usage retrieved with
Expand Down
1 change: 1 addition & 0 deletions src/pyvesync/device_map.py
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,7 @@ class ThermostatMap(DeviceMapTemplate):
OutletMap(
dev_types=[
'WHOGPLUG',
'F3s202-USVC',
],
class_name='VeSyncOutletWHOGPlug',
features=[
Expand Down