mirror of
				https://github.com/python-kasa/python-kasa.git
				synced 2025-11-03 22:22:06 +00:00 
			
		
		
		
	* dump_devinfo improvements * Scrub only the last three bytes for mac addresses * Add --target to allow creating fixtures based on discovery * Save fixtures directly to correct location, add --basedir to allow defining the location of repository root * Add --autosave to disable prompting for saving * Update fixtures for devices I have * Add fixture for HS110 hw 4.0 fw 1.0.4 * Improve help strings * Fix tests * Update devtools README * Default to discovery if no host/target given
		
			
				
	
	
		
			400 lines
		
	
	
		
			9.6 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			400 lines
		
	
	
		
			9.6 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": "48-22-54-00-00-00",
 | 
						|
        "mgt_encrypt_schm": {
 | 
						|
            "encrypt_type": "AES",
 | 
						|
            "http_port": 80,
 | 
						|
            "is_support_https": false,
 | 
						|
            "lv": 2
 | 
						|
        },
 | 
						|
        "obd_src": "tplink",
 | 
						|
        "owner": "00000000000000000000000000000000"
 | 
						|
    },
 | 
						|
    "get_antitheft_rules": {
 | 
						|
        "antitheft_rule_max_count": 1,
 | 
						|
        "enable": false,
 | 
						|
        "rule_list": []
 | 
						|
    },
 | 
						|
    "get_auto_off_config": {
 | 
						|
        "delay_min": 120,
 | 
						|
        "enable": false
 | 
						|
    },
 | 
						|
    "get_auto_update_info": {
 | 
						|
        "enable": true,
 | 
						|
        "random_range": 120,
 | 
						|
        "time": 180
 | 
						|
    },
 | 
						|
    "get_connect_cloud_state": {
 | 
						|
        "status": 1
 | 
						|
    },
 | 
						|
    "get_countdown_rules": {
 | 
						|
        "countdown_rule_max_count": 1,
 | 
						|
        "enable": false,
 | 
						|
        "rule_list": []
 | 
						|
    },
 | 
						|
    "get_current_power": {
 | 
						|
        "current_power": 0
 | 
						|
    },
 | 
						|
    "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": false,
 | 
						|
        "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": "en_US",
 | 
						|
        "latitude": 0,
 | 
						|
        "longitude": 0,
 | 
						|
        "mac": "48-22-54-00-00-00",
 | 
						|
        "model": "P110",
 | 
						|
        "nickname": "I01BU0tFRF9OQU1FIw==",
 | 
						|
        "oem_id": "00000000000000000000000000000000",
 | 
						|
        "on_time": 0,
 | 
						|
        "overheated": false,
 | 
						|
        "power_protection_status": "normal",
 | 
						|
        "region": "Europe/Berlin",
 | 
						|
        "rssi": -42,
 | 
						|
        "signal_level": 3,
 | 
						|
        "specs": "",
 | 
						|
        "ssid": "I01BU0tFRF9TU0lEIw==",
 | 
						|
        "time_diff": 60,
 | 
						|
        "type": "SMART.TAPOPLUG"
 | 
						|
    },
 | 
						|
    "get_device_time": {
 | 
						|
        "region": "Europe/Berlin",
 | 
						|
        "time_diff": 60,
 | 
						|
        "timestamp": 1705699998
 | 
						|
    },
 | 
						|
    "get_device_usage": {
 | 
						|
        "power_usage": {
 | 
						|
            "past30": 1010,
 | 
						|
            "past7": 368,
 | 
						|
            "today": 46
 | 
						|
        },
 | 
						|
        "saved_power": {
 | 
						|
            "past30": 26144,
 | 
						|
            "past7": 9536,
 | 
						|
            "today": 1218
 | 
						|
        },
 | 
						|
        "time_usage": {
 | 
						|
            "past30": 27154,
 | 
						|
            "past7": 9904,
 | 
						|
            "today": 1264
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "get_electricity_price_config": {
 | 
						|
        "constant_price": 0,
 | 
						|
        "time_of_use_config": {
 | 
						|
            "summer": {
 | 
						|
                "midpeak": 0,
 | 
						|
                "offpeak": 0,
 | 
						|
                "onpeak": 0,
 | 
						|
                "period": [
 | 
						|
                    0,
 | 
						|
                    0,
 | 
						|
                    0,
 | 
						|
                    0
 | 
						|
                ],
 | 
						|
                "weekday_config": [
 | 
						|
                    1,
 | 
						|
                    1,
 | 
						|
                    1,
 | 
						|
                    1,
 | 
						|
                    1,
 | 
						|
                    1,
 | 
						|
                    1,
 | 
						|
                    1,
 | 
						|
                    1,
 | 
						|
                    1,
 | 
						|
                    1,
 | 
						|
                    1,
 | 
						|
                    1,
 | 
						|
                    1,
 | 
						|
                    1,
 | 
						|
                    1,
 | 
						|
                    1,
 | 
						|
                    1,
 | 
						|
                    1,
 | 
						|
                    1,
 | 
						|
                    1,
 | 
						|
                    1,
 | 
						|
                    1,
 | 
						|
                    1
 | 
						|
                ],
 | 
						|
                "weekend_config": [
 | 
						|
                    1,
 | 
						|
                    1,
 | 
						|
                    1,
 | 
						|
                    1,
 | 
						|
                    1,
 | 
						|
                    1,
 | 
						|
                    1,
 | 
						|
                    1,
 | 
						|
                    1,
 | 
						|
                    1,
 | 
						|
                    1,
 | 
						|
                    1,
 | 
						|
                    1,
 | 
						|
                    1,
 | 
						|
                    1,
 | 
						|
                    1,
 | 
						|
                    1,
 | 
						|
                    1,
 | 
						|
                    1,
 | 
						|
                    1,
 | 
						|
                    1,
 | 
						|
                    1,
 | 
						|
                    1,
 | 
						|
                    1
 | 
						|
                ]
 | 
						|
            },
 | 
						|
            "winter": {
 | 
						|
                "midpeak": 0,
 | 
						|
                "offpeak": 0,
 | 
						|
                "onpeak": 0,
 | 
						|
                "period": [
 | 
						|
                    0,
 | 
						|
                    0,
 | 
						|
                    0,
 | 
						|
                    0
 | 
						|
                ],
 | 
						|
                "weekday_config": [
 | 
						|
                    1,
 | 
						|
                    1,
 | 
						|
                    1,
 | 
						|
                    1,
 | 
						|
                    1,
 | 
						|
                    1,
 | 
						|
                    1,
 | 
						|
                    1,
 | 
						|
                    1,
 | 
						|
                    1,
 | 
						|
                    1,
 | 
						|
                    1,
 | 
						|
                    1,
 | 
						|
                    1,
 | 
						|
                    1,
 | 
						|
                    1,
 | 
						|
                    1,
 | 
						|
                    1,
 | 
						|
                    1,
 | 
						|
                    1,
 | 
						|
                    1,
 | 
						|
                    1,
 | 
						|
                    1,
 | 
						|
                    1
 | 
						|
                ],
 | 
						|
                "weekend_config": [
 | 
						|
                    1,
 | 
						|
                    1,
 | 
						|
                    1,
 | 
						|
                    1,
 | 
						|
                    1,
 | 
						|
                    1,
 | 
						|
                    1,
 | 
						|
                    1,
 | 
						|
                    1,
 | 
						|
                    1,
 | 
						|
                    1,
 | 
						|
                    1,
 | 
						|
                    1,
 | 
						|
                    1,
 | 
						|
                    1,
 | 
						|
                    1,
 | 
						|
                    1,
 | 
						|
                    1,
 | 
						|
                    1,
 | 
						|
                    1,
 | 
						|
                    1,
 | 
						|
                    1,
 | 
						|
                    1,
 | 
						|
                    1
 | 
						|
                ]
 | 
						|
            }
 | 
						|
        },
 | 
						|
        "type": "constant"
 | 
						|
    },
 | 
						|
    "get_energy_usage": {
 | 
						|
        "current_power": 0,
 | 
						|
        "electricity_charge": [
 | 
						|
            0,
 | 
						|
            0,
 | 
						|
            0
 | 
						|
        ],
 | 
						|
        "local_time": "2024-01-19 22:33:18",
 | 
						|
        "month_energy": 430,
 | 
						|
        "month_runtime": 11571,
 | 
						|
        "today_energy": 46,
 | 
						|
        "today_runtime": 1264
 | 
						|
    },
 | 
						|
    "get_fw_download_state": {
 | 
						|
        "auto_upgrade": false,
 | 
						|
        "download_progress": 0,
 | 
						|
        "reboot_time": 5,
 | 
						|
        "status": 0,
 | 
						|
        "upgrade_time": 5
 | 
						|
    },
 | 
						|
    "get_led_info": {
 | 
						|
        "led_rule": "always",
 | 
						|
        "led_status": false,
 | 
						|
        "night_mode": {
 | 
						|
            "end_time": 420,
 | 
						|
            "night_mode_type": "sunrise_sunset",
 | 
						|
            "start_time": 1140,
 | 
						|
            "sunrise_offset": 0,
 | 
						|
            "sunset_offset": 0
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "get_max_power": {
 | 
						|
        "max_power": 3904
 | 
						|
    },
 | 
						|
    "get_next_event": {},
 | 
						|
    "get_protection_power": {
 | 
						|
        "enabled": false,
 | 
						|
        "protection_power": 0
 | 
						|
    },
 | 
						|
    "get_schedule_rules": {
 | 
						|
        "enable": false,
 | 
						|
        "rule_list": [],
 | 
						|
        "schedule_rule_max_count": 32,
 | 
						|
        "start_index": 0,
 | 
						|
        "sum": 0
 | 
						|
    },
 | 
						|
    "get_wireless_scan_info": {
 | 
						|
        "ap_list": [
 | 
						|
            {
 | 
						|
                "bssid": "000000000000",
 | 
						|
                "channel": 0,
 | 
						|
                "cipher_type": 2,
 | 
						|
                "key_type": "wpa_psk",
 | 
						|
                "signal_level": 3,
 | 
						|
                "ssid": "I01BU0tFRF9TU0lEIw=="
 | 
						|
            }
 | 
						|
        ],
 | 
						|
        "wep_supported": false
 | 
						|
    },
 | 
						|
    "qs_component_nego": {
 | 
						|
        "component_list": [
 | 
						|
            {
 | 
						|
                "id": "quick_setup",
 | 
						|
                "ver_code": 3
 | 
						|
            },
 | 
						|
            {
 | 
						|
                "id": "sunrise_sunset",
 | 
						|
                "ver_code": 1
 | 
						|
            },
 | 
						|
            {
 | 
						|
                "id": "iot_cloud",
 | 
						|
                "ver_code": 1
 | 
						|
            },
 | 
						|
            {
 | 
						|
                "id": "inherit",
 | 
						|
                "ver_code": 1
 | 
						|
            },
 | 
						|
            {
 | 
						|
                "id": "firmware",
 | 
						|
                "ver_code": 2
 | 
						|
            }
 | 
						|
        ],
 | 
						|
        "extra_info": {
 | 
						|
            "device_model": "P110",
 | 
						|
            "device_type": "SMART.TAPOPLUG"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |