flip555 / bms_connector

BMS Connector Integration for Home Assistant
https://flip555.github.io/bms_connector/
MIT License
6 stars 1 forks source link

Bug #60

Open Plumpop1 opened 5 months ago

Plumpop1 commented 5 months ago

BMS Version 🔄

V 2.0

Connection Method 🌐

USB-RS485

Pre-submission Checklist ✅

What's happening? 🤔

Entities are not loaded

Steps to Reproduce 🔍

1. 2. 3. ...

Debug logs 📜

Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 344, in _async_setup_platform
await asyncio.shield(task)
File "/config/custom_components/bms_connector/sensor.py", line 22, in async_setup_entry
await hass.data[DOMAIN]["HOME_ENERGY_HUB_SENSOR_COORDINATOR"+entry_id].async_refresh()
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
KeyError: 'HOME_ENERGY_HUB_SENSOR_COORDINATORdf7cf633016891488a69c9e081246d5c'
2024-02-26 20:27:19.777 ERROR (MainThread) [homeassistant.components.binary_sensor] Error while setting up bms_connector platform for binary_sensor
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 344, in _async_setup_platform
await asyncio.shield(task)
File "/config/custom_components/bms_connector/binary_sensor.py", line 22, in async_setup_entry
await hass.data[DOMAIN]["HOME_ENERGY_HUB_SENSOR_COORDINATOR"+entry_id].async_refresh()
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
KeyError: 'HOME_ENERGY_HUB_SENSOR_COORDINATORdf7cf633016891488a69c9e081246d5c'
2024-02-26 20:27:24.079 DEBUG (MainThread) [custom_components.bms_connector] Seplos V2 BMS Device Selected..
2024-02-26 20:27:24.080 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] ['~20004642E00200FD37\r', '~20004644E00200FD35\r', '~20004647E00200FD32\r', '~20004651E00200FD37\r']
2024-02-26 20:27:24.092 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] ~20004642E00200FD37
2024-02-26 20:27:24.603 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] ~20004644E00200FD35
2024-02-26 20:27:25.112 ERROR (MainThread) [custom_components.bms_connector] Error setting up BMS Connector: 'utf-8' codec can't decode byte 0xa8 in position 12: invalid start byte
2024-02-26 20:27:25.115 INFO (MainThread) [homeassistant.components.sensor] Setting up bms_connector.sensor
2024-02-26 20:27:25.116 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up bms_connector.binary_sensor
2024-02-26 20:27:25.118 INFO (MainThread) [homeassistant.components.select] Setting up bms_connector.select
2024-02-26 20:27:25.119 INFO (MainThread) [homeassistant.components.number] Setting up bms_connector.number
2024-02-26 20:27:25.123 ERROR (MainThread) [homeassistant.components.sensor] Error while setting up bms_connector platform for sensor

Diagnostics dump 📦

No response

flip555 commented 5 months ago

Looks like you're using one of the test releases which should work fine with V2 but looks like its failing somewhere after sending the 44H CID2 command.

Could you update to the v1.1.4-TESTING-ONLY version and provide the debug log again as I've added some more debugging logs and error handling around that part of the code.

Thanks

Plumpop1 commented 5 months ago

2024-02-27 16:49:48.001 WARNING (MainThread) [homeassistant.components.number] custom_components.bms_connector.number::YourNumberClass is overriding deprecated methods on an instance of NumberEntity, this is not valid and will be unsupported from Home Assistant 2022.10. Please report it to the custom integration author

2024-02-27 17:25:17.647 ERROR (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Error decoding response: 'utf-8' codec can't decode byte 0xcb in position 109: invalid continuation byte 2024-02-27 17:25:17.647 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Sending Modbus Command: ~20014647E00201FD30 2024-02-27 17:25:18.153 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Raw Response Received: b'~200146008152013C0DAC0D980B540C1C0E2E0D980AF00C1C0D4805DC15E01518122012C01680151810E012C0189C17D40C9F0C810ABF0ADD0CD10C9F0A470AAB0CB30C810A470AC90CD10C9F0A150AAB0AAB0B0F0D030CD10AAB0AC90D530D350A470AAB0E2F0DFD0E930DFD4E204C2CAFECB0B45208ADF88AD007D0753036B01B321E1E140A100A0A1E3C0505010A0A1EF0300F0562506409000D0008FFFFFF3FBF9FAF9F313130312D4C4E313220B27C\r~2001465A0000FD9D\r~2001465AC04000010CC80CC30BB60BA8F583146E4CAA7530028E146F00000000000003028041EFF9\r' 2024-02-27 17:25:18.154 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Decoded Response Received: ~200146008152013C0DAC0D980B540C1C0E2E0D980AF00C1C0D4805DC15E01518122012C01680151810E012C0189C17D40C9F0C810ABF0ADD0CD10C9F0A470AAB0CB30C810A470AC90CD10C9F0A150AAB0AAB0B0F0D030CD10AAB0AC90D530D350A470AAB0E2F0DFD0E930DFD4E204C2CAFECB0B45208ADF88AD007D0753036B01B321E1E140A100A0A1E3C0505010A0A1EF0300F0562506409000D0008FFFFFF3FBF9FAF9F313130312D4C4E313220B27C~2001465A0000FD9D~2001465AC04000010CC80CC30BB60BA8F583146E4CAA7530028E146F00000000000003028041EFF9 2024-02-27 17:25:18.154 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Sending Modbus Command: ~20014651E00201FD36 2024-02-27 17:25:18.658 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Raw Response Received: b'~200146020000FDB1\r~2002465A0000FD9C\r~2002465AC04000010CC70CC30BB30BA9F53C146F4DA675300296146F00000000000003028041F007\r' 2024-02-27 17:25:18.659 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Decoded Response Received: ~200146020000FDB1~2002465A0000FD9C~2002465AC04000010CC70CC30BB30BA9F53C146F4DA675300296146F00000000000003028041F007 2024-02-27 17:25:18.665 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Complete Modbus Responses Received: ['~2001460010960001100CC80CC70CC60CC40CC40CC30CC30CC30CC30CC40CC30CC50CC50CC40CC70CC8060BAA0BA80BB60BAC0BD90BC1F586146E4CAB0A7530028E7530001103E81470FFE7000009080839DC4E~2001465A0000FD9D~2001465AC04000010CC80CC30BB60BA8F586146E4CAB7530028E147000000000000003028041F00A', '7e3230303134363030383036323030303131303030303030303030303030303030303030303030303030303030303030303030303630303030303030303030303030303030313430303030303030303030303030333030303030313030303030303030307e3230303234363558cbebdab3b3e7357e323030313436303530303030464441450d', '~200146008152013C0DAC0D980B540C1C0E2E0D980AF00C1C0D4805DC15E01518122012C01680151810E012C0189C17D40C9F0C810ABF0ADD0CD10C9F0A470AAB0CB30C810A470AC90CD10C9F0A150AAB0AAB0B0F0D030CD10AAB0AC90D530D350A470AAB0E2F0DFD0E930DFD4E204C2CAFECB0B45208ADF88AD007D0753036B01B321E1E140A100A0A1E3C0505010A0A1EF0300F0562506409000D0008FFFFFF3FBF9FAF9F313130312D4C4E313220B27C~2001465A0000FD9D~2001465AC04000010CC80CC30BB60BA8F583146E4CAA7530028E146F00000000000003028041EFF9', '~200146020000FDB1~2002465A0000FD9C~2002465AC04000010CC70CC30BB30BA9F53C146F4DA675300296146F00000000000003028041F007'] 2024-02-27 17:25:18.667 ERROR (MainThread) [custom_components.bms_connector] Error setting up BMS Connector: non-hexadecimal number found in fromhex() arg at position 4 2024-02-27 17:25:18.670 INFO (MainThread) [homeassistant.components.sensor] Setting up bms_connector.sensor 2024-02-27 17:25:18.671 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up bms_connector.binary_sensor 2024-02-27 17:25:18.672 INFO (MainThread) [homeassistant.components.select] Setting up bms_connector.select 2024-02-27 17:25:18.673 INFO (MainThread) [homeassistant.components.number] Setting up bms_connector.number 2024-02-27 17:25:18.675 ERROR (MainThread) [homeassistant.components.sensor] Error while setting up bms_connector platform for sensor Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 344, in _async_setup_platform await asyncio.shield(task) File "/config/custom_components/bms_connector/sensor.py", line 22, in async_setup_entry await hass.data[DOMAIN]["HOME_ENERGY_HUB_SENSOR_COORDINATOR"+entry_id].async_refresh()


KeyError: 'HOME_ENERGY_HUB_SENSOR_COORDINATORdf7cf633016891488a69c9e081246d5c'
2024-02-27 17:25:18.687 ERROR (MainThread) [homeassistant.components.binary_sensor] Error while setting up bms_connector platform for binary_sensor
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 344, in _async_setup_platform
await asyncio.shield(task)
File "/config/custom_components/bms_connector/binary_sensor.py", line 22, in async_setup_entry
await hass.data[DOMAIN]["HOME_ENERGY_HUB_SENSOR_COORDINATOR"+entry_id].async_refresh()
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
KeyError: 'HOME_ENERGY_HUB_SENSOR_COORDINATORdf7cf633016891488a69c9e081246d5c'
flip555 commented 5 months ago

The data returned isn't that same format as what my V2 returns - Is this a V2 BMS? could you load it up in Battery Monitor and download the communications log

Data returned by your BMS

'2001460010960001100CC80CC70CC60CC40CC40CC30CC30CC30CC30CC40CC30CC50CC50CC40CC70CC8060BAA0BA80BB60BAC0BD90BC1F586146E4CAB0A7530028E7530001103E81470FFE7000009080839DC4E2001465A0000FD9D2001465AC04000010CC80CC30BB60BA8F586146E4CAB7530028E147000000000000003028041F00A', 

'7e3230303134363030383036323030303131303030303030303030303030303030303030303030303030303030303030303030303630303030303030303030303030303030313430303030303030303030303030333030303030313030303030303030307e3230303234363558cbebdab3b3e7357e323030313436303530303030464441450d',

'200146008152013C0DAC0D980B540C1C0E2E0D980AF00C1C0D4805DC15E01518122012C01680151810E012C0189C17D40C9F0C810ABF0ADD0CD10C9F0A470AAB0CB30C810A470AC90CD10C9F0A150AAB0AAB0B0F0D030CD10AAB0AC90D530D350A470AAB0E2F0DFD0E930DFD4E204C2CAFECB0B45208ADF88AD007D0753036B01B321E1E140A100A0A1E3C0505010A0A1EF0300F0562506409000D0008FFFFFF3FBF9FAF9F313130312D4C4E313220B27C2001465A0000FD9D2001465AC04000010CC80CC30BB60BA8F583146E4CAA7530028E146F00000000000003028041EFF9',

'200146020000FDB12002465A0000FD9C~2002465AC04000010CC70CC30BB30BA9F53C146F4DA675300296146F00000000000003028041F007'

Data returned by my BMS

'~2000460010960000100CF00CF10CF10CF10CF00CF20CF00CF00CEF0CF00CF00CEF0CEF0CEF0CF10CF0060B6B0B710B770B800B3E0B21FBD914B34C5D0A5D98032F59D8008E03E814B5FFED00003C2D3A17DBD1',

'~20004600806200001000000000000000000000000000000000060000000000000000140000000000000300000100000000000000000001EB33', 

'~200046008152003C0DAC0D480B540BB80E420E100A8C0B540DE805DC16761644122012C016801676104011F816F816A80C9F0C810ABF0ADD0CD10C9F0A470AAB0CB30C810A470AC90CD10C9F0A150AAB0AAB0B0F0C9F0C810AAB0AC90D030CD10A470AAB0E2F0DFD0E930DFD4E204C2CAFECB0B45208ADF88AD007D059D859D81B321E1E140A100A0A1E3C0505010A0A1EF0300F0560506409000D0008FFFEFF3FBF819F1E313130312D5350373620B2A0',

'~20004600C040313130312D5350373620100443414E3A56696374726F6E202020202020202020F098'
Plumpop1 commented 5 months ago

2024-02-27 16:48:56.635 WARNING (SyncWorker_4) [homeassistant.loader] We found a custom integration bms_connector which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant 2024-02-27 16:48:56.639 WARNING (SyncWorker_4) [homeassistant.loader] We found a custom integration battery_notes which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant 2024-02-27 16:48:56.644 WARNING (SyncWorker_4) [homeassistant.loader] We found a custom integration rpi_gpio which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant 2024-02-27 16:48:56.649 WARNING (SyncWorker_4) [homeassistant.loader] We found a custom integration hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant 2024-02-27 16:48:56.653 WARNING (SyncWorker_4) [homeassistant.loader] We found a custom integration solarman which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant 2024-02-27 16:48:56.656 WARNING (SyncWorker_4) [homeassistant.loader] We found a custom integration cz_energy_spot_prices which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant 2024-02-27 16:48:57.759 INFO (MainThread) [homeassistant.setup] Setup of domain logger took 0.1 seconds 2024-02-27 16:48:57.760 INFO (MainThread) [homeassistant.bootstrap] Setting up frontend: {'frontend'} 2024-02-27 16:48:57.913 INFO (MainThread) [homeassistant.setup] Setting up device_automation 2024-02-27 16:48:57.914 INFO (MainThread) [homeassistant.setup] Setup of domain device_automation took 0.0 seconds 2024-02-27 16:48:58.750 INFO (MainThread) [homeassistant.setup] Setting up lovelace 2024-02-27 16:48:58.765 INFO (MainThread) [homeassistant.setup] Setting up http 2024-02-27 16:48:58.794 INFO (MainThread) [homeassistant.setup] Setup of domain lovelace took 0.0 seconds 2024-02-27 16:48:58.948 INFO (MainThread) [homeassistant.setup] Setup of domain http took 0.2 seconds 2024-02-27 16:48:59.010 INFO (MainThread) [homeassistant.setup] Setting up api 2024-02-27 16:48:59.020 INFO (MainThread) [homeassistant.setup] Setup of domain api took 0.0 seconds 2024-02-27 16:48:59.025 INFO (MainThread) [homeassistant.setup] Setting up auth 2024-02-27 16:48:59.030 INFO (MainThread) [homeassistant.setup] Setup of domain auth took 0.0 seconds 2024-02-27 16:48:59.087 INFO (MainThread) [homeassistant.setup] Setting up config 2024-02-27 16:48:59.153 INFO (MainThread) [homeassistant.setup] Setting up diagnostics 2024-02-27 16:48:59.234 INFO (MainThread) [homeassistant.setup] Setting up file_upload 2024-02-27 16:48:59.235 INFO (MainThread) [homeassistant.setup] Setup of domain file_upload took 0.0 seconds 2024-02-27 16:48:59.313 INFO (MainThread) [homeassistant.setup] Setting up repairs 2024-02-27 16:48:59.316 INFO (MainThread) [homeassistant.setup] Setup of domain repairs took 0.0 seconds 2024-02-27 16:48:59.321 INFO (MainThread) [homeassistant.setup] Setting up websocket_api 2024-02-27 16:48:59.323 INFO (MainThread) [homeassistant.setup] Setup of domain websocket_api took 0.0 seconds 2024-02-27 16:48:59.682 INFO (MainThread) [homeassistant.setup] Setting up image_upload 2024-02-27 16:49:00.372 INFO (MainThread) [homeassistant.setup] Setup of domain config took 1.3 seconds 2024-02-27 16:49:00.377 INFO (MainThread) [homeassistant.setup] Setup of domain diagnostics took 1.2 seconds 2024-02-27 16:49:00.394 INFO (MainThread) [homeassistant.setup] Setup of domain image_upload took 0.7 seconds 2024-02-27 16:49:00.679 INFO (MainThread) [homeassistant.setup] Setting up search 2024-02-27 16:49:00.680 INFO (MainThread) [homeassistant.setup] Setup of domain search took 0.0 seconds 2024-02-27 16:49:06.122 INFO (MainThread) [homeassistant.setup] Setting up analytics 2024-02-27 16:49:06.130 INFO (MainThread) [homeassistant.setup] Setting up person 2024-02-27 16:49:06.137 INFO (MainThread) [homeassistant.setup] Setup of domain analytics took 0.0 seconds 2024-02-27 16:49:06.153 INFO (MainThread) [homeassistant.setup] Setup of domain person took 0.0 seconds 2024-02-27 16:49:06.161 INFO (MainThread) [homeassistant.setup] Setting up onboarding 2024-02-27 16:49:06.167 INFO (MainThread) [homeassistant.setup] Setup of domain onboarding took 0.0 seconds 2024-02-27 16:49:06.178 INFO (MainThread) [homeassistant.setup] Setting up frontend 2024-02-27 16:49:06.214 INFO (MainThread) [homeassistant.setup] Setup of domain frontend took 0.0 seconds 2024-02-27 16:49:06.222 INFO (MainThread) [homeassistant.bootstrap] Setting up recorder: {'recorder'} 2024-02-27 16:49:06.232 INFO (MainThread) [homeassistant.setup] Setting up recorder 2024-02-27 16:49:06.304 INFO (MainThread) [homeassistant.components.http] Now listening on port 8123 2024-02-27 16:49:06.502 INFO (MainThread) [homeassistant.setup] Setup of domain recorder took 0.3 seconds 2024-02-27 16:49:06.510 INFO (MainThread) [homeassistant.bootstrap] Setting up stage 1: {'ssdp', 'network', 'http', 'cloud', 'websocket_api', 'bluetooth', 'api', 'dhcp', 'usb', 'webhook', 'zeroconf', 'hassio'} 2024-02-27 16:49:07.123 INFO (MainThread) [homeassistant.setup] Setting up dhcp 2024-02-27 16:49:07.124 INFO (MainThread) [homeassistant.setup] Setup of domain dhcp took 0.0 seconds 2024-02-27 16:49:07.130 INFO (MainThread) [homeassistant.setup] Setting up hassio 2024-02-27 16:49:07.218 INFO (MainThread) [homeassistant.setup] Setting up webhook 2024-02-27 16:49:07.221 INFO (MainThread) [homeassistant.setup] Setup of domain webhook took 0.0 seconds 2024-02-27 16:49:07.231 INFO (MainThread) [homeassistant.setup] Setting up network 2024-02-27 16:49:07.239 INFO (MainThread) [homeassistant.setup] Setup of domain network took 0.0 seconds 2024-02-27 16:49:07.389 INFO (MainThread) [homeassistant.setup] Setting up usb 2024-02-27 16:49:07.393 INFO (MainThread) [homeassistant.setup] Setup of domain usb took 0.0 seconds 2024-02-27 16:49:07.421 INFO (SyncWorker_1) [homeassistant.loader] Loaded matter from homeassistant.components.matter 2024-02-27 16:49:09.568 INFO (MainThread) [homeassistant.setup] Setting up zeroconf 2024-02-27 16:49:10.306 INFO (MainThread) [homeassistant.setup] Setting up bluetooth 2024-02-27 16:49:10.336 INFO (MainThread) [homeassistant.setup] Setup of domain zeroconf took 0.8 seconds 2024-02-27 16:49:10.427 INFO (MainThread) [homeassistant.components.zeroconf] Starting Zeroconf broadcast 2024-02-27 16:49:23.313 INFO (MainThread) [homeassistant.setup] Setting up cloud 2024-02-27 16:49:23.330 WARNING (MainThread) [homeassistant.setup] Setup of hassio is taking over 10 seconds. 2024-02-27 16:49:23.330 WARNING (MainThread) [homeassistant.setup] Setup of bluetooth is taking over 10 seconds. 2024-02-27 16:49:23.654 INFO (MainThread) [homeassistant.setup] Setting up ssdp 2024-02-27 16:49:23.658 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /homeassistant/options request 2024-02-27 16:49:23.666 INFO (MainThread) [homeassistant.components.websocket_api.http.connection] [547458715072] Received unknown command: hacs/subscribe 2024-02-27 16:49:23.667 INFO (MainThread) [homeassistant.components.websocket_api.http.connection] [547458715072] Received unknown command: hacs/subscribe 2024-02-27 16:49:23.667 INFO (MainThread) [homeassistant.components.websocket_api.http.connection] [547458715072] Received unknown command: hacs/subscribe 2024-02-27 16:49:23.668 INFO (MainThread) [homeassistant.components.websocket_api.http.connection] [547458715072] Received unknown command: hacs/subscribe 2024-02-27 16:49:23.669 INFO (MainThread) [homeassistant.components.websocket_api.http.connection] [547458715072] Received unknown command: hacs/subscribe 2024-02-27 16:49:23.669 INFO (MainThread) [homeassistant.components.websocket_api.http.connection] [547458715072] Received unknown command: hacs/subscribe 2024-02-27 16:49:23.670 INFO (MainThread) [homeassistant.components.websocket_api.http.connection] [547458715072] Received unknown command: hacs/subscribe 2024-02-27 16:49:23.670 INFO (MainThread) [homeassistant.components.websocket_api.http.connection] [547458715072] Received unknown command: hacs/subscribe 2024-02-27 16:49:23.671 INFO (MainThread) [homeassistant.components.websocket_api.http.connection] [547458715072] Received unknown command: hacs/subscribe 2024-02-27 16:49:23.671 INFO (MainThread) [homeassistant.components.websocket_api.http.connection] [547458715072] Received unknown command: hacs/subscribe 2024-02-27 16:49:23.672 INFO (MainThread) [homeassistant.components.websocket_api.http.connection] [547458715072] Received unknown command: hacs/subscribe 2024-02-27 16:49:23.672 INFO (MainThread) [homeassistant.components.websocket_api.http.connection] [547458715072] Received unknown command: hacs/subscribe 2024-02-27 16:49:23.673 INFO (MainThread) [homeassistant.components.websocket_api.http.connection] [547458715072] Received unknown command: hacs/subscribe 2024-02-27 16:49:23.750 INFO (MainThread) [homeassistant.components.websocket_api.http.connection] [547458715072] Received unknown command: energy/info 2024-02-27 16:49:23.751 INFO (MainThread) [homeassistant.components.websocket_api.http.connection] [547458715072] Received unknown command: energy/info 2024-02-27 16:49:23.752 INFO (MainThread) [homeassistant.components.websocket_api.http.connection] [547458715072] Received unknown command: energy/info 2024-02-27 16:49:24.360 INFO (MainThread) [homeassistant.components.websocket_api.http.connection] [547458715072] Received unknown command: energy/info 2024-02-27 16:49:24.612 INFO (MainThread) [homeassistant.setup] Setup of domain cloud took 1.3 seconds 2024-02-27 16:49:24.641 INFO (MainThread) [homeassistant.setup] Setup of domain ssdp took 1.0 seconds 2024-02-27 16:49:24.668 INFO (MainThread) [homeassistant.setup] Setting up ffmpeg 2024-02-27 16:49:24.758 ERROR (MainThread) [homeassistant.helpers.translation] Validation of translation placeholders for localized (cs) string component.homeassistant.issues.config_entry_reauth.title failed 2024-02-27 16:49:25.028 INFO (MainThread) [homeassistant.setup] Setup of domain bluetooth took 14.7 seconds 2024-02-27 16:49:26.855 INFO (MainThread) [homeassistant.setup] Setup of domain ffmpeg took 2.2 seconds 2024-02-27 16:49:26.868 INFO (MainThread) [homeassistant.setup] Setting up tts 2024-02-27 16:49:26.898 INFO (MainThread) [homeassistant.setup] Setup of domain tts took 0.0 seconds 2024-02-27 16:49:27.421 INFO (MainThread) [homeassistant.setup] Setting up hardware 2024-02-27 16:49:27.433 INFO (MainThread) [homeassistant.setup] Setup of domain hassio took 20.3 seconds 2024-02-27 16:49:27.623 INFO (SyncWorker_5) [homeassistant.loader] Loaded sensor from homeassistant.components.sensor 2024-02-27 16:49:27.628 INFO (SyncWorker_4) [homeassistant.loader] Loaded update from homeassistant.components.update 2024-02-27 16:49:27.681 INFO (MainThread) [homeassistant.setup] Setting up update 2024-02-27 16:49:27.686 INFO (MainThread) [homeassistant.setup] Setup of domain update took 0.0 seconds 2024-02-27 16:49:27.693 INFO (MainThread) [homeassistant.setup] Setting up sensor 2024-02-27 16:49:27.695 INFO (MainThread) [homeassistant.setup] Setup of domain sensor took 0.0 seconds 2024-02-27 16:49:27.745 INFO (MainThread) [homeassistant.setup] Setting up binary_sensor 2024-02-27 16:49:27.746 INFO (MainThread) [homeassistant.setup] Setup of domain binary_sensor took 0.0 seconds 2024-02-27 16:49:27.747 INFO (MainThread) [homeassistant.setup] Setup of domain hardware took 0.3 seconds 2024-02-27 16:49:27.784 INFO (MainThread) [homeassistant.setup] Setting up rpi_gpio 2024-02-27 16:49:27.841 INFO (MainThread) [homeassistant.setup] Setup of domain rpi_gpio took 0.1 seconds 2024-02-27 16:49:27.894 INFO (MainThread) [homeassistant.components.update] Setting up hassio.update 2024-02-27 16:49:27.896 INFO (MainThread) [homeassistant.components.sensor] Setting up hassio.sensor 2024-02-27 16:49:27.898 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up hassio.binary_sensor 2024-02-27 16:49:27.968 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up rpi_gpio.binary_sensor 2024-02-27 16:49:27.982 INFO (MainThread) [homeassistant.bootstrap] Setting up stage 2: {'tag', 'raspberry_pi', 'onboarding', 'input_number', 'dlna_dmr', 'radio_browser', 'system_health', 'hardware', 'stt', 'systemmonitor', 'input_button', 'cz_energy_spot_prices', 'persistent_notification', 'map', 'hacs', 'stream', 'rpi_power', 'file_upload', 'image_upload', 'energy', 'input_select', 'bms_connector', 'automation', 'conversation', 'person', 'tts', 'wake_word', 'device_automation', 'zone', 'my', 'sun', 'scene', 'schedule', 'google_translate', 'panel_custom', 'shopping_list', 'search', 'auth', 'trace', 'application_credentials', 'repairs', 'config', 'ffmpeg', 'logbook', 'homeassistant_alerts', 'brother', 'mobile_app', 'soundtouch', 'lovelace', 'default_config', 'met', 'input_text', 'script', 'assist_pipeline', 'blueprint', 'diagnostics', 'binary_sensor', 'input_datetime', 'input_boolean', 'mqtt', 'analytics', 'utility_meter', 'history', 'counter', 'timer', 'media_source'} 2024-02-27 16:49:28.150 INFO (MainThread) [homeassistant.setup] Setting up tag 2024-02-27 16:49:28.156 INFO (MainThread) [homeassistant.setup] Setting up input_number 2024-02-27 16:49:33.888 INFO (MainThread) [homeassistant.setup] Setting up radio_browser 2024-02-27 16:49:33.889 INFO (MainThread) [homeassistant.setup] Setup of domain radio_browser took 0.0 seconds 2024-02-27 16:49:34.044 INFO (MainThread) [homeassistant.setup] Setting up homeassistant_alerts 2024-02-27 16:49:34.046 INFO (MainThread) [homeassistant.setup] Setup of domain homeassistant_alerts took 0.0 seconds 2024-02-27 16:49:34.052 INFO (MainThread) [homeassistant.setup] Setting up stt 2024-02-27 16:49:34.055 INFO (MainThread) [homeassistant.setup] Setup of domain stt took 0.0 seconds 2024-02-27 16:49:34.068 INFO (MainThread) [homeassistant.setup] Setting up systemmonitor 2024-02-27 16:49:34.069 INFO (MainThread) [homeassistant.setup] Setup of domain systemmonitor took 0.0 seconds 2024-02-27 16:49:34.076 INFO (MainThread) [homeassistant.setup] Setting up input_button 2024-02-27 16:49:34.092 INFO (MainThread) [homeassistant.setup] Setting up rpi_power 2024-02-27 16:49:34.092 INFO (MainThread) [homeassistant.setup] Setup of domain rpi_power took 0.0 seconds 2024-02-27 16:49:34.161 INFO (MainThread) [homeassistant.setup] Setting up met 2024-02-27 16:49:34.162 INFO (MainThread) [homeassistant.setup] Setup of domain met took 0.0 seconds 2024-02-27 16:49:34.193 INFO (MainThread) [homeassistant.setup] Setting up input_text 2024-02-27 16:49:34.199 INFO (MainThread) [homeassistant.setup] Setting up input_select 2024-02-27 16:49:34.457 INFO (MainThread) [homeassistant.setup] Setting up bms_connector 2024-02-27 16:49:34.457 INFO (MainThread) [homeassistant.setup] Setup of domain bms_connector took 0.0 seconds 2024-02-27 16:49:34.463 INFO (MainThread) [homeassistant.setup] Setting up blueprint 2024-02-27 16:49:34.464 INFO (MainThread) [homeassistant.setup] Setup of domain blueprint took 0.0 seconds 2024-02-27 16:49:34.484 INFO (MainThread) [homeassistant.setup] Setting up input_datetime 2024-02-27 16:49:34.489 INFO (MainThread) [homeassistant.setup] Setting up conversation 2024-02-27 16:49:34.501 INFO (MainThread) [homeassistant.setup] Setup of domain conversation took 0.0 seconds 2024-02-27 16:49:34.506 INFO (MainThread) [homeassistant.setup] Setting up wake_word 2024-02-27 16:49:34.507 INFO (MainThread) [homeassistant.setup] Setup of domain wake_word took 0.0 seconds 2024-02-27 16:49:34.513 INFO (MainThread) [homeassistant.setup] Setting up input_boolean 2024-02-27 16:49:34.520 INFO (MainThread) [homeassistant.setup] Setting up zone 2024-02-27 16:49:34.717 INFO (MainThread) [homeassistant.setup] Setting up utility_meter 2024-02-27 16:49:34.718 INFO (MainThread) [homeassistant.setup] Setup of domain utility_meter took 0.0 seconds 2024-02-27 16:49:35.031 INFO (MainThread) [homeassistant.setup] Setting up history 2024-02-27 16:49:35.034 INFO (MainThread) [homeassistant.setup] Setup of domain history took 0.0 seconds 2024-02-27 16:49:35.045 INFO (MainThread) [homeassistant.setup] Setting up sun 2024-02-27 16:49:35.047 INFO (MainThread) [homeassistant.setup] Setup of domain sun took 0.0 seconds 2024-02-27 16:49:35.055 INFO (MainThread) [homeassistant.setup] Setting up scene 2024-02-27 16:49:35.078 INFO (MainThread) [homeassistant.setup] Setting up counter 2024-02-27 16:49:35.127 INFO (MainThread) [homeassistant.setup] Setting up schedule 2024-02-27 16:49:35.140 INFO (MainThread) [homeassistant.setup] Setting up google_translate 2024-02-27 16:49:35.141 INFO (MainThread) [homeassistant.setup] Setup of domain google_translate took 0.0 seconds 2024-02-27 16:49:35.150 INFO (MainThread) [homeassistant.setup] Setting up timer 2024-02-27 16:49:35.162 INFO (MainThread) [homeassistant.setup] Setting up trace 2024-02-27 16:49:35.164 INFO (MainThread) [homeassistant.setup] Setup of domain trace took 0.0 seconds 2024-02-27 16:49:35.314 ERROR (MainThread) [custom_components.bms_connector] Error Setting up Entry 2024-02-27 16:49:35.315 DEBUG (MainThread) [custom_components.bms_connector] Seplos V2 BMS Device Selected.. 2024-02-27 16:49:35.315 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Sending Modbus Commands: ['~20004642E00200FD37\r', '~20004644E00200FD35\r', '~20004647E00200FD32\r', '~20004651E00200FD37\r'] 2024-02-27 16:49:35.329 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Sending Modbus Command: ~20004642E00200FD37 2024-02-27 16:49:35.378 INFO (MainThread) [homeassistant.setup] Setting up raspberry_pi 2024-02-27 16:49:35.378 INFO (MainThread) [homeassistant.setup] Setup of domain raspberry_pi took 0.0 seconds 2024-02-27 16:49:35.868 INFO (MainThread) [homeassistant.setup] Setting up logbook 2024-02-27 16:49:35.879 INFO (MainThread) [homeassistant.setup] Setting up system_health 2024-02-27 16:49:36.934 INFO (MainThread) [homeassistant.setup] Setting up brother 2024-02-27 16:49:36.934 INFO (MainThread) [homeassistant.setup] Setup of domain brother took 0.0 seconds 2024-02-27 16:49:37.048 INFO (MainThread) [homeassistant.setup] Setting up cz_energy_spot_prices 2024-02-27 16:49:37.048 INFO (MainThread) [homeassistant.setup] Setup of domain cz_energy_spot_prices took 0.0 seconds 2024-02-27 16:49:37.591 INFO (MainThread) [homeassistant.setup] Setting up soundtouch 2024-02-27 16:49:37.592 INFO (MainThread) [homeassistant.setup] Setup of domain soundtouch took 0.0 seconds 2024-02-27 16:49:37.736 INFO (MainThread) [homeassistant.setup] Setting up map 2024-02-27 16:49:37.737 INFO (MainThread) [homeassistant.setup] Setup of domain map took 0.0 seconds 2024-02-27 16:49:38.249 INFO (MainThread) [homeassistant.setup] Setting up hacs 2024-02-27 16:49:38.250 INFO (MainThread) [homeassistant.setup] Setup of domain hacs took 0.0 seconds 2024-02-27 16:49:38.256 INFO (MainThread) [homeassistant.setup] Setting up stream 2024-02-27 16:49:42.571 INFO (MainThread) [homeassistant.setup] Setup of domain stream took 4.3 seconds 2024-02-27 16:49:44.481 INFO (MainThread) [homeassistant.setup] Setting up mqtt 2024-02-27 16:49:44.482 INFO (MainThread) [homeassistant.setup] Setup of domain mqtt took 0.0 seconds 2024-02-27 16:49:44.638 INFO (MainThread) [homeassistant.setup] Setting up my 2024-02-27 16:49:44.639 INFO (MainThread) [homeassistant.setup] Setup of domain my took 0.0 seconds 2024-02-27 16:49:44.742 INFO (MainThread) [homeassistant.setup] Setting up panel_custom 2024-02-27 16:49:44.747 INFO (MainThread) [homeassistant.setup] Setup of domain panel_custom took 0.0 seconds 2024-02-27 16:49:44.776 INFO (MainThread) [homeassistant.setup] Setting up shopping_list 2024-02-27 16:49:44.777 INFO (MainThread) [homeassistant.setup] Setup of domain shopping_list took 0.0 seconds 2024-02-27 16:49:44.787 INFO (MainThread) [homeassistant.setup] Setting up media_source 2024-02-27 16:49:44.957 INFO (MainThread) [homeassistant.setup] Setting up application_credentials 2024-02-27 16:49:45.276 INFO (MainThread) [homeassistant.setup] Setup of domain tag took 17.1 seconds 2024-02-27 16:49:45.289 INFO (SyncWorker_5) [homeassistant.loader] Loaded number from homeassistant.components.number 2024-02-27 16:49:45.303 INFO (MainThread) [homeassistant.setup] Setup of domain input_number took 17.1 seconds 2024-02-27 16:49:45.310 INFO (MainThread) [homeassistant.setup] Setup of domain input_button took 11.2 seconds 2024-02-27 16:49:45.320 INFO (MainThread) [homeassistant.setup] Setup of domain input_text took 11.1 seconds 2024-02-27 16:49:45.321 INFO (SyncWorker_0) [homeassistant.loader] Loaded select from homeassistant.components.select 2024-02-27 16:49:45.328 INFO (MainThread) [homeassistant.setup] Setting up assist_pipeline 2024-02-27 16:49:45.336 INFO (MainThread) [homeassistant.setup] Setting up energy 2024-02-27 16:49:45.337 INFO (MainThread) [homeassistant.setup] Setup of domain energy took 0.0 seconds 2024-02-27 16:49:45.340 INFO (MainThread) [homeassistant.setup] Setting up script 2024-02-27 16:49:45.454 WARNING (MainThread) [homeassistant.components.binary_sensor] Setup of binary_sensor platform rpi_gpio is taking over 10 seconds. 2024-02-27 16:49:45.458 WARNING (MainThread) [homeassistant.setup] Setup of input_select is taking over 10 seconds. 2024-02-27 16:49:45.475 WARNING (MainThread) [homeassistant.setup] Setup of input_datetime is taking over 10 seconds. 2024-02-27 16:49:45.475 WARNING (MainThread) [homeassistant.setup] Setup of input_boolean is taking over 10 seconds. 2024-02-27 16:49:45.476 WARNING (MainThread) [homeassistant.setup] Setup of zone is taking over 10 seconds. 2024-02-27 16:49:47.410 INFO (MainThread) [custom_components.hacs]

HACS (Home Assistant Community Store)

Version: 1.34.0 This is a custom integration If you have any issues with this you need to open an issue here: https://github.com/hacs/integration/issues

2024-02-27 16:49:47.546 INFO (MainThread) [homeassistant.components.scene] Setting up homeassistant.scene 2024-02-27 16:49:47.555 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Raw Response Received: b'~2001465A0000FD9D\r~2001465AC04000010CC70CC20BB90BABF672146E5127753002B4147000000000000003028041F035\r~2002465A0000FD9C\r~2002465AC04000010CC70CC30BB70BADF644146F523D753002BD147000000000000003028041F014\r~2001465A0000FD9D\r~2001465AC04000010CC70CC20BB90BABF66A146E5126753002B4147000000000000003028041F028\r~2002465A0000FD9C\r~2002465AC04000010CC70CC30BB70BADF642146F523C753002BD147000000000000003028041F017\r~2001465A0000FD9D\r~2001465AC04000010CC70CC20BB90BABF67A146E5125753002B4147000000000000003028041F028\r~2002465A0000FD9C\r~2002465AC04000010CC70CC30BB70BADF640146F523C753002BD147000000000000003028041F019\r~2001465A0000FD9D\r~2001465AC04000010CC70CC20BB90BABF682146E5125753002B4147000000000000003028041F036\r~2002465A0000FD9C\r~2002465AC04000010CC70CC30BB70BADF638146F523B753002BD147000000000000003028041F013\r~2001465A0000FD9D\r~2001465AC04000010CC70CC20BB90BABF687146E5124753002B4147000000000000003028041F032\r~2002465A0000FD9C\r~2002465AC04000010CC80CC30BB70BADF63F146F523A753002BD147000000000000003028041F005\r~2001465A0000FD9D\r~2001465AC04000010CC70CC20BB90BABF685146E5123753002B4147000000000000003028041F035\r~2002465A0000FD9C\r~2002465AC04000010CC80CC30BB70BADF647146F523A753002BD147000000000000003028041F013\r~2001465A0000FD9D\r~2001465AC04000010CC80CC20BB90BABF69C146E5122753002B4147000000000000003028041F026\r~2002465A0000FD9C\r~2002465AC04000010CC80CC30BB70BADF652146F5239753002BD147000000000000003028041F01F\r~2001465A0000FD9D\r~2001465AC04000010CC80CC20BB90BABF692146E5122753002B4147000000000000003028041F037\r~2002465A0000FD9C\r~2002465AC04000010CC70CC30BB70BADF650146F5238753002BD147000000000000003028041F023\r~2001465A0000FD9D\r~2001465AC04000010CC70CC20BB90BABF692146D5121753002B4147000000000000003028041F03A\r~2002465A0000FD9C\r~2002465AC04000010CC70CC30BB70BADF64E146F5238753002BD147000000000000003028041F00F\r~2001465A0000FD9D\r~2001465AC04000010CC70CC20BB90BABF698146D5120753002B4147000000000000003028041F035\r~2002465A0000FD9C\r~2002465AC04000010CC70CC30BB70BADF647146F5237753002BD147000000000000003028041F01E\r~2001465A0000FD9D\r~2001465AC04000010CC70CC20BB90BABF68E146D5120753002B4147000000000000003028041F029\r~2002465A0000FD9C\r~2002465AC04000010CC70CC30BB70BADF644146F5236753002BD147000000000000003028041F022\r~2001465A0000FD9D\r~2001465AC04000010CC70CC20BB90BABF68A146D511F753002B4147000000000000003028041F018\r~2002465A0000FD9C\r~2002465AC04000010CC70CC30BB70BADF637146F5236753002BD147000000000000003028041F020\r' 2024-02-27 16:49:47.558 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Decoded Response Received: ~2001465A0000FD9D~2001465AC04000010CC70CC20BB90BABF672146E5127753002B4147000000000000003028041F035~2002465A0000FD9C~2002465AC04000010CC70CC30BB70BADF644146F523D753002BD147000000000000003028041F014~2001465A0000FD9D~2001465AC04000010CC70CC20BB90BABF66A146E5126753002B4147000000000000003028041F028~2002465A0000FD9C~2002465AC04000010CC70CC30BB70BADF642146F523C753002BD147000000000000003028041F017~2001465A0000FD9D~2001465AC04000010CC70CC20BB90BABF67A146E5125753002B4147000000000000003028041F028~2002465A0000FD9C~2002465AC04000010CC70CC30BB70BADF640146F523C753002BD147000000000000003028041F019~2001465A0000FD9D~2001465AC04000010CC70CC20BB90BABF682146E5125753002B4147000000000000003028041F036~2002465A0000FD9C~2002465AC04000010CC70CC30BB70BADF638146F523B753002BD147000000000000003028041F013~2001465A0000FD9D~2001465AC04000010CC70CC20BB90BABF687146E5124753002B4147000000000000003028041F032~2002465A0000FD9C~2002465AC04000010CC80CC30BB70BADF63F146F523A753002BD147000000000000003028041F005~2001465A0000FD9D~2001465AC04000010CC70CC20BB90BABF685146E5123753002B4147000000000000003028041F035~2002465A0000FD9C~2002465AC04000010CC80CC30BB70BADF647146F523A753002BD147000000000000003028041F013~2001465A0000FD9D~2001465AC04000010CC80CC20BB90BABF69C146E5122753002B4147000000000000003028041F026~2002465A0000FD9C~2002465AC04000010CC80CC30BB70BADF652146F5239753002BD147000000000000003028041F01F~2001465A0000FD9D~2001465AC04000010CC80CC20BB90BABF692146E5122753002B4147000000000000003028041F037~2002465A0000FD9C~2002465AC04000010CC70CC30BB70BADF650146F5238753002BD147000000000000003028041F023~2001465A0000FD9D~2001465AC04000010CC70CC20BB90BABF692146D5121753002B4147000000000000003028041F03A~2002465A0000FD9C~2002465AC04000010CC70CC30BB70BADF64E146F5238753002BD147000000000000003028041F00F~2001465A0000FD9D~2001465AC04000010CC70CC20BB90BABF698146D5120753002B4147000000000000003028041F035~2002465A0000FD9C~2002465AC04000010CC70CC30BB70BADF647146F5237753002BD147000000000000003028041F01E~2001465A0000FD9D~2001465AC04000010CC70CC20BB90BABF68E146D5120753002B4147000000000000003028041F029~2002465A0000FD9C~2002465AC04000010CC70CC30BB70BADF644146F5236753002BD147000000000000003028041F022~2001465A0000FD9D~2001465AC04000010CC70CC20BB90BABF68A146D511F753002B4147000000000000003028041F018~2002465A0000FD9C~2002465AC04000010CC70CC30BB70BADF637146F5236753002BD147000000000000003028041F020 2024-02-27 16:49:47.559 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Sending Modbus Command: ~20004644E00200FD35 2024-02-27 16:49:47.573 WARNING (MainThread) [homeassistant.setup] Setup of counter is taking over 10 seconds. 2024-02-27 16:49:47.574 WARNING (MainThread) [homeassistant.setup] Setup of schedule is taking over 10 seconds. 2024-02-27 16:49:47.575 WARNING (MainThread) [homeassistant.setup] Setup of timer is taking over 10 seconds. 2024-02-27 16:49:47.578 INFO (MainThread) [homeassistant.setup] Setup of domain logbook took 11.7 seconds 2024-02-27 16:49:47.579 INFO (MainThread) [homeassistant.setup] Setup of domain system_health took 11.7 seconds 2024-02-27 16:49:47.626 INFO (MainThread) [homeassistant.setup] Setting up number 2024-02-27 16:49:47.628 INFO (MainThread) [homeassistant.setup] Setup of domain number took 0.0 seconds 2024-02-27 16:49:47.637 INFO (MainThread) [homeassistant.setup] Setting up select 2024-02-27 16:49:47.650 INFO (MainThread) [homeassistant.setup] Setup of domain select took 0.0 seconds 2024-02-27 16:49:47.701 INFO (MainThread) [homeassistant.setup] Setup of domain script took 2.4 seconds 2024-02-27 16:49:47.702 INFO (MainThread) [homeassistant.setup] Setup of domain media_source took 2.9 seconds 2024-02-27 16:49:47.773 INFO (MainThread) [homeassistant.setup] Setup of domain input_select took 13.6 seconds 2024-02-27 16:49:47.783 INFO (MainThread) [homeassistant.setup] Setup of domain input_datetime took 13.3 seconds 2024-02-27 16:49:47.872 INFO (MainThread) [homeassistant.setup] Setup of domain input_boolean took 13.4 seconds 2024-02-27 16:49:48.001 WARNING (MainThread) [homeassistant.components.number] custom_components.bms_connector.number::YourNumberClass is overriding deprecated methods on an instance of NumberEntity, this is not valid and will be unsupported from Home Assistant 2022.10. Please report it to the custom integration author 2024-02-27 16:49:48.019 INFO (MainThread) [homeassistant.setup] Setup of domain scene took 13.0 seconds 2024-02-27 16:49:48.086 INFO (MainThread) [homeassistant.setup] Setting up media_player 2024-02-27 16:49:48.126 INFO (MainThread) [homeassistant.setup] Setup of domain media_player took 0.0 seconds 2024-02-27 16:49:48.139 INFO (SyncWorker_0) [homeassistant.loader] Loaded todo from homeassistant.components.todo 2024-02-27 16:49:50.851 INFO (MainThread) [homeassistant.setup] Setup of domain schedule took 15.7 seconds 2024-02-27 16:49:50.865 INFO (MainThread) [homeassistant.setup] Setup of domain counter took 15.8 seconds 2024-02-27 16:49:50.887 INFO (MainThread) [homeassistant.setup] Setup of domain timer took 15.7 seconds 2024-02-27 16:49:50.890 INFO (MainThread) [homeassistant.setup] Setup of domain application_credentials took 5.9 seconds 2024-02-27 16:49:50.891 INFO (MainThread) [homeassistant.setup] Setup of domain zone took 16.4 seconds 2024-02-27 16:49:51.385 INFO (MainThread) [homeassistant.setup] Setting up mobile_app 2024-02-27 16:49:51.815 INFO (Thread-2 (_thread_main)) [homeassistant.components.mqtt.client] Connected to MQTT server core-mosquitto:1883 (0) 2024-02-27 16:49:51.841 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Raw Response Received: b'~2001465A0000FD9D\r~2001465AC04000010CC70CC20BB90BABF683146D511E753002B4147000000000000003028041F027\r~2002465A0000FD9C\r~2002465AC04000010CC70CC30BB70BADF63E146F5235753002BD147000000000000003028041F013\r~2001465A0000FD9D\r~2001465AC04000010CC70CC20BB90BABF67A146D511E753002B4147000000000000003028041F01A\r~2002465A0000FD9C\r~2002465AC04000010CC70CC30BB70BADF636146E5234753002BD147000000000000003028041F024\r~2001465A0000FD9D\r~2001465AC04000010CC70CC20BB80BABF67F146D511D753002B4147000000000000003028041F017\r~2002465A0000FD9C\r~2002465AC04000010CC70CC30BB70BADF62F146E5233753002BD147000000000000003028041F016\r~2001465A0000FD9D\r~2001465AC04000010CC70CC20BB80BABF676146D511C753002B4147000000000000003028041F028\r~2002465A0000FD9C\r~2002465AC04000010CC70CC30BB70BADF63A146E5233753002BD147000000000000003028041F01A\r~2001465A0000FD9D\r~2001465AC04000010CC70CC20BB80BABF683146D511C753002B4147000000000000003028041F02A\r~2002465A0000FD9C\r~2002465AC04000010CC70CC30BB70BADF633146E5232753002BD147000000000000003028041F029\r' 2024-02-27 16:49:51.841 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Decoded Response Received: ~2001465A0000FD9D~2001465AC04000010CC70CC20BB90BABF683146D511E753002B4147000000000000003028041F027~2002465A0000FD9C~2002465AC04000010CC70CC30BB70BADF63E146F5235753002BD147000000000000003028041F013~2001465A0000FD9D~2001465AC04000010CC70CC20BB90BABF67A146D511E753002B4147000000000000003028041F01A~2002465A0000FD9C~2002465AC04000010CC70CC30BB70BADF636146E5234753002BD147000000000000003028041F024~2001465A0000FD9D~2001465AC04000010CC70CC20BB80BABF67F146D511D753002B4147000000000000003028041F017~2002465A0000FD9C~2002465AC04000010CC70CC30BB70BADF62F146E5233753002BD147000000000000003028041F016~2001465A0000FD9D~2001465AC04000010CC70CC20BB80BABF676146D511C753002B4147000000000000003028041F028~2002465A0000FD9C~2002465AC04000010CC70CC30BB70BADF63A146E5233753002BD147000000000000003028041F01A~2001465A0000FD9D~2001465AC04000010CC70CC20BB80BABF683146D511C753002B4147000000000000003028041F02A~2002465A0000FD9C~2002465AC04000010CC70CC30BB70BADF633146E5232753002BD147000000000000003028041F029 2024-02-27 16:49:51.841 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Sending Modbus Command: ~20004647E00200FD32 2024-02-27 16:49:51.849 INFO (MainThread) [homeassistant.components.sensor] Setting up systemmonitor.sensor 2024-02-27 16:49:52.262 INFO (MainThread) [homeassistant.setup] Setup of domain assist_pipeline took 6.9 seconds 2024-02-27 16:49:52.320 INFO (MainThread) [homeassistant.setup] Setting up automation 2024-02-27 16:49:52.337 INFO (MainThread) [homeassistant.setup] Setting up camera 2024-02-27 16:49:52.359 INFO (MainThread) [homeassistant.setup] Setup of domain camera took 0.0 seconds 2024-02-27 16:49:52.363 INFO (SyncWorker_3) [homeassistant.loader] Loaded button from homeassistant.components.button 2024-02-27 16:49:52.366 INFO (SyncWorker_2) [homeassistant.loader] Loaded alarm_control_panel from homeassistant.components.alarm_control_panel 2024-02-27 16:49:52.370 INFO (SyncWorker_5) [homeassistant.loader] Loaded climate from homeassistant.components.climate 2024-02-27 16:49:52.372 INFO (MainThread) [homeassistant.setup] Setting up device_tracker 2024-02-27 16:49:52.383 INFO (SyncWorker_4) [homeassistant.loader] Loaded cover from homeassistant.components.cover 2024-02-27 16:49:52.391 INFO (SyncWorker_6) [homeassistant.loader] Loaded fan from homeassistant.components.fan 2024-02-27 16:49:52.400 INFO (SyncWorker_5) [homeassistant.loader] Loaded event from homeassistant.components.event 2024-02-27 16:49:52.409 INFO (SyncWorker_4) [homeassistant.loader] Loaded humidifier from homeassistant.components.humidifier 2024-02-27 16:49:52.435 INFO (SyncWorker_3) [homeassistant.loader] Loaded light from homeassistant.components.light 2024-02-27 16:49:52.437 INFO (SyncWorker_6) [homeassistant.loader] Loaded image from homeassistant.components.image 2024-02-27 16:49:52.453 INFO (SyncWorker_9) [homeassistant.loader] Loaded lawn_mower from homeassistant.components.lawn_mower 2024-02-27 16:49:52.454 INFO (SyncWorker_10) [homeassistant.loader] Loaded lock from homeassistant.components.lock 2024-02-27 16:49:52.462 INFO (SyncWorker_5) [homeassistant.loader] Loaded siren from homeassistant.components.siren 2024-02-27 16:49:52.463 INFO (SyncWorker_14) [homeassistant.loader] Loaded water_heater from homeassistant.components.water_heater 2024-02-27 16:49:52.482 INFO (SyncWorker_7) [homeassistant.loader] Loaded text from homeassistant.components.text 2024-02-27 16:49:52.490 INFO (SyncWorker_13) [homeassistant.loader] Loaded vacuum from homeassistant.components.vacuum 2024-02-27 16:49:52.490 INFO (SyncWorker_12) [homeassistant.loader] Loaded switch from homeassistant.components.switch 2024-02-27 16:49:52.502 INFO (SyncWorker_1) [homeassistant.loader] Loaded valve from homeassistant.components.valve 2024-02-27 16:49:52.571 INFO (MainThread) [homeassistant.setup] Setting up todo 2024-02-27 16:49:52.586 INFO (MainThread) [homeassistant.setup] Setup of domain todo took 0.0 seconds 2024-02-27 16:49:52.693 INFO (MainThread) [homeassistant.setup] Setting up dlna_dmr 2024-02-27 16:49:52.693 INFO (MainThread) [homeassistant.setup] Setup of domain dlna_dmr took 0.0 seconds 2024-02-27 16:49:52.784 INFO (MainThread) [homeassistant.setup] Setup of domain mobile_app took 1.4 seconds 2024-02-27 16:49:52.813 INFO (MainThread) [homeassistant.setup] Setting up button 2024-02-27 16:49:52.817 INFO (MainThread) [homeassistant.setup] Setup of domain button took 0.0 seconds 2024-02-27 16:49:52.823 INFO (MainThread) [homeassistant.setup] Setting up alarm_control_panel 2024-02-27 16:49:52.826 INFO (MainThread) [homeassistant.setup] Setup of domain alarm_control_panel took 0.0 seconds 2024-02-27 16:49:52.833 INFO (MainThread) [homeassistant.setup] Setting up climate 2024-02-27 16:49:52.849 INFO (MainThread) [homeassistant.setup] Setup of domain climate took 0.0 seconds 2024-02-27 16:49:52.851 INFO (MainThread) [homeassistant.setup] Setup of domain device_tracker took 0.5 seconds 2024-02-27 16:49:52.858 INFO (MainThread) [homeassistant.setup] Setting up cover 2024-02-27 16:49:52.876 INFO (MainThread) [homeassistant.setup] Setup of domain cover took 0.0 seconds 2024-02-27 16:49:52.881 INFO (MainThread) [homeassistant.setup] Setting up fan 2024-02-27 16:49:52.896 INFO (MainThread) [homeassistant.setup] Setup of domain fan took 0.0 seconds 2024-02-27 16:49:52.901 INFO (MainThread) [homeassistant.setup] Setting up event 2024-02-27 16:49:52.902 INFO (MainThread) [homeassistant.setup] Setup of domain event took 0.0 seconds 2024-02-27 16:49:52.909 INFO (MainThread) [homeassistant.setup] Setting up humidifier 2024-02-27 16:49:52.918 INFO (MainThread) [homeassistant.setup] Setup of domain humidifier took 0.0 seconds 2024-02-27 16:49:52.925 INFO (MainThread) [homeassistant.setup] Setting up light 2024-02-27 16:49:52.968 INFO (MainThread) [homeassistant.setup] Setting up lawn_mower 2024-02-27 16:49:52.988 INFO (MainThread) [homeassistant.setup] Setup of domain lawn_mower took 0.0 seconds 2024-02-27 16:49:52.994 INFO (MainThread) [homeassistant.setup] Setting up lock 2024-02-27 16:49:52.996 INFO (MainThread) [homeassistant.setup] Setup of domain lock took 0.0 seconds 2024-02-27 16:49:53.028 INFO (MainThread) [homeassistant.setup] Setting up siren 2024-02-27 16:49:53.033 INFO (MainThread) [homeassistant.setup] Setup of domain siren took 0.0 seconds 2024-02-27 16:49:53.039 INFO (MainThread) [homeassistant.setup] Setting up water_heater 2024-02-27 16:49:53.046 INFO (MainThread) [homeassistant.setup] Setup of domain water_heater took 0.0 seconds 2024-02-27 16:49:53.082 INFO (MainThread) [homeassistant.setup] Setting up text 2024-02-27 16:49:53.085 INFO (MainThread) [homeassistant.setup] Setup of domain text took 0.0 seconds 2024-02-27 16:49:53.091 INFO (MainThread) [homeassistant.setup] Setting up vacuum 2024-02-27 16:49:53.106 INFO (MainThread) [homeassistant.setup] Setup of domain vacuum took 0.0 seconds 2024-02-27 16:49:53.111 INFO (MainThread) [homeassistant.setup] Setting up valve 2024-02-27 16:49:53.121 INFO (MainThread) [homeassistant.setup] Setup of domain valve took 0.0 seconds 2024-02-27 16:49:53.580 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Raw Response Received: b'~2001465A0000FD9D\r~2001465AC04000010CC70CC20BB80BABF683146D511B753002B4147000000000000003028041F02B\r~2002465A0000FD9C\r~2002465AC04000010CC60CC30BB70BADF63C146E5231753002BD147000000000000003028041F01B\r' 2024-02-27 16:49:53.581 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Decoded Response Received: ~2001465A0000FD9D~2001465AC04000010CC70CC20BB80BABF683146D511B753002B4147000000000000003028041F02B~2002465A0000FD9C~2002465AC04000010CC60CC30BB70BADF63C146E5231753002BD147000000000000003028041F01B 2024-02-27 16:49:53.581 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Sending Modbus Command: ~20004651E00200FD37 2024-02-27 16:49:53.694 INFO (MainThread) [homeassistant.setup] Setting up notify 2024-02-27 16:49:53.696 INFO (MainThread) [homeassistant.setup] Setup of domain notify took 0.0 seconds 2024-02-27 16:49:53.700 INFO (SyncWorker_11) [homeassistant.loader] Loaded switch_as_x from homeassistant.components.switch_as_x 2024-02-27 16:49:54.824 INFO (MainThread) [homeassistant.setup] Setup of domain light took 1.9 seconds 2024-02-27 16:49:55.221 INFO (SyncWorker_9) [homeassistant.loader] Loaded weather from homeassistant.components.weather 2024-02-27 16:49:55.238 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up rpi_power.binary_sensor 2024-02-27 16:49:55.249 INFO (MainThread) [homeassistant.setup] Setup of domain automation took 2.9 seconds 2024-02-27 16:49:55.352 INFO (MainThread) [homeassistant.setup] Setting up image 2024-02-27 16:49:55.356 INFO (MainThread) [homeassistant.setup] Setup of domain image took 0.0 seconds 2024-02-27 16:49:56.411 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Raw Response Received: b'~2001\xfc~200146020000FDB1\r~2002465A0000FD9C\r~2002465AC04000010CC60CC30BB70BADF63D146E5231753002BD147000000000000003028041F01A\r~2001465A0000FD9D\r~2001465AC04000010CC70CC20BB90BABF684146D511A753002B4147000000000000003028041F02A\r~2002465A0000FD9C\r~2002465AC04000010CC70CC30BB70BADF634146E5230753002BD147000000000000003028041F02A\r~2001465A0000FD9D\r~2001465AC04000010CC70CC20BB80BABF67C146D5119753002B4147000000000000003028041F025\r~2002465A0000FD9C\r~2002465AC04000010CC70CC30BB70BADF641146E522F753002BD147000000000000003028041F017\r' 2024-02-27 16:49:56.412 ERROR (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Error decoding response: 'utf-8' codec can't decode byte 0xfc in position 5: invalid start byte 2024-02-27 16:49:56.418 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Complete Modbus Responses Received: ['~2001465A0000FD9D~2001465AC04000010CC70CC20BB90BABF672146E5127753002B4147000000000000003028041F035~2002465A0000FD9C~2002465AC04000010CC70CC30BB70BADF644146F523D753002BD147000000000000003028041F014~2001465A0000FD9D~2001465AC04000010CC70CC20BB90BABF66A146E5126753002B4147000000000000003028041F028~2002465A0000FD9C~2002465AC04000010CC70CC30BB70BADF642146F523C753002BD147000000000000003028041F017~2001465A0000FD9D~2001465AC04000010CC70CC20BB90BABF67A146E5125753002B4147000000000000003028041F028~2002465A0000FD9C~2002465AC04000010CC70CC30BB70BADF640146F523C753002BD147000000000000003028041F019~2001465A0000FD9D~2001465AC04000010CC70CC20BB90BABF682146E5125753002B4147000000000000003028041F036~2002465A0000FD9C~2002465AC04000010CC70CC30BB70BADF638146F523B753002BD147000000000000003028041F013~2001465A0000FD9D~2001465AC04000010CC70CC20BB90BABF687146E5124753002B4147000000000000003028041F032~2002465A0000FD9C~2002465AC04000010CC80CC30BB70BADF63F146F523A753002BD147000000000000003028041F005~2001465A0000FD9D~2001465AC04000010CC70CC20BB90BABF685146E5123753002B4147000000000000003028041F035~2002465A0000FD9C~2002465AC04000010CC80CC30BB70BADF647146F523A753002BD147000000000000003028041F013~2001465A0000FD9D~2001465AC04000010CC80CC20BB90BABF69C146E5122753002B4147000000000000003028041F026~2002465A0000FD9C~2002465AC04000010CC80CC30BB70BADF652146F5239753002BD147000000000000003028041F01F~2001465A0000FD9D~2001465AC04000010CC80CC20BB90BABF692146E5122753002B4147000000000000003028041F037~2002465A0000FD9C~2002465AC04000010CC70CC30BB70BADF650146F5238753002BD147000000000000003028041F023~2001465A0000FD9D~2001465AC04000010CC70CC20BB90BABF692146D5121753002B4147000000000000003028041F03A~2002465A0000FD9C~2002465AC04000010CC70CC30BB70BADF64E146F5238753002BD147000000000000003028041F00F~2001465A0000FD9D~2001465AC04000010CC70CC20BB90BABF698146D5120753002B4147000000000000003028041F035~2002465A0000FD9C~2002465AC04000010CC70CC30BB70BADF647146F5237753002BD147000000000000003028041F01E~2001465A0000FD9D~2001465AC04000010CC70CC20BB90BABF68E146D5120753002B4147000000000000003028041F029~2002465A0000FD9C~2002465AC04000010CC70CC30BB70BADF644146F5236753002BD147000000000000003028041F022~2001465A0000FD9D~2001465AC04000010CC70CC20BB90BABF68A146D511F753002B4147000000000000003028041F018~2002465A0000FD9C~2002465AC04000010CC70CC30BB70BADF637146F5236753002BD147000000000000003028041F020', '~2001465A0000FD9D~2001465AC04000010CC70CC20BB90BABF683146D511E753002B4147000000000000003028041F027~2002465A0000FD9C~2002465AC04000010CC70CC30BB70BADF63E146F5235753002BD147000000000000003028041F013~2001465A0000FD9D~2001465AC04000010CC70CC20BB90BABF67A146D511E753002B4147000000000000003028041F01A~2002465A0000FD9C~2002465AC04000010CC70CC30BB70BADF636146E5234753002BD147000000000000003028041F024~2001465A0000FD9D~2001465AC04000010CC70CC20BB80BABF67F146D511D753002B4147000000000000003028041F017~2002465A0000FD9C~2002465AC04000010CC70CC30BB70BADF62F146E5233753002BD147000000000000003028041F016~2001465A0000FD9D~2001465AC04000010CC70CC20BB80BABF676146D511C753002B4147000000000000003028041F028~2002465A0000FD9C~2002465AC04000010CC70CC30BB70BADF63A146E5233753002BD147000000000000003028041F01A~2001465A0000FD9D~2001465AC04000010CC70CC20BB80BABF683146D511C753002B4147000000000000003028041F02A~2002465A0000FD9C~2002465AC04000010CC70CC30BB70BADF633146E5232753002BD147000000000000003028041F029', '~2001465A0000FD9D~2001465AC04000010CC70CC20BB80BABF683146D511B753002B4147000000000000003028041F02B~2002465A0000FD9C~2002465AC04000010CC60CC30BB70BADF63C146E5231753002BD147000000000000003028041F01B', '7e32303031fc7e323030313436303230303030464442310d7e323030323436354130303030464439430d7e32303032343635414330343030303031304343363043433330424237304241444636334431343645353233313735333030324244313437303030303030303030303030303033303238303431463031410d7e323030313436354130303030464439440d7e32303031343635414330343030303031304343373043433230424239304241424636383431343644353131413735333030324234313437303030303030303030303030303033303238303431463032410d7e323030323436354130303030464439430d7e32303032343635414330343030303031304343373043433330424237304241444636333431343645353233303735333030324244313437303030303030303030303030303033303238303431463032410d7e323030313436354130303030464439440d7e32303031343635414330343030303031304343373043433230424238304241424636374331343644353131393735333030324234313437303030303030303030303030303033303238303431463032350d7e323030323436354130303030464439430d7e32303032343635414330343030303031304343373043433330424237304241444636343131343645353232463735333030324244313437303030303030303030303030303033303238303431463031370d'] 2024-02-27 16:49:56.419 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Sending Modbus Commands: ['~20014642E00201FD35\r', '~20014644E00201FD33\r', '~20014647E00201FD30\r', '~20014651E00201FD36\r'] 2024-02-27 16:49:56.433 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Sending Modbus Command: ~20014642E00201FD35 2024-02-27 16:49:56.456 INFO (MainThread) [homeassistant.components.notify] Setting up notify.mobile_app 2024-02-27 16:49:56.466 INFO (MainThread) [homeassistant.setup] Setting up weather 2024-02-27 16:49:56.477 INFO (MainThread) [homeassistant.setup] Setup of domain weather took 0.0 seconds 2024-02-27 16:49:56.533 INFO (MainThread) [homeassistant.setup] Setting up switch 2024-02-27 16:49:56.540 INFO (MainThread) [homeassistant.setup] Setup of domain switch took 0.0 seconds 2024-02-27 16:49:56.619 INFO (SyncWorker_11) [homeassistant.components.rpi_power.binary_sensor] Voltage normalized. Everything is working as intended. 2024-02-27 16:49:56.631 INFO (MainThread) [homeassistant.components.sensor] Setting up bms_connector.sensor 2024-02-27 16:49:56.637 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up bms_connector.binary_sensor 2024-02-27 16:49:56.647 ERROR (MainThread) [homeassistant.components.sensor] Error while setting up bms_connector platform for sensor Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 344, in _async_setup_platform await asyncio.shield(task) File "/config/custom_components/bms_connector/sensor.py", line 22, in async_setup_entry await hass.data[DOMAIN]["HOME_ENERGY_HUB_SENSOR_COORDINATOR"+entry_id].async_refresh()


KeyError: 'HOME_ENERGY_HUB_SENSOR_COORDINATOR2a7726de6c4269f1880c0452b2ac5604'
2024-02-27 16:49:56.691 ERROR (MainThread) [homeassistant.components.binary_sensor] Error while setting up bms_connector platform for binary_sensor
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 344, in _async_setup_platform
    await asyncio.shield(task)
  File "/config/custom_components/bms_connector/binary_sensor.py", line 22, in async_setup_entry
    await hass.data[DOMAIN]["HOME_ENERGY_HUB_SENSOR_COORDINATOR"+entry_id].async_refresh()
         ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
KeyError: 'HOME_ENERGY_HUB_SENSOR_COORDINATOR2a7726de6c4269f1880c0452b2ac5604'
2024-02-27 16:49:56.711 INFO (MainThread) [custom_components.hacs] <HacsData restore> Restore started
2024-02-27 16:49:56.974 INFO (MainThread) [homeassistant.components.sensor] Setting up utility_meter.sensor
2024-02-27 16:49:56.994 INFO (MainThread) [homeassistant.components.sensor] Setting up utility_meter.sensor
2024-02-27 16:49:57.838 INFO (MainThread) [custom_components.hacs] <HacsData restore> Restore done
2024-02-27 16:49:57.840 INFO (MainThread) [custom_components.hacs] Enable category: integration
2024-02-27 16:49:57.844 INFO (MainThread) [custom_components.hacs] Enable category: plugin
2024-02-27 16:49:57.845 INFO (MainThread) [custom_components.hacs] Enable category: template
2024-02-27 16:49:57.848 INFO (MainThread) [custom_components.hacs] Enable category: theme
2024-02-27 16:49:57.848 INFO (MainThread) [custom_components.hacs] <HacsFrontend> Using experimental frontend
2024-02-27 16:49:57.857 INFO (MainThread) [custom_components.hacs] Setting up plugin endpoint
2024-02-27 16:49:57.858 INFO (MainThread) [custom_components.hacs] <HacsFrontend> storage mode, cache for /hacsfiles/: True
2024-02-27 16:49:57.871 INFO (MainThread) [homeassistant.components.sensor] Setting up utility_meter.sensor
2024-02-27 16:49:57.876 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Raw Response Received: b'~2001460010960001100CC70CC60CC60CC40CC40CC20CC20CC30CC20CC30CC20CC60CC50CC40CC70CC7060BAE0BAB0BB80BB00BDF0BCBF68B146D51180A753002B47530001103E81470FFE0000009080833DC6C\r~2001465A0000FD9D\r~2001465AC04000010CC70CC20BB80BABF68B146D5118753002B4147000000000000003028041F026\r~2002465A0000FD9C\r~2002465AC04000010CC70CC30BB70BADF64B146E522F753002BD147000000000000003028041F006\r~2001465A0000FD9D\r~2001465AC04000010CC70CC20BB80BABF68B146D5118753002B4147000000000000003028041F026\r~2002465A0000FD9C\r~2002465AC04000010CC70CC30BB70BADF638146E522E753002BD147000000000000003028041F012\r'
2024-02-27 16:49:57.877 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Decoded Response Received: ~2001460010960001100CC70CC60CC60CC40CC40CC20CC20CC30CC20CC30CC20CC60CC50CC40CC70CC7060BAE0BAB0BB80BB00BDF0BCBF68B146D51180A753002B47530001103E81470FFE0000009080833DC6C~2001465A0000FD9D~2001465AC04000010CC70CC20BB80BABF68B146D5118753002B4147000000000000003028041F026~2002465A0000FD9C~2002465AC04000010CC70CC30BB70BADF64B146E522F753002BD147000000000000003028041F006~2001465A0000FD9D~2001465AC04000010CC70CC20BB80BABF68B146D5118753002B4147000000000000003028041F026~2002465A0000FD9C~2002465AC04000010CC70CC30BB70BADF638146E522E753002BD147000000000000003028041F012
2024-02-27 16:49:57.877 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Sending Modbus Command: ~20014644E00201FD33
2024-02-27 16:49:58.379 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Raw Response Received: b'~20014600806200011000000000000000000000000000000000060000000000000000140000000000000300000100000000000000000001EB31\r'
2024-02-27 16:49:58.380 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Decoded Response Received: ~20014600806200011000000000000000000000000000000000060000000000000000140000000000000300000100000000000000000001EB31
2024-02-27 16:49:58.380 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Sending Modbus Command: ~20014647E00201FD30
2024-02-27 16:49:58.887 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Raw Response Received: b'~200146008152013C0DAC0D980B540C1C0E2E0D980AF00C1C0D4805DC15E01518122012C01680151810E012C0189C17D40C9F0C810ABF0ADD0CD10C9F0A470AAB0CB30C810A470AC90CD10C9F0A150AAB0AAB0B0F0D030CD10AAB0AC90D530D350A470AAB0E2F0DFD0E930DFD4E204C2CAFECB0B45208ADF88AD007D0753036B01B321E1E140A100A0A1E3C0505010A0A1EF0300F0562506409000D0008FFFFFF3FBF9FAF9F313130312D4C\xf4\xdd\x9b\xdb\x93\x93\xd3S\xcb\xb7\xc3\x8f2\x11\xe5D\r~2002465A0000FD9C\r~2002465AC04000010CC70CC30BB70BADF637146E522D753002BD147000000000000003028041F014\r'
2024-02-27 16:49:58.888 ERROR (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Error decoding response: 'utf-8' codec can't decode byte 0xf4 in position 343: invalid continuation byte
2024-02-27 16:49:58.888 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Sending Modbus Command: ~20014651E00201FD36
2024-02-27 16:49:59.036 INFO (MainThread) [homeassistant.components.sensor] Setting up cz_energy_spot_prices.sensor
2024-02-27 16:49:59.038 INFO (MainThread) [homeassistant.components.sensor] Setting up energy.sensor
2024-02-27 16:49:59.039 INFO (MainThread) [custom_components.cz_energy_spot_prices.sensor] async_setup_entry None, data: [{'currency': 'CZK', 'unit_of_measurement': 'kWh'}] options: [{}]
2024-02-27 16:49:59.040 INFO (MainThread) [homeassistant.components.sensor] Setting up sun.sensor
2024-02-27 16:49:59.227 INFO (MainThread) [homeassistant.components.number] Setting up bms_connector.number
2024-02-27 16:49:59.229 INFO (MainThread) [homeassistant.components.select] Setting up bms_connector.select
2024-02-27 16:49:59.321 INFO (MainThread) [homeassistant.components.media_player] Setting up soundtouch.media_player
2024-02-27 16:49:59.325 INFO (MainThread) [homeassistant.components.media_player] Setting up soundtouch.media_player
2024-02-27 16:49:59.383 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up mqtt.binary_sensor
2024-02-27 16:49:59.405 INFO (MainThread) [homeassistant.components.number] Setting up mqtt.number
2024-02-27 16:49:59.413 INFO (MainThread) [homeassistant.components.scene] Setting up mqtt.scene
2024-02-27 16:49:59.430 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Raw Response Received: b'~200146020000FDB1\r'
2024-02-27 16:49:59.431 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Decoded Response Received: ~200146020000FDB1
2024-02-27 16:49:59.451 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Complete Modbus Responses Received: ['~2001460010960001100CC70CC60CC60CC40CC40CC20CC20CC30CC20CC30CC20CC60CC50CC40CC70CC7060BAE0BAB0BB80BB00BDF0BCBF68B146D51180A753002B47530001103E81470FFE0000009080833DC6C~2001465A0000FD9D~2001465AC04000010CC70CC20BB80BABF68B146D5118753002B4147000000000000003028041F026~2002465A0000FD9C~2002465AC04000010CC70CC30BB70BADF64B146E522F753002BD147000000000000003028041F006~2001465A0000FD9D~2001465AC04000010CC70CC20BB80BABF68B146D5118753002B4147000000000000003028041F026~2002465A0000FD9C~2002465AC04000010CC70CC30BB70BADF638146E522E753002BD147000000000000003028041F012', '~20014600806200011000000000000000000000000000000000060000000000000000140000000000000300000100000000000000000001EB31', '7e323030313436303038313532303133433044414330443938304235343043314330453245304439383041463030433143304434383035444331354530313531383132323031324330313638303135313831304530313243303138394331374434304339463043383130414246304144443043443130433946304134373041414230434233304338313041343730414339304344313043394630413135304141423041414230423046304430333043443130414142304143393044353330443335304134373041414230453246304446443045393330444644344532303443324341464543423042343532303841444638384144303037443037353330333642303142333231453145313430413130304130413145334330353035303130413041314546303330304630353632353036343039303030443030303846464646464633464246394641463946333133313330333132443443f4dd9bdb9393d353cbb7c38f3211e5440d7e323030323436354130303030464439430d7e32303032343635414330343030303031304343373043433330424237304241444636333731343645353232443735333030324244313437303030303030303030303030303033303238303431463031340d', '~200146020000FDB1']
2024-02-27 16:49:59.452 ERROR (MainThread) [custom_components.bms_connector] Error setting up BMS Connector: cannot unpack non-iterable NoneType object
2024-02-27 16:49:59.463 INFO (MainThread) [homeassistant.components.select] Setting up mqtt.select
2024-02-27 16:49:59.468 INFO (MainThread) [homeassistant.components.sensor] Setting up bms_connector.sensor
2024-02-27 16:49:59.469 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up bms_connector.binary_sensor
2024-02-27 16:49:59.470 INFO (MainThread) [homeassistant.components.select] Setting up bms_connector.select
2024-02-27 16:49:59.471 INFO (MainThread) [homeassistant.components.number] Setting up bms_connector.number
2024-02-27 16:49:59.472 INFO (MainThread) [homeassistant.components.sensor] Setting up mqtt.sensor
2024-02-27 16:49:59.539 INFO (MainThread) [homeassistant.components.update] Setting up mqtt.update
2024-02-27 16:49:59.550 INFO (MainThread) [homeassistant.components.camera] Setting up mqtt.camera
2024-02-27 16:49:59.559 ERROR (MainThread) [homeassistant.components.sensor] Error while setting up bms_connector platform for sensor
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 344, in _async_setup_platform
    await asyncio.shield(task)
  File "/config/custom_components/bms_connector/sensor.py", line 22, in async_setup_entry
    await hass.data[DOMAIN]["HOME_ENERGY_HUB_SENSOR_COORDINATOR"+entry_id].async_refresh()
         ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
KeyError: 'HOME_ENERGY_HUB_SENSOR_COORDINATORdf7cf633016891488a69c9e081246d5c'
2024-02-27 16:49:59.576 ERROR (MainThread) [homeassistant.components.binary_sensor] Error while setting up bms_connector platform for binary_sensor
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 344, in _async_setup_platform
    await asyncio.shield(task)
  File "/config/custom_components/bms_connector/binary_sensor.py", line 22, in async_setup_entry
    await hass.data[DOMAIN]["HOME_ENERGY_HUB_SENSOR_COORDINATOR"+entry_id].async_refresh()
         ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
KeyError: 'HOME_ENERGY_HUB_SENSOR_COORDINATORdf7cf633016891488a69c9e081246d5c'
2024-02-27 16:49:59.593 INFO (MainThread) [homeassistant.components.sensor] Setting up brother.sensor
2024-02-27 16:49:59.599 INFO (MainThread) [homeassistant.components.todo] Setting up shopping_list.todo
2024-02-27 16:49:59.603 INFO (MainThread) [homeassistant.components.media_player] Setting up dlna_dmr.media_player
2024-02-27 16:49:59.605 INFO (MainThread) [homeassistant.components.button] Setting up mqtt.button
2024-02-27 16:49:59.626 INFO (MainThread) [homeassistant.components.alarm_control_panel] Setting up mqtt.alarm_control_panel
2024-02-27 16:49:59.633 INFO (MainThread) [homeassistant.components.climate] Setting up mqtt.climate
2024-02-27 16:49:59.643 INFO (MainThread) [homeassistant.components.device_tracker] Setting up mqtt.device_tracker
2024-02-27 16:49:59.649 INFO (MainThread) [homeassistant.components.cover] Setting up mqtt.cover
2024-02-27 16:49:59.652 INFO (MainThread) [homeassistant.components.fan] Setting up mqtt.fan
2024-02-27 16:49:59.657 INFO (MainThread) [homeassistant.components.event] Setting up mqtt.event
2024-02-27 16:49:59.667 INFO (MainThread) [homeassistant.components.humidifier] Setting up mqtt.humidifier
2024-02-27 16:49:59.682 INFO (MainThread) [homeassistant.components.lawn_mower] Setting up mqtt.lawn_mower
2024-02-27 16:49:59.694 INFO (MainThread) [homeassistant.components.lock] Setting up mqtt.lock
2024-02-27 16:49:59.699 INFO (MainThread) [homeassistant.components.siren] Setting up mqtt.siren
2024-02-27 16:49:59.724 INFO (MainThread) [homeassistant.components.water_heater] Setting up mqtt.water_heater
2024-02-27 16:49:59.738 INFO (MainThread) [homeassistant.components.text] Setting up mqtt.text
2024-02-27 16:49:59.743 INFO (MainThread) [homeassistant.components.vacuum] Setting up mqtt.vacuum
2024-02-27 16:49:59.751 INFO (MainThread) [homeassistant.components.valve] Setting up mqtt.valve
2024-02-27 16:49:59.884 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up mobile_app.binary_sensor
2024-02-27 16:49:59.935 INFO (MainThread) [homeassistant.components.device_tracker] Setting up mobile_app.device_tracker
2024-02-27 16:49:59.940 INFO (MainThread) [homeassistant.components.sensor] Setting up mobile_app.sensor
2024-02-27 16:49:59.945 INFO (MainThread) [homeassistant.components.light] Setting up mqtt.light
2024-02-27 16:49:59.952 INFO (MainThread) [homeassistant.components.image] Setting up mqtt.image
2024-02-27 16:49:59.967 INFO (MainThread) [homeassistant.components.weather] Setting up met.weather
2024-02-27 16:49:59.988 INFO (MainThread) [homeassistant.components.switch] Setting up mqtt.switch
2024-02-27 16:49:59.994 INFO (MainThread) [homeassistant.components.sensor] Setting up hacs.sensor
2024-02-27 16:49:59.997 INFO (MainThread) [homeassistant.components.update] Setting up hacs.update
2024-02-27 16:50:00.095 INFO (MainThread) [custom_components.hacs] Stage changed: setup
2024-02-27 16:50:00.098 INFO (MainThread) [custom_components.hacs] Stage changed: waiting
2024-02-27 16:50:00.098 INFO (MainThread) [custom_components.hacs] Setup complete, waiting for Home Assistant before startup tasks starts
2024-02-27 16:50:00.354 INFO (MainThread) [homeassistant.setup] Setting up default_config
2024-02-27 16:50:00.354 INFO (MainThread) [homeassistant.setup] Setup of domain default_config took 0.0 seconds
2024-02-27 16:50:00.371 WARNING (MainThread) [async_upnp_client.profiles.dlna] Only InstanceID 0 is supported
2024-02-27 16:50:00.427 INFO (MainThread) [homeassistant.components.tts] Setting up google_translate.tts
2024-02-27 16:50:00.433 WARNING (MainThread) [async_upnp_client.profiles.dlna] Only InstanceID 0 is supported
2024-02-27 16:50:00.465 INFO (MainThread) [homeassistant.bootstrap] Home Assistant initialized in 64.09s
2024-02-27 16:50:00.465 INFO (MainThread) [homeassistant.core] Starting Home Assistant
2024-02-27 16:50:00.524 INFO (MainThread) [custom_components.hacs] Stage changed: startup
2024-02-27 16:50:00.687 INFO (MainThread) [custom_components.hacs] Loading removed repositories
2024-02-27 16:50:00.784 INFO (MainThread) [homeassistant.components.automation.nizky_tarif] Initialized trigger Nízký Tarif
2024-02-27 16:50:00.786 INFO (MainThread) [homeassistant.components.automation.vysoky_tarif] Initialized trigger Vysoký Tarif
2024-02-27 16:50:00.788 INFO (SyncWorker_15) [homeassistant.loader] Loaded apple_tv from homeassistant.components.apple_tv
2024-02-27 16:50:04.603 INFO (MainThread) [custom_components.hacs] Loading known repositories
2024-02-27 16:50:04.832 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 2307068384 grid_voltage
2024-02-27 16:50:04.880 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 2307068384 cb_stats
2024-02-27 16:50:04.992 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 2307068384 timeout
2024-02-27 16:50:04.995 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 2307068384 grid_ct_power
2024-02-27 16:50:04.996 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 2307068384 battery_current
2024-02-27 16:50:04.997 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 2307068384 battery_power
2024-02-27 16:50:05.003 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 2307068384 battery_soc
2024-02-27 16:50:05.005 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 2307068384 battery_voltage
2024-02-27 16:50:05.007 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 2307068384 day_battery_charge
2024-02-27 16:50:05.011 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 2307068384 day_battery_discharge
2024-02-27 16:50:05.012 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 2307068384 day_grid_export
2024-02-27 16:50:05.014 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 2307068384 day_grid_import
2024-02-27 16:50:05.017 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 2307068384 day_load_energy
2024-02-27 16:50:05.019 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 2307068384 day_pv_energy
2024-02-27 16:50:05.020 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 2307068384 grid_frequency
2024-02-27 16:50:05.021 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 2307068384 grid_power
2024-02-27 16:50:05.024 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 2307068384 inverter_power
2024-02-27 16:50:05.026 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 2307068384 overall_state
2024-02-27 16:50:05.027 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 2307068384 pv1_current
2024-02-27 16:50:05.029 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 2307068384 pv1_power
2024-02-27 16:50:05.032 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 2307068384 pv1_voltage
2024-02-27 16:50:05.033 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 2307068384 pv2_power
2024-02-27 16:50:05.035 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 2307068384 total_battery_charge
2024-02-27 16:50:05.036 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 2307068384 total_battery_discharge
2024-02-27 16:50:05.101 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 2307068384 total_grid_export
2024-02-27 16:50:05.102 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 2307068384 total_grid_import
2024-02-27 16:50:05.103 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 2307068384 total_pv_energy
2024-02-27 16:50:05.104 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 2307068384 dc_transformer_temperature
2024-02-27 16:50:05.108 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 2307068384 radiator_temperature
2024-02-27 16:50:05.110 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 2307068384 battery_temperature
2024-02-27 16:50:05.111 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 2307068384 l1
2024-02-27 16:50:05.113 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 2307068384 l2
2024-02-27 16:50:05.114 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 2307068384 l3
2024-02-27 16:50:05.116 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 2307068384 pv2_voltage
2024-02-27 16:50:05.117 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 2307068384 pv2_current
2024-02-27 16:50:05.118 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 2307068384 l1_inv
2024-02-27 16:50:05.120 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 2307068384 l2_inv
2024-02-27 16:50:05.121 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 2307068384 l3_inv
2024-02-27 16:50:05.121 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 2307068384 inverter_l1_power
2024-02-27 16:50:05.122 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 2307068384 inverter_l2_power
2024-02-27 16:50:05.124 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 2307068384 inverter_l3_power
2024-02-27 16:50:05.125 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 2307068384 inverter_voltage
2024-02-27 16:50:05.129 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 2307068384 inverter_frequency
2024-02-27 16:50:05.131 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 2307068384 gen_power
2024-02-27 16:50:05.132 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 2307068384 gen_l1_power
2024-02-27 16:50:05.133 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 2307068384 gen_l2_power
2024-02-27 16:50:05.136 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 2307068384 gen_l3_power
2024-02-27 16:50:05.138 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 2307068339 total_battery_charge
2024-02-27 16:50:05.140 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 2307068339 total_battery_discharge
2024-02-27 16:50:05.141 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 2307068339 total_grid_export
2024-02-27 16:50:05.143 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 2307068339 total_grid_import
2024-02-27 16:50:05.144 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 2307068339 total_pv_energy
2024-02-27 16:50:05.145 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 2307068339 battery_current
2024-02-27 16:50:05.147 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 2307068339 battery_power
2024-02-27 16:50:05.148 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 2307068339 battery_soc
2024-02-27 16:50:05.149 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 2307068339 battery_voltage
2024-02-27 16:50:05.151 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 2307068339 day_battery_charge
2024-02-27 16:50:05.152 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 2307068339 day_battery_discharge
2024-02-27 16:50:05.156 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 2307068339 day_grid_export
2024-02-27 16:50:05.291 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 2307068339 day_grid_import
2024-02-27 16:50:05.342 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 2307068339 day_load_energy
2024-02-27 16:50:05.362 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 2307068339 day_pv_energy
2024-02-27 16:50:05.363 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 2307068339 grid_ct_power
2024-02-27 16:50:05.436 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 2307068339 grid_frequency
2024-02-27 16:50:05.485 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 2307068339 grid_power
2024-02-27 16:50:05.487 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 2307068339 grid_voltage
2024-02-27 16:50:05.489 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 2307068339 inverter_power
2024-02-27 16:50:05.490 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 2307068339 overall_state
2024-02-27 16:50:05.491 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 2307068339 pv1_current
2024-02-27 16:50:05.492 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 2307068339 pv1_power
2024-02-27 16:50:05.494 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 2307068339 pv1_voltage
2024-02-27 16:50:05.495 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 2307068339 pv2_power
2024-02-27 16:50:05.496 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 2307068339 cb_stats
2024-02-27 16:50:05.497 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 2307068339 timeout
2024-02-27 16:50:05.498 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 2307068339 dc_transformer_temperature
2024-02-27 16:50:05.500 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 2307068339 radiator_temperature
2024-02-27 16:50:05.501 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 2307068339 battery_temperature
2024-02-27 16:50:05.502 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 2307068339 l1
2024-02-27 16:50:05.516 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 2307068339 l2
2024-02-27 16:50:05.518 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 2307068339 l3
2024-02-27 16:50:06.739 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 2307068339 pv2_voltage
2024-02-27 16:50:06.740 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 2307068339 pv2_current
2024-02-27 16:50:06.742 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 2307068339 l1_inv
2024-02-27 16:50:06.742 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 2307068339 l2_inv
2024-02-27 16:50:06.748 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 2307068339 l3_inv
2024-02-27 16:50:06.755 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 2307068339 inverter_l1_power
2024-02-27 16:50:06.773 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 2307068339 inverter_l2_power
2024-02-27 16:50:06.777 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 2307068339 inverter_l3_power
2024-02-27 16:50:06.788 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 2307068339 inverter_voltage
2024-02-27 16:50:06.792 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 2307068339 inverter_frequency
2024-02-27 16:50:06.840 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 2307068339 gen_power
2024-02-27 16:50:06.847 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 2307068339 gen_l1_power
2024-02-27 16:50:06.848 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 2307068339 gen_l2_power
2024-02-27 16:50:06.849 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: sensor 2307068339 gen_l3_power
2024-02-27 16:50:06.850 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: switch 2307068384 priority_load
2024-02-27 16:50:06.852 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: switch 2307068384 use_timer
2024-02-27 16:50:06.853 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: switch 2307068339 priority_load
2024-02-27 16:50:06.867 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: switch 2307068339 use_timer
2024-02-27 16:50:06.946 WARNING (Recorder) [homeassistant.components.sensor.recorder] The unit of sensor.l2 (W) cannot be converted to the unit of previously compiled statistics (None). Generation of long term statistics will be suppressed unless the unit changes back to None or a compatible unit. Go to https://my.home-assistant.io/redirect/developer_statistics to fix this
2024-02-27 16:50:07.052 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: binary_sensor 2307068384 grid_connected
2024-02-27 16:50:07.281 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: binary_sensor 2307068339 grid_connected
2024-02-27 16:50:07.286 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: select 2307068384 load_limit
2024-02-27 16:50:07.330 INFO (MainThread) [custom_components.hacs] Stage changed: running
2024-02-27 16:50:07.351 ERROR (MainThread) [homeassistant.components.sensor] Error adding entities for domain sensor with platform mqtt
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 533, in async_add_entities
    await asyncio.gather(*tasks)
  File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 782, in _async_add_entity
    await entity.add_to_platform_finish()
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1323, in add_to_platform_finish
    await self.async_internal_added_to_hass()
  File "/usr/src/homeassistant/homeassistant/components/sensor/__init__.py", line 304, in async_internal_added_to_hass
    raise HomeAssistantError(
homeassistant.exceptions.HomeAssistantError: Entity sensor.ss_cb_stats cannot be added as the entity category is set to config
2024-02-27 16:50:07.470 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: select 2307068384 prog1_charge
2024-02-27 16:50:07.473 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: select 2307068384 prog1_time
2024-02-27 16:50:07.475 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: select 2307068384 prog2_charge
2024-02-27 16:50:07.476 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: select 2307068384 prog2_time
2024-02-27 16:50:07.488 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: select 2307068384 prog3_charge
2024-02-27 16:50:07.508 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: select 2307068384 prog3_time
2024-02-27 16:50:07.510 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: select 2307068384 prog4_charge
2024-02-27 16:50:07.514 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: select 2307068384 prog4_time
2024-02-27 16:50:07.516 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: select 2307068384 prog5_charge
2024-02-27 16:50:07.523 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: select 2307068384 prog5_time
2024-02-27 16:50:07.526 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: select 2307068384 prog6_charge
2024-02-27 16:50:07.622 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: select 2307068384 prog6_time
2024-02-27 16:50:07.649 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: select 2307068339 load_limit
2024-02-27 16:50:07.650 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: select 2307068339 prog1_charge
2024-02-27 16:50:07.652 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: select 2307068339 prog1_time
2024-02-27 16:50:07.653 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: select 2307068339 prog2_charge
2024-02-27 16:50:07.656 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: select 2307068339 prog2_time
2024-02-27 16:50:07.657 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: select 2307068339 prog3_charge
2024-02-27 16:50:07.659 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: select 2307068339 prog3_time
2024-02-27 16:50:07.667 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: select 2307068339 prog4_charge
2024-02-27 16:50:07.668 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 533, in async_add_entities
    await asyncio.gather(*tasks)
  File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 782, in _async_add_entity
    await entity.add_to_platform_finish()
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1323, in add_to_platform_finish
    await self.async_internal_added_to_hass()
  File "/usr/src/homeassistant/homeassistant/components/sensor/__init__.py", line 304, in async_internal_added_to_hass
    raise HomeAssistantError(
homeassistant.exceptions.HomeAssistantError: Entity sensor.ss_cb_stats cannot be added as the entity category is set to config
2024-02-27 16:50:07.713 ERROR (MainThread) [homeassistant.components.sensor] Error adding entities for domain sensor with platform mqtt
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 533, in async_add_entities
    await asyncio.gather(*tasks)
  File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 782, in _async_add_entity
    await entity.add_to_platform_finish()
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1323, in add_to_platform_finish
    await self.async_internal_added_to_hass()
  File "/usr/src/homeassistant/homeassistant/components/sensor/__init__.py", line 304, in async_internal_added_to_hass
    raise HomeAssistantError(
homeassistant.exceptions.HomeAssistantError: Entity sensor.ss_timeout cannot be added as the entity category is set to config
2024-02-27 16:50:07.796 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: select 2307068339 prog4_time
2024-02-27 16:50:07.847 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: select 2307068339 prog5_charge
2024-02-27 16:50:07.875 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: select 2307068339 prog5_time
2024-02-27 16:50:07.877 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: select 2307068339 prog6_charge
2024-02-27 16:50:07.878 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: select 2307068339 prog6_time
2024-02-27 16:50:07.988 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: number 2307068384 prog1_capacity
2024-02-27 16:50:08.010 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: number 2307068384 prog1_power
2024-02-27 16:50:08.012 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: number 2307068384 prog2_capacity
2024-02-27 16:50:08.013 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: number 2307068384 prog2_power
2024-02-27 16:50:08.015 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: number 2307068384 prog3_capacity
2024-02-27 16:50:08.016 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: number 2307068384 prog3_power
2024-02-27 16:50:08.017 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: number 2307068384 prog4_capacity
2024-02-27 16:50:08.018 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: number 2307068384 prog4_power
2024-02-27 16:50:08.019 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 533, in async_add_entities
    await asyncio.gather(*tasks)
  File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 782, in _async_add_entity
    await entity.add_to_platform_finish()
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1323, in add_to_platform_finish
    await self.async_internal_added_to_hass()
  File "/usr/src/homeassistant/homeassistant/components/sensor/__init__.py", line 304, in async_internal_added_to_hass
    raise HomeAssistantError(
homeassistant.exceptions.HomeAssistantError: Entity sensor.ss_timeout cannot be added as the entity category is set to config
2024-02-27 16:50:08.052 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: number 2307068384 prog5_capacity
2024-02-27 16:50:08.072 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: number 2307068384 prog5_power
2024-02-27 16:50:08.090 ERROR (MainThread) [homeassistant.components.sensor] Error adding entities for domain sensor with platform mqtt
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 533, in async_add_entities
    await asyncio.gather(*tasks)
  File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 782, in _async_add_entity
    await entity.add_to_platform_finish()
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1323, in add_to_platform_finish
    await self.async_internal_added_to_hass()
  File "/usr/src/homeassistant/homeassistant/components/sensor/__init__.py", line 304, in async_internal_added_to_hass
    raise HomeAssistantError(
homeassistant.exceptions.HomeAssistantError: Entity sensor.ss_cb_stats_2 cannot be added as the entity category is set to config
2024-02-27 16:50:08.131 ERROR (MainThread) [homeassistant.components.sensor] Error adding entities for domain sensor with platform mqtt
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 533, in async_add_entities
    await asyncio.gather(*tasks)
  File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 782, in _async_add_entity
    await entity.add_to_platform_finish()
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1323, in add_to_platform_finish
    await self.async_internal_added_to_hass()
  File "/usr/src/homeassistant/homeassistant/components/sensor/__init__.py", line 304, in async_internal_added_to_hass
    raise HomeAssistantError(
homeassistant.exceptions.HomeAssistantError: Entity sensor.ss_timeout_2 cannot be added as the entity category is set to config
2024-02-27 16:50:08.181 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: number 2307068384 prog6_capacity
2024-02-27 16:50:08.182 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: number 2307068384 prog6_power
2024-02-27 16:50:08.186 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: number 2307068384 battery_low_capacity
2024-02-27 16:50:08.187 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: number 2307068339 prog1_capacity
2024-02-27 16:50:08.192 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: number 2307068339 prog1_power
2024-02-27 16:50:08.201 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: number 2307068339 prog2_capacity
2024-02-27 16:50:08.228 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: number 2307068339 prog2_power
2024-02-27 16:50:08.230 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: number 2307068339 prog3_capacity
2024-02-27 16:50:08.231 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: number 2307068339 prog3_power
2024-02-27 16:50:08.255 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: number 2307068339 prog4_capacity
2024-02-27 16:50:08.295 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: number 2307068339 prog4_power
2024-02-27 16:50:08.297 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: number 2307068339 prog5_capacity
2024-02-27 16:50:08.298 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: number 2307068339 prog5_power
2024-02-27 16:50:08.301 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: number 2307068339 prog6_capacity
2024-02-27 16:50:08.303 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: number 2307068339 prog6_power
2024-02-27 16:50:08.304 INFO (MainThread) [homeassistant.components.mqtt.discovery] Found new component: number 2307068339 battery_low_capacity
2024-02-27 16:50:08.393 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 533, in async_add_entities
    await asyncio.gather(*tasks)
  File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 782, in _async_add_entity
    await entity.add_to_platform_finish()
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1323, in add_to_platform_finish
    await self.async_internal_added_to_hass()
  File "/usr/src/homeassistant/homeassistant/components/sensor/__init__.py", line 304, in async_internal_added_to_hass
    raise HomeAssistantError(
homeassistant.exceptions.HomeAssistantError: Entity sensor.ss_cb_stats_2 cannot be added as the entity category is set to config
2024-02-27 16:50:08.475 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 533, in async_add_entities
    await asyncio.gather(*tasks)
  File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 782, in _async_add_entity
    await entity.add_to_platform_finish()
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1323, in add_to_platform_finish
    await self.async_internal_added_to_hass()
  File "/usr/src/homeassistant/homeassistant/components/sensor/__init__.py", line 304, in async_internal_added_to_hass
    raise HomeAssistantError(
homeassistant.exceptions.HomeAssistantError: Entity sensor.ss_timeout_2 cannot be added as the entity category is set to config
2024-02-27 16:50:19.484 INFO (SyncWorker_1) [homeassistant.loader] Loaded ipp from homeassistant.components.ipp
2024-02-27 16:50:20.025 INFO (SyncWorker_15) [homeassistant.loader] Loaded spotify from homeassistant.components.spotify
2024-02-27 17:24:02.114 DEBUG (MainThread) [custom_components.bms_connector] Seplos V2 BMS Device Selected..
2024-02-27 17:24:02.115 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Sending Modbus Commands: ['~20004642E00200FD37\r', '~20004644E00200FD35\r', '~20004647E00200FD32\r', '~20004651E00200FD37\r']
2024-02-27 17:24:02.129 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Sending Modbus Command: ~20004642E00200FD37
2024-02-27 17:24:02.632 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Raw Response Received: b'\x00~2001465A00\xb0~200146030000FDB0\r~2002465A0000FD9C\r~2002465AC04000010CCC0CC90BB30BA9F99014784DCD75300297147900000000000003028041F006\r'
2024-02-27 17:24:02.638 ERROR (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Error decoding response: 'utf-8' codec can't decode byte 0xb0 in position 12: invalid start byte
2024-02-27 17:24:02.639 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Sending Modbus Command: ~20004644E00200FD35
2024-02-27 17:24:03.141 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Raw Response Received: b'~2001465A0000FD9D\r'
2024-02-27 17:24:03.142 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Decoded Response Received: ~2001465A0000FD9D
2024-02-27 17:24:03.142 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Sending Modbus Command: ~20004647E00200FD32
2024-02-27 17:24:03.648 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Raw Response Received: b'~20\xff\xea\xe10BB60BA8F9A614764CCE7530028F147900000000000003028041EFEC\r~2002465A0000FD9C\r~2002465AC04000010CCC0CC90BB30BA9F98714784DCC75300297147900000000000003028041F001\r'
2024-02-27 17:24:03.649 ERROR (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Error decoding response: 'utf-8' codec can't decode byte 0xff in position 3: invalid start byte
2024-02-27 17:24:03.650 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Sending Modbus Command: ~20004651E00200FD37
2024-02-27 17:24:04.155 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Raw Response Received: b'~2001465A0000FD9D\r~2001465AC04000010CCC0CC80B'
2024-02-27 17:24:04.156 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Decoded Response Received: ~2001465A0000FD9D~2001465AC04000010CCC0CC80B
2024-02-27 17:24:04.162 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Complete Modbus Responses Received: ['007e32303031343635413030b07e323030313436303330303030464442300d7e323030323436354130303030464439430d7e32303032343635414330343030303031304343433043433930424233304241394639393031343738344443443735333030323937313437393030303030303030303030303033303238303431463030360d', '~2001465A0000FD9D', '7e3230ffeae130424236304241384639413631343736344343453735333030323846313437393030303030303030303030303033303238303431454645430d7e323030323436354130303030464439430d7e32303032343635414330343030303031304343433043433930424233304241394639383731343738344443433735333030323937313437393030303030303030303030303033303238303431463030310d', '~2001465A0000FD9D~2001465AC04000010CCC0CC80B']
2024-02-27 17:24:04.163 ERROR (MainThread) [custom_components.bms_connector] Error setting up BMS Connector: invalid literal for int() with base 10: '7e'
2024-02-27 17:24:04.168 INFO (MainThread) [homeassistant.components.sensor] Setting up bms_connector.sensor
2024-02-27 17:24:04.170 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up bms_connector.binary_sensor
2024-02-27 17:24:04.171 INFO (MainThread) [homeassistant.components.select] Setting up bms_connector.select
2024-02-27 17:24:04.172 INFO (MainThread) [homeassistant.components.number] Setting up bms_connector.number
2024-02-27 17:24:04.176 ERROR (MainThread) [homeassistant.components.sensor] Error while setting up bms_connector platform for sensor
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 344, in _async_setup_platform
    await asyncio.shield(task)
  File "/config/custom_components/bms_connector/sensor.py", line 22, in async_setup_entry
    await hass.data[DOMAIN]["HOME_ENERGY_HUB_SENSOR_COORDINATOR"+entry_id].async_refresh()
         ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
KeyError: 'HOME_ENERGY_HUB_SENSOR_COORDINATORdf7cf633016891488a69c9e081246d5c'
2024-02-27 17:24:04.185 ERROR (MainThread) [homeassistant.components.binary_sensor] Error while setting up bms_connector platform for binary_sensor
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 344, in _async_setup_platform
    await asyncio.shield(task)
  File "/config/custom_components/bms_connector/binary_sensor.py", line 22, in async_setup_entry
    await hass.data[DOMAIN]["HOME_ENERGY_HUB_SENSOR_COORDINATOR"+entry_id].async_refresh()
         ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
KeyError: 'HOME_ENERGY_HUB_SENSOR_COORDINATORdf7cf633016891488a69c9e081246d5c'
2024-02-27 17:24:14.564 DEBUG (MainThread) [custom_components.bms_connector] Seplos V2 BMS Device Selected..
2024-02-27 17:24:14.565 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Sending Modbus Commands: ['~20004642E00200FD37\r', '~20004644E00200FD35\r', '~20004647E00200FD32\r', '~20004651E00200FD37\r']
2024-02-27 17:24:14.579 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Sending Modbus Command: ~20004642E00200FD37
2024-02-27 17:24:15.082 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Raw Response Received: b''
2024-02-27 17:24:15.082 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Decoded Response Received: 
2024-02-27 17:24:15.082 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Sending Modbus Command: ~20004644E00200FD35
2024-02-27 17:24:15.587 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Raw Response Received: b'~2001465A0000FD9D\r~2001465AC04000010CCC0CC80BB60BA8F9AF14764CC97530028F147900000000000003028041EFE8\r~2002465A0000FD9C\r~2002465AC04000010CCC0CC90BB30BA9F9A214774DC775300297147900000000000003028041F00A\r'
2024-02-27 17:24:15.588 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Decoded Response Received: ~2001465A0000FD9D~2001465AC04000010CCC0CC80BB60BA8F9AF14764CC97530028F147900000000000003028041EFE8~2002465A0000FD9C~2002465AC04000010CCC0CC90BB30BA9F9A214774DC775300297147900000000000003028041F00A
2024-02-27 17:24:15.588 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Sending Modbus Command: ~20004647E00200FD32
2024-02-27 17:24:16.094 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Raw Response Received: b''
2024-02-27 17:24:16.095 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Decoded Response Received: 
2024-02-27 17:24:16.095 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Sending Modbus Command: ~20004651E00200FD37
2024-02-27 17:24:16.599 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Raw Response Received: b'~2001465A0000FD9D\r~2001465AC04000010CCC0CC80BB60BA8F9BA14764CC97530028F147900000000000003028041EFEC\r~2002465A0000FD9C\r~2002465AC04000010CCC0CC90BB30BA9F9A014774DC675300297147900000000000003028041F00D\r'
2024-02-27 17:24:16.600 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Decoded Response Received: ~2001465A0000FD9D~2001465AC04000010CCC0CC80BB60BA8F9BA14764CC97530028F147900000000000003028041EFEC~2002465A0000FD9C~2002465AC04000010CCC0CC90BB30BA9F9A014774DC675300297147900000000000003028041F00D
2024-02-27 17:24:16.606 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Complete Modbus Responses Received: ['', '~2001465A0000FD9D~2001465AC04000010CCC0CC80BB60BA8F9AF14764CC97530028F147900000000000003028041EFE8~2002465A0000FD9C~2002465AC04000010CCC0CC90BB30BA9F9A214774DC775300297147900000000000003028041F00A', '', '~2001465A0000FD9D~2001465AC04000010CCC0CC80BB60BA8F9BA14764CC97530028F147900000000000003028041EFEC~2002465A0000FD9C~2002465AC04000010CCC0CC90BB30BA9F9A014774DC675300297147900000000000003028041F00D']
2024-02-27 17:24:16.607 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Sending Modbus Commands: ['~20014642E00201FD35\r', '~20014644E00201FD33\r', '~20014647E00201FD30\r', '~20014651E00201FD36\r']
2024-02-27 17:24:16.619 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Sending Modbus Command: ~20014642E00201FD35
2024-02-27 17:24:17.124 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Raw Response Received: b'~2001460010960001100CCC0CCA0CCA0CC90CC90CC80CC80CC80CC80CC90CC80CCA0CCA0CC90CCC0CCC060BAB0BA80BB60BAC0BD90BC1F9B614764CC80A7530028F7530001103E81479FFDB000009080839DBC5\r'
2024-02-27 17:24:17.125 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Decoded Response Received: ~2001460010960001100CCC0CCA0CCA0CC90CC90CC80CC80CC80CC80CC90CC80CCA0CCA0CC90CCC0CCC060BAB0BA80BB60BAC0BD90BC1F9B614764CC80A7530028F7530001103E81479FFDB000009080839DBC5
2024-02-27 17:24:17.125 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Sending Modbus Command: ~20014644E00201FD33
2024-02-27 17:24:17.630 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Raw Response Received: b'~2001465A0000FD9D\r5\r\xc1CC80BB60BA8F9B614764CC87530028F147900000000000003028041EFF8\r~2002465A0000FD9C\r~2002465AC04000010CCC0CC90BB30BA9F99D14774DC675300297147900000000000003028041F001\r'
2024-02-27 17:24:17.630 ERROR (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Error decoding response: 'utf-8' codec can't decode byte 0xc1 in position 20: invalid start byte
2024-02-27 17:24:17.631 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Sending Modbus Command: ~20014647E00201FD30
2024-02-27 17:24:18.135 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Raw Response Received: b'~200146008152013C0DAC0D980B540C1C0E2E0D980AF00C1C0D4805DC15E01518122012C01680151810E012C0189C17D40C9F0C810ABF0ADD0CD10C9F0A470AAB0CB30C810A470AC90CD10C9F0A150AAB0AAB0B0F0D030CD10AAB0AC90D530D350A470AAB0E2F0DFD0E930DFD4E204C2CAFECB0B45208ADF88AD007D0753036B01B321E1E140A100A0A1E3C0505010A0A1EF0300F0562506409000D0008FFFFFF3FBF9FAF9F313130312D4C4E313220B27C\r~2001465A0000FD9D\r'
2024-02-27 17:24:18.136 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Decoded Response Received: ~200146008152013C0DAC0D980B540C1C0E2E0D980AF00C1C0D4805DC15E01518122012C01680151810E012C0189C17D40C9F0C810ABF0ADD0CD10C9F0A470AAB0CB30C810A470AC90CD10C9F0A150AAB0AAB0B0F0D030CD10AAB0AC90D530D350A470AAB0E2F0DFD0E930DFD4E204C2CAFECB0B45208ADF88AD007D0753036B01B321E1E140A100A0A1E3C0505010A0A1EF0300F0562506409000D0008FFFFFF3FBF9FAF9F313130312D4C4E313220B27C~2001465A0000FD9D
2024-02-27 17:24:18.136 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Sending Modbus Command: ~20014651E00201FD36
2024-02-27 17:24:18.195 ERROR (MainThread) [homeassistant.config_entries] Error unloading entry Seplos BMS HA -  /dev/ttyUSB0 for sensor
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/config_entries.py", line 605, in async_unload
    result = await component.async_unload_entry(hass, self)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/components/sensor/__init__.py", line 147, in async_unload_entry
    return await component.async_unload_entry(entry)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/helpers/entity_component.py", line 198, in async_unload_entry
    raise ValueError("Config entry was never loaded!")
ValueError: Config entry was never loaded!
2024-02-27 17:24:18.220 ERROR (MainThread) [homeassistant.config_entries] Error unloading entry Seplos BMS HA -  /dev/ttyUSB0 for binary_sensor
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/config_entries.py", line 605, in async_unload
    result = await component.async_unload_entry(hass, self)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/components/binary_sensor/__init__.py", line 244, in async_unload_entry
    return await component.async_unload_entry(entry)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/helpers/entity_component.py", line 198, in async_unload_entry
    raise ValueError("Config entry was never loaded!")
ValueError: Config entry was never loaded!
2024-02-27 17:24:18.236 ERROR (MainThread) [homeassistant.config_entries] Error unloading entry Seplos BMS HA -  /dev/ttyUSB0 for select
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/config_entries.py", line 605, in async_unload
    result = await component.async_unload_entry(hass, self)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/components/select/__init__.py", line 115, in async_unload_entry
    return await component.async_unload_entry(entry)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/helpers/entity_component.py", line 198, in async_unload_entry
    raise ValueError("Config entry was never loaded!")
ValueError: Config entry was never loaded!
2024-02-27 17:24:18.252 ERROR (MainThread) [homeassistant.config_entries] Error unloading entry Seplos BMS HA -  /dev/ttyUSB0 for number
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/config_entries.py", line 605, in async_unload
    result = await component.async_unload_entry(hass, self)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/components/number/__init__.py", line 125, in async_unload_entry
    return await component.async_unload_entry(entry)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/helpers/entity_component.py", line 198, in async_unload_entry
    raise ValueError("Config entry was never loaded!")
ValueError: Config entry was never loaded!
2024-02-27 17:24:18.639 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Raw Response Received: b'~2001465AC04000010CC\xc3\xa2\x1a\r\xe17530028F147900000000000003028041EFEB\r~2002465A0000FD9C\r~2002465AC04000010CCC0CC90BB30BA9F99A14774DC575300297147900000000000003028041F005\r'
2024-02-27 17:24:18.640 ERROR (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Error decoding response: 'utf-8' codec can't decode byte 0xe1 in position 24: invalid continuation byte
2024-02-27 17:24:18.647 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Complete Modbus Responses Received: ['~2001460010960001100CCC0CCA0CCA0CC90CC90CC80CC80CC80CC80CC90CC80CCA0CCA0CC90CCC0CCC060BAB0BA80BB60BAC0BD90BC1F9B614764CC80A7530028F7530001103E81479FFDB000009080839DBC5', '7e323030313436354130303030464439440d350dc143433830424236304241384639423631343736344343383735333030323846313437393030303030303030303030303033303238303431454646380d7e323030323436354130303030464439430d7e32303032343635414330343030303031304343433043433930424233304241394639394431343737344443363735333030323937313437393030303030303030303030303033303238303431463030310d', '~200146008152013C0DAC0D980B540C1C0E2E0D980AF00C1C0D4805DC15E01518122012C01680151810E012C0189C17D40C9F0C810ABF0ADD0CD10C9F0A470AAB0CB30C810A470AC90CD10C9F0A150AAB0AAB0B0F0D030CD10AAB0AC90D530D350A470AAB0E2F0DFD0E930DFD4E204C2CAFECB0B45208ADF88AD007D0753036B01B321E1E140A100A0A1E3C0505010A0A1EF0300F0562506409000D0008FFFFFF3FBF9FAF9F313130312D4C4E313220B27C~2001465A0000FD9D', '7e32303031343635414330343030303031304343c3a21a0de13735333030323846313437393030303030303030303030303033303238303431454645420d7e323030323436354130303030464439430d7e32303032343635414330343030303031304343433043433930424233304241394639394131343737344443353735333030323937313437393030303030303030303030303033303238303431463030350d']
2024-02-27 17:24:18.649 ERROR (MainThread) [custom_components.bms_connector] Error setting up BMS Connector: 'ascii' codec can't decode byte 0xc3 in position 2: ordinal not in range(128)
2024-02-27 17:24:18.657 INFO (MainThread) [homeassistant.components.sensor] Setting up bms_connector.sensor
2024-02-27 17:24:18.658 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up bms_connector.binary_sensor
2024-02-27 17:24:18.660 INFO (MainThread) [homeassistant.components.select] Setting up bms_connector.select
2024-02-27 17:24:18.661 INFO (MainThread) [homeassistant.components.number] Setting up bms_connector.number
2024-02-27 17:24:18.663 ERROR (MainThread) [homeassistant.components.sensor] Error while setting up bms_connector platform for sensor
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 344, in _async_setup_platform
    await asyncio.shield(task)
  File "/config/custom_components/bms_connector/sensor.py", line 22, in async_setup_entry
    await hass.data[DOMAIN]["HOME_ENERGY_HUB_SENSOR_COORDINATOR"+entry_id].async_refresh()
         ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
KeyError: 'HOME_ENERGY_HUB_SENSOR_COORDINATORdf7cf633016891488a69c9e081246d5c'
2024-02-27 17:24:18.676 ERROR (MainThread) [homeassistant.components.binary_sensor] Error while setting up bms_connector platform for binary_sensor
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 344, in _async_setup_platform
    await asyncio.shield(task)
  File "/config/custom_components/bms_connector/binary_sensor.py", line 22, in async_setup_entry
    await hass.data[DOMAIN]["HOME_ENERGY_HUB_SENSOR_COORDINATOR"+entry_id].async_refresh()
         ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
KeyError: 'HOME_ENERGY_HUB_SENSOR_COORDINATORdf7cf633016891488a69c9e081246d5c'
2024-02-27 17:24:35.387 DEBUG (MainThread) [custom_components.bms_connector] Seplos V2 BMS Device Selected..
2024-02-27 17:24:35.387 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Sending Modbus Commands: ['~20004642E00200FD37\r', '~20004644E00200FD35\r', '~20004647E00200FD32\r', '~20004651E00200FD37\r']
2024-02-27 17:24:35.401 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Sending Modbus Command: ~20004642E00200FD37
2024-02-27 17:24:35.905 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Raw Response Received: b''
2024-02-27 17:24:35.906 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Decoded Response Received: 
2024-02-27 17:24:35.906 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Sending Modbus Command: ~20004644E00200FD35
2024-02-27 17:24:36.410 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Raw Response Received: b'~2001465A0000FD9D\r~2001465AC04000010CCC0CC80BB60BA8F98E14764CC07530028E147900000000000003028041EFFC\r~2002465A0000FD9C\r~2002465AC04000010CCC0CC90BB30BA9F98114774DBD75300297147900000000000003028041F008\r'
2024-02-27 17:24:36.411 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Decoded Response Received: ~2001465A0000FD9D~2001465AC04000010CCC0CC80BB60BA8F98E14764CC07530028E147900000000000003028041EFFC~2002465A0000FD9C~2002465AC04000010CCC0CC90BB30BA9F98114774DBD75300297147900000000000003028041F008
2024-02-27 17:24:36.411 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Sending Modbus Command: ~20004647E00200FD32
2024-02-27 17:24:36.916 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Raw Response Received: b''
2024-02-27 17:24:36.917 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Decoded Response Received: 
2024-02-27 17:24:36.917 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Sending Modbus Command: ~20004651E00200FD37
2024-02-27 17:24:37.421 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Raw Response Received: b'~2001465A0000FD9D\r~2001465AC04000010CCC0CC80BB60BA8F99C14764CBF7530028E147900000000000003028041EFE8\r~2002465A0000FD9C\r~2002465AC04000010CCC0CC90BB30BA9F98114774DBD75300297147900000000000003028041F008\r'
2024-02-27 17:24:37.422 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Decoded Response Received: ~2001465A0000FD9D~2001465AC04000010CCC0CC80BB60BA8F99C14764CBF7530028E147900000000000003028041EFE8~2002465A0000FD9C~2002465AC04000010CCC0CC90BB30BA9F98114774DBD75300297147900000000000003028041F008
2024-02-27 17:24:37.428 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Complete Modbus Responses Received: ['', '~2001465A0000FD9D~2001465AC04000010CCC0CC80BB60BA8F98E14764CC07530028E147900000000000003028041EFFC~2002465A0000FD9C~2002465AC04000010CCC0CC90BB30BA9F98114774DBD75300297147900000000000003028041F008', '', '~2001465A0000FD9D~2001465AC04000010CCC0CC80BB60BA8F99C14764CBF7530028E147900000000000003028041EFE8~2002465A0000FD9C~2002465AC04000010CCC0CC90BB30BA9F98114774DBD75300297147900000000000003028041F008']
2024-02-27 17:24:37.429 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Sending Modbus Commands: ['~20014642E00201FD35\r', '~20014644E00201FD33\r', '~20014647E00201FD30\r', '~20014651E00201FD36\r']
2024-02-27 17:24:37.443 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Sending Modbus Command: ~20014642E00201FD35
2024-02-27 17:24:37.946 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Raw Response Received: b'~2001460010960001100CCC0CCB0CCA0CC90CC90CC80CC80CC80CC80CC90CC80CCA0CCA0CC80CCB0CCC060BAB0BA80BB60BAC0BD90BC1F99F14764CBF0A7530028E7530001103E81479FFDD000009080839DBB1\r'
2024-02-27 17:24:37.947 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Decoded Response Received: ~2001460010960001100CCC0CCB0CCA0CC90CC90CC80CC80CC80CC80CC90CC80CCA0CCA0CC80CCB0CCC060BAB0BA80BB60BAC0BD90BC1F99F14764CBF0A7530028E7530001103E81479FFDD000009080839DBB1
2024-02-27 17:24:37.947 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Sending Modbus Command: ~20014644E00201FD33
2024-02-27 17:24:38.451 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Raw Response Received: b'~20014600806200011000000000000000000000000000000000060000000000000000140000000000000300000100000000000000000001EB31\r~2001465A0000FD9D\r~2001465AC04000010CCC0CC80BB60BA8F99F14764CBF7530028E147900000000000003028041EFE5\r~2002465A0000FD9C\r~2002465AC04000010CCC0CC90BB30BA9F98814774DBC75300297147900000000000003028041F002\r'
2024-02-27 17:24:38.451 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Decoded Response Received: ~20014600806200011000000000000000000000000000000000060000000000000000140000000000000300000100000000000000000001EB31~2001465A0000FD9D~2001465AC04000010CCC0CC80BB60BA8F99F14764CBF7530028E147900000000000003028041EFE5~2002465A0000FD9C~2002465AC04000010CCC0CC90BB30BA9F98814774DBC75300297147900000000000003028041F002
2024-02-27 17:24:38.452 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Sending Modbus Command: ~20014647E00201FD30
2024-02-27 17:24:38.600 ERROR (MainThread) [homeassistant.config_entries] Error unloading entry Seplos BMS HA -  /dev/ttyUSB0 for sensor
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/config_entries.py", line 605, in async_unload
    result = await component.async_unload_entry(hass, self)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/components/sensor/__init__.py", line 147, in async_unload_entry
    return await component.async_unload_entry(entry)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/helpers/entity_component.py", line 198, in async_unload_entry
    raise ValueError("Config entry was never loaded!")
ValueError: Config entry was never loaded!
2024-02-27 17:24:38.613 ERROR (MainThread) [homeassistant.config_entries] Error unloading entry Seplos BMS HA -  /dev/ttyUSB0 for binary_sensor
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/config_entries.py", line 605, in async_unload
    result = await component.async_unload_entry(hass, self)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/components/binary_sensor/__init__.py", line 244, in async_unload_entry
    return await component.async_unload_entry(entry)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/helpers/entity_component.py", line 198, in async_unload_entry
    raise ValueError("Config entry was never loaded!")
ValueError: Config entry was never loaded!
2024-02-27 17:24:38.624 ERROR (MainThread) [homeassistant.config_entries] Error unloading entry Seplos BMS HA -  /dev/ttyUSB0 for select
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/config_entries.py", line 605, in async_unload
    result = await component.async_unload_entry(hass, self)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/components/select/__init__.py", line 115, in async_unload_entry
    return await component.async_unload_entry(entry)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/helpers/entity_component.py", line 198, in async_unload_entry
    raise ValueError("Config entry was never loaded!")
ValueError: Config entry was never loaded!
2024-02-27 17:24:38.633 ERROR (MainThread) [homeassistant.config_entries] Error unloading entry Seplos BMS HA -  /dev/ttyUSB0 for number
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/config_entries.py", line 605, in async_unload
    result = await component.async_unload_entry(hass, self)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/components/number/__init__.py", line 125, in async_unload_entry
    return await component.async_unload_entry(entry)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/helpers/entity_component.py", line 198, in async_unload_entry
    raise ValueError("Config entry was never loaded!")
ValueError: Config entry was never loaded!
2024-02-27 17:24:38.956 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Raw Response Received: b'~200146008152013C0DAC0D980B540C1C0E2E0D980AF00C1C0D4805DC15E01518122012C01680151810E012C0189C17D40C9F0C810ABF0ADD0CD10C9F0A470AAB0CB30C810A470AC90CD10C9F0A150AAB0AAB0B0F0D030CD10AAB0AC90D530D350A470AAB0E2F0DFD0E930DFD4E204C2CAFECB0B45208ADF88AD007D0753036B01B321E1E140A100A0A1E3C0505010A0A1EF0300F0562506409000D0008FFFFFF3FBF9FAF9F313130312D4C4E313220B27C\r'
2024-02-27 17:24:38.957 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Decoded Response Received: ~200146008152013C0DAC0D980B540C1C0E2E0D980AF00C1C0D4805DC15E01518122012C01680151810E012C0189C17D40C9F0C810ABF0ADD0CD10C9F0A470AAB0CB30C810A470AC90CD10C9F0A150AAB0AAB0B0F0D030CD10AAB0AC90D530D350A470AAB0E2F0DFD0E930DFD4E204C2CAFECB0B45208ADF88AD007D0753036B01B321E1E140A100A0A1E3C0505010A0A1EF0300F0562506409000D0008FFFFFF3FBF9FAF9F313130312D4C4E313220B27C
2024-02-27 17:24:38.957 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Sending Modbus Command: ~20014651E00201FD36
2024-02-27 17:24:39.462 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Raw Response Received: b'~200146020000FDB1\r~2001465A0000FD9D\r~2001465AC04000010CCC0CC80BB60BA8F9A014764CBE7530028E147900000000000003028041EFF4\r~2002465A0000FD9C\r~2002465AC04000010CCC0CC90BB30BA9F98714774DBC75300297147900000000000003028041F003\r'
2024-02-27 17:24:39.462 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Decoded Response Received: ~200146020000FDB1~2001465A0000FD9D~2001465AC04000010CCC0CC80BB60BA8F9A014764CBE7530028E147900000000000003028041EFF4~2002465A0000FD9C~2002465AC04000010CCC0CC90BB30BA9F98714774DBC75300297147900000000000003028041F003
2024-02-27 17:24:39.469 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Complete Modbus Responses Received: ['~2001460010960001100CCC0CCB0CCA0CC90CC90CC80CC80CC80CC80CC90CC80CCA0CCA0CC80CCB0CCC060BAB0BA80BB60BAC0BD90BC1F99F14764CBF0A7530028E7530001103E81479FFDD000009080839DBB1', '~20014600806200011000000000000000000000000000000000060000000000000000140000000000000300000100000000000000000001EB31~2001465A0000FD9D~2001465AC04000010CCC0CC80BB60BA8F99F14764CBF7530028E147900000000000003028041EFE5~2002465A0000FD9C~2002465AC04000010CCC0CC90BB30BA9F98814774DBC75300297147900000000000003028041F002', '~200146008152013C0DAC0D980B540C1C0E2E0D980AF00C1C0D4805DC15E01518122012C01680151810E012C0189C17D40C9F0C810ABF0ADD0CD10C9F0A470AAB0CB30C810A470AC90CD10C9F0A150AAB0AAB0B0F0D030CD10AAB0AC90D530D350A470AAB0E2F0DFD0E930DFD4E204C2CAFECB0B45208ADF88AD007D0753036B01B321E1E140A100A0A1E3C0505010A0A1EF0300F0562506409000D0008FFFFFF3FBF9FAF9F313130312D4C4E313220B27C', '~200146020000FDB1~2001465A0000FD9D~2001465AC04000010CCC0CC80BB60BA8F9A014764CBE7530028E147900000000000003028041EFF4~2002465A0000FD9C~2002465AC04000010CCC0CC90BB30BA9F98714774DBC75300297147900000000000003028041F003']
2024-02-27 17:24:39.471 ERROR (MainThread) [custom_components.bms_connector] Error setting up BMS Connector: non-hexadecimal number found in fromhex() arg at position 4
2024-02-27 17:24:39.473 INFO (MainThread) [homeassistant.components.sensor] Setting up bms_connector.sensor
2024-02-27 17:24:39.474 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up bms_connector.binary_sensor
2024-02-27 17:24:39.475 INFO (MainThread) [homeassistant.components.select] Setting up bms_connector.select
2024-02-27 17:24:39.476 INFO (MainThread) [homeassistant.components.number] Setting up bms_connector.number
2024-02-27 17:24:39.478 ERROR (MainThread) [homeassistant.components.sensor] Error while setting up bms_connector platform for sensor
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 344, in _async_setup_platform
    await asyncio.shield(task)
  File "/config/custom_components/bms_connector/sensor.py", line 22, in async_setup_entry
    await hass.data[DOMAIN]["HOME_ENERGY_HUB_SENSOR_COORDINATOR"+entry_id].async_refresh()
         ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
KeyError: 'HOME_ENERGY_HUB_SENSOR_COORDINATORdf7cf633016891488a69c9e081246d5c'
2024-02-27 17:24:39.490 ERROR (MainThread) [homeassistant.components.binary_sensor] Error while setting up bms_connector platform for binary_sensor
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 344, in _async_setup_platform
    await asyncio.shield(task)
  File "/config/custom_components/bms_connector/binary_sensor.py", line 22, in async_setup_entry
    await hass.data[DOMAIN]["HOME_ENERGY_HUB_SENSOR_COORDINATOR"+entry_id].async_refresh()
         ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
KeyError: 'HOME_ENERGY_HUB_SENSOR_COORDINATORdf7cf633016891488a69c9e081246d5c'
2024-02-27 17:25:14.584 DEBUG (MainThread) [custom_components.bms_connector] Seplos V2 BMS Device Selected..
2024-02-27 17:25:14.584 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Sending Modbus Commands: ['~20004642E00200FD37\r', '~20004644E00200FD35\r', '~20004647E00200FD32\r', '~20004651E00200FD37\r']
2024-02-27 17:25:14.598 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Sending Modbus Command: ~20004642E00200FD37
2024-02-27 17:25:15.102 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Raw Response Received: b'~2001465A0000FD9D\r~2001465AC04000010CC80CC30BB60BA8F'
2024-02-27 17:25:15.103 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Decoded Response Received: ~2001465A0000FD9D~2001465AC04000010CC80CC30BB60BA8F
2024-02-27 17:25:15.104 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Sending Modbus Command: ~20004644E00200FD35
2024-02-27 17:25:15.608 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Raw Response Received: b'5A7146F4CAC750003028041EFFE\r~2002465A0000FD9C\r~2002465AC04000010CC80CC40BB30BA9F57E146F4DA975300296147000000000000003028041F011\r'
2024-02-27 17:25:15.608 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Decoded Response Received: 5A7146F4CAC750003028041EFFE~2002465A0000FD9C~2002465AC04000010CC80CC40BB30BA9F57E146F4DA975300296147000000000000003028041F011
2024-02-27 17:25:15.609 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Sending Modbus Command: ~20004647E00200FD32
2024-02-27 17:25:16.112 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Raw Response Received: b'~2001465A0000FD9D\r~2001465AC04000010CC80CC30BB60BA8F5'
2024-02-27 17:25:16.112 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Decoded Response Received: ~2001465A0000FD9D~2001465AC04000010CC80CC30BB60BA8F5
2024-02-27 17:25:16.112 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Sending Modbus Command: ~20004651E00200FD37
2024-02-27 17:25:16.616 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Raw Response Received: b'AD146E4CAB7530028E147000000000~2002465A0000FD9C\r~2002465AC04000010CC80CC40BB30BA9F543146F4DA875300296147000000000000003028041F027\r'
2024-02-27 17:25:16.616 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Decoded Response Received: AD146E4CAB7530028E147000000000~2002465A0000FD9C~2002465AC04000010CC80CC40BB30BA9F543146F4DA875300296147000000000000003028041F027
2024-02-27 17:25:16.622 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Complete Modbus Responses Received: ['~2001465A0000FD9D~2001465AC04000010CC80CC30BB60BA8F', '5A7146F4CAC750003028041EFFE~2002465A0000FD9C~2002465AC04000010CC80CC40BB30BA9F57E146F4DA975300296147000000000000003028041F011', '~2001465A0000FD9D~2001465AC04000010CC80CC30BB60BA8F5', 'AD146E4CAB7530028E147000000000~2002465A0000FD9C~2002465AC04000010CC80CC40BB30BA9F543146F4DA875300296147000000000000003028041F027']
2024-02-27 17:25:16.623 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Sending Modbus Commands: ['~20014642E00201FD35\r', '~20014644E00201FD33\r', '~20014647E00201FD30\r', '~20014651E00201FD36\r']
2024-02-27 17:25:16.636 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Sending Modbus Command: ~20014642E00201FD35
2024-02-27 17:25:17.140 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Raw Response Received: b'~2001460010960001100CC80CC70CC60CC40CC40CC30CC30CC30CC30CC40CC30CC50CC50CC40CC70CC8060BAA0BA80BB60BAC0BD90BC1F586146E4CAB0A7530028E7530001103E81470FFE7000009080839DC4E\r~2001465A0000FD9D\r~2001465AC04000010CC80CC30BB60BA8F586146E4CAB7530028E147000000000000003028041F00A\r'
2024-02-27 17:25:17.141 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Decoded Response Received: ~2001460010960001100CC80CC70CC60CC40CC40CC30CC30CC30CC30CC40CC30CC50CC50CC40CC70CC8060BAA0BA80BB60BAC0BD90BC1F586146E4CAB0A7530028E7530001103E81470FFE7000009080839DC4E~2001465A0000FD9D~2001465AC04000010CC80CC30BB60BA8F586146E4CAB7530028E147000000000000003028041F00A
2024-02-27 17:25:17.141 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Sending Modbus Command: ~20014644E00201FD33
2024-02-27 17:25:17.646 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Raw Response Received: b'~200146008062000110000000000000000000000000000000000600000000000000001400000000000003000001000000000~2002465X\xcb\xeb\xda\xb3\xb3\xe75~200146050000FDAE\r'
2024-02-27 17:25:17.647 ERROR (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Error decoding response: 'utf-8' codec can't decode byte 0xcb in position 109: invalid continuation byte
2024-02-27 17:25:17.647 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Sending Modbus Command: ~20014647E00201FD30
2024-02-27 17:25:18.153 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Raw Response Received: b'~200146008152013C0DAC0D980B540C1C0E2E0D980AF00C1C0D4805DC15E01518122012C01680151810E012C0189C17D40C9F0C810ABF0ADD0CD10C9F0A470AAB0CB30C810A470AC90CD10C9F0A150AAB0AAB0B0F0D030CD10AAB0AC90D530D350A470AAB0E2F0DFD0E930DFD4E204C2CAFECB0B45208ADF88AD007D0753036B01B321E1E140A100A0A1E3C0505010A0A1EF0300F0562506409000D0008FFFFFF3FBF9FAF9F313130312D4C4E313220B27C\r~2001465A0000FD9D\r~2001465AC04000010CC80CC30BB60BA8F583146E4CAA7530028E146F00000000000003028041EFF9\r'
2024-02-27 17:25:18.154 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Decoded Response Received: ~200146008152013C0DAC0D980B540C1C0E2E0D980AF00C1C0D4805DC15E01518122012C01680151810E012C0189C17D40C9F0C810ABF0ADD0CD10C9F0A470AAB0CB30C810A470AC90CD10C9F0A150AAB0AAB0B0F0D030CD10AAB0AC90D530D350A470AAB0E2F0DFD0E930DFD4E204C2CAFECB0B45208ADF88AD007D0753036B01B321E1E140A100A0A1E3C0505010A0A1EF0300F0562506409000D0008FFFFFF3FBF9FAF9F313130312D4C4E313220B27C~2001465A0000FD9D~2001465AC04000010CC80CC30BB60BA8F583146E4CAA7530028E146F00000000000003028041EFF9
2024-02-27 17:25:18.154 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Sending Modbus Command: ~20014651E00201FD36
2024-02-27 17:25:18.658 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Raw Response Received: b'~200146020000FDB1\r~2002465A0000FD9C\r~2002465AC04000010CC70CC30BB30BA9F53C146F4DA675300296146F00000000000003028041F007\r'
2024-02-27 17:25:18.659 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Decoded Response Received: ~200146020000FDB1~2002465A0000FD9C~2002465AC04000010CC70CC30BB30BA9F53C146F4DA675300296146F00000000000003028041F007
2024-02-27 17:25:18.665 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Complete Modbus Responses Received: ['~2001460010960001100CC80CC70CC60CC40CC40CC30CC30CC30CC30CC40CC30CC50CC50CC40CC70CC8060BAA0BA80BB60BAC0BD90BC1F586146E4CAB0A7530028E7530001103E81470FFE7000009080839DC4E~2001465A0000FD9D~2001465AC04000010CC80CC30BB60BA8F586146E4CAB7530028E147000000000000003028041F00A', '7e3230303134363030383036323030303131303030303030303030303030303030303030303030303030303030303030303030303630303030303030303030303030303030313430303030303030303030303030333030303030313030303030303030307e3230303234363558cbebdab3b3e7357e323030313436303530303030464441450d', '~200146008152013C0DAC0D980B540C1C0E2E0D980AF00C1C0D4805DC15E01518122012C01680151810E012C0189C17D40C9F0C810ABF0ADD0CD10C9F0A470AAB0CB30C810A470AC90CD10C9F0A150AAB0AAB0B0F0D030CD10AAB0AC90D530D350A470AAB0E2F0DFD0E930DFD4E204C2CAFECB0B45208ADF88AD007D0753036B01B321E1E140A100A0A1E3C0505010A0A1EF0300F0562506409000D0008FFFFFF3FBF9FAF9F313130312D4C4E313220B27C~2001465A0000FD9D~2001465AC04000010CC80CC30BB60BA8F583146E4CAA7530028E146F00000000000003028041EFF9', '~200146020000FDB1~2002465A0000FD9C~2002465AC04000010CC70CC30BB30BA9F53C146F4DA675300296146F00000000000003028041F007']
2024-02-27 17:25:18.667 ERROR (MainThread) [custom_components.bms_connector] Error setting up BMS Connector: non-hexadecimal number found in fromhex() arg at position 4
2024-02-27 17:25:18.670 INFO (MainThread) [homeassistant.components.sensor] Setting up bms_connector.sensor
2024-02-27 17:25:18.671 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up bms_connector.binary_sensor
2024-02-27 17:25:18.672 INFO (MainThread) [homeassistant.components.select] Setting up bms_connector.select
2024-02-27 17:25:18.673 INFO (MainThread) [homeassistant.components.number] Setting up bms_connector.number
2024-02-27 17:25:18.675 ERROR (MainThread) [homeassistant.components.sensor] Error while setting up bms_connector platform for sensor
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 344, in _async_setup_platform
    await asyncio.shield(task)
  File "/config/custom_components/bms_connector/sensor.py", line 22, in async_setup_entry
    await hass.data[DOMAIN]["HOME_ENERGY_HUB_SENSOR_COORDINATOR"+entry_id].async_refresh()
         ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
KeyError: 'HOME_ENERGY_HUB_SENSOR_COORDINATORdf7cf633016891488a69c9e081246d5c'
2024-02-27 17:25:18.687 ERROR (MainThread) [homeassistant.components.binary_sensor] Error while setting up bms_connector platform for binary_sensor
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 344, in _async_setup_platform
    await asyncio.shield(task)
  File "/config/custom_components/bms_connector/binary_sensor.py", line 22, in async_setup_entry
    await hass.data[DOMAIN]["HOME_ENERGY_HUB_SENSOR_COORDINATOR"+entry_id].async_refresh()
         ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
KeyError: 'HOME_ENERGY_HUB_SENSOR_COORDINATORdf7cf633016891488a69c9e081246d5c'
2024-02-27 17:34:47.449 INFO (SyncWorker_46) [homeassistant.loader] Loaded nextbus from homeassistant.components.nextbus
2024-02-27 17:34:47.468 INFO (SyncWorker_46) [homeassistant.loader] Loaded generic from homeassistant.components.generic
2024-02-27 17:34:47.485 INFO (SyncWorker_46) [homeassistant.loader] Loaded time_date from homeassistant.components.time_date
2024-02-27 17:34:47.496 INFO (SyncWorker_46) [homeassistant.loader] Loaded alert from homeassistant.components.alert
2024-02-27 17:34:47.518 INFO (SyncWorker_46) [homeassistant.loader] Loaded demo from homeassistant.components.demo
2024-02-27 17:34:47.538 INFO (SyncWorker_46) [homeassistant.loader] Loaded filesize from homeassistant.components.filesize
2024-02-27 17:34:47.550 INFO (SyncWorker_46) [homeassistant.loader] Loaded moehlenhoff_alpha2 from homeassistant.components.moehlenhoff_alpha2
2024-02-27 17:34:47.556 INFO (SyncWorker_46) [homeassistant.loader] Loaded moon from homeassistant.components.moon
2024-02-27 17:34:47.574 INFO (SyncWorker_46) [homeassistant.loader] Loaded local_ip from homeassistant.components.local_ip
2024-02-27 17:34:47.589 INFO (SyncWorker_46) [homeassistant.loader] Loaded integration from homeassistant.components.integration
2024-02-27 17:34:47.602 INFO (SyncWorker_46) [homeassistant.loader] Loaded threshold from homeassistant.components.threshold
2024-02-27 17:34:47.615 INFO (SyncWorker_46) [homeassistant.loader] Loaded nmap_tracker from homeassistant.components.nmap_tracker
2024-02-27 17:34:47.628 INFO (SyncWorker_46) [homeassistant.loader] Loaded proximity from homeassistant.components.proximity
2024-02-27 17:34:47.634 INFO (SyncWorker_46) [homeassistant.loader] Loaded islamic_prayer_times from homeassistant.components.islamic_prayer_times
2024-02-27 17:34:47.653 INFO (SyncWorker_46) [homeassistant.loader] Loaded version from homeassistant.components.version
2024-02-27 17:34:47.657 INFO (SyncWorker_46) [homeassistant.loader] Loaded local_todo from homeassistant.components.local_todo
2024-02-27 17:34:47.663 INFO (SyncWorker_46) [homeassistant.loader] Loaded local_calendar from homeassistant.components.local_calendar
2024-02-27 17:34:47.681 INFO (SyncWorker_46) [homeassistant.loader] Loaded aurora from homeassistant.components.aurora
2024-02-27 17:34:47.693 INFO (SyncWorker_46) [homeassistant.loader] Loaded emulated_roku from homeassistant.components.emulated_roku
2024-02-27 17:34:47.705 INFO (SyncWorker_46) [homeassistant.loader] Loaded min_max from homeassistant.components.min_max
2024-02-27 17:34:47.716 INFO (SyncWorker_46) [homeassistant.loader] Loaded plant from homeassistant.components.plant
2024-02-27 17:34:47.728 INFO (SyncWorker_46) [homeassistant.loader] Loaded waze_travel_time from homeassistant.components.waze_travel_time
2024-02-27 17:34:47.739 INFO (SyncWorker_46) [homeassistant.loader] Loaded zodiac from homeassistant.components.zodiac
2024-02-27 17:34:47.757 INFO (SyncWorker_46) [homeassistant.loader] Loaded cert_expiry from homeassistant.components.cert_expiry
2024-02-27 17:34:47.769 INFO (SyncWorker_46) [homeassistant.loader] Loaded uptime from homeassistant.components.uptime
2024-02-27 17:34:47.787 INFO (SyncWorker_46) [homeassistant.loader] Loaded growatt_server from homeassistant.components.growatt_server
2024-02-27 17:34:47.792 INFO (SyncWorker_46) [homeassistant.loader] Loaded tod from homeassistant.components.tod
2024-02-27 17:34:47.804 INFO (SyncWorker_46) [homeassistant.loader] Loaded cpuspeed from homeassistant.components.cpuspeed
2024-02-27 17:34:47.823 INFO (SyncWorker_46) [homeassistant.loader] Loaded homekit_controller from homeassistant.components.homekit_controller
2024-02-27 17:34:47.841 INFO (SyncWorker_46) [homeassistant.loader] Loaded season from homeassistant.components.season
2024-02-27 17:34:47.852 INFO (SyncWorker_46) [homeassistant.loader] Loaded holiday from homeassistant.components.holiday
2024-02-27 17:34:47.864 INFO (SyncWorker_46) [homeassistant.loader] Loaded google_travel_time from homeassistant.components.google_travel_time
2024-02-27 17:34:47.868 INFO (SyncWorker_46) [homeassistant.loader] Loaded garages_amsterdam from homeassistant.components.garages_amsterdam
2024-02-27 17:34:47.880 INFO (SyncWorker_46) [homeassistant.loader] Loaded workday from homeassistant.components.workday
2024-02-27 17:34:47.885 INFO (SyncWorker_46) [homeassistant.loader] Loaded derivative from homeassistant.components.derivative
2024-02-27 17:34:51.083 ERROR (MainThread) [custom_components.bms_connector] Error Setting up Entry
2024-02-27 17:34:51.086 INFO (MainThread) [homeassistant.components.sensor] Setting up bms_connector.sensor
2024-02-27 17:34:51.087 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up bms_connector.binary_sensor
2024-02-27 17:34:51.088 INFO (MainThread) [homeassistant.components.select] Setting up bms_connector.select
2024-02-27 17:34:51.089 INFO (MainThread) [homeassistant.components.number] Setting up bms_connector.number
2024-02-27 17:34:51.093 ERROR (MainThread) [homeassistant.components.sensor] Error while setting up bms_connector platform for sensor
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 344, in _async_setup_platform
    await asyncio.shield(task)
  File "/config/custom_components/bms_connector/sensor.py", line 22, in async_setup_entry
    await hass.data[DOMAIN]["HOME_ENERGY_HUB_SENSOR_COORDINATOR"+entry_id].async_refresh()
         ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
KeyError: 'HOME_ENERGY_HUB_SENSOR_COORDINATORd3bf9b8f8179efc8c8d57091b6479cba'
2024-02-27 17:34:51.105 ERROR (MainThread) [homeassistant.components.binary_sensor] Error while setting up bms_connector platform for binary_sensor
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 344, in _async_setup_platform
    await asyncio.shield(task)
  File "/config/custom_components/bms_connector/binary_sensor.py", line 22, in async_setup_entry
    await hass.data[DOMAIN]["HOME_ENERGY_HUB_SENSOR_COORDINATOR"+entry_id].async_refresh()
         ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
KeyError: 'HOME_ENERGY_HUB_SENSOR_COORDINATORd3bf9b8f8179efc8c8d57091b6479cba'
2024-02-27 17:35:05.665 DEBUG (MainThread) [custom_components.bms_connector] Seplos V2 BMS Device Selected..
2024-02-27 17:35:05.665 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Sending Modbus Commands: ['~20004642E00200FD37\r', '~20004644E00200FD35\r', '~20004647E00200FD32\r', '~20004651E00200FD37\r']
2024-02-27 17:35:05.679 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Sending Modbus Command: ~20004642E00200FD37
2024-02-27 17:35:06.183 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Raw Response Received: b'~2002465A0000FD9C\r~2002465AC04000010CC80CC40BB30BA8F83014704C387530028A147200000000000003028041F041\r'
2024-02-27 17:35:06.184 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Decoded Response Received: ~2002465A0000FD9C~2002465AC04000010CC80CC40BB30BA8F83014704C387530028A147200000000000003028041F041
2024-02-27 17:35:06.184 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Sending Modbus Command: ~20004644E00200FD35
2024-02-27 17:35:06.690 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Raw Response Received: b'~2001465A0000FD9D\r~2001465AC04000010CC80CC30BB50BA7F834146F4B4275300282147200000000000003028041F03E\r'
2024-02-27 17:35:06.691 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Decoded Response Received: ~2001465A0000FD9D~2001465AC04000010CC80CC30BB50BA7F834146F4B4275300282147200000000000003028041F03E
2024-02-27 17:35:06.692 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Sending Modbus Command: ~20004647E00200FD32
2024-02-27 17:35:07.196 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Raw Response Received: b'~2002465A0000FD9C\r~2002465AC04000010CC80CC40BB30BA8F83914704C387530028A147200000000000003028041F038\r'
2024-02-27 17:35:07.197 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Decoded Response Received: ~2002465A0000FD9C~2002465AC04000010CC80CC40BB30BA8F83914704C387530028A147200000000000003028041F038
2024-02-27 17:35:07.197 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Sending Modbus Command: ~20004651E00200FD37
2024-02-27 17:35:07.702 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Raw Response Received: b'~2001465A0000FD9D\r~2001465AC04000010CC80CC40BB50BA7F83C146F4B4275300282147200000000000003028041F02E\r'
2024-02-27 17:35:07.702 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Decoded Response Received: ~2001465A0000FD9D~2001465AC04000010CC80CC40BB50BA7F83C146F4B4275300282147200000000000003028041F02E
2024-02-27 17:35:07.708 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Complete Modbus Responses Received: ['~2002465A0000FD9C~2002465AC04000010CC80CC40BB30BA8F83014704C387530028A147200000000000003028041F041', '~2001465A0000FD9D~2001465AC04000010CC80CC30BB50BA7F834146F4B4275300282147200000000000003028041F03E', '~2002465A0000FD9C~2002465AC04000010CC80CC40BB30BA8F83914704C387530028A147200000000000003028041F038', '~2001465A0000FD9D~2001465AC04000010CC80CC40BB50BA7F83C146F4B4275300282147200000000000003028041F02E']
2024-02-27 17:35:07.709 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Sending Modbus Commands: ['~20014642E00201FD35\r', '~20014644E00201FD33\r', '~20014647E00201FD30\r', '~20014651E00201FD36\r']
2024-02-27 17:35:07.722 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Sending Modbus Command: ~20014642E00201FD35
2024-02-27 17:35:08.226 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Raw Response Received: b'~2002465A0000FD9C\r~200146030000FDB0\r'
2024-02-27 17:35:08.227 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Decoded Response Received: ~2002465A0000FD9C~200146030000FDB0
2024-02-27 17:35:08.227 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Sending Modbus Command: ~20014644E00201FD33
2024-02-27 17:35:08.731 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Raw Response Received: b'~20014600806200011000000000000000000000000000000000060000000000000000140000000000000300000100000000000000000001EB31\r~2001465A0000FD9D\r~2001465AC04000010CC90CC40BB50BA7F83914704B4175300282147200000000000003028041F04D\r'
2024-02-27 17:35:08.732 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Decoded Response Received: ~20014600806200011000000000000000000000000000000000060000000000000000140000000000000300000100000000000000000001EB31~2001465A0000FD9D~2001465AC04000010CC90CC40BB50BA7F83914704B4175300282147200000000000003028041F04D
2024-02-27 17:35:08.732 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Sending Modbus Command: ~20014647E00201FD30
2024-02-27 17:35:09.236 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Raw Response Received: b'\xa8\xf8'
2024-02-27 17:35:09.237 ERROR (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Error decoding response: 'utf-8' codec can't decode byte 0xa8 in position 0: invalid start byte
2024-02-27 17:35:09.238 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Sending Modbus Command: ~20014651E00201FD36
2024-02-27 17:35:09.742 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Raw Response Received: b'~200146020000FDB1\r~2001465A0000FD9D\r~2001465AC04000010CC90CC40BB50BA7F83B14704B4175300282147200000000000003028041F044\r'
2024-02-27 17:35:09.743 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Decoded Response Received: ~200146020000FDB1~2001465A0000FD9D~2001465AC04000010CC90CC40BB50BA7F83B14704B4175300282147200000000000003028041F044
2024-02-27 17:35:09.749 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Complete Modbus Responses Received: ['~2002465A0000FD9C~200146030000FDB0', '~20014600806200011000000000000000000000000000000000060000000000000000140000000000000300000100000000000000000001EB31~2001465A0000FD9D~2001465AC04000010CC90CC40BB50BA7F83914704B4175300282147200000000000003028041F04D', 'a8f8', '~200146020000FDB1~2001465A0000FD9D~2001465AC04000010CC90CC40BB50BA7F83B14704B4175300282147200000000000003028041F044']
2024-02-27 17:35:09.751 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Sending Modbus Commands: ['~20024642E00202FD33\r', '~20024644E00202FD31\r', '~20024647E00202FD2E\r', '~20024651E00202FD35\r']
2024-02-27 17:35:09.766 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Sending Modbus Command: ~20024642E00202FD33
2024-02-27 17:35:10.270 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Raw Response Received: b'\n\r\xc14000010CC80CC50BB30BA8\xc647200000000000003028041F03D\r'
2024-02-27 17:35:10.271 ERROR (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Error decoding response: 'utf-8' codec can't decode byte 0xc1 in position 2: invalid start byte
2024-02-27 17:35:10.271 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Sending Modbus Command: ~20024644E00202FD31
2024-02-27 17:35:10.775 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Raw Response Received: b'~20024600806200021000000000000000000000000000000000060000000000000000140000000000000300000100000000000000000001EB2F\r~2001465A0000FD9D\r~2001465AC04000010CC90CC40BB50BA7F83814704B4075300282147200000000000003028041F04F\r~2002465A0000FD9C\r~2002465AC04000010CC80CC50BB30BA8F83614704C35753'
2024-02-27 17:35:10.776 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Decoded Response Received: ~20024600806200021000000000000000000000000000000000060000000000000000140000000000000300000100000000000000000001EB2F~2001465A0000FD9D~2001465AC04000010CC90CC40BB50BA7F83814704B4075300282147200000000000003028041F04F~2002465A0000FD9C~2002465AC04000010CC80CC50BB30BA8F83614704C35753
2024-02-27 17:35:10.776 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Sending Modbus Command: ~20024647E00202FD2E
2024-02-27 17:35:11.280 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Raw Response Received: b'0028A147\xfe\x93\x14\x9a"5'
2024-02-27 17:35:11.281 ERROR (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Error decoding response: 'utf-8' codec can't decode byte 0xfe in position 8: invalid start byte
2024-02-27 17:35:11.282 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Sending Modbus Command: ~20024651E00202FD35
2024-02-27 17:35:11.787 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Raw Response Received: b'~200246020000FDB0\r~2001465A0000FD9D\r~2001465AC04000010CC90CC40BB50BA7F83B14704B4075300282147200000000000003028041F045\r~2002465A0000FD9C\r~2002465AC04000010CC80CC50BB30BA8F83314704C35753'
2024-02-27 17:35:11.788 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Decoded Response Received: ~200246020000FDB0~2001465A0000FD9D~2001465AC04000010CC90CC40BB50BA7F83B14704B4075300282147200000000000003028041F045~2002465A0000FD9C~2002465AC04000010CC80CC50BB30BA8F83314704C35753
2024-02-27 17:35:11.794 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Complete Modbus Responses Received: ['0a0dc134303030303130434338304343353042423330424138c63437323030303030303030303030303033303238303431463033440d', '~20024600806200021000000000000000000000000000000000060000000000000000140000000000000300000100000000000000000001EB2F~2001465A0000FD9D~2001465AC04000010CC90CC40BB50BA7F83814704B4075300282147200000000000003028041F04F~2002465A0000FD9C~2002465AC04000010CC80CC50BB30BA8F83614704C35753', '3030323841313437fe93149a2235', '~200246020000FDB0~2001465A0000FD9D~2001465AC04000010CC90CC40BB50BA7F83B14704B4075300282147200000000000003028041F045~2002465A0000FD9C~2002465AC04000010CC80CC50BB30BA8F83314704C35753']
2024-02-27 17:35:11.795 ERROR (MainThread) [custom_components.bms_connector] Error setting up BMS Connector: invalid literal for int() with base 10: 'd'
2024-02-27 17:35:11.797 INFO (MainThread) [homeassistant.components.sensor] Setting up bms_connector.sensor
2024-02-27 17:35:11.799 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up bms_connector.binary_sensor
2024-02-27 17:35:11.800 INFO (MainThread) [homeassistant.components.select] Setting up bms_connector.select
2024-02-27 17:35:11.801 INFO (MainThread) [homeassistant.components.number] Setting up bms_connector.number
2024-02-27 17:35:11.803 ERROR (MainThread) [homeassistant.components.sensor] Error while setting up bms_connector platform for sensor
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 344, in _async_setup_platform
    await asyncio.shield(task)
  File "/config/custom_components/bms_connector/sensor.py", line 22, in async_setup_entry
    await hass.data[DOMAIN]["HOME_ENERGY_HUB_SENSOR_COORDINATOR"+entry_id].async_refresh()
         ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
KeyError: 'HOME_ENERGY_HUB_SENSOR_COORDINATOR4bacb14223fcb3c11040bd2ecfd3703f'
2024-02-27 17:35:11.815 ERROR (MainThread) [homeassistant.components.binary_sensor] Error while setting up bms_connector platform for binary_sensor
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 344, in _async_setup_platform
    await asyncio.shield(task)
  File "/config/custom_components/bms_connector/binary_sensor.py", line 22, in async_setup_entry
    await hass.data[DOMAIN]["HOME_ENERGY_HUB_SENSOR_COORDINATOR"+entry_id].async_refresh()
         ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
KeyError: 'HOME_ENERGY_HUB_SENSOR_COORDINATOR4bacb14223fcb3c11040bd2ecfd3703f'
2024-02-27 17:35:17.897 DEBUG (MainThread) [custom_components.bms_connector] Seplos V2 BMS Device Selected..
2024-02-27 17:35:17.897 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Sending Modbus Commands: ['~20004642E00200FD37\r', '~20004644E00200FD35\r', '~20004647E00200FD32\r', '~20004651E00200FD37\r']
2024-02-27 17:35:17.911 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Sending Modbus Command: ~20004642E00200FD37
2024-02-27 17:35:18.414 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Raw Response Received: b''
2024-02-27 17:35:18.415 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Decoded Response Received: 
2024-02-27 17:35:18.416 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Sending Modbus Command: ~20004644E00200FD35
2024-02-27 17:35:18.920 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Raw Response Received: b'~2001465A0000FD9D\r~2001465AC04000010CC80CC30BB50BA7F832146F4B3C75300282147200000000000003028041F030\r~2002465A0000FD9C\r~2002465AC04000010CC80CC40BB30BA8F7ED14704C317530028A147200000000000003028041F023\r'
2024-02-27 17:35:18.921 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Decoded Response Received: ~2001465A0000FD9D~2001465AC04000010CC80CC30BB50BA7F832146F4B3C75300282147200000000000003028041F030~2002465A0000FD9C~2002465AC04000010CC80CC40BB30BA8F7ED14704C317530028A147200000000000003028041F023
2024-02-27 17:35:18.921 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Sending Modbus Command: ~20004647E00200FD32
2024-02-27 17:35:19.425 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Raw Response Received: b''
2024-02-27 17:35:19.426 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Decoded Response Received: 
2024-02-27 17:35:19.426 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Sending Modbus Command: ~20004651E00200FD37
2024-02-27 17:35:19.930 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Raw Response Received: b'~2001465A0000FD9D\r~2001465AC04000010CC80CC30BB50BA7F84C146F4B3B75300281147200000000000003028041F020\r~2002465A0000FD9C\r~2002465AC04000010CC80CC40BB30BA8F81314704C307530028A147200000000000003028041F048\r'
2024-02-27 17:35:19.930 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Decoded Response Received: ~2001465A0000FD9D~2001465AC04000010CC80CC30BB50BA7F84C146F4B3B75300281147200000000000003028041F020~2002465A0000FD9C~2002465AC04000010CC80CC40BB30BA8F81314704C307530028A147200000000000003028041F048
2024-02-27 17:35:19.936 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Complete Modbus Responses Received: ['', '~2001465A0000FD9D~2001465AC04000010CC80CC30BB50BA7F832146F4B3C75300282147200000000000003028041F030~2002465A0000FD9C~2002465AC04000010CC80CC40BB30BA8F7ED14704C317530028A147200000000000003028041F023', '', '~2001465A0000FD9D~2001465AC04000010CC80CC30BB50BA7F84C146F4B3B75300281147200000000000003028041F020~2002465A0000FD9C~2002465AC04000010CC80CC40BB30BA8F81314704C307530028A147200000000000003028041F048']
2024-02-27 17:35:19.937 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Sending Modbus Commands: ['~20014642E00201FD35\r', '~20014644E00201FD33\r', '~20014647E00201FD30\r', '~20014651E00201FD36\r']
2024-02-27 17:35:19.951 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Sending Modbus Command: ~20014642E00201FD35
2024-02-27 17:35:20.455 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Raw Response Received: b'~2001460010960001100CC80CC60CC70CC50CC50CC30CC40CC40CC40CC50CC40CC60CC60CC40CC80CC8060BAA0BA70BB50BAB0BD80BC0F84C146F4B3B0A753002817530001103E81472FFEA00000908083BDC4A\r'
2024-02-27 17:35:20.455 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Decoded Response Received: ~2001460010960001100CC80CC60CC70CC50CC50CC30CC40CC40CC40CC50CC40CC60CC60CC40CC80CC8060BAA0BA70BB50BAB0BD80BC0F84C146F4B3B0A753002817530001103E81472FFEA00000908083BDC4A
2024-02-27 17:35:20.456 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Sending Modbus Command: ~20014644E00201FD33
2024-02-27 17:35:20.962 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Raw Response Received: b'~20014600806200011000000000000000000000000000000000060000000000000000140000000000000300000100000000000000000001EB31\r~2001465A0000FD9D\r~2001465AC04000010CC80CC30BB50BA7F835146F4B3B75300281147200000000000003028041F02F\r~2002465A0000FD9C\r~2002465AC04000010CC70CC40BB30BA8F7E514704C307530028A147200000000000003028041F034\r'
2024-02-27 17:35:20.963 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Decoded Response Received: ~20014600806200011000000000000000000000000000000000060000000000000000140000000000000300000100000000000000000001EB31~2001465A0000FD9D~2001465AC04000010CC80CC30BB50BA7F835146F4B3B75300281147200000000000003028041F02F~2002465A0000FD9C~2002465AC04000010CC70CC40BB30BA8F7E514704C307530028A147200000000000003028041F034
2024-02-27 17:35:20.964 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Sending Modbus Command: ~20014647E00201FD30
2024-02-27 17:35:21.479 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Raw Response Received: b'~200146008152013C0DAC0D980B540C1C0E2E0D980AF00C1C0D4805DC15E01518122012C01680151810E012C0189C17D40C9F0C810ABF0ADD0CD10C9F0A470AAB0CB30C810A470AC90CD10C9F0A150AAB0AAB0B0F0D030CD10AAB0AC90D530D350A470AAB0E2F0DFD0E930DFD4E204C2CAFECB0B45208ADF88AD007D0753036B01B321E1E140A100A0A1E3C0505010A0A1EF0300F0562506409000D0008FFFFFF3FBF9FAF9F313130312D4C4E313220B27C\r'
2024-02-27 17:35:21.479 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Decoded Response Received: ~200146008152013C0DAC0D980B540C1C0E2E0D980AF00C1C0D4805DC15E01518122012C01680151810E012C0189C17D40C9F0C810ABF0ADD0CD10C9F0A470AAB0CB30C810A470AC90CD10C9F0A150AAB0AAB0B0F0D030CD10AAB0AC90D530D350A470AAB0E2F0DFD0E930DFD4E204C2CAFECB0B45208ADF88AD007D0753036B01B321E1E140A100A0A1E3C0505010A0A1EF0300F0562506409000D0008FFFFFF3FBF9FAF9F313130312D4C4E313220B27C
2024-02-27 17:35:21.480 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Sending Modbus Command: ~20014651E00201FD36
2024-02-27 17:35:21.983 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Raw Response Received: b'~200146020000FDB1\r~2001465A0000FD9D\r~2001465AC04000010CC80CC30BB50BA7F824146F4B3A75300281147200000000000003028041F032\r~2002465A0000FD9C\r~2002465AC04000010CC70CC40BB30BA8F7DB14704C2F7530028A147200000000000003028041F013\r'
2024-02-27 17:35:21.983 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Decoded Response Received: ~200146020000FDB1~2001465A0000FD9D~2001465AC04000010CC80CC30BB50BA7F824146F4B3A75300281147200000000000003028041F032~2002465A0000FD9C~2002465AC04000010CC70CC40BB30BA8F7DB14704C2F7530028A147200000000000003028041F013
2024-02-27 17:35:21.990 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Complete Modbus Responses Received: ['~2001460010960001100CC80CC60CC70CC50CC50CC30CC40CC40CC40CC50CC40CC60CC60CC40CC80CC8060BAA0BA70BB50BAB0BD80BC0F84C146F4B3B0A753002817530001103E81472FFEA00000908083BDC4A', '~20014600806200011000000000000000000000000000000000060000000000000000140000000000000300000100000000000000000001EB31~2001465A0000FD9D~2001465AC04000010CC80CC30BB50BA7F835146F4B3B75300281147200000000000003028041F02F~2002465A0000FD9C~2002465AC04000010CC70CC40BB30BA8F7E514704C307530028A147200000000000003028041F034', '~200146008152013C0DAC0D980B540C1C0E2E0D980AF00C1C0D4805DC15E01518122012C01680151810E012C0189C17D40C9F0C810ABF0ADD0CD10C9F0A470AAB0CB30C810A470AC90CD10C9F0A150AAB0AAB0B0F0D030CD10AAB0AC90D530D350A470AAB0E2F0DFD0E930DFD4E204C2CAFECB0B45208ADF88AD007D0753036B01B321E1E140A100A0A1E3C0505010A0A1EF0300F0562506409000D0008FFFFFF3FBF9FAF9F313130312D4C4E313220B27C', '~200146020000FDB1~2001465A0000FD9D~2001465AC04000010CC80CC30BB50BA7F824146F4B3A75300281147200000000000003028041F032~2002465A0000FD9C~2002465AC04000010CC70CC40BB30BA8F7DB14704C2F7530028A147200000000000003028041F013']
2024-02-27 17:35:21.992 ERROR (MainThread) [custom_components.bms_connector] Error setting up BMS Connector: non-hexadecimal number found in fromhex() arg at position 4
2024-02-27 17:35:21.995 INFO (MainThread) [homeassistant.components.sensor] Setting up bms_connector.sensor
2024-02-27 17:35:21.996 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up bms_connector.binary_sensor
2024-02-27 17:35:21.997 INFO (MainThread) [homeassistant.components.select] Setting up bms_connector.select
2024-02-27 17:35:21.998 INFO (MainThread) [homeassistant.components.number] Setting up bms_connector.number
2024-02-27 17:35:22.000 ERROR (MainThread) [homeassistant.components.sensor] Error while setting up bms_connector platform for sensor
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 344, in _async_setup_platform
    await asyncio.shield(task)
  File "/config/custom_components/bms_connector/sensor.py", line 22, in async_setup_entry
    await hass.data[DOMAIN]["HOME_ENERGY_HUB_SENSOR_COORDINATOR"+entry_id].async_refresh()
         ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
KeyError: 'HOME_ENERGY_HUB_SENSOR_COORDINATOR4bacb14223fcb3c11040bd2ecfd3703f'
2024-02-27 17:35:22.013 ERROR (MainThread) [homeassistant.components.binary_sensor] Error while setting up bms_connector platform for binary_sensor
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 344, in _async_setup_platform
    await asyncio.shield(task)
  File "/config/custom_components/bms_connector/binary_sensor.py", line 22, in async_setup_entry
    await hass.data[DOMAIN]["HOME_ENERGY_HUB_SENSOR_COORDINATOR"+entry_id].async_refresh()
         ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
KeyError: 'HOME_ENERGY_HUB_SENSOR_COORDINATOR4bacb14223fcb3c11040bd2ecfd3703f'
2024-02-27 17:46:24.319 INFO (MainThread) [homeassistant.components.automation.vysoky_tarif] Vysoký Tarif: Running automation actions
2024-02-27 17:46:24.320 INFO (MainThread) [homeassistant.components.automation.vysoky_tarif] Vysoký Tarif: Executing step device automation
2024-02-27 18:25:15.360 DEBUG (MainThread) [custom_components.bms_connector] Seplos V2 BMS Device Selected..
2024-02-27 18:25:15.360 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Sending Modbus Commands: ['~20004642E00200FD37\r', '~20004644E00200FD35\r', '~20004647E00200FD32\r', '~20004651E00200FD37\r']
2024-02-27 18:25:15.371 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Sending Modbus Command: ~20004642E00200FD37
2024-02-27 18:25:15.876 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Raw Response Received: b''
2024-02-27 18:25:15.877 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Decoded Response Received: 
2024-02-27 18:25:15.877 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Sending Modbus Command: ~20004644E00200FD35
2024-02-27 18:25:16.382 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Raw Response Received: b'~2001465A0000FD9D\r~2001465AC04000010CCD0CC90BB10BA2FC011478468375300259147B00000000000003028041F030\r~2002465A0000FD9C\r~2002465AC04000010CCC0CCA0BAF0BA4FBF41478476875300261147B00000000000003028041EFFD\r'
2024-02-27 18:25:16.383 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Decoded Response Received: ~2001465A0000FD9D~2001465AC04000010CCD0CC90BB10BA2FC011478468375300259147B00000000000003028041F030~2002465A0000FD9C~2002465AC04000010CCC0CCA0BAF0BA4FBF41478476875300261147B00000000000003028041EFFD
2024-02-27 18:25:16.383 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Sending Modbus Command: ~20004647E00200FD32
2024-02-27 18:25:16.887 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Raw Response Received: b''
2024-02-27 18:25:16.888 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Decoded Response Received: 
2024-02-27 18:25:16.888 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Sending Modbus Command: ~20004651E00200FD37
2024-02-27 18:25:17.393 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Raw Response Received: b'~2001465A0000FD9D\r~2001465AC04000010CCD0CC90BB10BA2FBF61478468375300259147B00000000000003028041F016\r~2002465A0000FD9C\r~2002465AC04000010CCC0CCA0BAF0BA4FBF11478476875300261147B00000000000003028041F000\r'
2024-02-27 18:25:17.393 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Decoded Response Received: ~2001465A0000FD9D~2001465AC04000010CCD0CC90BB10BA2FBF61478468375300259147B00000000000003028041F016~2002465A0000FD9C~2002465AC04000010CCC0CCA0BAF0BA4FBF11478476875300261147B00000000000003028041F000
2024-02-27 18:25:17.399 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Complete Modbus Responses Received: ['', '~2001465A0000FD9D~2001465AC04000010CCD0CC90BB10BA2FC011478468375300259147B00000000000003028041F030~2002465A0000FD9C~2002465AC04000010CCC0CCA0BAF0BA4FBF41478476875300261147B00000000000003028041EFFD', '', '~2001465A0000FD9D~2001465AC04000010CCD0CC90BB10BA2FBF61478468375300259147B00000000000003028041F016~2002465A0000FD9C~2002465AC04000010CCC0CCA0BAF0BA4FBF11478476875300261147B00000000000003028041F000']
2024-02-27 18:25:17.400 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Sending Modbus Commands: ['~20014642E00201FD35\r', '~20014644E00201FD33\r', '~20014647E00201FD30\r', '~20014651E00201FD36\r']
2024-02-27 18:25:17.412 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Sending Modbus Command: ~20014642E00201FD35
2024-02-27 18:25:17.915 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Raw Response Received: b'~2001460010960001100CCC0CCC0CCC0CCA0CCA0CC90CCA0CC90CCB0CCA0CCA0CCB0CCB0CCA0CCC0CCD060BA60BA20BB10BA70BD50BBAFBF6147846830A753002597530001103E8147BFFE4000009080841DBC1\r'
2024-02-27 18:25:17.916 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Decoded Response Received: ~2001460010960001100CCC0CCC0CCC0CCA0CCA0CC90CCA0CC90CCB0CCA0CCA0CCB0CCB0CCA0CCC0CCD060BA60BA20BB10BA70BD50BBAFBF6147846830A753002597530001103E8147BFFE4000009080841DBC1
2024-02-27 18:25:17.916 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Sending Modbus Command: ~20014644E00201FD33
2024-02-27 18:25:18.420 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Raw Response Received: b'~20014600806200011000000000000000000000000000000000060000000000000000140000000000000300000100000000000000000001EB31\r~2001465A0000FD9D\r~2001465AC04000010CCD0CC90BB10BA2FBF01478468275300259147A00000000000003028041F01E\r~2002465A0000FD9C\r~2002465AC04000010CCC0CCA0BAF0BA4FBEE1478476775300261147B00000000000003028041EFEE\r'
2024-02-27 18:25:18.421 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Decoded Response Received: ~20014600806200011000000000000000000000000000000000060000000000000000140000000000000300000100000000000000000001EB31~2001465A0000FD9D~2001465AC04000010CCD0CC90BB10BA2FBF01478468275300259147A00000000000003028041F01E~2002465A0000FD9C~2002465AC04000010CCC0CCA0BAF0BA4FBEE1478476775300261147B00000000000003028041EFEE
2024-02-27 18:25:18.422 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Sending Modbus Command: ~20014647E00201FD30
2024-02-27 18:25:18.932 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Raw Response Received: b'~200146008152013C0DAC0D980B540C1C0E2E0D980AF00C1C0D4805DC15E01518122012C01680151810E012C0189C17D40C9F0C810ABF0ADD0CD10C9F0A470AAB0CB30C810A470AC90CD10C9F0A150AAB0AAB0B0F0D030CD10AAB0AC90D530D350A470AAB0E2F0DFD0E930DFD4E204C2CAFECB0B45208ADF88AD007D0753036B01B321E1E140A100A0A1E3C0505010A0A1EF0300F0562506409000D0008FFFFFF3FBF9FAF9F313130312D4C4E313220B27C\r'
2024-02-27 18:25:18.932 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Decoded Response Received: ~200146008152013C0DAC0D980B540C1C0E2E0D980AF00C1C0D4805DC15E01518122012C01680151810E012C0189C17D40C9F0C810ABF0ADD0CD10C9F0A470AAB0CB30C810A470AC90CD10C9F0A150AAB0AAB0B0F0D030CD10AAB0AC90D530D350A470AAB0E2F0DFD0E930DFD4E204C2CAFECB0B45208ADF88AD007D0753036B01B321E1E140A100A0A1E3C0505010A0A1EF0300F0562506409000D0008FFFFFF3FBF9FAF9F313130312D4C4E313220B27C
2024-02-27 18:25:18.933 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Sending Modbus Command: ~20014651E00201FD36
2024-02-27 18:25:19.438 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Raw Response Received: b'~200146020000FDB1\r~2001465A0000FD9D\r~2001465AC04000010CCD0CC90BB10BA2F9C01478468275300259147700000000000003028041F034\r~2002465A0000FD9C\r~2002465AC04000010CCC0CCA0BAF0BA4F9B01478476775300261147800000000000003028041F019\r'
2024-02-27 18:25:19.438 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Decoded Response Received: ~200146020000FDB1~2001465A0000FD9D~2001465AC04000010CCD0CC90BB10BA2F9C01478468275300259147700000000000003028041F034~2002465A0000FD9C~2002465AC04000010CCC0CCA0BAF0BA4F9B01478476775300261147800000000000003028041F019
2024-02-27 18:25:19.443 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Complete Modbus Responses Received: ['~2001460010960001100CCC0CCC0CCC0CCA0CCA0CC90CCA0CC90CCB0CCA0CCA0CCB0CCB0CCA0CCC0CCD060BA60BA20BB10BA70BD50BBAFBF6147846830A753002597530001103E8147BFFE4000009080841DBC1', '~20014600806200011000000000000000000000000000000000060000000000000000140000000000000300000100000000000000000001EB31~2001465A0000FD9D~2001465AC04000010CCD0CC90BB10BA2FBF01478468275300259147A00000000000003028041F01E~2002465A0000FD9C~2002465AC04000010CCC0CCA0BAF0BA4FBEE1478476775300261147B00000000000003028041EFEE', '~200146008152013C0DAC0D980B540C1C0E2E0D980AF00C1C0D4805DC15E01518122012C01680151810E012C0189C17D40C9F0C810ABF0ADD0CD10C9F0A470AAB0CB30C810A470AC90CD10C9F0A150AAB0AAB0B0F0D030CD10AAB0AC90D530D350A470AAB0E2F0DFD0E930DFD4E204C2CAFECB0B45208ADF88AD007D0753036B01B321E1E140A100A0A1E3C0505010A0A1EF0300F0562506409000D0008FFFFFF3FBF9FAF9F313130312D4C4E313220B27C', '~200146020000FDB1~2001465A0000FD9D~2001465AC04000010CCD0CC90BB10BA2F9C01478468275300259147700000000000003028041F034~2002465A0000FD9C~2002465AC04000010CCC0CCA0BAF0BA4F9B01478476775300261147800000000000003028041F019']
2024-02-27 18:25:19.446 ERROR (MainThread) [custom_components.bms_connector] Error setting up BMS Connector: non-hexadecimal number found in fromhex() arg at position 4
2024-02-27 18:25:19.448 INFO (MainThread) [homeassistant.components.sensor] Setting up bms_connector.sensor
2024-02-27 18:25:19.449 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up bms_connector.binary_sensor
2024-02-27 18:25:19.451 INFO (MainThread) [homeassistant.components.select] Setting up bms_connector.select
2024-02-27 18:25:19.452 INFO (MainThread) [homeassistant.components.number] Setting up bms_connector.number
2024-02-27 18:25:19.454 ERROR (MainThread) [homeassistant.components.sensor] Error while setting up bms_connector platform for sensor
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 344, in _async_setup_platform
    await asyncio.shield(task)
  File "/config/custom_components/bms_connector/sensor.py", line 22, in async_setup_entry
    await hass.data[DOMAIN]["HOME_ENERGY_HUB_SENSOR_COORDINATOR"+entry_id].async_refresh()
         ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
KeyError: 'HOME_ENERGY_HUB_SENSOR_COORDINATOR4bacb14223fcb3c11040bd2ecfd3703f'
2024-02-27 18:25:19.468 ERROR (MainThread) [homeassistant.components.binary_sensor] Error while setting up bms_connector platform for binary_sensor
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 344, in _async_setup_platform
    await asyncio.shield(task)
  File "/config/custom_components/bms_connector/binary_sensor.py", line 22, in async_setup_entry
    await hass.data[DOMAIN]["HOME_ENERGY_HUB_SENSOR_COORDINATOR"+entry_id].async_refresh()
         ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
KeyError: 'HOME_ENERGY_HUB_SENSOR_COORDINATOR4bacb14223fcb3c11040bd2ecfd3703f'
2024-02-27 18:46:24.702 INFO (MainThread) [homeassistant.components.automation.nizky_tarif] Nízký Tarif: Running automation actions
2024-02-27 18:46:24.703 INFO (MainThread) [homeassistant.components.automation.nizky_tarif] Nízký Tarif: Executing step device automation
2024-02-27 19:46:24.329 INFO (MainThread) [homeassistant.components.automation.vysoky_tarif] Vysoký Tarif: Running automation actions
2024-02-27 19:46:24.330 INFO (MainThread) [homeassistant.components.automation.vysoky_tarif] Vysoký Tarif: Executing step device automation
2024-02-27 20:46:24.703 INFO (MainThread) [homeassistant.components.automation.nizky_tarif] Nízký Tarif: Running automation actions
2024-02-27 20:46:24.704 INFO (MainThread) [homeassistant.components.automation.nizky_tarif] Nízký Tarif: Executing step device automation
2024-02-27 21:41:26.369 ERROR (MainThread) [aiohttp.server] Error handling request
Traceback (most recent call last):
  File "/usr/local/lib/python3.12/site-packages/aiohttp/web_protocol.py", line 350, in data_received
    messages, upgraded, tail = self._request_parser.feed_data(data)
                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "aiohttp/_http_parser.pyx", line 557, in aiohttp._http_parser.HttpParser.feed_data
aiohttp.http_exceptions.BadStatusLine: 400, message:
  Invalid method encountered:

    b'\x16\x03\x01'
      ^
2024-02-27 22:04:35.172 WARNING (MainThread) [async_upnp_client.profiles.dlna] Only InstanceID 0 is supported
2024-02-27 22:04:35.200 WARNING (MainThread) [async_upnp_client.profiles.dlna] Only InstanceID 0 is supported
2024-02-27 22:49:10.920 INFO (MainThread) [homeassistant.components.websocket_api.http.connection] [546598994752] Initialized trigger
2024-02-27 22:49:18.123 INFO (MainThread) [homeassistant.components.automation.vysoky_tarif] Initialized trigger Vysoký Tarif
2024-02-27 22:49:31.950 INFO (MainThread) [homeassistant.components.websocket_api.http.connection] [546598994752] Initialized trigger
2024-02-27 22:49:34.870 INFO (MainThread) [homeassistant.components.automation.nizky_tarif] Initialized trigger Nízký Tarif
2024-02-27 22:49:39.857 INFO (MainThread) [homeassistant.components.automation.nizky_tarif] Nízký Tarif: Running automation actions
2024-02-27 22:49:39.858 INFO (MainThread) [homeassistant.components.automation.nizky_tarif] Nízký Tarif: Executing step device automation
2024-02-27 22:50:00.689 INFO (MainThread) [custom_components.hacs] Loading known repositories
Plumpop1 commented 5 months ago

Seplos V2.0 10E 3x

flip555 commented 5 months ago

Ok, looks like its getting confused reading the serial stream rather than cutting off at \r it continues to read other commands/responses.

I have made some changes to how we read the serial (v1.1.6-TESTING), hopefully it should help but I think I need to do some work on how I read all the serial as i can see issues if the main battery/other software is polling the others.

Plumpop1 commented 5 months ago

HACS (Home Assistant Community Store)

Version: 1.34.0 This is a custom integration If you have any issues with this you need to open an issue here: https://github.com/hacs/integration/issues

2024-02-28 16:51:56.520 WARNING (MainThread) [homeassistant.components.binary_sensor] Setup of binary_sensor platform rpi_gpio is taking over 10 seconds. 2024-02-28 16:51:56.522 INFO (MainThread) [homeassistant.setup] Setup of domain system_health took 11.9 seconds 2024-02-28 16:51:56.567 INFO (MainThread) [homeassistant.setup] Setup of domain media_source took 8.2 seconds 2024-02-28 16:51:56.581 INFO (MainThread) [homeassistant.setup] Setting up select 2024-02-28 16:51:56.589 INFO (MainThread) [homeassistant.setup] Setup of domain select took 0.0 seconds 2024-02-28 16:51:56.595 INFO (MainThread) [homeassistant.setup] Setting up number 2024-02-28 16:51:56.597 INFO (MainThread) [homeassistant.setup] Setup of domain number took 0.0 seconds 2024-02-28 16:51:56.598 INFO (MainThread) [homeassistant.setup] Setup of domain logbook took 7.5 seconds 2024-02-28 16:51:56.678 INFO (MainThread) [homeassistant.setup] Setup of domain input_text took 16.4 seconds 2024-02-28 16:51:56.703 INFO (MainThread) [homeassistant.setup] Setup of domain input_button took 16.4 seconds 2024-02-28 16:51:56.732 INFO (MainThread) [homeassistant.setup] Setup of domain tag took 15.9 seconds 2024-02-28 16:51:56.732 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Raw Response Received: 2024-02-28 16:51:56.733 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Decoded Response Received: 2024-02-28 16:51:56.733 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Sending Modbus Command: ~20014644E00201FD33 2024-02-28 16:51:56.755 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Raw Response Received: ~2001460010960001100CD40CD00CCD0CCF0CCD0CCB0CD20CCF0CCE0CCF0CCF0CCF0CCF0CCF0CD20CD1060B910B910B980B940BC20B9D0000147F2EC60A7530018F7530001203E81482FFCFFF350916086FDBC5 2024-02-28 16:51:56.756 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Decoded Response Received: ~2001460010960001100CD40CD00CCD0CCF0CCD0CCB0CD20CCF0CCE0CCF0CCF0CCF0CCF0CCF0CD20CD1060B910B910B980B940BC20B9D0000147F2EC60A7530018F7530001203E81482FFCFFF350916086FDBC5 2024-02-28 16:51:56.756 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Sending Modbus Command: ~20014647E00201FD30 2024-02-28 16:51:56.763 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Raw Response Received: ~2001465A0000FD9D 2024-02-28 16:51:56.763 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Decoded Response Received: ~2001465A0000FD9D 2024-02-28 16:51:56.764 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Sending Modbus Command: ~20014651E00201FD36 2024-02-28 16:51:56.777 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Raw Response Received: ~2001465AC04000010CD40CCB0B980B91FFEB147F2EC67530018F148200000000000003028010EFF3 2024-02-28 16:51:56.778 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Decoded Response Received: ~2001465AC04000010CD40CCB0B980B91FFEB147F2EC67530018F148200000000000003028010EFF3 2024-02-28 16:51:56.783 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Complete Modbus Responses Received: ['', '~2001460010960001100CD40CD00CCD0CCF0CCD0CCB0CD20CCF0CCE0CCF0CCF0CCF0CCF0CCF0CD20CD1060B910B910B980B940BC20B9D0000147F2EC60A7530018F7530001203E81482FFCFFF350916086FDBC5', '~2001465A0000FD9D', '~2001465AC04000010CD40CCB0B980B91FFEB147F2EC67530018F148200000000000003028010EFF3'] 2024-02-28 16:51:56.784 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Sending Modbus Commands: ['~20024642E00202FD33\r', '~20024644E00202FD31\r', '~20024647E00202FD2E\r', '~20024651E00202FD35\r'] 2024-02-28 16:51:56.797 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Sending Modbus Command: ~20024642E00202FD33 2024-02-28 16:51:56.836 WARNING (MainThread) [homeassistant.components.number] custom_components.bms_connector.number::YourNumberClass is overriding deprecated methods on an instance of NumberEntity, this is not valid and will be unsupported from Home Assistant 2022.10. Please report it to the custom integration author 2024-02-28 16:51:59.570 INFO (MainThread) [homeassistant.setup] Setting up media_player 2024-02-28 16:51:59.635 INFO (MainThread) [homeassistant.setup] Setup of domain media_player took 0.1 seconds 2024-02-28 16:51:59.640 INFO (SyncWorker_2) [homeassistant.loader] Loaded todo from homeassistant.components.todo 2024-02-28 16:51:59.706 INFO (MainThread) [homeassistant.setup] Setup of domain input_boolean took 18.6 seconds 2024-02-28 16:51:59.727 INFO (MainThread) [homeassistant.setup] Setup of domain input_number took 18.6 seconds 2024-02-28 16:51:59.728 INFO (MainThread) [homeassistant.setup] Setup of domain zone took 19.1 seconds 2024-02-28 16:51:59.739 INFO (MainThread) [homeassistant.setup] Setup of domain timer took 18.6 seconds 2024-02-28 16:51:59.756 INFO (MainThread) [homeassistant.setup] Setup of domain application_credentials took 11.4 seconds 2024-02-28 16:51:59.873 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Raw Response Received: 2024-02-28 16:51:59.874 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Decoded Response Received: 2024-02-28 16:51:59.874 DEBUG (MainThread) [custom_components.bms_connector.modules.bms.seplos.v2] Sending Modbus Command: ~20024644E00202FD31 2024-02-28 16:51:59.880 ERROR (MainThread) [custom_components.bms_connector] Error setting up BMS Connector: 'utf-8' codec can't decode byte 0xb2 in position 0: invalid start byte

flip555 commented 4 months ago

Ok I still have quite a bit of work to do on the code but I think V1.1.7-TESTING-ONLY will get us closer, I've changed the way it handles and checks the modbus data