mirror of
				https://github.com/python-kasa/python-kasa.git
				synced 2025-11-04 06:32:07 +00:00 
			
		
		
		
	Add support for the S500 (#705)
* Add support for the S500D * tweak * Add S505
This commit is contained in:
		@@ -301,6 +301,7 @@ At the moment, the following devices have been confirmed to work:
 | 
			
		||||
#### Wall switches
 | 
			
		||||
 | 
			
		||||
* Tapo S500D
 | 
			
		||||
* Tapo S505
 | 
			
		||||
 | 
			
		||||
### Newer Kasa branded devices
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -101,7 +101,7 @@ PLUGS_IOT = {
 | 
			
		||||
}
 | 
			
		||||
# P135 supports dimming, but its not currently support
 | 
			
		||||
# by the library
 | 
			
		||||
PLUGS_SMART = {"P100", "P110", "KP125M", "EP25", "KS205", "P125M", "P135"}
 | 
			
		||||
PLUGS_SMART = {"P100", "P110", "KP125M", "EP25", "KS205", "P125M", "P135", "S505"}
 | 
			
		||||
PLUGS = {
 | 
			
		||||
    *PLUGS_IOT,
 | 
			
		||||
    *PLUGS_SMART,
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										309
									
								
								kasa/tests/fixtures/smart/S505(US)_1.0_1.0.2.json
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										309
									
								
								kasa/tests/fixtures/smart/S505(US)_1.0_1.0.2.json
									
									
									
									
										vendored
									
									
										Normal file
									
								
							@@ -0,0 +1,309 @@
 | 
			
		||||
{
 | 
			
		||||
    "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": "matter",
 | 
			
		||||
                "ver_code": 1
 | 
			
		||||
            },
 | 
			
		||||
            {
 | 
			
		||||
                "id": "delay_action",
 | 
			
		||||
                "ver_code": 1
 | 
			
		||||
            }
 | 
			
		||||
        ]
 | 
			
		||||
    },
 | 
			
		||||
    "discovery_result": {
 | 
			
		||||
        "device_id": "00000000000000000000000000000000",
 | 
			
		||||
        "device_model": "S505(US)",
 | 
			
		||||
        "device_type": "SMART.TAPOSWITCH",
 | 
			
		||||
        "factory_default": false,
 | 
			
		||||
        "ip": "127.0.0.123",
 | 
			
		||||
        "is_support_iot_cloud": true,
 | 
			
		||||
        "mac": "3C-52-A1-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": false,
 | 
			
		||||
        "random_range": 120,
 | 
			
		||||
        "time": 180
 | 
			
		||||
    },
 | 
			
		||||
    "get_connect_cloud_state": {
 | 
			
		||||
        "status": 0
 | 
			
		||||
    },
 | 
			
		||||
    "get_countdown_rules": {
 | 
			
		||||
        "countdown_rule_max_count": 1,
 | 
			
		||||
        "enable": false,
 | 
			
		||||
        "rule_list": []
 | 
			
		||||
    },
 | 
			
		||||
    "get_device_info": {
 | 
			
		||||
        "auto_off_remain_time": 0,
 | 
			
		||||
        "auto_off_status": "off",
 | 
			
		||||
        "avatar": "switch_s500",
 | 
			
		||||
        "default_states": {
 | 
			
		||||
            "state": {
 | 
			
		||||
                "on": false
 | 
			
		||||
            },
 | 
			
		||||
            "type": "custom"
 | 
			
		||||
        },
 | 
			
		||||
        "device_id": "0000000000000000000000000000000000000000",
 | 
			
		||||
        "device_on": false,
 | 
			
		||||
        "fw_id": "00000000000000000000000000000000",
 | 
			
		||||
        "fw_ver": "1.0.2 Build 230313 Rel.101023",
 | 
			
		||||
        "has_set_location_info": true,
 | 
			
		||||
        "hw_id": "00000000000000000000000000000000",
 | 
			
		||||
        "hw_ver": "1.0",
 | 
			
		||||
        "ip": "127.0.0.123",
 | 
			
		||||
        "lang": "en_US",
 | 
			
		||||
        "latitude": 0,
 | 
			
		||||
        "longitude": 0,
 | 
			
		||||
        "mac": "3C-52-A1-00-00-00",
 | 
			
		||||
        "model": "S505",
 | 
			
		||||
        "nickname": "I01BU0tFRF9OQU1FIw==",
 | 
			
		||||
        "oem_id": "00000000000000000000000000000000",
 | 
			
		||||
        "on_time": 0,
 | 
			
		||||
        "overheated": false,
 | 
			
		||||
        "region": "Pacific/Honolulu",
 | 
			
		||||
        "rssi": -37,
 | 
			
		||||
        "signal_level": 3,
 | 
			
		||||
        "specs": "",
 | 
			
		||||
        "ssid": "I01BU0tFRF9TU0lEIw==",
 | 
			
		||||
        "time_diff": -600,
 | 
			
		||||
        "type": "SMART.TAPOSWITCH"
 | 
			
		||||
    },
 | 
			
		||||
    "get_device_time": {
 | 
			
		||||
        "region": "Pacific/Honolulu",
 | 
			
		||||
        "time_diff": -600,
 | 
			
		||||
        "timestamp": 1706137970
 | 
			
		||||
    },
 | 
			
		||||
    "get_device_usage": {
 | 
			
		||||
        "time_usage": {
 | 
			
		||||
            "past30": 0,
 | 
			
		||||
            "past7": 0,
 | 
			
		||||
            "today": 0
 | 
			
		||||
        }
 | 
			
		||||
    },
 | 
			
		||||
    "get_fw_download_state": {
 | 
			
		||||
        "auto_upgrade": false,
 | 
			
		||||
        "download_progress": 0,
 | 
			
		||||
        "reboot_time": 5,
 | 
			
		||||
        "status": 0,
 | 
			
		||||
        "upgrade_time": 5
 | 
			
		||||
    },
 | 
			
		||||
    "get_latest_fw": {
 | 
			
		||||
        "fw_size": 786432,
 | 
			
		||||
        "fw_ver": "1.1.0 Build 231024 Rel.201030",
 | 
			
		||||
        "hw_id": "00000000000000000000000000000000",
 | 
			
		||||
        "need_to_upgrade": true,
 | 
			
		||||
        "oem_id": "00000000000000000000000000000000",
 | 
			
		||||
        "release_date": "2023-11-24",
 | 
			
		||||
        "release_note": "Modifications and Bug Fixes:\n1. Enhanced stability and performance.\n2. Enhanced local communication security.\n3. Fixed some minor bugs.",
 | 
			
		||||
        "type": 2
 | 
			
		||||
    },
 | 
			
		||||
    "get_led_info": {
 | 
			
		||||
        "led_rule": "always",
 | 
			
		||||
        "led_status": true,
 | 
			
		||||
        "night_mode": {
 | 
			
		||||
            "end_time": 426,
 | 
			
		||||
            "night_mode_type": "sunrise_sunset",
 | 
			
		||||
            "start_time": 1093,
 | 
			
		||||
            "sunrise_offset": 0,
 | 
			
		||||
            "sunset_offset": 0
 | 
			
		||||
        }
 | 
			
		||||
    },
 | 
			
		||||
    "get_next_event": {},
 | 
			
		||||
    "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=="
 | 
			
		||||
            },
 | 
			
		||||
            {
 | 
			
		||||
                "bssid": "000000000000",
 | 
			
		||||
                "channel": 0,
 | 
			
		||||
                "cipher_type": 2,
 | 
			
		||||
                "key_type": "wpa_psk",
 | 
			
		||||
                "signal_level": 1,
 | 
			
		||||
                "ssid": "I01BU0tFRF9TU0lEIw=="
 | 
			
		||||
            },
 | 
			
		||||
            {
 | 
			
		||||
                "bssid": "000000000000",
 | 
			
		||||
                "channel": 0,
 | 
			
		||||
                "cipher_type": 2,
 | 
			
		||||
                "key_type": "wpa_psk",
 | 
			
		||||
                "signal_level": 2,
 | 
			
		||||
                "ssid": "I01BU0tFRF9TU0lEIw=="
 | 
			
		||||
            },
 | 
			
		||||
            {
 | 
			
		||||
                "bssid": "000000000000",
 | 
			
		||||
                "channel": 0,
 | 
			
		||||
                "cipher_type": 2,
 | 
			
		||||
                "key_type": "wpa_psk",
 | 
			
		||||
                "signal_level": 2,
 | 
			
		||||
                "ssid": "I01BU0tFRF9TU0lEIw=="
 | 
			
		||||
            },
 | 
			
		||||
            {
 | 
			
		||||
                "bssid": "000000000000",
 | 
			
		||||
                "channel": 0,
 | 
			
		||||
                "cipher_type": 2,
 | 
			
		||||
                "key_type": "wpa_psk",
 | 
			
		||||
                "signal_level": 1,
 | 
			
		||||
                "ssid": "I01BU0tFRF9TU0lEIw=="
 | 
			
		||||
            },
 | 
			
		||||
            {
 | 
			
		||||
                "bssid": "000000000000",
 | 
			
		||||
                "channel": 0,
 | 
			
		||||
                "cipher_type": 2,
 | 
			
		||||
                "key_type": "wpa_psk",
 | 
			
		||||
                "signal_level": 1,
 | 
			
		||||
                "ssid": "I01BU0tFRF9TU0lEIw=="
 | 
			
		||||
            },
 | 
			
		||||
            {
 | 
			
		||||
                "bssid": "000000000000",
 | 
			
		||||
                "channel": 0,
 | 
			
		||||
                "cipher_type": 2,
 | 
			
		||||
                "key_type": "wpa_psk",
 | 
			
		||||
                "signal_level": 1,
 | 
			
		||||
                "ssid": "I01BU0tFRF9TU0lEIw=="
 | 
			
		||||
            },
 | 
			
		||||
            {
 | 
			
		||||
                "bssid": "000000000000",
 | 
			
		||||
                "channel": 0,
 | 
			
		||||
                "cipher_type": 2,
 | 
			
		||||
                "key_type": "wpa_psk",
 | 
			
		||||
                "signal_level": 1,
 | 
			
		||||
                "ssid": "I01BU0tFRF9TU0lEIw=="
 | 
			
		||||
            }
 | 
			
		||||
        ],
 | 
			
		||||
        "wep_supported": false
 | 
			
		||||
    },
 | 
			
		||||
    "qs_component_nego": {
 | 
			
		||||
        "component_list": [
 | 
			
		||||
            {
 | 
			
		||||
                "id": "quick_setup",
 | 
			
		||||
                "ver_code": 3
 | 
			
		||||
            },
 | 
			
		||||
            {
 | 
			
		||||
                "id": "sunrise_sunset",
 | 
			
		||||
                "ver_code": 1
 | 
			
		||||
            },
 | 
			
		||||
            {
 | 
			
		||||
                "id": "ble_whole_setup",
 | 
			
		||||
                "ver_code": 1
 | 
			
		||||
            },
 | 
			
		||||
            {
 | 
			
		||||
                "id": "matter",
 | 
			
		||||
                "ver_code": 1
 | 
			
		||||
            },
 | 
			
		||||
            {
 | 
			
		||||
                "id": "iot_cloud",
 | 
			
		||||
                "ver_code": 1
 | 
			
		||||
            },
 | 
			
		||||
            {
 | 
			
		||||
                "id": "inherit",
 | 
			
		||||
                "ver_code": 1
 | 
			
		||||
            },
 | 
			
		||||
            {
 | 
			
		||||
                "id": "firmware",
 | 
			
		||||
                "ver_code": 2
 | 
			
		||||
            }
 | 
			
		||||
        ],
 | 
			
		||||
        "extra_info": {
 | 
			
		||||
            "device_model": "S505",
 | 
			
		||||
            "device_type": "SMART.TAPOSWITCH"
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user