Fehlermeldung #23
Replies: 4 comments
-
Hallo Thomas, |
Beta Was this translation helpful? Give feedback.
0 replies
-
Ja mache ich gleich mal. Gruß Thomas
Fabian ***@***.***> schrieb am Sa., 22. Okt. 2022, 19:39:
… Hallo Thomas,
das ist ein Bug im Bluetooth Stack oder im Bluetooth-Connector vom BMS.
Versuche mal mit der App zum BMS gleichzeitig zu verbinden
—
Reply to this email directly, view it on GitHub
<#23 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AW5LIGAL5B4276TBG64PDE3WEQRG3ANCNFSM6AAAAAARL5GONE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Also auf der App von jk wird das bms nicht mehr angezeigt. Hier Mal das
Protokoll:
s6-rc: info: service s6rc-oneshot-runner: starting
s6-rc: info: service s6rc-oneshot-runner successfully started
s6-rc: info: service fix-attrs: starting
s6-rc: info: service fix-attrs successfully started
s6-rc: info: service legacy-cont-init: starting
s6-rc: info: service legacy-cont-init successfully started
s6-rc: info: service legacy-services: starting
s6-rc: info: service legacy-services successfully started
INFO [main.py:66] BT Discovery:
INFO [main.py:71] BT Device Werkstatt address=D2:24:68:EA:C4:D6
INFO [main.py:71] BT Device BootLissy address=A4:C1:38:2D:D9:87
INFO [main.py:71] BT Device 63-11-63-06-E9-0B address=63:11:63:06:E9:0B
INFO [main.py:71] BT Device SunSolar address=FB:52:2F:CA:45:90
INFO [bt.py:93] BMS JKBt(C8:47:8C:F7:A8:B2) keep alive enabled
INFO [main.py:150] connecting mqtt ***@***.***
INFO [main.py:171] Fetching 1 BMS + 0 others serially,
period=1.00s, keep_alive=True
INFO [sampling.py:38] connecting bms JKBt(C8:47:8C:F7:A8:B2)
INFO [jikong.py:114] normal connect failed, connecting with scanner
ERROR [sampling.py:90] battery1 error: Device C8:47:8C:F7:A8:B2 not
discovered ({'D2:24:68:EA:C4:D6', 'A4:C1:38:2D:D9:87',
'63:11:63:06:E9:0B', 'FB:52:2F:CA:45:90'})
ERROR [main.py:205] 1 exceptions occurred fetching BMSs
ERROR [main.py:83] Error (num 1) reading BMS: Device
C8:47:8C:F7:A8:B2 not discovered ({'D2:24:68:EA:C4:D6',
'A4:C1:38:2D:D9:87', '63:11:63:06:E9:0B', 'FB:52:2F:CA:45:90'})
ERROR [main.py:84] Stack: Traceback (most recent call last):
File "/app/bmslib/jikong.py", line 112, in connect
await super().connect(timeout=4)
File "/app/bmslib/bt.py", line 22, in connect
await self.client.connect(timeout=timeout)
File "/usr/lib/python3.10/site-packages/bleak/backends/bluezdbus/client.py",
line 198, in connect
raise BleakError(
bleak.exc.BleakError: Device with address C8:47:8C:F7:A8:B2 was not found.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/app/main.py", line 79, in fetch_loop
await fn()
File "/app/main.py", line 206, in fn
raise exceptions[0]
File "/app/main.py", line 201, in fn
await t
File "/app/bmslib/sampling.py", line 29, in __call__
return await self.sample()
File "/app/bmslib/sampling.py", line 42, in sample
async with bms:
File "/app/bmslib/bt.py", line 80, in __aenter__
await self.connect()
File "/app/bmslib/jikong.py", line 115, in connect
await self._connect_with_scanner(timeout=timeout)
File "/app/bmslib/bt.py", line 35, in _connect_with_scanner
raise Exception('Device %s not discovered (%s)' %
(self.client.address, discovered))
Exception: Device C8:47:8C:F7:A8:B2 not discovered
({'D2:24:68:EA:C4:D6', 'A4:C1:38:2D:D9:87', '63:11:63:06:E9:0B',
'FB:52:2F:CA:45:90'})
INFO [sampling.py:38] connecting bms JKBt(C8:47:8C:F7:A8:B2)
INFO [jikong.py:114] normal connect failed, connecting with scanner
ERROR [sampling.py:90] battery1 error: Device C8:47:8C:F7:A8:B2 not
discovered ({'A4:C1:38:2D:D9:87', 'D2:24:68:EA:C4:D6',
'FB:52:2F:CA:45:90'})
ERROR [main.py:205] 1 exceptions occurred fetching BMSs
ERROR [main.py:83] Error (num 2) reading BMS: Device
C8:47:8C:F7:A8:B2 not discovered ({'A4:C1:38:2D:D9:87',
'D2:24:68:EA:C4:D6', 'FB:52:2F:CA:45:90'})
ERROR [main.py:84] Stack: Traceback (most recent call last):
File "/app/bmslib/jikong.py", line 112, in connect
await super().connect(timeout=4)
File "/app/bmslib/bt.py", line 22, in connect
await self.client.connect(timeout=timeout)
File "/usr/lib/python3.10/site-packages/bleak/backends/bluezdbus/client.py",
line 198, in connect
raise BleakError(
bleak.exc.BleakError: Device with address C8:47:8C:F7:A8:B2 was not found.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/app/main.py", line 79, in fetch_loop
await fn()
File "/app/main.py", line 206, in fn
raise exceptions[0]
File "/app/main.py", line 201, in fn
await t
File "/app/bmslib/sampling.py", line 29, in __call__
return await self.sample()
File "/app/bmslib/sampling.py", line 42, in sample
async with bms:
File "/app/bmslib/bt.py", line 80, in __aenter__
await self.connect()
File "/app/bmslib/jikong.py", line 115, in connect
await self._connect_with_scanner(timeout=timeout)
File "/app/bmslib/bt.py", line 35, in _connect_with_scanner
raise Exception('Device %s not discovered (%s)' %
(self.client.address, discovered))
Exception: Device C8:47:8C:F7:A8:B2 not discovered
({'A4:C1:38:2D:D9:87', 'D2:24:68:EA:C4:D6', 'FB:52:2F:CA:45:90'})
INFO [sampling.py:38] connecting bms JKBt(C8:47:8C:F7:A8:B2)
Gruss Thomas
Fabian ***@***.***> schrieb am Sa., 22. Okt. 2022, 19:39:
… Hallo Thomas,
das ist ein Bug im Bluetooth Stack oder im Bluetooth-Connector vom BMS.
Versuche mal mit der App zum BMS gleichzeitig zu verbinden
—
Reply to this email directly, view it on GitHub
<#23 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AW5LIGAL5B4276TBG64PDE3WEQRG3ANCNFSM6AAAAAARL5GONE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hallo ich bekomme dauernd folgende Meldung:
INFO [jikong.py:114] normal connect failed, connecting with scanner
Was kann das sein? Gruss Thomas
Beta Was this translation helpful? Give feedback.
All reactions