Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why does it output few values ? #1

Open
Gamma-Software opened this issue Sep 17, 2021 · 4 comments
Open

Why does it output few values ? #1

Gamma-Software opened this issue Sep 17, 2021 · 4 comments

Comments

@Gamma-Software
Copy link

Hey @birdie1
your project is interesting and I'm using it with my Orion Smart and Smart solar devices via Bluetooth.

I'm sorry in advance if the questions may sound dumb but I'm new to working with bluetooth.

I used your same collection for the smart solar:
collections:
smartsolar:
device:
- Day sequence Number (0..364)
- Product ID
- Serial
- Firmware
- Production Date
latest:
- Voltage
- Current
- Voltage Panel
- SmartSolar Solar Voltage # added
- Power
- Status
- MPPT Tracker Operation Mode
- Off Reason
- Virtual Load Output
- Error Code
history:
- Energy All Time
- Energy Today
- Energy Today Max
- Energy Yesterday
- Energy Yesterday Max

But I only get this (when I run python victron.py -d 1)
Screenshot from 2021-09-18 00-03-56

This is my log (when I run python victron.py -d 1 -c --debug):

(.venv) rudloff@capsule:~/sources/CapsuleScripts/devices_driver/victron$ python victron.py -d 1 -c --debug
[INFO ] (2021-09-17 21:53:48,769) victron_bluetooth.py::213 SmartSolar: Connecting...
[INFO ] (2021-09-17 21:53:49,447) victron_gatt.py::50 SmartSolar: Connected!
[DEBUG ] (2021-09-17 21:53:49,608) victron_gatt.py::69 SmartSolar: [EF:7A:84:4F:EB:A1] Resolved services
[DEBUG ] (2021-09-17 21:53:49,611) victron_gatt.py::75 [EF:7A:84:4F:EB:A1] Service [306b0001-b081-4037-83dc-e59fcc3cdfd0] (vendor, smartsolar & BMV712 )
[DEBUG ] (2021-09-17 21:53:49,614) victron_gatt.py::77 [EF:7A:84:4F:EB:A1] Characteristic [306b0004-b081-4037-83dc-e59fcc3cdfd0]
[DEBUG ] (2021-09-17 21:53:49,617) victron_gatt.py::77 [EF:7A:84:4F:EB:A1] Characteristic [306b0003-b081-4037-83dc-e59fcc3cdfd0]
[DEBUG ] (2021-09-17 21:53:49,620) victron_gatt.py::77 [EF:7A:84:4F:EB:A1] Characteristic [306b0002-b081-4037-83dc-e59fcc3cdfd0]
[DEBUG ] (2021-09-17 21:53:49,623) victron_gatt.py::75 [EF:7A:84:4F:EB:A1] Service [97580001-ddf1-48be-b73e-182664615d8e] (vendor, VE.Direct Smart)
[DEBUG ] (2021-09-17 21:53:49,626) victron_gatt.py::77 [EF:7A:84:4F:EB:A1] Characteristic [97580006-ddf1-48be-b73e-182664615d8e]
[DEBUG ] (2021-09-17 21:53:49,628) victron_gatt.py::77 [EF:7A:84:4F:EB:A1] Characteristic [97580004-ddf1-48be-b73e-182664615d8e]
[DEBUG ] (2021-09-17 21:53:49,631) victron_gatt.py::77 [EF:7A:84:4F:EB:A1] Characteristic [97580003-ddf1-48be-b73e-182664615d8e]
[DEBUG ] (2021-09-17 21:53:49,633) victron_gatt.py::77 [EF:7A:84:4F:EB:A1] Characteristic [97580002-ddf1-48be-b73e-182664615d8e]
[DEBUG ] (2021-09-17 21:53:49,636) victron_gatt.py::75 [EF:7A:84:4F:EB:A1] Service [68c10001-b17f-4d3a-a290-34ad6499937c] (vendor, VE.Direct Smart)
[DEBUG ] (2021-09-17 21:53:49,639) victron_gatt.py::77 [EF:7A:84:4F:EB:A1] Characteristic [68c10003-b17f-4d3a-a290-34ad6499937c]
[DEBUG ] (2021-09-17 21:53:49,643) victron_gatt.py::77 [EF:7A:84:4F:EB:A1] Characteristic [68c10002-b17f-4d3a-a290-34ad6499937c]
[DEBUG ] (2021-09-17 21:53:49,645) victron_gatt.py::75 [EF:7A:84:4F:EB:A1] Service [00001801-0000-1000-8000-00805f9b34fb] (generic attributes)
[DEBUG ] (2021-09-17 21:53:49,647) victron_gatt.py::77 [EF:7A:84:4F:EB:A1] Characteristic [00002a05-0000-1000-8000-00805f9b34fb]
[DEBUG ] (2021-09-17 21:53:49,649) victron_gatt.py::81 SmartSolar: Subscribe to notifications
[DEBUG ] (2021-09-17 21:53:49,650) victron_gatt.py::124 SmartSolar:subscribe notifications
[DEBUG ] (2021-09-17 21:53:49,651) victron_gatt.py::130 SmartSolar: notifications for 000c: 00002a05-0000-1000-8000-00805f9b34fb
[DEBUG ] (2021-09-17 21:53:49,652) victron_gatt.py::130 SmartSolar: notifications for 0010: 68c10002-b17f-4d3a-a290-34ad6499937c
[DEBUG ] (2021-09-17 21:53:49,653) victron_gatt.py::130 SmartSolar: notifications for 0013: 68c10003-b17f-4d3a-a290-34ad6499937c
[DEBUG ] (2021-09-17 21:53:49,654) victron_gatt.py::130 SmartSolar: notifications for 0016: 97580002-ddf1-48be-b73e-182664615d8e
[DEBUG ] (2021-09-17 21:53:49,656) victron_gatt.py::130 SmartSolar: notifications for 0018: 97580003-ddf1-48be-b73e-182664615d8e
[DEBUG ] (2021-09-17 21:53:49,656) victron_gatt.py::130 SmartSolar: notifications for 001b: 97580004-ddf1-48be-b73e-182664615d8e
[DEBUG ] (2021-09-17 21:53:49,657) victron_gatt.py::130 SmartSolar: notifications for 001d: 97580006-ddf1-48be-b73e-182664615d8e
[DEBUG ] (2021-09-17 21:53:49,658) victron_gatt.py::130 SmartSolar: notifications for 0021: 306b0002-b081-4037-83dc-e59fcc3cdfd0
[DEBUG ] (2021-09-17 21:53:49,659) victron_gatt.py::130 SmartSolar: notifications for 0024: 306b0003-b081-4037-83dc-e59fcc3cdfd0
[DEBUG ] (2021-09-17 21:53:49,660) victron_gatt.py::130 SmartSolar: notifications for 0027: 306b0004-b081-4037-83dc-e59fcc3cdfd0
[DEBUG ] (2021-09-17 21:53:49,661) victron_gatt.py::135 SmartSolar: enable notifications done
[DEBUG ] (2021-09-17 21:53:51,665) victron_gatt.py::84 SmartSolar: Send init sequence
[DEBUG ] (2021-09-17 21:53:51,665) victron_gatt.py::160 SmartSolar: sending 0021, databytearray(b'\xfa\x80\xff')
[DEBUG ] (2021-09-17 21:53:52,673) victron_gatt.py::96 SmartSolar: write succeeded
[DEBUG ] (2021-09-17 21:53:52,676) victron_gatt.py::160 SmartSolar: sending 0021, databytearray(b'\xf9\x80')
[DEBUG ] (2021-09-17 21:53:53,682) victron_gatt.py::96 SmartSolar: write succeeded
[DEBUG ] (2021-09-17 21:53:53,685) victron_gatt.py::160 SmartSolar: sending 0024, databytearray(b'\x01')
[DEBUG ] (2021-09-17 21:53:54,702) victron_gatt.py::96 SmartSolar: write succeeded
[DEBUG ] (2021-09-17 21:53:54,714) victron_gatt.py::160 SmartSolar: sending 0024, databytearray(b'\x03\x00')
[DEBUG ] (2021-09-17 21:53:55,725) victron_bluetooth.py::244 UNRECOGNIZED DATA: SmartSolar: unknown single packet: value:b'\x02\x9f\x00\x00\x01\x00\x03\x01\xff' - value_origin:b'\x02\x9f\x00\x00\x01\x00\x03\x01\xff'
[DEBUG ] (2021-09-17 21:53:55,726) victron_bluetooth.py::244 UNRECOGNIZED DATA: SmartSolar: unknown single packet: value:b'\xf9\x01\xf9\x01' - value_origin:b'\xf9\x01\xf9\x01'
[DEBUG ] (2021-09-17 21:53:55,726) victron_gatt.py::96 SmartSolar: write succeeded
[DEBUG ] (2021-09-17 21:53:55,726) victron_gatt.py::160 SmartSolar: sending 0024, databytearray(b"\x06\x00\x82\x18\x93B\x10'\x03\x01\x03\x03")
[DEBUG ] (2021-09-17 21:53:56,728) victron_bluetooth.py::244 UNRECOGNIZED DATA: SmartSolar: unknown single packet: value:b'\xf9\x01' - value_origin:b'\xf9\x01'
[DEBUG ] (2021-09-17 21:53:56,728) victron_bluetooth.py::244 UNRECOGNIZED DATA: SmartSolar: unknown single packet: value:b'\x07\x00\x03\x00' - value_origin:b'\x07\x00\x03\x00'
[DEBUG ] (2021-09-17 21:53:56,731) victron_gatt.py::96 SmartSolar: write succeeded
[DEBUG ] (2021-09-17 21:53:56,741) victron_gatt.py::160 SmartSolar: sending 0027, databytearray(b'\x05\x00\x81\x19\xec\x0f\x05\x00\x81\x19\xec\x0e\x05\x00\x81\x19\x01\x0c\x05\x00')
[DEBUG ] (2021-09-17 21:53:57,755) victron_bluetooth.py::244 UNRECOGNIZED DATA: SmartSolar: unknown single packet: value:b'\xf9\x01' - value_origin:b'\xf9\x01'
[DEBUG ] (2021-09-17 21:53:57,755) victron_bluetooth.py::244 UNRECOGNIZED DATA: SmartSolar: unknown single packet: value:b"\x08\x00\x18\x93B\x10'" - value_origin:b"\x08\x00\x18\x93B\x10'"
[DEBUG ] (2021-09-17 21:53:57,755) victron_bluetooth.py::244 UNRECOGNIZED DATA: SmartSolar: unknown single packet: value:b'\x07\x00\x03\x00\x07\x00\x03\x00' - value_origin:b'\x07\x00\x03\x00\x07\x00\x03\x00'
[DEBUG ] (2021-09-17 21:53:57,756) victron_gatt.py::96 SmartSolar: write succeeded
[DEBUG ] (2021-09-17 21:53:57,756) victron_gatt.py::160 SmartSolar: sending 0024, databytearray(b'\x81\x18\x90\x05\x00\x81\x19\xec?\x05\x00\x81\x19\xec\x12')
[DEBUG ] (2021-09-17 21:53:58,757) victron_gatt.py::96 SmartSolar: write succeeded
[DEBUG ] (2021-09-17 21:53:58,757) victron_gatt.py::160 SmartSolar: sending 0024, databytearray(b'\x19\xec\xdc\x05\x03\x81\x19\xec\xeb\x05\x03\x81\x19\xec\xed')
[DEBUG ] (2021-09-17 21:53:59,759) victron_bluetooth.py::244 UNRECOGNIZED DATA: SmartSolar: unknown single packet: value:b'\xf9\x01' - value_origin:b'\xf9\x01'
[DEBUG ] (2021-09-17 21:53:59,759) victron_gatt.py::117 UNRECOGNIZED DATA: SmartSolar: error handling: b'\t\x00\x19\xec\x0f\x01': 'unknown command (in fixed len) 0x0'
[DEBUG ] (2021-09-17 21:53:59,760) victron_gatt.py::117 UNRECOGNIZED DATA: SmartSolar: error handling: b'\t\x00\x19\xec\x0e\x01': 'unknown command (in fixed len) 0x0'
[DEBUG ] (2021-09-17 21:53:59,760) victron_gatt.py::117 UNRECOGNIZED DATA: SmartSolar: error handling: b'\t\x00\x19\x01\x0c\x01': 'unknown command (in fixed len) 0x0'
[DEBUG ] (2021-09-17 21:53:59,760) victron_bluetooth.py::244 UNRECOGNIZED DATA: SmartSolar: unknown single packet: value:b'\t\x00\x18\x90\x01' - value_origin:b'\t\x00\x18\x90\x01'
[DEBUG ] (2021-09-17 21:53:59,760) victron_gatt.py::117 UNRECOGNIZED DATA: SmartSolar: error handling: b'\x08\x00\x19\xec?A\x01': 'unknown command (in var len) 0x3f in dict_keys([140, 141, 142, 125, 143, 188, 189, 187, 239, 240, 246])'
[DEBUG ] (2021-09-17 21:53:59,761) victron_gatt.py::117 UNRECOGNIZED DATA: SmartSolar: error handling: b'\x08\x00\x19\xec\x12B\xff\xff': 'unknown command (in var len) 0x12 in dict_keys([140, 141, 142, 125, 143, 188, 189, 187, 239, 240, 246])'
[DEBUG ] (2021-09-17 21:53:59,761) victron_bluetooth.py::353 SmartSolar: Collected SmartSolar Solar Voltage -> 0.03
[DEBUG ] (2021-09-17 21:53:59,761) victron.py::82 SmartSolar: SmartSolar Solar Voltage not in any collections, it will never be published
[DEBUG ] (2021-09-17 21:53:59,761) victron_gatt.py::96 SmartSolar: write succeeded
[DEBUG ] (2021-09-17 21:53:59,761) victron_gatt.py::160 SmartSolar: sending 0021, databytearray(b'\xf9A')
[DEBUG ] (2021-09-17 21:54:00,763) victron_bluetooth.py::244 UNRECOGNIZED DATA: SmartSolar: unknown single packet: value:b'\xf9\x01' - value_origin:b'\xf9\x01'
[DEBUG ] (2021-09-17 21:54:00,763) victron_bluetooth.py::244 UNRECOGNIZED DATA: SmartSolar: unknown single packet: value:b'\xf7\x03\x00' - value_origin:b'\xf7\x03\x00'
[DEBUG ] (2021-09-17 21:54:00,764) victron_gatt.py::117 UNRECOGNIZED DATA: SmartSolar: error handling: b'\t\x03\x19\xec\xeb\x01': 'unknown command (in fixed len) 0x0'
[DEBUG ] (2021-09-17 21:54:00,764) victron_gatt.py::117 UNRECOGNIZED DATA: SmartSolar: error handling: b'\t\x03\x19\xec\xed\x01': 'unknown command (in fixed len) 0x0'
[DEBUG ] (2021-09-17 21:54:00,764) victron_bluetooth.py::353 SmartSolar: Collected SmartSolar Solar Voltage -> 0.01
[DEBUG ] (2021-09-17 21:54:00,764) victron.py::82 SmartSolar: SmartSolar Solar Voltage not in any collections, it will never be published
[DEBUG ] (2021-09-17 21:54:00,765) victron_bluetooth.py::353 SmartSolar: Collected Identify -> normal operation (default)
[DEBUG ] (2021-09-17 21:54:00,765) victron.py::82 SmartSolar: Identify not in any collections, it will never be published
[DEBUG ] (2021-09-17 21:54:00,765) victron_gatt.py::96 SmartSolar: write succeeded
[DEBUG ] (2021-09-17 21:54:00,765) victron_gatt.py::160 SmartSolar: sending 0024, databytearray(b"\x06\x00\x82\x18\x93B\x10'")
[DEBUG ] (2021-09-17 21:54:01,769) victron_gatt.py::117 UNRECOGNIZED DATA: SmartSolar: error handling: b'\x08\x03\x19\x02\x00A\x01': 35193608
[DEBUG ] (2021-09-17 21:54:01,770) victron_gatt.py::117 UNRECOGNIZED DATA: SmartSolar: error handling: b'\x08\x03\x19\x02\x02D\x02\x00\x00\x00': 35193608
[DEBUG ] (2021-09-17 21:54:01,770) victron_gatt.py::96 SmartSolar: write succeeded
[DEBUG ] (2021-09-17 21:54:01,770) victron_gatt.py::160 SmartSolar: sending 0021, databytearray(b'\xf9A')
[DEBUG ] (2021-09-17 21:54:02,773) victron_bluetooth.py::244 UNRECOGNIZED DATA: SmartSolar: unknown single packet: value:b'\xf9\x01' - value_origin:b'\xf9\x01'
[DEBUG ] (2021-09-17 21:54:02,773) victron_bluetooth.py::244 UNRECOGNIZED DATA: SmartSolar: unknown single packet: value:b"\x08\x00\x18\x93B\x10'" - value_origin:b"\x08\x00\x18\x93B\x10'"
[DEBUG ] (2021-09-17 21:54:02,774) victron_gatt.py::96 SmartSolar: write succeeded
[DEBUG ] (2021-09-17 21:54:03,479) victron_bluetooth.py::244 UNRECOGNIZED DATA: SmartSolar: unknown single packet: value:b'\x08\x03\x18\x90A\x01' - value_origin:b'\x08\x03\x18\x90A\x01'
[DEBUG ] (2021-09-17 21:54:03,494) victron_gatt.py::117 UNRECOGNIZED DATA: SmartSolar: error handling: b'\x08\x03\x19\x01PD\x01\x00\x00\x00': index out of range
[DEBUG ] (2021-09-17 21:54:05,804) victron_gatt.py::117 UNRECOGNIZED DATA: SmartSolar: error handling: b'\x08\x03\x19\x02\x00A\x01': 35193608
[DEBUG ] (2021-09-17 21:54:05,819) victron_gatt.py::117 UNRECOGNIZED DATA: SmartSolar: error handling: b'\x08\x03\x19\x02\x02D\x02\x00\x00\x00': 35193608
[INFO ] (2021-09-17 21:54:10,789) victron_gatt.py::63 SmartSolar: Disconnected!

