mirror of
https://github.com/python-kasa/python-kasa.git
synced 2024-12-23 11:43:34 +00:00
5febd300ca
* Add P110 fixture * Move the fixture file to smart subdir * Update fixture to have the region info * Rename the fixture file to follow the convention
172 lines
4.3 KiB
JSON
172 lines
4.3 KiB
JSON
{
|
|
"component_nego": {
|
|
"component_list": [
|
|
{
|
|
"id": "device",
|
|
"ver_code": 2
|
|
},
|
|
{
|
|
"id": "firmware",
|
|
"ver_code": 2
|
|
},
|
|
{
|
|
"id": "quick_setup",
|
|
"ver_code": 3
|
|
},
|
|
{
|
|
"id": "time",
|
|
"ver_code": 1
|
|
},
|
|
{
|
|
"id": "wireless",
|
|
"ver_code": 1
|
|
},
|
|
{
|
|
"id": "schedule",
|
|
"ver_code": 2
|
|
},
|
|
{
|
|
"id": "countdown",
|
|
"ver_code": 2
|
|
},
|
|
{
|
|
"id": "antitheft",
|
|
"ver_code": 1
|
|
},
|
|
{
|
|
"id": "account",
|
|
"ver_code": 1
|
|
},
|
|
{
|
|
"id": "synchronize",
|
|
"ver_code": 1
|
|
},
|
|
{
|
|
"id": "sunrise_sunset",
|
|
"ver_code": 1
|
|
},
|
|
{
|
|
"id": "led",
|
|
"ver_code": 1
|
|
},
|
|
{
|
|
"id": "cloud_connect",
|
|
"ver_code": 1
|
|
},
|
|
{
|
|
"id": "iot_cloud",
|
|
"ver_code": 1
|
|
},
|
|
{
|
|
"id": "device_local_time",
|
|
"ver_code": 1
|
|
},
|
|
{
|
|
"id": "default_states",
|
|
"ver_code": 1
|
|
},
|
|
{
|
|
"id": "auto_off",
|
|
"ver_code": 2
|
|
},
|
|
{
|
|
"id": "energy_monitoring",
|
|
"ver_code": 2
|
|
},
|
|
{
|
|
"id": "power_protection",
|
|
"ver_code": 1
|
|
}
|
|
]
|
|
},
|
|
"discovery_result": {
|
|
"device_id": "00000000000000000000000000000000",
|
|
"device_model": "P110(EU)",
|
|
"device_type": "SMART.TAPOPLUG",
|
|
"factory_default": false,
|
|
"ip": "127.0.0.123",
|
|
"is_support_iot_cloud": true,
|
|
"mac": "00-00-00-00-00-00",
|
|
"mgt_encrypt_schm": {
|
|
"encrypt_type": "AES",
|
|
"http_port": 80,
|
|
"is_support_https": false,
|
|
"lv": 2
|
|
},
|
|
"obd_src": "tplink",
|
|
"owner": "00000000000000000000000000000000"
|
|
},
|
|
"get_current_power": {
|
|
"current_power": 2
|
|
},
|
|
"get_device_info": {
|
|
"auto_off_remain_time": 0,
|
|
"auto_off_status": "off",
|
|
"avatar": "plug",
|
|
"default_states": {
|
|
"state": {},
|
|
"type": "last_states"
|
|
},
|
|
"device_id": "0000000000000000000000000000000000000000",
|
|
"device_on": true,
|
|
"fw_id": "00000000000000000000000000000000",
|
|
"fw_ver": "1.2.3 Build 230425 Rel.142542",
|
|
"has_set_location_info": false,
|
|
"hw_id": "00000000000000000000000000000000",
|
|
"hw_ver": "1.0",
|
|
"ip": "127.0.0.123",
|
|
"lang": "de_DE",
|
|
"latitude": 0,
|
|
"longitude": 0,
|
|
"mac": "00-00-00-00-00-00",
|
|
"model": "P110",
|
|
"nickname": "VGFwb3BsdWc=",
|
|
"oem_id": "00000000000000000000000000000000",
|
|
"on_time": 147207,
|
|
"overheated": false,
|
|
"power_protection_status": "normal",
|
|
"region": "Europe/Berlin",
|
|
"rssi": -45,
|
|
"signal_level": 3,
|
|
"specs": "",
|
|
"ssid": "IyNNQVNLRUROQU1FIyM=",
|
|
"time_diff": 60,
|
|
"type": "SMART.TAPOPLUG"
|
|
},
|
|
"get_device_time": {
|
|
"region": "Europe/Berlin",
|
|
"time_diff": 60,
|
|
"timestamp": 1701788347
|
|
},
|
|
"get_device_usage": {
|
|
"power_usage": {
|
|
"past30": 91,
|
|
"past7": 91,
|
|
"today": 36
|
|
},
|
|
"saved_power": {
|
|
"past30": 2380,
|
|
"past7": 2363,
|
|
"today": 923
|
|
},
|
|
"time_usage": {
|
|
"past30": 2471,
|
|
"past7": 2454,
|
|
"today": 959
|
|
}
|
|
},
|
|
"get_energy_usage": {
|
|
"current_power": 2225,
|
|
"electricity_charge": [
|
|
0,
|
|
0,
|
|
0
|
|
],
|
|
"local_time": "2023-12-05 15:59:07",
|
|
"month_energy": 91,
|
|
"month_runtime": 2454,
|
|
"today_energy": 36,
|
|
"today_runtime": 959
|
|
}
|
|
}
|