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.
- aiobmsble/__init__.py +2 -0
- aiobmsble/__main__.py +4 -2
- aiobmsble/basebms.py +40 -15
- aiobmsble/bms/abc_bms.py +2 -2
- aiobmsble/bms/ant_bms.py +4 -3
- aiobmsble/bms/ant_leg_bms.py +177 -0
- aiobmsble/bms/braunpwr_bms.py +2 -2
- aiobmsble/bms/cbtpwr_bms.py +2 -2
- aiobmsble/bms/cbtpwr_vb_bms.py +2 -2
- aiobmsble/bms/daly_bms.py +2 -2
- aiobmsble/bms/dpwrcore_bms.py +2 -2
- aiobmsble/bms/dummy_bms.py +3 -3
- aiobmsble/bms/ecoworthy_bms.py +2 -2
- aiobmsble/bms/ective_bms.py +2 -2
- aiobmsble/bms/ej_bms.py +9 -3
- aiobmsble/bms/felicity_bms.py +2 -2
- aiobmsble/bms/jbd_bms.py +2 -2
- aiobmsble/bms/jikong_bms.py +2 -2
- aiobmsble/bms/neey_bms.py +2 -2
- aiobmsble/bms/ogt_bms.py +2 -2
- aiobmsble/bms/pro_bms.py +2 -2
- aiobmsble/bms/redodo_bms.py +5 -2
- aiobmsble/bms/renogy_bms.py +2 -2
- aiobmsble/bms/renogy_pro_bms.py +2 -2
- aiobmsble/bms/roypow_bms.py +2 -2
- aiobmsble/bms/seplos_bms.py +3 -3
- aiobmsble/bms/seplos_v2_bms.py +2 -2
- aiobmsble/bms/tdt_bms.py +2 -2
- aiobmsble/bms/tianpwr_bms.py +2 -2
- aiobmsble/test_data/__init__.py +95 -0
- aiobmsble/test_data/abc_bms.json +34 -0
- aiobmsble/test_data/ant_bms.json +18 -0
- aiobmsble/test_data/ant_leg_bms.json +19 -0
- aiobmsble/test_data/braunpwr_bms.json +34 -0
- aiobmsble/test_data/cbtpwr_bms.json +90 -0
- aiobmsble/test_data/cbtpwr_vb_bms.json +20 -0
- aiobmsble/test_data/daly_bms.json +100 -0
- aiobmsble/test_data/dpwrcore_bms.json +18 -0
- aiobmsble/test_data/ecoworthy_bms.json +100 -0
- aiobmsble/test_data/ective_bms.json +104 -0
- aiobmsble/test_data/ej_bms.json +107 -0
- aiobmsble/test_data/felicity_bms.json +24 -0
- aiobmsble/test_data/ignore.json +48 -0
- aiobmsble/test_data/jbd_bms.json +440 -0
- aiobmsble/test_data/jikong_bms.json +54 -0
- aiobmsble/test_data/neey_bms.json +65 -0
- aiobmsble/test_data/ogt_bms.json +16 -0
- aiobmsble/test_data/pro_bms.json +15 -0
- aiobmsble/test_data/redodo_bms.json +151 -0
- aiobmsble/test_data/renogy_bms.json +19 -0
- aiobmsble/test_data/renogy_pro_bms.json +16 -0
- aiobmsble/test_data/roypow_bms.json +54 -0
- aiobmsble/test_data/seplos_bms.json +96 -0
- aiobmsble/test_data/seplos_v2_bms.json +41 -0
- aiobmsble/test_data/tdt_bms.json +14 -0
- aiobmsble/test_data/tianpwr_bms.json +13 -0
- aiobmsble-0.4.dist-info/METADATA +163 -0
- aiobmsble-0.4.dist-info/RECORD +64 -0
- aiobmsble-0.2.3.dist-info/METADATA +0 -122
- aiobmsble-0.2.3.dist-info/RECORD +0 -36
- {aiobmsble-0.2.3.dist-info → aiobmsble-0.4.dist-info}/WHEEL +0 -0
- {aiobmsble-0.2.3.dist-info → aiobmsble-0.4.dist-info}/entry_points.txt +0 -0
- {aiobmsble-0.2.3.dist-info → aiobmsble-0.4.dist-info}/licenses/LICENSE +0 -0
- {aiobmsble-0.2.3.dist-info → aiobmsble-0.4.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,104 @@
|
|
1
|
+
[
|
2
|
+
{
|
3
|
+
"advertisement": {
|
4
|
+
"local_name": "NWJ20221223010330\u0011",
|
5
|
+
"manufacturer_data": {
|
6
|
+
"65535": "30554437a2d2"
|
7
|
+
},
|
8
|
+
"service_uuids": [
|
9
|
+
"0000ffe0-0000-1000-8000-00805f9b34fb"
|
10
|
+
],
|
11
|
+
"rssi": -56
|
12
|
+
},
|
13
|
+
"type": "ective_bms",
|
14
|
+
"_comments": [
|
15
|
+
"source LOG"
|
16
|
+
]
|
17
|
+
},
|
18
|
+
{
|
19
|
+
"advertisement": {
|
20
|
+
"local_name": "NWJ20221223010388\u0011",
|
21
|
+
"manufacturer_data": {
|
22
|
+
"65535": "3055443762ec"
|
23
|
+
},
|
24
|
+
"service_uuids": [
|
25
|
+
"0000ffe0-0000-1000-8000-00805f9b34fb"
|
26
|
+
],
|
27
|
+
"rssi": -47
|
28
|
+
},
|
29
|
+
"type": "ective_bms",
|
30
|
+
"_comments": [
|
31
|
+
"source LOG"
|
32
|
+
]
|
33
|
+
},
|
34
|
+
{
|
35
|
+
"advertisement": {
|
36
|
+
"local_name": "$PFLAC,R,RADIOID\r\n",
|
37
|
+
"manufacturer_data": {
|
38
|
+
"65535": "10554433e8b4"
|
39
|
+
},
|
40
|
+
"service_uuids": [
|
41
|
+
"0000ffe0-0000-1000-8000-00805f9b34fb"
|
42
|
+
],
|
43
|
+
"rssi": -47
|
44
|
+
},
|
45
|
+
"type": "ective_bms",
|
46
|
+
"_comments": [
|
47
|
+
"nRF Connect (https://github.com/patman15/BMS_BLE-HA/issues/82#issuecomment-2498299433)"
|
48
|
+
]
|
49
|
+
},
|
50
|
+
{
|
51
|
+
"advertisement": {
|
52
|
+
"local_name": "NWJ20200720020539",
|
53
|
+
"manufacturer_data": {
|
54
|
+
"0": "3414b59d78e74c"
|
55
|
+
},
|
56
|
+
"service_uuids": [
|
57
|
+
"0000ffe0-0000-1000-8000-00805f9b34fb"
|
58
|
+
],
|
59
|
+
"rssi": -127
|
60
|
+
},
|
61
|
+
"type": "ective_bms",
|
62
|
+
"_comments": [
|
63
|
+
"BTctl (https://github.com/patman15/BMS_BLE-HA/issues/137)"
|
64
|
+
]
|
65
|
+
},
|
66
|
+
{
|
67
|
+
"advertisement": {
|
68
|
+
"local_name": "ZM20210512010036�",
|
69
|
+
"manufacturer_data": {
|
70
|
+
"0": "fc45c3bcd6a8"
|
71
|
+
},
|
72
|
+
"service_uuids": [
|
73
|
+
"0000ffe0-0000-1000-8000-00805f9b34fb"
|
74
|
+
],
|
75
|
+
"rssi": -48
|
76
|
+
},
|
77
|
+
"type": "ective_bms",
|
78
|
+
"_comments": [
|
79
|
+
"source BTctl (https://github.com/patman15/BMS_BLE-HA/issues/194)",
|
80
|
+
"Topband"
|
81
|
+
]
|
82
|
+
},
|
83
|
+
{
|
84
|
+
"advertisement": {
|
85
|
+
"local_name": "xxxxxxx20126\f",
|
86
|
+
"manufacturer_data": {
|
87
|
+
"65535": "3055443792f2"
|
88
|
+
},
|
89
|
+
"service_uuids": [
|
90
|
+
"00001800-0000-1000-8000-00805f9b34fb",
|
91
|
+
"00001801-0000-1000-8000-00805f9b34fb",
|
92
|
+
"0000ffe0-0000-1000-8000-00805f9b34fb",
|
93
|
+
"f000ffc0-0451-4000-b000-000000000000"
|
94
|
+
],
|
95
|
+
"rssi": -127
|
96
|
+
},
|
97
|
+
"type": "ective_bms",
|
98
|
+
"_comments": [
|
99
|
+
"source advmon (https://github.com/patman15/BMS_BLE-HA/issues/276)",
|
100
|
+
"renamed",
|
101
|
+
"value: MAC address"
|
102
|
+
]
|
103
|
+
}
|
104
|
+
]
|
@@ -0,0 +1,107 @@
|
|
1
|
+
[
|
2
|
+
{
|
3
|
+
"advertisement": {
|
4
|
+
"local_name": "LT-12V-1544",
|
5
|
+
"manufacturer_data": {
|
6
|
+
"33384": "0102000781b54e"
|
7
|
+
},
|
8
|
+
"rssi": -71
|
9
|
+
},
|
10
|
+
"type": "ej_bms",
|
11
|
+
"_comments": [
|
12
|
+
"source LOG"
|
13
|
+
]
|
14
|
+
},
|
15
|
+
{
|
16
|
+
"advertisement": {
|
17
|
+
"local_name": "L-12V100AH-0902",
|
18
|
+
"tx_power": 5,
|
19
|
+
"rssi": -87
|
20
|
+
},
|
21
|
+
"type": "ej_bms",
|
22
|
+
"_comments": [
|
23
|
+
"proxy LOG (https://github.com/patman15/BMS_BLE-HA/issues/187)"
|
24
|
+
]
|
25
|
+
},
|
26
|
+
{
|
27
|
+
"advertisement": {
|
28
|
+
"local_name": "LT-12V-0002\r\n",
|
29
|
+
"tx_power": 5,
|
30
|
+
"rssi": -94
|
31
|
+
},
|
32
|
+
"type": "ej_bms",
|
33
|
+
"_comments": [
|
34
|
+
"proxy LOG (https://github.com/patman15/BMS_BLE-HA/issues/187)"
|
35
|
+
]
|
36
|
+
},
|
37
|
+
{
|
38
|
+
"advertisement": {
|
39
|
+
"local_name": "LT-24100B-A00249",
|
40
|
+
"manufacturer_data": {
|
41
|
+
"22618": "c847800bb654"
|
42
|
+
},
|
43
|
+
"rssi": -55
|
44
|
+
},
|
45
|
+
"type": "ej_bms",
|
46
|
+
"_comments": [
|
47
|
+
"source advmon (https://github.com/patman15/BMS_BLE-HA/issues/350)"
|
48
|
+
]
|
49
|
+
},
|
50
|
+
{
|
51
|
+
"advertisement": {
|
52
|
+
"local_name": "V-12V200Ah-0215",
|
53
|
+
"rssi": -74
|
54
|
+
},
|
55
|
+
"type": "ej_bms",
|
56
|
+
"_comments": [
|
57
|
+
"source advmon (https://github.com/patman15/BMS_BLE-HA/issues/241)"
|
58
|
+
]
|
59
|
+
},
|
60
|
+
{
|
61
|
+
"advertisement": {
|
62
|
+
"local_name": "SV12V150224041",
|
63
|
+
"manufacturer_data": {
|
64
|
+
"33384": "01020007a030f7"
|
65
|
+
},
|
66
|
+
"rssi": -39
|
67
|
+
},
|
68
|
+
"type": "ej_bms",
|
69
|
+
"_comments": [
|
70
|
+
"source advmon (https://github.com/patman15/BMS_BLE-HA/issues/314)"
|
71
|
+
]
|
72
|
+
},
|
73
|
+
{
|
74
|
+
"advertisement": {
|
75
|
+
"local_name": "LT-12100BG-A06359",
|
76
|
+
"manufacturer_data": {
|
77
|
+
"22618": "36342462a26b"
|
78
|
+
},
|
79
|
+
"service_uuids": [
|
80
|
+
"0000ffe0-0000-1000-8000-00805f9b34fb"
|
81
|
+
],
|
82
|
+
"rssi": -87
|
83
|
+
},
|
84
|
+
"type": "ej_bms",
|
85
|
+
"_comments": [
|
86
|
+
"source advmon (https://github.com/patman15/BMS_BLE-HA/issues/346)"
|
87
|
+
]
|
88
|
+
},
|
89
|
+
{
|
90
|
+
"advertisement": {
|
91
|
+
"local_name": "libattU12E9",
|
92
|
+
"manufacturer_data": {
|
93
|
+
"21320": "38343238303839643132653936343030"
|
94
|
+
},
|
95
|
+
"service_uuids": [
|
96
|
+
"00001800-0000-1000-8000-00805f9b34fb",
|
97
|
+
"00001801-0000-1000-8000-00805f9b34fb",
|
98
|
+
"6e400001-b5a3-f393-e0a9-e50e24dcca9e"
|
99
|
+
],
|
100
|
+
"rssi": -62
|
101
|
+
},
|
102
|
+
"type": "ej_bms",
|
103
|
+
"_comments": [
|
104
|
+
"source advmon (https://github.com/patman15/BMS_BLE-HA/issues/358)"
|
105
|
+
]
|
106
|
+
}
|
107
|
+
]
|
@@ -0,0 +1,24 @@
|
|
1
|
+
[
|
2
|
+
{
|
3
|
+
"advertisement": {
|
4
|
+
"local_name": "F100011002424470238",
|
5
|
+
"rssi": -56
|
6
|
+
},
|
7
|
+
"type": "felicity_bms",
|
8
|
+
"_comments": [
|
9
|
+
"source BTctl (https://github.com/patman15/BMS_BLE-HA/issues/161)",
|
10
|
+
"Felicity Solar LUX-Y-48300LG01"
|
11
|
+
]
|
12
|
+
},
|
13
|
+
{
|
14
|
+
"advertisement": {
|
15
|
+
"local_name": "F074204831425240169",
|
16
|
+
"rssi": -69
|
17
|
+
},
|
18
|
+
"type": "felicity_bms",
|
19
|
+
"_comments": [
|
20
|
+
"source advmon (https://github.com/patman15/BMS_BLE-HA/issues/466)",
|
21
|
+
"Felicity FLB48314TG1"
|
22
|
+
]
|
23
|
+
}
|
24
|
+
]
|
@@ -0,0 +1,48 @@
|
|
1
|
+
[
|
2
|
+
{
|
3
|
+
"advertisement": {
|
4
|
+
"local_name": "ECO0AA8",
|
5
|
+
"manufacturer_data": {
|
6
|
+
"64590": "6661643630616138"
|
7
|
+
},
|
8
|
+
"service_uuids": [
|
9
|
+
"0000ff00-0000-1000-8000-00805f9b34fb",
|
10
|
+
"00000001-0000-1000-8000-00805f9b34fb"
|
11
|
+
],
|
12
|
+
"rssi": -80
|
13
|
+
},
|
14
|
+
"reason": "classic BT device",
|
15
|
+
"_comments": [
|
16
|
+
"source advmon (https://github.com/patman15/BMS_BLE-HA/issues/282)",
|
17
|
+
"MAC address, no OUI, correct"
|
18
|
+
]
|
19
|
+
},
|
20
|
+
{
|
21
|
+
"advertisement": {
|
22
|
+
"local_name": "ECOBF9F",
|
23
|
+
"manufacturer_data": {
|
24
|
+
"3053": "6365326562663966"
|
25
|
+
},
|
26
|
+
"service_uuids": [
|
27
|
+
"0000ff00-0000-1000-8000-00805f9b34fb",
|
28
|
+
"00000001-0000-1000-8000-00805f9b34fb"
|
29
|
+
],
|
30
|
+
"rssi": -50
|
31
|
+
},
|
32
|
+
"reason": "classic BT device",
|
33
|
+
"_comments": [
|
34
|
+
"source advmon (https://github.com/patman15/BMS_BLE-HA/issues/317)",
|
35
|
+
"MAC address, no OUI, correct"
|
36
|
+
]
|
37
|
+
},
|
38
|
+
{
|
39
|
+
"advertisement": {
|
40
|
+
"local_name": "BMS-SMART_708BFC",
|
41
|
+
"rssi": -78
|
42
|
+
},
|
43
|
+
"reason": "classic BT device",
|
44
|
+
"_comments": [
|
45
|
+
"source advmon (https://github.com/patman15/BMS_BLE-HA/issues/408)"
|
46
|
+
]
|
47
|
+
}
|
48
|
+
]
|