@birdie1
Copy link
Owner

birdie1 commented Sep 18, 2021

I think here comes some issues together.
When I added the serial part a few days ago, I updated the collections in config.yml, but via bluetooth not all attributes are decoded yet and can't be gathered. I will have a look this evening, what exactly is possible via bluetooth and change the config file and the readme.
The other issue may be, that the connection is disconnected to shortly, that not all notifications returns with data in the given time. I will investigate it later as well.
If some values are not gathered via bluetooth you will not get any data, as it only sends a collection out if it is full.

For now it would be the easiest for you to skip the collection feature. Then it should be output every value as soon as gathered from the device.

@Gamma-Software
Copy link
Author

@birdie1
Don't you think we should work together on it?
We should create a Discord or similar to continue

@Gamma-Software
Copy link
Author

After pulling your latest commits (I don't really know if it matters) I get more values from the SmartSolar
Screenshot from 2021-09-21 19-10-45

@Netfreak25
Copy link

Netfreak25 commented Mar 17, 2022

I have the same issue

root@pi-zerow:~/git/stable/victron# python3 victron.py --debug -d 0
[INFO ] (2022-03-17 20:48:13,578) victron_bluetooth.py::224 Laderegler: Connecting...
[INFO ] (2022-03-17 20:48:23,769) victron_gatt.py::50 Laderegler: Connected!
[DEBUG ] (2022-03-17 20:48:24,332) victron_gatt.py::69 Laderegler: [CE:C9:7D:81:11:9C] Resolved services
[DEBUG ] (2022-03-17 20:48:24,335) victron_gatt.py::75 [CE:C9:7D:81:11:9C] Service [306b0001-b081-4037-83dc-e59fcc3cdfd0] (vendor, smartsolar & BMV712 )
[DEBUG ] (2022-03-17 20:48:24,339) victron_gatt.py::77 [CE:C9:7D:81:11:9C] Characteristic [306b0004-b081-4037-83dc-e59fcc3cdfd0]
[DEBUG ] (2022-03-17 20:48:24,342) victron_gatt.py::77 [CE:C9:7D:81:11:9C] Characteristic [306b0003-b081-4037-83dc-e59fcc3cdfd0]
[DEBUG ] (2022-03-17 20:48:24,345) victron_gatt.py::77 [CE:C9:7D:81:11:9C] Characteristic [306b0002-b081-4037-83dc-e59fcc3cdfd0]
[DEBUG ] (2022-03-17 20:48:24,349) victron_gatt.py::75 [CE:C9:7D:81:11:9C] Service [97580001-ddf1-48be-b73e-182664615d8e] (vendor, VE.Direct Smart)
[DEBUG ] (2022-03-17 20:48:24,352) victron_gatt.py::77 [CE:C9:7D:81:11:9C] Characteristic [97580006-ddf1-48be-b73e-182664615d8e]
[DEBUG ] (2022-03-17 20:48:24,354) victron_gatt.py::77 [CE:C9:7D:81:11:9C] Characteristic [97580004-ddf1-48be-b73e-182664615d8e]
[DEBUG ] (2022-03-17 20:48:24,357) victron_gatt.py::77 [CE:C9:7D:81:11:9C] Characteristic [97580003-ddf1-48be-b73e-182664615d8e]
[DEBUG ] (2022-03-17 20:48:24,360) victron_gatt.py::77 [CE:C9:7D:81:11:9C] Characteristic [97580002-ddf1-48be-b73e-182664615d8e]
[DEBUG ] (2022-03-17 20:48:24,362) victron_gatt.py::75 [CE:C9:7D:81:11:9C] Service [68c10001-b17f-4d3a-a290-34ad6499937c] (vendor, VE.Direct Smart)
[DEBUG ] (2022-03-17 20:48:24,365) victron_gatt.py::77 [CE:C9:7D:81:11:9C] Characteristic [68c10003-b17f-4d3a-a290-34ad6499937c]
[DEBUG ] (2022-03-17 20:48:24,367) victron_gatt.py::77 [CE:C9:7D:81:11:9C] Characteristic [68c10002-b17f-4d3a-a290-34ad6499937c]
[DEBUG ] (2022-03-17 20:48:24,373) victron_gatt.py::75 [CE:C9:7D:81:11:9C] Service [00001801-0000-1000-8000-00805f9b34fb] (generic attributes)
[DEBUG ] (2022-03-17 20:48:24,376) victron_gatt.py::77 [CE:C9:7D:81:11:9C] Characteristic [00002a05-0000-1000-8000-00805f9b34fb]
[DEBUG ] (2022-03-17 20:48:24,380) victron_gatt.py::81 Laderegler: Subscribe to notifications
[DEBUG ] (2022-03-17 20:48:24,383) victron_gatt.py::124 Laderegler:subscribe notifications
[DEBUG ] (2022-03-17 20:48:24,386) victron_gatt.py::130 Laderegler: notifications for 000c: 00002a05-0000-1000-8000-00805f9b34fb
[DEBUG ] (2022-03-17 20:48:24,390) victron_gatt.py::130 Laderegler: notifications for 0010: 68c10002-b17f-4d3a-a290-34ad6499937c
[DEBUG ] (2022-03-17 20:48:24,393) victron_gatt.py::130 Laderegler: notifications for 0013: 68c10003-b17f-4d3a-a290-34ad6499937c
[DEBUG ] (2022-03-17 20:48:24,396) victron_gatt.py::130 Laderegler: notifications for 0016: 97580002-ddf1-48be-b73e-182664615d8e
[DEBUG ] (2022-03-17 20:48:24,398) victron_gatt.py::130 Laderegler: notifications for 0018: 97580003-ddf1-48be-b73e-182664615d8e
[DEBUG ] (2022-03-17 20:48:24,401) victron_gatt.py::130 Laderegler: notifications for 001b: 97580004-ddf1-48be-b73e-182664615d8e
[DEBUG ] (2022-03-17 20:48:24,404) victron_gatt.py::130 Laderegler: notifications for 001d: 97580006-ddf1-48be-b73e-182664615d8e
[DEBUG ] (2022-03-17 20:48:24,407) victron_gatt.py::130 Laderegler: notifications for 0021: 306b0002-b081-4037-83dc-e59fcc3cdfd0
[DEBUG ] (2022-03-17 20:48:24,413) victron_gatt.py::130 Laderegler: notifications for 0024: 306b0003-b081-4037-83dc-e59fcc3cdfd0
[DEBUG ] (2022-03-17 20:48:24,416) victron_gatt.py::130 Laderegler: notifications for 0027: 306b0004-b081-4037-83dc-e59fcc3cdfd0
[DEBUG ] (2022-03-17 20:48:24,420) victron_gatt.py::135 Laderegler: enable notifications done
[DEBUG ] (2022-03-17 20:48:26,425) victron_gatt.py::84 Laderegler: Send init sequence
[DEBUG ] (2022-03-17 20:48:26,428) victron_gatt.py::160 Laderegler: sending 0021, databytearray(b'\xfa\x80\xff')
[DEBUG ] (2022-03-17 20:48:27,590) victron_gatt.py::96 Laderegler: write succeeded
[DEBUG ] (2022-03-17 20:48:27,596) victron_gatt.py::160 Laderegler: sending 0021, databytearray(b'\xf9\x80')
[DEBUG ] (2022-03-17 20:48:28,621) victron_gatt.py::96 Laderegler: write succeeded
[DEBUG ] (2022-03-17 20:48:28,625) victron_gatt.py::160 Laderegler: sending 0024, databytearray(b'\x01')
[DEBUG ] (2022-03-17 20:48:29,642) victron_gatt.py::96 Laderegler: write succeeded
[DEBUG ] (2022-03-17 20:48:29,651) victron_gatt.py::160 Laderegler: sending 0024, databytearray(b'\x03\x00')
[DEBUG ] (2022-03-17 20:48:30,667) victron_bluetooth.py::281 UNRECOGNIZED DATA: Laderegler: unknown single packet: value:b'\x02\x9f\x00\x00\x01\x00\x03\x01\xff' - value_origin:b'\x02\x9f\x00\x00\x01\x00\x03\x01\xff'
[DEBUG ] (2022-03-17 20:48:30,675) victron_bluetooth.py::281 UNRECOGNIZED DATA: Laderegler: unknown single packet: value:b'\xf9\x01\xf9\x01' - value_origin:b'\xf9\x01\xf9\x01'
[DEBUG ] (2022-03-17 20:48:30,680) victron_gatt.py::96 Laderegler: write succeeded
[DEBUG ] (2022-03-17 20:48:30,685) victron_gatt.py::160 Laderegler: sending 0024, databytearray(b"\x06\x00\x82\x18\x93B\x10'\x03\x01\x03\x03")
[DEBUG ] (2022-03-17 20:48:31,700) victron_bluetooth.py::281 UNRECOGNIZED DATA: Laderegler: unknown single packet: value:b'\xf9\x01' - value_origin:b'\xf9\x01'
[DEBUG ] (2022-03-17 20:48:31,710) victron_bluetooth.py::281 UNRECOGNIZED DATA: Laderegler: unknown single packet: value:b'\x07\x00\x03\x00' - value_origin:b'\x07\x00\x03\x00'
[DEBUG ] (2022-03-17 20:48:31,715) victron_gatt.py::96 Laderegler: write succeeded
[DEBUG ] (2022-03-17 20:48:31,720) victron_gatt.py::160 Laderegler: sending 0027, databytearray(b'\x05\x00\x81\x19\xec\x0f\x05\x00\x81\x19\xec\x0e\x05\x00\x81\x19\x01\x0c\x05\x00')
[DEBUG ] (2022-03-17 20:48:32,735) victron_bluetooth.py::281 UNRECOGNIZED DATA: Laderegler: unknown single packet: value:b'\xf9\x01' - value_origin:b'\xf9\x01'
[DEBUG ] (2022-03-17 20:48:32,744) victron_bluetooth.py::281 UNRECOGNIZED DATA: Laderegler: unknown single packet: value:b"\x08\x00\x18\x93B\x10'" - value_origin:b"\x08\x00\x18\x93B\x10'"
[DEBUG ] (2022-03-17 20:48:32,752) victron_bluetooth.py::281 UNRECOGNIZED DATA: Laderegler: unknown single packet: value:b'\x07\x00\x03\x00\x07\x00\x03\x00' - value_origin:b'\x07\x00\x03\x00\x07\x00\x03\x00'
[DEBUG ] (2022-03-17 20:48:32,760) victron_bluetooth.py::390 Laderegler: Collected Network Battery Current -> -0.8
[DEBUG ] (2022-03-17 20:48:32,766) victron_bluetooth.py::390 Laderegler: Collected Current -> -0.91
[DEBUG ] (2022-03-17 20:48:32,776) victron_bluetooth.py::281 UNRECOGNIZED DATA: Laderegler: unknown single packet: value:b'\xecZD\xf5\xa8\x02\x00' - value_origin:b'\x08\x03\x19\xecZD\xf5\xa8\x02\x00'
[DEBUG ] (2022-03-17 20:48:32,785) victron_gatt.py::117 UNRECOGNIZED DATA: Laderegler: error handling: b'\x08\x03\x19\xec\x89A\x08\x08\x03\x19\xed\xadB\x08\x00': 'unknown command (in var len) 0x89 in dict_keys([140, 141, 142, 125, 143, 188, 189, 187, 239, 240, 246])'
[DEBUG ] (2022-03-17 20:48:32,794) victron_gatt.py::117 UNRECOGNIZED DATA: Laderegler: error handling: b'\x08\x03\x19\xed\xa9Bp\x04': 'unknown command (in var len) 0xa9 in dict_keys([140, 141, 142, 125, 143, 188, 189, 187, 239, 240, 246])'
[DEBUG ] (2022-03-17 20:48:32,802) victron_bluetooth.py::390 Laderegler: Collected Voltage -> 11.37
[DEBUG ] (2022-03-17 20:48:32,811) victron_bluetooth.py::390 Laderegler: Collected SmartSolar Solar Voltage -> 0.14
[DEBUG ] (2022-03-17 20:48:32,821) victron_gatt.py::117 UNRECOGNIZED DATA: Laderegler: error handling: b'\x08\x03\x19\xec\x89A\t\x08\x03\x19\xed\xadB\t\x00': 'unknown command (in var len) 0x89 in dict_keys([140, 141, 142, 125, 143, 188, 189, 187, 239, 240, 246])'
[DEBUG ] (2022-03-17 20:48:32,828) victron_gatt.py::96 Laderegler: write succeeded
[DEBUG ] (2022-03-17 20:48:32,833) victron_gatt.py::160 Laderegler: sending 0024, databytearray(b'\x81\x18\x90\x05\x00\x81\x19\xec?\x05\x00\x81\x19\xec\x12')
[DEBUG ] (2022-03-17 20:48:33,849) victron_bluetooth.py::390 Laderegler: Collected Network Battery Current -> -0.8
[DEBUG ] (2022-03-17 20:48:33,855) victron_bluetooth.py::390 Laderegler: Collected Current -> -0.93
[DEBUG ] (2022-03-17 20:48:33,866) victron_bluetooth.py::281 UNRECOGNIZED DATA: Laderegler: unknown single packet: value:b'\x19\xed\xbbB\r\x00' - value_origin:b'\x19\xed\xbbB\r\x00'
[DEBUG ] (2022-03-17 20:48:33,874) victron_gatt.py::117 UNRECOGNIZED DATA: Laderegler: error handling: b'\x08\x03\x19\xed\xa9Bo\x04': 'unknown command (in var len) 0xa9 in dict_keys([140, 141, 142, 125, 143, 188, 189, 187, 239, 240, 246])'
[DEBUG ] (2022-03-17 20:48:33,884) victron_bluetooth.py::281 UNRECOGNIZED DATA: Laderegler: unknown single packet: value:b'\xecZD\xf6\xa8\x02\x00' - value_origin:b'\x08\x03\x19\xecZD\xf6\xa8\x02\x00'
[DEBUG ] (2022-03-17 20:48:33,892) victron_bluetooth.py::390 Laderegler: Collected Voltage -> 11.35
[DEBUG ] (2022-03-17 20:48:33,898) victron_gatt.py::96 Laderegler: write succeeded
[DEBUG ] (2022-03-17 20:48:33,901) victron_gatt.py::160 Laderegler: sending 0024, databytearray(b'\x19\xec\xdc\x05\x03\x81\x19\xec\xeb\x05\x03\x81\x19\xec\xed')
[DEBUG ] (2022-03-17 20:48:34,914) victron_bluetooth.py::281 UNRECOGNIZED DATA: Laderegler: unknown single packet: value:b'\xf9\x01' - value_origin:b'\xf9\x01'
[DEBUG ] (2022-03-17 20:48:34,928) victron_gatt.py::117 UNRECOGNIZED DATA: Laderegler: error handling: b'\t\x00\x19\xec\x0f\x01': 'unknown command (in fixed len) 0x0'
[DEBUG ] (2022-03-17 20:48:34,935) victron_gatt.py::117 UNRECOGNIZED DATA: Laderegler: error handling: b'\t\x00\x19\xec\x0e\x01': 'unknown command (in fixed len) 0x0'
[DEBUG ] (2022-03-17 20:48:34,943) victron_gatt.py::117 UNRECOGNIZED DATA: Laderegler: error handling: b'\t\x00\x19\x01\x0c\x01': 'unknown command (in fixed len) 0x0'
[DEBUG ] (2022-03-17 20:48:34,951) victron_bluetooth.py::281 UNRECOGNIZED DATA: Laderegler: unknown single packet: value:b'\t\x00\x18\x90\x01' - value_origin:b'\t\x00\x18\x90\x01'
[DEBUG ] (2022-03-17 20:48:34,959) victron_gatt.py::117 UNRECOGNIZED DATA: Laderegler: error handling: b'\x08\x00\x19\xec?A\x01': 'unknown command (in var len) 0x3f in dict_keys([140, 141, 142, 125, 143, 188, 189, 187, 239, 240, 246])'
[DEBUG ] (2022-03-17 20:48:34,967) victron_gatt.py::117 UNRECOGNIZED DATA: Laderegler: error handling: b'\t\x00\x19\xec\x12\x01': 'unknown command (in fixed len) 0x0'
[DEBUG ] (2022-03-17 20:48:34,976) victron_bluetooth.py::281 UNRECOGNIZED DATA: Laderegler: unknown single packet: value:b'\xecZD\xf7\xa8\x02\x00' - value_origin:b'\x08\x03\x19\xecZD\xf7\xa8\x02\x00'
[DEBUG ] (2022-03-17 20:48:34,985) victron_bluetooth.py::390 Laderegler: Collected SmartSolar Solar Voltage -> 0.14
[DEBUG ] (2022-03-17 20:48:34,995) victron_bluetooth.py::390 Laderegler: Collected Identify -> normal operation (default)
[DEBUG ] (2022-03-17 20:48:35,004) victron_bluetooth.py::390 Laderegler: Collected Voltage -> 11.36
[DEBUG ] (2022-03-17 20:48:35,010) victron_gatt.py::117 UNRECOGNIZED DATA: Laderegler: error handling: b'\x08\x03\x19\xec\x89A\x08\x08\x03\x19\xed\xadB\x08\x00': 'unknown command (in var len) 0x89 in dict_keys([140, 141, 142, 125, 143, 188, 189, 187, 239, 240, 246])'
[DEBUG ] (2022-03-17 20:48:35,016) victron_gatt.py::117 UNRECOGNIZED DATA: Laderegler: error handling: b'\x08\x03\x19\xed\xa9Bp\x04': 'unknown command (in var len) 0xa9 in dict_keys([140, 141, 142, 125, 143, 188, 189, 187, 239, 240, 246])'
[DEBUG ] (2022-03-17 20:48:35,020) victron_gatt.py::96 Laderegler: write succeeded
[DEBUG ] (2022-03-17 20:48:35,023) victron_gatt.py::160 Laderegler: sending 0021, databytearray(b'\xf9A')
[DEBUG ] (2022-03-17 20:48:36,036) victron_bluetooth.py::281 UNRECOGNIZED DATA: Laderegler: unknown single packet: value:b'\xf9\x01' - value_origin:b'\xf9\x01'
[DEBUG ] (2022-03-17 20:48:36,045) victron_bluetooth.py::281 UNRECOGNIZED DATA: Laderegler: unknown single packet: value:b'\xf7\x03\x00' - value_origin:b'\xf7\x03\x00'
[DEBUG ] (2022-03-17 20:48:36,053) victron_gatt.py::117 UNRECOGNIZED DATA: Laderegler: error handling: b'\t\x03\x19\xec\xeb\x01': 'unknown command (in fixed len) 0x0'
[DEBUG ] (2022-03-17 20:48:36,060) victron_gatt.py::117 UNRECOGNIZED DATA: Laderegler: error handling: b'\t\x03\x19\xec\xed\x01': 'unknown command (in fixed len) 0x0'
[DEBUG ] (2022-03-17 20:48:36,067) victron_bluetooth.py::281 UNRECOGNIZED DATA: Laderegler: unknown single packet: value:b'\xecZD\xf8\xa8\x02\x00' - value_origin:b'\x08\x03\x19\xecZD\xf8\xa8\x02\x00'
[DEBUG ] (2022-03-17 20:48:36,074) victron_bluetooth.py::390 Laderegler: Collected Voltage -> 11.35
[DEBUG ] (2022-03-17 20:48:36,083) victron_bluetooth.py::390 Laderegler: Collected SmartSolar Solar Voltage -> 0.13
[DEBUG ] (2022-03-17 20:48:36,090) victron_gatt.py::117 UNRECOGNIZED DATA: Laderegler: error handling: b'\x08\x03\x19\xec\x89A\t\x08\x03\x19\xed\xadB\t\x00': 'unknown command (in var len) 0x89 in dict_keys([140, 141, 142, 125, 143, 188, 189, 187, 239, 240, 246])'
[DEBUG ] (2022-03-17 20:48:36,098) victron_gatt.py::117 UNRECOGNIZED DATA: Laderegler: error handling: b'\x08\x03\x19\xed\xa9Bo\x04': 'unknown command (in var len) 0xa9 in dict_keys([140, 141, 142, 125, 143, 188, 189, 187, 239, 240, 246])'
[DEBUG ] (2022-03-17 20:48:36,104) victron_gatt.py::96 Laderegler: write succeeded
[DEBUG ] (2022-03-17 20:48:36,108) victron_gatt.py::160 Laderegler: sending 0024, databytearray(b"\x06\x00\x82\x18\x93B\x10'")
[DEBUG ] (2022-03-17 20:48:37,123) victron_bluetooth.py::281 UNRECOGNIZED DATA: Laderegler: unknown single packet: value:b'\xecZD\xf9\xa8\x02\x00' - value_origin:b'\x08\x03\x19\xecZD\xf9\xa8\x02\x00'
[DEBUG ] (2022-03-17 20:48:37,133) victron_gatt.py::117 UNRECOGNIZED DATA: Laderegler: error handling: b'\x08\x03\x19\x02\x00A\x01': 35193608
[DEBUG ] (2022-03-17 20:48:37,140) victron_gatt.py::117 UNRECOGNIZED DATA: Laderegler: error handling: b'\x08\x03\x19\x02\x02D\x02\x00\x00\x00': 35193608
[DEBUG ] (2022-03-17 20:48:37,146) victron_gatt.py::96 Laderegler: write succeeded
[DEBUG ] (2022-03-17 20:48:37,150) victron_gatt.py::160 Laderegler: sending 0021, databytearray(b'\xf9A')
[DEBUG ] (2022-03-17 20:48:38,165) victron_bluetooth.py::281 UNRECOGNIZED DATA: Laderegler: unknown single packet: value:b'\xf9\x01' - value_origin:b'\xf9\x01'
[DEBUG ] (2022-03-17 20:48:38,174) victron_bluetooth.py::281 UNRECOGNIZED DATA: Laderegler: unknown single packet: value:b"\x08\x00\x18\x93B\x10'" - value_origin:b"\x08\x00\x18\x93B\x10'"
[DEBUG ] (2022-03-17 20:48:38,182) victron_bluetooth.py::281 UNRECOGNIZED DATA: Laderegler: unknown single packet: value:b'\xecZD\xfa\xa8\x02\x00' - value_origin:b'\x08\x03\x19\xecZD\xfa\xa8\x02\x00'
[DEBUG ] (2022-03-17 20:48:38,190) victron_gatt.py::117 UNRECOGNIZED DATA: Laderegler: error handling: b'\x08\x03\x19\xed\xa9Bn\x04': 'unknown command (in var len) 0xa9 in dict_keys([140, 141, 142, 125, 143, 188, 189, 187, 239, 240, 246])'
[DEBUG ] (2022-03-17 20:48:38,199) victron_gatt.py::117 UNRECOGNIZED DATA: Laderegler: error handling: b'\x08\x03\x19\xec\x89A\n\x08\x03\x19\xed\xadB\n\x00': 'unknown command (in var len) 0x89 in dict_keys([140, 141, 142, 125, 143, 188, 189, 187, 239, 240, 246])'
[DEBUG ] (2022-03-17 20:48:38,207) victron_bluetooth.py::390 Laderegler: Collected Network Battery Current -> -0.9
[DEBUG ] (2022-03-17 20:48:38,212) victron_bluetooth.py::390 Laderegler: Collected Current -> -1.01
[DEBUG ] (2022-03-17 20:48:38,220) victron_gatt.py::117 UNRECOGNIZED DATA: Laderegler: error handling: b'\x08\x03\x19\xed\xa9Bo\x04': 'unknown command (in var len) 0xa9 in dict_keys([140, 141, 142, 125, 143, 188, 189, 187, 239, 240, 246])'
[DEBUG ] (2022-03-17 20:48:38,227) victron_gatt.py::96 Laderegler: write succeeded
[DEBUG ] (2022-03-17 20:48:38,235) victron_bluetooth.py::281 UNRECOGNIZED DATA: Laderegler: unknown single packet: value:b'\xecZD\xfb\xa8\x02\x00' - value_origin:b'\x08\x03\x19\xecZD\xfb\xa8\x02\x00'
[DEBUG ] (2022-03-17 20:48:38,242) victron_bluetooth.py::281 UNRECOGNIZED DATA: Laderegler: unknown single packet: value:b'\x08\x03\x18\x90A\x01' - value_origin:b'\x08\x03\x18\x90A\x01'
[DEBUG ] (2022-03-17 20:48:38,247) victron_bluetooth.py::281 UNRECOGNIZED DATA: Laderegler: unknown single packet: value:b'\x01PD!\x00\x00\x00' - value_origin:b'\x08\x03\x19\x01PD!\x00\x00\x00'
[DEBUG ] (2022-03-17 20:48:38,253) victron_gatt.py::117 UNRECOGNIZED DATA: Laderegler: error handling: b'\x08\x03\x19\xec\x89A\t\x08\x03\x19\xed\xadB\t\x00': 'unknown command (in var len) 0x89 in dict_keys([140, 141, 142, 125, 143, 188, 189, 187, 239, 240, 246])'
[DEBUG ] (2022-03-17 20:48:38,260) victron_gatt.py::117 UNRECOGNIZED DATA: Laderegler: error handling: b'\x08\x03\x19\xed\xa9Bo\x04': 'unknown command (in var len) 0xa9 in dict_keys([140, 141, 142, 125, 143, 188, 189, 187, 239, 240, 246])'
[DEBUG ] (2022-03-17 20:48:38,266) victron_bluetooth.py::390 Laderegler: Collected Network Battery Current -> -0.8
[DEBUG ] (2022-03-17 20:48:38,270) victron_bluetooth.py::390 Laderegler: Collected Current -> -0.93
[DEBUG ] (2022-03-17 20:48:38,315) victron_bluetooth.py::281 UNRECOGNIZED DATA: Laderegler: unknown single packet: value:b'\xecZD\xfc\xa8\x02\x00' - value_origin:b'\x08\x03\x19\xecZD\xfc\xa8\x02\x00'
[DEBUG ] (2022-03-17 20:48:38,778) victron_bluetooth.py::390 Laderegler: Collected Network Battery Current -> -0.8
[DEBUG ] (2022-03-17 20:48:38,782) victron_bluetooth.py::390 Laderegler: Collected Current -> -0.94
[DEBUG ] (2022-03-17 20:48:39,319) victron_bluetooth.py::281 UNRECOGNIZED DATA: Laderegler: unknown single packet: value:b'\xecZD\xfd\xa8\x02\x00' - value_origin:b'\x08\x03\x19\xecZD\xfd\xa8\x02\x00'
[DEBUG ] (2022-03-17 20:48:39,469) victron_gatt.py::117 UNRECOGNIZED DATA: Laderegler: error handling: b'\x08\x03\x19\xed\xa9Bn\x04': 'unknown command (in var len) 0xa9 in dict_keys([140, 141, 142, 125, 143, 188, 189, 187, 239, 240, 246])'
[DEBUG ] (2022-03-17 20:48:39,687) victron_gatt.py::117 UNRECOGNIZED DATA: Laderegler: error handling: b'\x08\x03\x19\xed\xa9Bo\x04': 'unknown command (in var len) 0xa9 in dict_keys([140, 141, 142, 125, 143, 188, 189, 187, 239, 240, 246])'
[DEBUG ] (2022-03-17 20:48:39,785) victron_bluetooth.py::390 Laderegler: Collected Network Battery Current -> -0.8
[DEBUG ] (2022-03-17 20:48:39,790) victron_bluetooth.py::390 Laderegler: Collected Current -> -0.93
[DEBUG ] (2022-03-17 20:48:40,317) victron_bluetooth.py::281 UNRECOGNIZED DATA: Laderegler: unknown single packet: value:b'\xecZD\xfe\xa8\x02\x00' - value_origin:b'\x08\x03\x19\xecZD\xfe\xa8\x02\x00'
[DEBUG ] (2022-03-17 20:48:40,481) victron_gatt.py::117 UNRECOGNIZED DATA: Laderegler: error handling: b'\x08\x03\x19\x02\x00A\x01': 35193608
[DEBUG ] (2022-03-17 20:48:40,493) victron_gatt.py::117 UNRECOGNIZED DATA: Laderegler: error handling: b'\x08\x03\x19\x02\x02D\x02\x00\x00\x00': 35193608
[DEBUG ] (2022-03-17 20:48:40,669) victron_bluetooth.py::390 Laderegler: Collected SmartSolar Solar Voltage -> 0.14
[DEBUG ] (2022-03-17 20:48:40,774) victron_bluetooth.py::390 Laderegler: Collected SmartSolar Solar Voltage -> 0.13
[DEBUG ] (2022-03-17 20:48:41,022) victron_gatt.py::117 UNRECOGNIZED DATA: Laderegler: error handling: b'\x08\x03\x19\xec\x89A\n\x08\x03\x19\xed\xadB\n\x00': 'unknown command (in var len) 0x89 in dict_keys([140, 141, 142, 125, 143, 188, 189, 187, 239, 240, 246])'
[DEBUG ] (2022-03-17 20:48:41,314) victron_bluetooth.py::281 UNRECOGNIZED DATA: Laderegler: unknown single packet: value:b'\xecZD\xff\xa8\x02\x00' - value_origin:b'\x08\x03\x19\xecZD\xff\xa8\x02\x00'
[DEBUG ] (2022-03-17 20:48:41,674) victron_bluetooth.py::390 Laderegler: Collected SmartSolar Solar Voltage -> 0.14
[DEBUG ] (2022-03-17 20:48:41,687) victron_gatt.py::117 UNRECOGNIZED DATA: Laderegler: error handling: b'\x08\x03\x19\xec\x89A\t\x08\x03\x19\xed\xadB\t\x00': 'unknown command (in var len) 0x89 in dict_keys([140, 141, 142, 125, 143, 188, 189, 187, 239, 240, 246])'
[DEBUG ] (2022-03-17 20:48:41,783) victron_bluetooth.py::390 Laderegler: Collected Network Battery Current -> -0.9
[DEBUG ] (2022-03-17 20:48:41,788) victron_bluetooth.py::390 Laderegler: Collected Current -> -1.03
[DEBUG ] (2022-03-17 20:48:41,796) victron_gatt.py::117 UNRECOGNIZED DATA: Laderegler: error handling: b'\x19\xec\x89A\n\x08\x03\x19\xed\xadB\n\x00\x08\x03\x19\xed\xbbB\r': 'unknown command (in var len) 0x89 in dict_keys([140, 141, 142, 125, 143, 188, 189, 187, 239, 240, 246])'
[DEBUG ] (2022-03-17 20:48:41,803) victron_bluetooth.py::281 UNRECOGNIZED DATA: Laderegler: unknown single packet: value:b'\x00' - value_origin:b'\x00'
[DEBUG ] (2022-03-17 20:48:42,319) victron_gatt.py::117 UNRECOGNIZED DATA: Laderegler: error handling: b'\x08\x03\x19\xecZD\x00\xa9\x02\x00': index out of range
[DEBUG ] (2022-03-17 20:48:42,780) victron_gatt.py::117 UNRECOGNIZED DATA: Laderegler: error handling: b'\x08\x03\x19\xed\x8fB\xf8\xff\x08\x03\x19\xed\x8cD^\xfc\xff\xff\x08\x03': 'unknown command (in var len) 0x89 in dict_keys([140, 141, 142, 125, 143, 188, 189, 187, 239, 240, 246])'
[DEBUG ] (2022-03-17 20:48:42,789) victron_gatt.py::117 UNRECOGNIZED DATA: Laderegler: error handling: b'\x19\xec\x89A\t\x08\x03\x19\xed\xadB\t\x00': 'unknown command (in var len) 0xad in dict_keys([140, 141, 142, 125, 143, 188, 189, 187, 239, 240, 246])'
[DEBUG ] (2022-03-17 20:48:43,319) victron_gatt.py::117 UNRECOGNIZED DATA: Laderegler: error handling: b'\x08\x03\x19\xecZD\x01\xa9\x02\x00': index out of range
[DEBUG ] (2022-03-17 20:48:44,315) victron_gatt.py::117 UNRECOGNIZED DATA: Laderegler: error handling: b'\x08\x03\x19\xecZD\x02\xa9\x02\x00': index out of range
[DEBUG ] (2022-03-17 20:48:45,319) victron_gatt.py::117 UNRECOGNIZED DATA: Laderegler: error handling: b'\x08\x03\x19\xecZD\x03\xa9\x02\x00': index out of range
[DEBUG ] (2022-03-17 20:48:45,433) victron_gatt.py::117 UNRECOGNIZED DATA: Laderegler: error handling: b'\x08\x03\x19\xec\x89A\n\x08\x03\x19\xed\xadB\n\x00': 'unknown command (in var len) 0x89 in dict_keys([140, 141, 142, 125, 143, 188, 189, 187, 239, 240, 246])'
[DEBUG ] (2022-03-17 20:48:45,536) victron_gatt.py::117 UNRECOGNIZED DATA: Laderegler: error handling: b'\x08\x03\x19\x02\x00A\x01': 35193608
[DEBUG ] (2022-03-17 20:48:45,552) victron_gatt.py::117 UNRECOGNIZED DATA: Laderegler: error handling: b'\x08\x03\x19\x02\x02D\x02\x00\x00\x00': 35193608
[DEBUG ] (2022-03-17 20:48:45,563) victron_gatt.py::117 UNRECOGNIZED
DATA: Laderegler: error handling: b'\x08\x03\x19\xed\xa9Bn\x04': 'unknown command (in var len) 0xa9 in dict_keys([140, 141, 142, 125, 143, 188, 189, 187, 239, 240, 246])'
[DEBUG ] (2022-03-17 20:48:45,769) victron_gatt.py::117 UNRECOGNIZED DATA: Laderegler: error handling: b'\x08\x03\x19\xec\x89A\t\x08\x03\x19\xed\xadB\t\x00': 'unknown command (in var len) 0x89 in dict_keys([140, 141, 142, 125, 143, 188, 189, 187, 239, 240, 246])'
[DEBUG ] (2022-03-17 20:48:45,792) victron_gatt.py::117 UNRECOGNIZED DATA: Laderegler: error handling: b'\x08\x03\x19\xed\xa9Bo\x04': 'unknown command (in var len) 0xa9 in dict_keys([140, 141, 142, 125, 143, 188, 189, 187, 239, 240, 246])'
[INFO ] (2022-03-17 20:48:46,238) victron_gatt.py::62 Laderegler: Disconnected!
[DEBUG ] (2022-03-17 20:48:46,251) victron_bluetooth.py::253 Laderegler: Will reconnect at 2022-03-17 20:49:46.248806

Screenshot 2022-03-17 205100

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants