aiobmsble 0.2.3__py3-none-any.whl → 0.4__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (64) hide show
  1. aiobmsble/__init__.py +2 -0
  2. aiobmsble/__main__.py +4 -2
  3. aiobmsble/basebms.py +40 -15
  4. aiobmsble/bms/abc_bms.py +2 -2
  5. aiobmsble/bms/ant_bms.py +4 -3
  6. aiobmsble/bms/ant_leg_bms.py +177 -0
  7. aiobmsble/bms/braunpwr_bms.py +2 -2
  8. aiobmsble/bms/cbtpwr_bms.py +2 -2
  9. aiobmsble/bms/cbtpwr_vb_bms.py +2 -2
  10. aiobmsble/bms/daly_bms.py +2 -2
  11. aiobmsble/bms/dpwrcore_bms.py +2 -2
  12. aiobmsble/bms/dummy_bms.py +3 -3
  13. aiobmsble/bms/ecoworthy_bms.py +2 -2
  14. aiobmsble/bms/ective_bms.py +2 -2
  15. aiobmsble/bms/ej_bms.py +9 -3
  16. aiobmsble/bms/felicity_bms.py +2 -2
  17. aiobmsble/bms/jbd_bms.py +2 -2
  18. aiobmsble/bms/jikong_bms.py +2 -2
  19. aiobmsble/bms/neey_bms.py +2 -2
  20. aiobmsble/bms/ogt_bms.py +2 -2
  21. aiobmsble/bms/pro_bms.py +2 -2
  22. aiobmsble/bms/redodo_bms.py +5 -2
  23. aiobmsble/bms/renogy_bms.py +2 -2
  24. aiobmsble/bms/renogy_pro_bms.py +2 -2
  25. aiobmsble/bms/roypow_bms.py +2 -2
  26. aiobmsble/bms/seplos_bms.py +3 -3
  27. aiobmsble/bms/seplos_v2_bms.py +2 -2
  28. aiobmsble/bms/tdt_bms.py +2 -2
  29. aiobmsble/bms/tianpwr_bms.py +2 -2
  30. aiobmsble/test_data/__init__.py +95 -0
  31. aiobmsble/test_data/abc_bms.json +34 -0
  32. aiobmsble/test_data/ant_bms.json +18 -0
  33. aiobmsble/test_data/ant_leg_bms.json +19 -0
  34. aiobmsble/test_data/braunpwr_bms.json +34 -0
  35. aiobmsble/test_data/cbtpwr_bms.json +90 -0
  36. aiobmsble/test_data/cbtpwr_vb_bms.json +20 -0
  37. aiobmsble/test_data/daly_bms.json +100 -0
  38. aiobmsble/test_data/dpwrcore_bms.json +18 -0
  39. aiobmsble/test_data/ecoworthy_bms.json +100 -0
  40. aiobmsble/test_data/ective_bms.json +104 -0
  41. aiobmsble/test_data/ej_bms.json +107 -0
  42. aiobmsble/test_data/felicity_bms.json +24 -0
  43. aiobmsble/test_data/ignore.json +48 -0
  44. aiobmsble/test_data/jbd_bms.json +440 -0
  45. aiobmsble/test_data/jikong_bms.json +54 -0
  46. aiobmsble/test_data/neey_bms.json +65 -0
  47. aiobmsble/test_data/ogt_bms.json +16 -0
  48. aiobmsble/test_data/pro_bms.json +15 -0
  49. aiobmsble/test_data/redodo_bms.json +151 -0
  50. aiobmsble/test_data/renogy_bms.json +19 -0
  51. aiobmsble/test_data/renogy_pro_bms.json +16 -0
  52. aiobmsble/test_data/roypow_bms.json +54 -0
  53. aiobmsble/test_data/seplos_bms.json +96 -0
  54. aiobmsble/test_data/seplos_v2_bms.json +41 -0
  55. aiobmsble/test_data/tdt_bms.json +14 -0
  56. aiobmsble/test_data/tianpwr_bms.json +13 -0
  57. aiobmsble-0.4.dist-info/METADATA +163 -0
  58. aiobmsble-0.4.dist-info/RECORD +64 -0
  59. aiobmsble-0.2.3.dist-info/METADATA +0 -122
  60. aiobmsble-0.2.3.dist-info/RECORD +0 -36
  61. {aiobmsble-0.2.3.dist-info → aiobmsble-0.4.dist-info}/WHEEL +0 -0
  62. {aiobmsble-0.2.3.dist-info → aiobmsble-0.4.dist-info}/entry_points.txt +0 -0
  63. {aiobmsble-0.2.3.dist-info → aiobmsble-0.4.dist-info}/licenses/LICENSE +0 -0
  64. {aiobmsble-0.2.3.dist-info → aiobmsble-0.4.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,440 @@
1
+ [
2
+ {
3
+ "advertisement": {
4
+ "local_name": "SX100P-B230201",
5
+ "manufacturer_data": {
6
+ "31488": "02ffff7d"
7
+ },
8
+ "service_uuids": [
9
+ "0000ff00-0000-1000-8000-00805f9b34fb"
10
+ ],
11
+ "rssi": -127
12
+ },
13
+ "type": "jbd_bms",
14
+ "_comments": [
15
+ "source nRF (https://github.com/patman15/BMS_BLE-HA/issues/22#issuecomment-2198586195)",
16
+ "Supervolt battery"
17
+ ]
18
+ },
19
+ {
20
+ "advertisement": {
21
+ "local_name": "DP04S007L4S100A",
22
+ "manufacturer_data": {
23
+ "6226": "2837c2a5"
24
+ },
25
+ "service_uuids": [
26
+ "0000ff00-0000-1000-8000-00805f9b34fb"
27
+ ],
28
+ "rssi": -57
29
+ },
30
+ "type": "jbd_bms",
31
+ "_comments": [
32
+ "source LOG (https://github.com/patman15/BMS_BLE-HA/issues/144)",
33
+ "ECO-WORTHY LiFePO4 12V 100Ah",
34
+ "MAC address, wrong"
35
+ ]
36
+ },
37
+ {
38
+ "advertisement": {
39
+ "local_name": "DP04S007L4S100A",
40
+ "manufacturer_data": {
41
+ "8856": "2837c2a5"
42
+ },
43
+ "service_uuids": [
44
+ "0000ff00-0000-1000-8000-00805f9b34fb"
45
+ ],
46
+ "rssi": -53
47
+ },
48
+ "type": "jbd_bms",
49
+ "_comments": [
50
+ "source PCAP, BTctl (https://github.com/patman15/BMS_BLE-HA/issues/134)",
51
+ "ECO-WORTHY LiFePO4 12V 100Ah",
52
+ "MAC address, wrong"
53
+ ]
54
+ },
55
+ {
56
+ "advertisement": {
57
+ "manufacturer_data": {
58
+ "15984": "97d1c18c"
59
+ },
60
+ "service_uuids": [
61
+ "0000ff00-0000-1000-8000-00805f9b34fb"
62
+ ],
63
+ "rssi": -53
64
+ },
65
+ "type": "jbd_bms",
66
+ "_comments": [
67
+ "source bluetoothctl (https://github.com/patman15/BMS_BLE-HA/issues/141)",
68
+ "https://liontron.com/download/german/LISMART1240LX.pdf",
69
+ "MAC address, correct"
70
+ ]
71
+ },
72
+ {
73
+ "advertisement": {
74
+ "manufacturer_data": {
75
+ "49572": "38991554"
76
+ },
77
+ "service_uuids": [
78
+ "0000ff00-0000-1000-8000-00805f9b34fb"
79
+ ],
80
+ "rssi": -53
81
+ },
82
+ "type": "jbd_bms",
83
+ "_comments": [
84
+ "source bluetoothctl (https://github.com/patman15/BMS_BLE-HA/issues/174)",
85
+ "LionTron XL19110253",
86
+ "MAC address, correct"
87
+ ]
88
+ },
89
+ {
90
+ "advertisement": {
91
+ "local_name": "LT40AH",
92
+ "manufacturer_data": {
93
+ "19011": "1b38c1a4"
94
+ },
95
+ "service_uuids": [
96
+ "0000ff00-0000-1000-8000-00805f9b34fb"
97
+ ],
98
+ "rssi": -53
99
+ },
100
+ "type": "jbd_bms",
101
+ "_comments": [
102
+ "source bluetoothctl (https://github.com/patman15/BMS_BLE-HA/issues/174)",
103
+ "LionTron LT40AH",
104
+ "MAC address, wrong"
105
+ ]
106
+ },
107
+ {
108
+ "advertisement": {
109
+ "local_name": "DP04S007L4S120A",
110
+ "manufacturer_data": {
111
+ "42435": "2737c2a5"
112
+ },
113
+ "service_uuids": [
114
+ "0000ff00-0000-1000-8000-00805f9b34fb"
115
+ ],
116
+ "rssi": -49
117
+ },
118
+ "type": "jbd_bms",
119
+ "_comments": [
120
+ "source LOG (https://github.com/patman15/BMS_BLE-HA/issues/134)",
121
+ "(https://github.com/patman15/BMS_BLE-HA/issues/157)",
122
+ "ECO-WORTHY LiFePO4 12V 150Ah, DCHOUSE FW v6.6",
123
+ "MAC address, wrong"
124
+ ]
125
+ },
126
+ {
127
+ "advertisement": {
128
+ "local_name": "SP17S005P17S120A",
129
+ "manufacturer_data": {
130
+ "34114": "1c1fc2a5"
131
+ },
132
+ "service_uuids": [
133
+ "0000ff00-0000-1000-8000-00805f9b34fb"
134
+ ],
135
+ "rssi": -31
136
+ },
137
+ "type": "jbd_bms",
138
+ "_comments": [
139
+ "source LOG (https://github.com/patman15/BMS_BLE-HA/issues/160#issuecomment-2629318416)"
140
+ ]
141
+ },
142
+ {
143
+ "advertisement": {
144
+ "local_name": "12300DE00013",
145
+ "manufacturer_data": {
146
+ "44580": "2737c2a5"
147
+ },
148
+ "service_uuids": [
149
+ "0000ff00-0000-1000-8000-00805f9b34fb"
150
+ ],
151
+ "rssi": -60
152
+ },
153
+ "type": "jbd_bms",
154
+ "_comments": [
155
+ "source LOG (https://github.com/patman15/BMS_BLE-HA/issues/173)",
156
+ "Eleksol 12V300AH",
157
+ "MAC address, wrong"
158
+ ]
159
+ },
160
+ {
161
+ "advertisement": {
162
+ "local_name": "AP21S002-L21S",
163
+ "manufacturer_data": {
164
+ "16089": "4237c1a4"
165
+ },
166
+ "service_uuids": [
167
+ "0000ff00-0000-1000-8000-00805f9b34fb"
168
+ ],
169
+ "rssi": -84
170
+ },
171
+ "type": "jbd_bms",
172
+ "_comments": [
173
+ "source advmon (https://github.com/patman15/BMS_BLE-HA/issues/226)",
174
+ "A4:C1:37:42:3E:D9",
175
+ "MAC address, wrong"
176
+ ]
177
+ },
178
+ {
179
+ "advertisement": {
180
+ "local_name": "SBL-12330BLH1-242055",
181
+ "manufacturer_data": {
182
+ "123": "02ffff7d"
183
+ },
184
+ "service_uuids": [
185
+ "0000ff00-0000-1000-8000-00805f9b34fb"
186
+ ],
187
+ "rssi": -84
188
+ },
189
+ "type": "jbd_bms",
190
+ "_comments": [
191
+ "source advmon (https://github.com/patman15/BMS_BLE-HA/issues/236)"
192
+ ]
193
+ },
194
+ {
195
+ "advertisement": {
196
+ "local_name": "162400552210210097",
197
+ "manufacturer_data": {
198
+ "49572": "375532f9"
199
+ },
200
+ "service_uuids": [
201
+ "0000ff00-0000-1000-8000-00805f9b34fb"
202
+ ],
203
+ "rssi": -35
204
+ },
205
+ "type": "jbd_bms",
206
+ "_comments": [
207
+ "source advmon (https://github.com/patman15/BMS_BLE-HA/issues/236)",
208
+ "MAC address, correct"
209
+ ]
210
+ },
211
+ {
212
+ "advertisement": {
213
+ "local_name": "PKT2201PB121000084",
214
+ "manufacturer_data": {
215
+ "30669": "e438c1a4"
216
+ },
217
+ "service_uuids": [
218
+ "0000ff00-0000-1000-8000-00805f9b34fb"
219
+ ],
220
+ "rssi": -46
221
+ },
222
+ "type": "jbd_bms",
223
+ "_comments": [
224
+ "source BTctl (https://github.com/patman15/BMS_BLE-HA/issues/242)",
225
+ "MAC address, wrong"
226
+ ]
227
+ },
228
+ {
229
+ "advertisement": {
230
+ "local_name": "gokwh battery",
231
+ "manufacturer_data": {
232
+ "16666": "2937c2a5"
233
+ },
234
+ "service_uuids": [
235
+ "0000ff00-0000-1000-8000-00805f9b34fb"
236
+ ],
237
+ "rssi": -72
238
+ },
239
+ "type": "jbd_bms",
240
+ "_comments": [
241
+ "source BTctl (https://github.com/patman15/BMS_BLE-HA/issues/264)",
242
+ "MAC address, wrong"
243
+ ]
244
+ },
245
+ {
246
+ "advertisement": {
247
+ "local_name": "ECO-LFP48100-3U-8EC7",
248
+ "manufacturer_data": {
249
+ "49834": "37018ec700014c03"
250
+ },
251
+ "service_uuids": [
252
+ "0000ff00-0000-1000-8000-00805f9b34fb"
253
+ ],
254
+ "rssi": -70
255
+ },
256
+ "type": "jbd_bms",
257
+ "_comments": [
258
+ "source advmon (https://github.com/patman15/BMS_BLE-HA/issues/284)",
259
+ "MAC address correct"
260
+ ]
261
+ },
262
+ {
263
+ "advertisement": {
264
+ "local_name": "OGR-48100-123456789",
265
+ "manufacturer_data": {
266
+ "13880": "13014e9a"
267
+ },
268
+ "service_uuids": [
269
+ "0000ff00-0000-1000-8000-00805f9b34fb",
270
+ "00000001-0000-1000-8000-00805f9b34fb"
271
+ ],
272
+ "rssi": -47
273
+ },
274
+ "type": "jbd_bms",
275
+ "_comments": [
276
+ "source advmon (https://github.com/patman15/BMS_BLE-HA/issues/302)"
277
+ ]
278
+ },
279
+ {
280
+ "advertisement": {
281
+ "local_name": "JBD-SP16S020-L8S",
282
+ "manufacturer_data": {
283
+ "13880": "13014e9a"
284
+ },
285
+ "service_uuids": [
286
+ "00001800-0000-1000-8000-00805f9b34fb",
287
+ "00001801-0000-1000-8000-00805f9b34fb",
288
+ "0000180a-0000-1000-8000-00805f9b34fb",
289
+ "0000ff00-0000-1000-8000-00805f9b34fb",
290
+ "00010203-0405-0607-0809-0a0b0c0d1912"
291
+ ],
292
+ "rssi": -81
293
+ },
294
+ "type": "jbd_bms",
295
+ "_comments": [
296
+ "source advmon (https://github.com/patman15/BMS_BLE-HA/issues/309)"
297
+ ]
298
+ },
299
+ {
300
+ "advertisement": {
301
+ "local_name": "DWCK00309J-029",
302
+ "manufacturer_data": {
303
+ "49148": "3437c1a4"
304
+ },
305
+ "service_uuids": [
306
+ "0000ff00-0000-1000-8000-00805f9b34fb"
307
+ ],
308
+ "rssi": -46
309
+ },
310
+ "type": "jbd_bms",
311
+ "_comments": [
312
+ "source advmon (https://github.com/patman15/BMS_BLE-HA/issues/329)",
313
+ "Vatrer battery",
314
+ "MAC address, wrong"
315
+ ]
316
+ },
317
+ {
318
+ "advertisement": {
319
+ "local_name": "xiaoxiang BMS",
320
+ "manufacturer_data": {
321
+ "11313": "2037c1a4"
322
+ },
323
+ "service_uuids": [
324
+ "0000ff00-0000-1000-8000-00805f9b34fb"
325
+ ],
326
+ "rssi": -43
327
+ },
328
+ "type": "jbd_bms",
329
+ "_comments": [
330
+ "source advmon (https://github.com/patman15/BMS_BLE-HA/issues/346)",
331
+ "MAC address, wrong"
332
+ ]
333
+ },
334
+ {
335
+ "advertisement": {
336
+ "local_name": "AL12-100-4S-B01",
337
+ "manufacturer_data": {
338
+ "36783": "3037c1a4"
339
+ },
340
+ "service_uuids": [
341
+ "0000ff00-0000-1000-8000-00805f9b34fb"
342
+ ],
343
+ "rssi": -63
344
+ },
345
+ "type": "jbd_bms",
346
+ "_comments": [
347
+ "source advmon (https://github.com/patman15/BMS_BLE-HA/issues/406)",
348
+ "MAC address, wrong"
349
+ ]
350
+ },
351
+ {
352
+ "advertisement": {
353
+ "local_name": "AL12-100-4S-B02",
354
+ "manufacturer_data": {
355
+ "21516": "5037c1a4"
356
+ },
357
+ "service_uuids": [
358
+ "0000ff00-0000-1000-8000-00805f9b34fb"
359
+ ],
360
+ "rssi": -62
361
+ },
362
+ "type": "jbd_bms",
363
+ "_comments": [
364
+ "source advmon (https://github.com/patman15/BMS_BLE-HA/issues/406)",
365
+ "MAC address, wrong"
366
+ ]
367
+ },
368
+ {
369
+ "advertisement": {
370
+ "local_name": "DXDB00213J-020",
371
+ "manufacturer_data": {
372
+ "58324": "3238c1a4"
373
+ },
374
+ "service_uuids": [
375
+ "0000ff00-0000-1000-8000-00805f9b34fb"
376
+ ],
377
+ "rssi": -94
378
+ },
379
+ "type": "jbd_bms",
380
+ "_comments": [
381
+ "source advmon (https://github.com/patman15/BMS_BLE-HA/issues/423)"
382
+ ]
383
+ },
384
+ {
385
+ "advertisement": {
386
+ "local_name": "06201000690",
387
+ "manufacturer_data": {
388
+ "529": "000040002abb7fff2b382b43c8cb007c00bfbfbfc0000000002580"
389
+ },
390
+ "service_data": {
391
+ "0000262a-0000-1000-8000-00805f9b34fb": "46003e"
392
+ },
393
+ "service_uuids": [
394
+ "00001800-0000-1000-8000-00805f9b34fb",
395
+ "00001801-0000-1000-8000-00805f9b34fb",
396
+ "0000180a-0000-1000-8000-00805f9b34fb",
397
+ "0000180f-0000-1000-8000-00805f9b34fb",
398
+ "0000262a-0000-1000-8000-00805f9b34fb",
399
+ "0000fa00-0000-1000-8000-00805f9b34fb",
400
+ "0000ff00-0000-1000-8000-00805f9b34fb"
401
+ ],
402
+ "rssi": -48
403
+ },
404
+ "type": "jbd_bms",
405
+ "_comments": [
406
+ "source advmon (https://github.com/patman15/BMS_BLE-HA/issues/427)"
407
+ ]
408
+ },
409
+ {
410
+ "advertisement": {
411
+ "local_name": "BS202212-01-0168",
412
+ "service_uuids": [
413
+ "0000ff00-0000-1000-8000-00805f9b34fb"
414
+ ],
415
+ "rssi": -91
416
+ },
417
+ "type": "jbd_bms",
418
+ "_comments": [
419
+ "source pcap (https://github.com/patman15/BMS_BLE-HA/issues/444)"
420
+ ]
421
+ },
422
+ {
423
+ "advertisement": {
424
+ "local_name": "BT LP07841",
425
+ "manufacturer_data": {
426
+ "45653": "6037c2a5"
427
+ },
428
+ "service_uuids": [
429
+ "0000ff00-0000-1000-8000-00805f9b34fb"
430
+ ],
431
+ "rssi": -68
432
+ },
433
+ "type": "jbd_bms",
434
+ "_comments": [
435
+ "source advmon (https://github.com/patman15/BMS_BLE-HA/issues/463)",
436
+ "LANPWR 12V 100Ah LiFePO4",
437
+ "MAC wrong"
438
+ ]
439
+ }
440
+ ]
@@ -0,0 +1,54 @@
1
+ [
2
+ {
3
+ "advertisement": {
4
+ "local_name": "BatteryOben-00",
5
+ "manufacturer_data": {
6
+ "2917": "88a0c847800fd5c5"
7
+ },
8
+ "service_uuids": [
9
+ "0000ffe0-0000-1000-8000-00805f9b34fb"
10
+ ],
11
+ "rssi": -83
12
+ },
13
+ "type": "jikong_bms",
14
+ "_comments": []
15
+ },
16
+ {
17
+ "advertisement": {
18
+ "local_name": "BatterieUnten-01",
19
+ "manufacturer_data": {
20
+ "2917": "88a0c847800d086b"
21
+ },
22
+ "service_uuids": [
23
+ "0000ffe0-0000-1000-8000-00805f9b34fb"
24
+ ],
25
+ "rssi": -68
26
+ },
27
+ "type": "jikong_bms",
28
+ "_comments": [
29
+ "source LOG"
30
+ ]
31
+ },
32
+ {
33
+ "advertisement": {
34
+ "local_name": "JK_B2A8S20P",
35
+ "manufacturer_data": {
36
+ "2917": "88a0c847801488b7"
37
+ },
38
+ "service_uuids": [
39
+ "00001800-0000-1000-8000-00805f9b34fb",
40
+ "00001801-0000-1000-8000-00805f9b34fb",
41
+ "0000180a-0000-1000-8000-00805f9b34fb",
42
+ "0000180f-0000-1000-8000-00805f9b34fb",
43
+ "0000fee7-0000-1000-8000-00805f9b34fb",
44
+ "0000ffe0-0000-1000-8000-00805f9b34fb",
45
+ "f000ffc0-0451-4000-b000-000000000000"
46
+ ],
47
+ "rssi": -67
48
+ },
49
+ "type": "jikong_bms",
50
+ "_comments": [
51
+ "source LOG"
52
+ ]
53
+ }
54
+ ]
@@ -0,0 +1,65 @@
1
+ [
2
+ {
3
+ "advertisement": {
4
+ "local_name": "GW-24Srenamed1",
5
+ "manufacturer_data": {
6
+ "34952": "8888bf9501113638"
7
+ },
8
+ "service_uuids": [
9
+ "0000ffe0-0000-1000-8000-00805f9b34fb",
10
+ "0000fee7-0000-1000-8000-00805f9b34fb"
11
+ ],
12
+ "rssi": -88
13
+ },
14
+ "type": "neey_bms",
15
+ "_comments": [
16
+ "source advmon (https://github.com/patman15/BMS_BLE-HA/issues/291)"
17
+ ]
18
+ },
19
+ {
20
+ "advertisement": {
21
+ "local_name": "GW-24Srenamed2",
22
+ "service_uuids": [
23
+ "0000ffe0-0000-1000-8000-00805f9b34fb",
24
+ "0000fee7-0000-1000-8000-00805f9b34fb"
25
+ ],
26
+ "rssi": -88
27
+ },
28
+ "type": "neey_bms",
29
+ "_comments": [
30
+ "source advmon (https://github.com/patman15/BMS_BLE-HA/issues/291)"
31
+ ]
32
+ },
33
+ {
34
+ "advertisement": {
35
+ "local_name": "GW-24Srenamed3",
36
+ "manufacturer_data": {
37
+ "55769": "88a02b8003f2fc9b"
38
+ },
39
+ "service_uuids": [
40
+ "0000ffe0-0000-1000-8000-00805f9b34fb",
41
+ "0000fee7-0000-1000-8000-00805f9b34fb"
42
+ ],
43
+ "rssi": -73
44
+ },
45
+ "type": "neey_bms",
46
+ "_comments": [
47
+ "source advmon (https://github.com/patman15/BMS_BLE-HA/issues/291)",
48
+ "MAC address"
49
+ ]
50
+ },
51
+ {
52
+ "advertisement": {
53
+ "local_name": "EK-16S2EB",
54
+ "service_uuids": [
55
+ "0000ffe0-0000-1000-8000-00805f9b34fb",
56
+ "0000fee7-0000-1000-8000-00805f9b34fb"
57
+ ],
58
+ "rssi": -73
59
+ },
60
+ "type": "neey_bms",
61
+ "_comments": [
62
+ "source advmon (https://github.com/patman15/BMS_BLE-HA/issues/454)"
63
+ ]
64
+ }
65
+ ]
@@ -0,0 +1,16 @@
1
+ [
2
+ {
3
+ "advertisement": {
4
+ "local_name": "SmartBat-B15051",
5
+ "service_uuids": [
6
+ "0000fff0-0000-1000-8000-00805f9b34fb"
7
+ ],
8
+ "tx_power": 3,
9
+ "rssi": -66
10
+ },
11
+ "type": "ogt_bms",
12
+ "_comments": [
13
+ "source LOG"
14
+ ]
15
+ }
16
+ ]
@@ -0,0 +1,15 @@
1
+ [
2
+ {
3
+ "advertisement": {
4
+ "local_name": "Pro BMS",
5
+ "service_uuids": [
6
+ "0000fff0-0000-1000-8000-00805f9b34fb"
7
+ ],
8
+ "rssi": -60
9
+ },
10
+ "type": "pro_bms",
11
+ "_comments": [
12
+ "Pro BMS test: name and service UUID matching"
13
+ ]
14
+ }
15
+ ]