8000 Add D100C(US) 1.0 1.1.3 fixture (#1475) · rSffsE/python-kasa@57c4ffa · GitHub
[go: up one dir, main page]

Skip to content

Commit 57c4ffa

Browse files
authored
Add D100C(US) 1.0 1.1.3 fixture (python-kasa#1475)
1 parent 54bb538 commit 57c4ffa

File tree

3 files changed

+261
-1
lines changed

3 files changed

+261
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ The following devices have been tested and confirmed as working. If your device
202202
- **Bulbs**: L510B, L510E, L530E, L630
203203
- **Light Strips**: L900-10, L900-5, L920-5, L930-5
204204
- **Cameras**: C100, C210, C220, C225, C325WB, C520WS, C720, TC65, TC70
205-
- **Doorbells and chimes**: D230
205+
- **Doorbells and chimes**: D100C, D230
206206
- **Vacuums**: RV20 Max Plus, RV30 Max
207207
- **Hubs**: H100, H200
208208
- **Hub-Connected Devices[^3]**: S200B, S200D, T100, T110, T300, T310, T315

SUPPORTED.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,8 @@ All Tapo devices require authentication.<br>Hub-Connected Devices may work acros
292292

293293
### Doorbells and chimes
294294

295+
- **D100C**
296+
- Hardware: 1.0 (US) / Firmware: 1.1.3
295297
- **D230**
296298
- Hardware: 1.20 (EU) / Firmware: 1.1.19
297299

Lines changed: 258 additions & 0 deletions
72A8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,258 @@
1+
{
2+
"component_nego": {
3+
"component_list": [
4+
{
5+
"id": "device",
6+
"ver_code": 2
7+
},
8+
{
9+
"id": "firmware",
10+
"ver_code": 2
11+
},
12+
{
13+
"id": "quick_setup",
14+
"ver_code": 3
15+
},
16+
{
17+
"id": "time",
18+
"ver_code": 1
19+
},
20+
{
21+
"id": "wireless",
22+
"ver_code": 1
23+
},
24+
{
25+
"id": "schedule",
26+
"ver_code": 2
27+
},
28+
{
29+
"id": "countdown",
30+
"ver_code": 2
31+
},
32+
{
33+
"id": "antitheft",
34+
"ver_code": 1
35+
},
36+
{
37+
"id": "account",
38+
"ver_code": 1
39+
},
40+
{
41+
"id": "synchronize",
42+
"ver_code": 1
43+
},
44+
{
45+
"id": "sunrise_sunset",
46+
"ver_code": 1
47+
},
48+
{
49+
"id": "led",
50+
"ver_code": 1
51+
},
52+
{
53+
"id": "cloud_connect",
54+
"ver_code": 1
55+
},
56+
{
57+
"id": "iot_cloud",
58+
"ver_code": 1
59+
},
60+
{
61+
"id": "device_local_time",
62+
"ver_code": 1
63+
},
64+
{
65+
"id": "default_states",
66+
"ver_code": 1
67+
}
68+
]
69+
},
70+
"discovery_result": {
71+
"error_code": 0,
72+
"result": {
73+
"device_id": "00000000000000000000000000000000",
74+
"device_model": "D100C(US)",
75+
"device_type": "SMART.TAPOCHIME",
76+
"factory_default": false,
77+
"ip": "127.0.0.123",
78+
"is_support_iot_cloud": true,
79+
"mac": "40-AE-30-00-00-00",
80+
"mgt_encrypt_schm": {
81+
"encrypt_type": "KLAP",
82+
"http_port": 80,
83+
"is_support_https": false,
84+
"lv": 2
85+
},
86+
"obd_src": "tplink",
87+
"owner": "00000000000000000000000000000000"
88+
}
89+
},
90+
"get_auto_update_info": {
91+
"enable": true,
92+
"random_range": 120,
93+
"time": 180
94+
},
95+
"get_connect_cloud_state": {
96+
"status": 0
97+
},
98+
"get_device_info": {
99+
"avatar": "",
100+
"device_id": "0000000000000000000000000000000000000000",
101+
"fw_id": "00000000000000000000000000000000",
102+
"fw_ver": "1.1.3 Build 231221 Rel.154700",
103+
"has_set_location_info": true,
104+
"hw_id": "00000000000000000000000000000000",
105+
"hw_ver": "1.0",
106+
"ip": "127.0.0.123",
107+
"lang": "en_US",
108+
"latitude": 0,
109+
"led_off": 0,
110+
"longitude": 0,
111+
"mac": "40-AE-30-00-00-00",
112+
"model": "D100C",
113+
"nickname": "I01BU0tFRF9OQU1FIw==",
114+
"oem_id": "00000000000000000000000000000000",
115+
"region": "America/Chicago",
116+
"rssi": -24,
117+
"signal_level": 3,
118+
"specs": "",
119+
"ssid": "I01BU0tFRF9TU0lEIw==",
120+
"time_diff": -360,
121+
"type": "SMART.TAPOCHIME"
122+
},
123+
"get_device_time": {
124+
"region": "America/Chicago",
125+
"time_diff": -360,
126+
"timestamp": 1736433406
127+
},
128+
"get_device_usage": {},
129+
"get_fw_download_state": {
130+
"auto_upgrade": false,
131+
"download_progress": 0,
132+
"reboot_time": 5,
133+
"status": 0,
134+
"upgrade_time": 5
135+
},
136+
"get_latest_fw": {
137+
"fw_size": 0,
138+
"fw_ver": "1.1.3 Build 231221 Rel.154700",
139+
"hw_id": "",
140+
"need_to_upgrade": false,
141+
"oem_id": "",
142+
"release_date": "",
143+
"release_note": "",
144+
"type": 0
145+
},
146+
"get_wireless_scan_info": {
147+
"ap_list": [
148+
{
149+
"bssid": "000000000000",
150+
"channel": 0,
151+
"cipher_type": 2,
152+
"key_type": "wpa2_psk",
153+
"signal_level": 3,
154+
"ssid": "I01BU0tFRF9TU0lEIw=="
155+
},
156+
{
157+
"bssid": "000000000000",
158+
"channel": 0,
159+
"cipher_type": 2,
160+
"key_type": "wpa2_psk",
161+
"signal_level": 2,
162+
"ssid": "I01BU0tFRF9TU0lEIw=="
163+
},
164+
{
165+
"bssid": "000000000000",
166+
"channel": 0,
167+
"cipher_type": 2,
168+
"key_type": "wpa2_psk",
169+
"signal_level": 2,
170+
"ssid": "I01BU0tFRF9TU0lEIw=="
171+
},
172+
{
173+
"bssid": "000000000000",
174+
"channel": 0,
175+
"cipher_type": 2,
176+
"key_type": "wpa2_psk",
177+
"signal_level": 2,
178+
"ssid": "I01BU0tFRF9TU0lEIw=="
179+
},
180+
{
181+
"bssid": "000000000000",
182+
"channel": 0,
183+
"cipher_type": 2,
184+
"key_type": "wpa2_psk",
185+
"signal_level": 2,
186+
"ssid": "I01BU0tFRF9TU0lEIw=="
187+
},
188+
{
189+
"bssid": "000000000000",
190+
"channel": 0,
191+
"cipher_type": 2,
192+
"key_type": "wpa2_psk",
193+
"signal_level": 2,
194+
"ssid": "I01BU0tFRF9TU0lEIw=="
195+
},
196+
{
197+
"bssid": "000000000000",
198+
"channel": 0,
199+
"cipher_type": 2,
200+
"key_type": "wpa2_psk",
201+
"signal_level": 2,
202+
"ssid": "I01BU0tFRF9TU0lEIw=="
203+
},
204+
{
205+
"bssid": "000000000000",
206+
"channel": 0,
207+
"cipher_type": 2,
208+
"key_type": "wpa2_psk",
209+
"signal_level": 1,
210+
"ssid": "I01BU0tFRF9TU0lEIw=="
211+
},
212+
{
213+
"bssid": "000000000000",
214+
"channel": 0,
215+
"cipher_type": 2,
216+
"key_type": "wpa2_psk",
217+
"signal_level": 1,
218+
"ssid": "I01BU0tFRF9TU0lEIw=="
219+
}
220+
],
221+
" 9920 start_index": 0,
222+
"sum": 9,
223+
"wep_supported": false
224+
},
225+
"qs_component_nego": {
226+
"component_list": [
227+
{
228+
"id": "quick_setup",
229+
"ver_code": 3
230+
},
231+
{
232+
"id": "sunrise_sunset",
233+
"ver_code": 1
234+
},
235+
{
236+
"id": "ble_whole_setup",
237+
"ver_code": 1
238+
},
239+
{
240+
"id": "iot_cloud",
241+
"ver_code": 1
242+
},
243+
{
244+
"id": "inherit",
245+
"ver_code": 1
246+
},
247+
{
248+
"id": "firmware",
249+
"ver_code": 2
250+
}
251+
],
252+
"extra_info": {
253+
"device_model": "D100C",
254+
"device_type": "SMART.TAPOCHIME",
255+
"is_klap": true
256+
}
257+
}
258+
}

0 commit comments

Comments
 (0)
0