leeyuentuen / alfen_wallbox

Alfen wallbox - Home Assistant Component
MIT License
65 stars 12 forks source link

Entities but no information #110

Open thostie2002 opened 7 months ago

thostie2002 commented 7 months ago

After connecting (15 minutes ago) I get all entities but each entity says unknown..

how can I solve this?

IMG_9060 IMG_9061 IMG_9062 IMG_9063 IMG_9064 IMG_9065 IMG_9067 IMG_9068 IMG_9069

leeyuentuen commented 7 months ago

maybe you have connected in HA and also start them on Ace installer? the wallbox support only one active connection. check in the log what for error you get

thostie2002 commented 7 months ago

How do you mean? This is the log

IMG_9071

leeyuentuen commented 7 months ago

there is an mobile app called myeve and a windows software called ace installer to connect to the wallbox. if that connection is still active, then Home assistant can't reach the wallbox and will give a timeout on it.

thostie2002 commented 7 months ago

I closed all of the apps etc. But again itsays unknown

leeyuentuen commented 7 months ago

not only close but sign-out and then reboot HA. if still not working. after signout wait a while like 30min

leeyuentuen commented 7 months ago

@thostie2002 still existing?

thostie2002 commented 7 months ago

Yes, its still existing….

leeyuentuen commented 7 months ago

try to delete the current wallbox, download the latest version (today updated), and retry to add the wallbox back and see if it works.

normally if the first time it has worked, the authentication should be correct. and try not to log in to another platform to the wallbox. and see if it works.

thostie2002 commented 7 months ago

I deleted it, updates the hacs intergration, but now it doesnt wanna connect anymore

leeyuentuen commented 7 months ago

what error did you see in the log? you are sure that your wallbox is reachable from your ha?

what did you fill in? ip? username is admin? use correct password?

thostie2002 commented 7 months ago

this is the log

Logger: homeassistant.config_entries Bron: config_entries.py:551 Eerst voorgekomen: 19 april 2024 om 23:04:57 (7 gebeurtenissen) Laatst gelogd: 14:08:09

Error setting up entry 192.168.178.32 for alfen_wallbox Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/config_entries.py", line 551, in async_setup result = await component.async_setup_entry(hass, self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/config/custom_components/alfen_wallbox/init.py", line 51, in async_setup_entry await device.async_update() File "/config/custom_components/alfen_wallbox/alfen.py", line 153, in async_update await self._get_all_properties_value() File "/config/custom_components/alfen_wallbox/alfen.py", line 269, in _get_all_properties_value response = await self._get(url=self.__get_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/config/custom_components/alfen_wallbox/alfen.py", line 191, in _get async with self._session.get(url, timeout=TIMEOUT, ssl=self.ssl) as response: File "/usr/local/lib/python3.12/site-packages/aiohttp/client.py", line 1194, in aenter self._resp = await self._coro ^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/aiohttp/client.py", line 578, in _request conn = await self._connector.connect( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/aiohttp/connector.py", line 544, in connect proto = await self._create_connection(req, traces, timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/aiohttp/connector.py", line 944, in _createconnection , proto = await self._create_direct_connection(req, traces, timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/aiohttp/connector.py", line 1226, in _create_direct_connection transp, proto = await self._wrap_create_connection( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/aiohttp/connector.py", line 1025, in _wrap_create_connection return await self._loop.create_connection(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/base_events.py", line 1147, in create_connection transport, protocol = await self._create_connection_transport( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/base_events.py", line 1180, in _create_connection_transport await waiter asyncio.exceptions.CancelledError: Global task timeout

leeyuentuen commented 7 months ago

this is the log

Logger: homeassistant.config_entries Bron: config_entries.py:551 Eerst voorgekomen: 19 april 2024 om 23:04:57 (7 gebeurtenissen) Laatst gelogd: 14:08:09

Error setting up entry 192.168.178.32 for alfen_wallbox Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/config_entries.py", line 551, in async_setup result = await component.async_setup_entry(hass, self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/config/custom_components/alfen_wallbox/init.py", line 51, in async_setup_entry await device.async_update() File "/config/custom_components/alfen_wallbox/alfen.py", line 153, in async_update await self._get_all_properties_value() File "/config/custom_components/alfen_wallbox/alfen.py", line 269, in _get_all_properties_value response = await self._get(url=self.__get_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/config/custom_components/alfen_wallbox/alfen.py", line 191, in _get async with self._session.get(url, timeout=TIMEOUT, ssl=self.ssl) as response: File "/usr/local/lib/python3.12/site-packages/aiohttp/client.py", line 1194, in aenter self._resp = await self._coro ^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/aiohttp/client.py", line 578, in _request conn = await self._connector.connect( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/aiohttp/connector.py", line 544, in connect proto = await self._create_connection(req, traces, timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/aiohttp/connector.py", line 944, in _createconnection , proto = await self._create_direct_connection(req, traces, timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/aiohttp/connector.py", line 1226, in _create_direct_connection transp, proto = await self._wrap_create_connection( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/aiohttp/connector.py", line 1025, in _wrap_create_connection return await self._loop.create_connection(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/base_events.py", line 1147, in create_connection transport, protocol = await self._create_connection_transport( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/asyncio/base_events.py", line 1180, in _create_connection_transport await waiter asyncio.exceptions.CancelledError: Global task timeout

can you clearly check if there is no active connection? like your mobile app that is connect to myeve or in windows that is connected to ace installer? it look like there is a active connection, where HA can't connect to them. or you have filled the from IP? can you make screenshot? does it look like here below?

image

killabeenl commented 7 months ago

It looks like I have the same problem. The connection was working for me with the version [2.7.40] After upgrading to day and a restart of HA the connection is gone.

I tried to open de service tool when the integration in HA was starting but then I get a message that there is allready an connection.

So it looks like the integration is connecting to the wallbox.

leeyuentuen commented 7 months ago

It looks like I have the same problem. The connection was working for me with the version [2.7.40] After upgrading to day and a restart of HA the connection is gone.

I tried to open de service tool when the integration in HA was starting but then I get a message that there is allready an connection.

So it looks like the integration is connecting to the wallbox.

what did you see in the log?

killabeenl commented 7 months ago

It looks like I have the same problem. The connection was working for me with the version [2.7.40] After upgrading to day and a restart of HA the connection is gone. I tried to open de service tool when the integration in HA was starting but then I get a message that there is allready an connection. So it looks like the integration is connecting to the wallbox.

what did you see in the log?

Logger: homeassistant.config_entries Source: config_entries.py:551 First occurred: 3:11:01 PM (1 occurrences) Last logged: 3:11:01 PM

Error setting up entry 10.207.100.146 for alfen_wallbox Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/config_entries.py", line 551, in async_setup result = await component.async_setup_entry(hass, self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/config/custom_components/alfen_wallbox/init.py", line 54, in async_setup_entry await device.async_update() File "/config/custom_components/alfen_wallbox/alfen.py", line 175, in async_update await self._get_transaction() File "/config/custom_components/alfen_wallbox/alfen.py", line 338, in _get_transaction response = await self._get(url=self.get_url("transactions?offset="+ str(offset)), json_decode=False) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/config/custom_components/alfen_wallbox/alfen.py", line 222, in _get async with self._session.get(url, timeout=TIMEOUT, ssl=self.ssl) as response: File "/usr/local/lib/python3.12/site-packages/aiohttp/client.py", line 1197, in aenter__ self._resp = await self._coro ^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/aiohttp/client.py", line 608, in _request await resp.start(conn) File "/usr/local/lib/python3.12/site-packages/aiohttp/client_reqrep.py", line 976, in start message, payload = await protocol.read() # type: ignore[union-attr] ^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/aiohttp/streams.py", line 640, in read await self._waiter asyncio.exceptions.CancelledError: Global task timeout

leeyuentuen commented 7 months ago

It looks like I have the same problem. The connection was working for me with the version [2.7.40] After upgrading to day and a restart of HA the connection is gone. I tried to open de service tool when the integration in HA was starting but then I get a message that there is allready an connection. So it looks like the integration is connecting to the wallbox.

what did you see in the log?

Logger: homeassistant.config_entries Source: config_entries.py:551 First occurred: 3:11:01 PM (1 occurrences) Last logged: 3:11:01 PM

Error setting up entry 10.207.100.146 for alfen_wallbox Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/config_entries.py", line 551, in async_setup result = await component.async_setup_entry(hass, self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/config/custom_components/alfen_wallbox/init.py", line 54, in async_setup_entry await device.async_update() File "/config/custom_components/alfen_wallbox/alfen.py", line 175, in async_update await self._get_transaction() File "/config/custom_components/alfen_wallbox/alfen.py", line 338, in _get_transaction response = await self._get(url=self.__get_url("transactions?offset="+ str(offset)), json_decode=False) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/config/custom_components/alfen_wallbox/alfen.py", line 222, in _get async with self._session.get(url, timeout=TIMEOUT, ssl=self.ssl) as response: File "/usr/local/lib/python3.12/site-packages/aiohttp/client.py", line 1197, in aenter self._resp = await self._coro ^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/aiohttp/client.py", line 608, in _request await resp.start(conn) File "/usr/local/lib/python3.12/site-packages/aiohttp/client_reqrep.py", line 976, in start message, payload = await protocol.read() # type: ignore[union-attr] ^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/aiohttp/streams.py", line 640, in read await self._waiter asyncio.exceptions.CancelledError: Global task timeout

seems he can't get the transaction in this case, but it worked before with 2.7.40?

you are using the latest public version? 2.8.2?

just a small question, how long do you have your wallbox? mine is about 1 year, so on the loading, he is loading all the transactions of 1 year. Maybe you have used more or older, so you have a lot of transactions? Which cause here a timeout of the call maybe?

killabeenl commented 7 months ago

It worked with 2.7.40. My wallcharger is placed last friday and I did not use it at all. So there are no transactions. Last night I installed the 2.8.3 version because of the loading screen and now the addon is working again. So can it be that it is not working because there are no transactions? Anyway 2.8.3 works.

leeyuentuen commented 7 months ago

maybe it was indeed no transaction that cause this issue. but on the latest version i've first ignore the transaction and let them poll later. maybe you will see some error in the log but this will disappear after charging with transaction.

but you can always post the warning/error from the log so i can check if it can improved

killabeenl commented 7 months ago

Thanks for the quick support

wernerb commented 7 months ago

Installed the latest update (2.8.3) and that fixed the issue for me as well but it does not update information after the reload. I should note that if we are looking at transactions, that has always locked up in ACE installer and MyEve as well for me. I have lots of transactions due to solar charging.

leeyuentuen commented 7 months ago

Installed the latest update (2.8.3) and that fixed the issue for me as well but it does not update information after the reload. I should note that if we are looking at transactions, that has always locked up in ACE installer and MyEve as well for me. I have lots of transactions due to solar charging.

did you see something in the log? maybe I can extend the timeout when we get transaction data normally it doesn't matter if you are charging with solar or non-solar I think. they just capture every x minutes (in my case 15min) to make a transaction.

The reason why it takes so long, I need to fetch from begin till the end. but I can't directly go to a specific id. It is only the initial call it takes time because after the loading, I keep the latest ID of the transaction to continue to do the next call.

but it should be a way to improve this call. this was just an initial commit with the transaction.

thostie2002 commented 7 months ago

Hi,Since the update i can loggin now, i have entities, but no information(everything says unknown)There is no other connection like the eve app or somethingOp 26 apr 2024 om 10:05 heeft Tuen Lee @.***> het volgende geschreven:

Installed the latest update (2.8.3) and that fixed the issue for me as well but it does not update information after the reload. I should note that if we are looking at transactions, that has always locked up in ACE installer and MyEve as well for me. I have lots of transactions due to solar charging.

did you see something in the log? maybe I can extend the timeout when we get transaction data normally it doesn't matter if you are charging with solar or non-solar I think. they just capture every x minutes (in my case 15min) to make a transaction. The reason why it takes so long, I need to fetch from begin till the end. but I can't directly go to a specific id. It is only the initial call it takes time because after the loading, I keep the latest ID of the transaction to continue to do the next call. but it should be a way to improve this call. this was just an initial commit with the transaction.

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: @.***>

leeyuentuen commented 7 months ago

@thostie2002 let's do step by step.

just remove the wallbox config and re-add them. Before creating, can you make a screenshot of this screen that you have filled in?

image

if you get here an error, post the error message from the log file

thostie2002 commented 7 months ago

IMG_9155

its added.. i didnt get a fault. Ive again entities but everything says unknown

leeyuentuen commented 7 months ago

the username should be "admin" i suppose?

you should login with local login, I think you have use some cloud credentials.

have you seen this kind of paper with your wallbox? Screenshot 2024-04-26 at 17 26 48

leeyuentuen commented 7 months ago

let do it easier. if you have access on your myeve, then you have seen the screen here below image

I suppose the red marked is the same IP that is on the config form? you use the username: admin and fill the password as marked green on the screenshot friendly name you can choose

and choose verzenden.

does this works?

wernerb commented 7 months ago

I had the same problem as above thostie2002, i could not add back the alfen (i used the same credentials). The logs in homeassistant showed 401's nevertheless. Your 2.8.3 update fixed that at least but only the initial update worked, from that point again 401's in the log and the data is not updating. I am 100% that the password is correct (have used your plugin since inception) :). I will try to get logs tomorrrow

leeyuentuen commented 7 months ago

I had the same problem as above thostie2002, i could not add back the alfen (i used the same credentials). The logs in homeassistant showed 401's nevertheless. Your 2.8.3 update fixed that at least but only the initial update worked, from that point again 401's in the log and the data is not updating. I am 100% that the password is correct (have used your plugin since inception) :). I will try to get logs tomorrrow

you have use username 'admin'?

wernerb commented 7 months ago

Hi, yes the username is admin, and I know it is valid as when I reload the configuration it works. Sending you the log through dm!

wernerb commented 7 months ago
2024-05-01 13:23:39.723 WARNING (MainThread) [bosch_thermostat_client.sensors.sensor] Can't update data for dhwTankTemperature. Trying uri: /solarCircuits/sc1/dhwTankBottomTemperature. Error message: Error requesting data from /solarCircuits/sc1/dhwTankBottomTemperature
2024-05-01 13:23:40.382 WARNING (MainThread) [homeassistant.components.sensor] Updating alfen_wallbox sensor took longer than the scheduled update interval 0:00:05
2024-05-01 13:23:45.263 DEBUG (MainThread) [custom_components.alfen_wallbox] async_unload_entry: <ConfigEntry entry_id=2f260da21b6899550c77583d231cfbc0 version=1 domain=alfen_wallbox title=10.10.10.130 state=ConfigEntryState.LOADED unique_id=None>
2024-05-01 13:23:45.724 WARNING (MainThread) [bosch_thermostat_client.sensors.sensor] Can't update data for totalSolarGain. Trying uri: /solarCircuits/sc1/totalSolarGain. Error message: Error requesting data from /solarCircuits/sc1/totalSolarGain
2024-05-01 13:23:46.311 DEBUG (MainThread) [custom_components.alfen_wallbox.alfen] Response <ClientResponse(https://10.10.10.130/api/info) [200 OK]>
<CIMultiDictProxy('Content-Type': 'alfen/json; charset=UTF-8', 'Connection': 'keep-alive', 'Content-Length': '187')>

2024-05-01 13:23:46.354 DEBUG (MainThread) [custom_components.alfen_wallbox.alfen] Get properties
2024-05-01 13:23:46.380 DEBUG (MainThread) [custom_components.alfen_wallbox.alfen] GET with login
2024-05-01 13:23:46.380 DEBUG (MainThread) [custom_components.alfen_wallbox.alfen] Send Post Request
2024-05-01 13:23:47.466 DEBUG (MainThread) [custom_components.alfen_wallbox.alfen] Login response <ClientResponse(https://10.10.10.130/api/login) [200 OK]>
<CIMultiDictProxy('Content-Type': 'alfen/json; charset=UTF-8', 'Connection': 'keep-alive', 'Content-Length': '0')>

2024-05-01 13:23:47.607 DEBUG (MainThread) [custom_components.alfen_wallbox.alfen] Status Response prop?cat=generic&offset=0: {'version': 2, 'properties': [{'id': '1008_0', 'access': 1, 'type': 9, 'len': 33, 'cat': 'generic', 'value': 'NG910'}, {'id': '1009_0', 'access': 1, 'type': 9, 'len': 33, 'cat': 'generic', 'value': 'B9'}, {'id': '100A_0', 'access': 1, 'type': 9, 'len': 33, 'cat': 'generic', 'value': '6.3.0-4185'}, {'id': '2005_0', 'access': 1, 'type': 6, 'len': 65535, 'cat': 'generic', 'value': 515}, {'id': '204F_0', 'access': 0, 'type': 6, 'len': 65535, 'cat': 'generic', 'value': 35}, {'id': '2050_0', 'access': 0, 'type': 9, 'len': 21, 'cat': 'generic', 'value': 'NG910-60587'}, {'id': '2051_0', 'access': 0, 'type': 9, 'len': 26, 'cat': 'generic', 'value': 'ACE0300391'}, {'id': '2052_1', 'access': 0, 'type': 9, 'len': 21, 'cat': 'generic', 'value': '12:77:0b:03:2f:3c'}, {'id': '2052_2', 'access': 0, 'type': 5, 'len': 255, 'cat': 'generic', 'value': 0}, {'id': '2053_0', 'access': 0, 'type': 9, 'len': 21, 'cat': 'generic', 'value': 'LIB_14022'}, {'id': '2054_0', 'access': 1, 'type': 9, 'len': 51, 'cat': 'generic', 'value': '6.3.0-4185'}, {'id': '2055_0', 'access': 0, 'type': 9, 'len': 21, 'cat': 'generic', 'value': 'Alfen BV'}, {'id': '2056_0', 'access': 1, 'type': 7, 'len': 0, 'cat': 'generic', 'value': 207}, {'id': '2057_0', 'access': 1, 'type': 9, 'len': 51, 'cat': 'generic', 'value': 'Software reset'}, {'id': '2059_0', 'access': 0, 'type': 27, 'len': 0, 'cat': 'generic', 'value': 1714562690657}, {'id': '205B_0', 'access': 0, 'type': 5, 'len': 0, 'cat': 'generic', 'value': 1}, {'id': '205C_1', 'access': 0, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 52.40227127075195}, {'id': '205C_2', 'access': 0, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 5.243744850158691}, {'id': '205D_0', 'access': 0, 'type': 9, 'len': 9, 'cat': 'generic', 'value': 'en_GB'}, {'id': '205E_0', 'access': 1, 'type': 5, 'len': 0, 'cat': 'generic', 'value': 1}, {'id': '205F_0', 'access': 0, 'type': 27, 'len': 0, 'cat': 'generic', 'value': 0}, {'id': '2060_0', 'access': 1, 'type': 27, 'len': 0, 'cat': 'generic', 'value': 1123641675}, {'id': '2061_1', 'access': 0, 'type': 5, 'len': 90, 'cat': 'generic', 'value': 0}, {'id': '2061_2', 'access': 0, 'type': 5, 'len': 180, 'cat': 'generic', 'value': 100}, {'id': '2062_0', 'access': 0, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 16}, {'id': '2063_0', 'access': 0, 'type': 9, 'len': 21, 'cat': 'generic', 'value': 'ss'}, {'id': '2064_0', 'access': 0, 'type': 5, 'len': 3, 'cat': 'generic', 'value': 3}, {'id': '2065_1', 'access': 1, 'type': 5, 'len': 0, 'cat': 'generic', 'value': 0}, {'id': '2066_0', 'access': 1, 'type': 7, 'len': 0, 'cat': 'generic', 'value': 16777219}, {'id': '2067_0', 'access': 0, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 25}, {'id': '2068_0', 'access': 0, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 6}, {'id': '2069_0', 'access': 0, 'type': 9, 'len': 7, 'cat': 'generic', 'value': 'L2L1L3'}], 'offset': 0, 'total': 158}
2024-05-01 13:23:47.735 DEBUG (MainThread) [custom_components.alfen_wallbox.alfen] Status Response prop?cat=generic&offset=32: {'version': 2, 'properties': [{'id': '206A_0', 'access': 0, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 14}, {'id': '206F_0', 'access': 0, 'type': 5, 'len': 1, 'cat': 'generic', 'value': 1}, {'id': '206E_0', 'access': 0, 'type': 3, 'len': 0, 'cat': 'generic', 'value': 60}, {'id': '2071_1', 'access': 1, 'type': 9, 'len': 64, 'cat': 'generic', 'value': 'ws://ocpp.e-flux.nl'}, {'id': '2071_2', 'access': 1, 'type': 9, 'len': 64, 'cat': 'generic', 'value': '/1.6/e-flux'}, {'id': '2072_1', 'access': 0, 'type': 9, 'len': 16, 'cat': 'generic', 'value': '192.168.000.001'}, {'id': '2072_2', 'access': 0, 'type': 5, 'len': 2, 'cat': 'generic', 'value': 0}, {'id': '2073_1', 'access': 0, 'type': 9, 'len': 16, 'cat': 'generic', 'value': '255.255.255.255'}, {'id': '2074_1', 'access': 0, 'type': 9, 'len': 16, 'cat': 'generic', 'value': '192.168.000.001'}, {'id': '2075_1', 'access': 0, 'type': 9, 'len': 16, 'cat': 'generic', 'value': '192.168.000.092'}, {'id': '2075_2', 'access': 0, 'type': 5, 'len': 2, 'cat': 'generic', 'value': 0}, {'id': '2076_0', 'access': 0, 'type': 9, 'len': 51, 'cat': 'generic', 'value': 'e-flux-platform'}, {'id': '2077_0', 'access': 1, 'type': 2, 'len': 3, 'cat': 'generic', 'value': 3}, {'id': '2078_1', 'access': 1, 'type': 9, 'len': 64, 'cat': 'generic', 'value': 'ws://ocpp.e-flux.nl'}, {'id': '2078_2', 'access': 1, 'type': 9, 'len': 64, 'cat': 'generic', 'value': '/1.6/e-flux'}, {'id': '2079_1', 'access': 0, 'type': 9, 'len': 16, 'cat': 'generic', 'value': ''}, {'id': '2079_2', 'access': 0, 'type': 5, 'len': 2, 'cat': 'generic', 'value': 0}, {'id': '207A_1', 'access': 0, 'type': 9, 'len': 16, 'cat': 'generic', 'value': '192.168.000.001'}, {'id': '207A_2', 'access': 0, 'type': 5, 'len': 2, 'cat': 'generic', 'value': 0}, {'id': '207B_1', 'access': 0, 'type': 9, 'len': 16, 'cat': 'generic', 'value': '255.255.255.0'}, {'id': '207C_1', 'access': 0, 'type': 9, 'len': 16, 'cat': 'generic', 'value': '10.10.10.1'}, {'id': '207D_1', 'access': 0, 'type': 9, 'len': 16, 'cat': 'generic', 'value': '10.10.10.130'}, {'id': '207D_2', 'access': 0, 'type': 5, 'len': 2, 'cat': 'generic', 'value': 0}, {'id': '207E_1', 'access': 0, 'type': 9, 'len': 16, 'cat': 'generic', 'value': '10.10.10.1'}, {'id': '207E_2', 'access': 0, 'type': 5, 'len': 2, 'cat': 'generic', 'value': 0}, {'id': '207F_1', 'access': 0, 'type': 9, 'len': 16, 'cat': 'generic', 'value': '0.0.0.0'}, {'id': '207F_2', 'access': 0, 'type': 5, 'len': 2, 'cat': 'generic', 'value': 0}, {'id': '2080_1', 'access': 0, 'type': 9, 'len': 16, 'cat': 'generic', 'value': ''}, {'id': '2080_2', 'access': 0, 'type': 5, 'len': 2, 'cat': 'generic', 'value': 0}, {'id': '2081_0', 'access': 1, 'type': 9, 'len': 21, 'cat': 'generic', 'value': 'ocpp/json'}, {'id': '2082_0', 'access': 1, 'type': 9, 'len': 11, 'cat': 'generic', 'value': '1.6'}, {'id': '2086_0', 'access': 0, 'type': 7, 'len': 0, 'cat': 'generic', 'value': 60}], 'offset': 32, 'total': 158}
2024-05-01 13:23:47.863 DEBUG (MainThread) [custom_components.alfen_wallbox.alfen] Status Response prop?cat=generic&offset=64: {'version': 2, 'properties': [{'id': '2087_0', 'access': 0, 'type': 7, 'len': 0, 'cat': 'generic', 'value': 900}, {'id': '2088_0', 'access': 0, 'type': 2, 'len': 2, 'cat': 'generic', 'value': 1}, {'id': '2089_0', 'access': 0, 'type': 2, 'len': 1, 'cat': 'generic', 'value': 1}, {'id': '208F_0', 'access': 0, 'type': 6, 'len': 0, 'cat': 'generic', 'value': 900}, {'id': '2093_0', 'access': 0, 'type': 2, 'len': 1, 'cat': 'generic', 'value': 1}, {'id': '2094_0', 'access': 0, 'type': 2, 'len': 0, 'cat': 'generic', 'value': 0}, {'id': '2095_0', 'access': 0, 'type': 2, 'len': 1, 'cat': 'generic', 'value': 0}, {'id': '2100_0', 'access': 1, 'type': 9, 'len': 34, 'cat': 'generic', 'value': 'm2m.services'}, {'id': '2101_0', 'access': 1, 'type': 9, 'len': 33, 'cat': 'generic', 'value': ''}, {'id': '2102_0', 'access': 1, 'type': 9, 'len': 33, 'cat': 'generic', 'value': ''}, {'id': '2103_0', 'access': 1, 'type': 9, 'len': 21, 'cat': 'generic', 'value': ''}, {'id': '2104_0', 'access': 1, 'type': 9, 'len': 21, 'cat': 'generic', 'value': 'ERROR'}, {'id': '2105_0', 'access': 1, 'type': 9, 'len': 21, 'cat': 'generic', 'value': '+CME ERROR: 13'}, {'id': '2106_0', 'access': 0, 'type': 2, 'len': 0, 'cat': 'generic', 'value': 0}, {'id': '2107_0', 'access': 0, 'type': 2, 'len': 0, 'cat': 'generic', 'value': 5}, {'id': '2108_0', 'access': 0, 'type': 2, 'len': 1, 'cat': 'generic', 'value': 1}, {'id': '2109_0', 'access': 1, 'type': 2, 'len': 3, 'cat': 'generic', 'value': 0}, {'id': '2110_0', 'access': 1, 'type': 3, 'len': 0, 'cat': 'generic', 'value': 0}, {'id': '2111_0', 'access': 0, 'type': 3, 'len': 0, 'cat': 'generic', 'value': -90}, {'id': '2112_0', 'access': 1, 'type': 9, 'len': 33, 'cat': 'generic', 'value': '0'}, {'id': '2113_0', 'access': 0, 'type': 5, 'len': 2, 'cat': 'generic', 'value': 0}, {'id': '2114_0', 'access': 0, 'type': 5, 'len': 3, 'cat': 'generic', 'value': 0}, {'id': '2125_0', 'access': 0, 'type': 2, 'len': 3, 'cat': 'generic', 'value': 0}, {'id': '2126_0', 'access': 0, 'type': 2, 'len': 3, 'cat': 'generic', 'value': 0}, {'id': '2127_0', 'access': 0, 'type': 2, 'len': 1, 'cat': 'generic', 'value': 0}, {'id': '2128_0', 'access': 0, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 16}, {'id': '2129_0', 'access': 0, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 16}, {'id': '212A_0', 'access': 1, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 16}, {'id': '212B_0', 'access': 1, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 40.20000076293945}, {'id': '212C_0', 'access': 1, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 15}, {'id': '212D_0', 'access': 1, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 40.20000076293945}, {'id': '2130_0', 'access': 0, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 16}], 'offset': 64, 'total': 158}
2024-05-01 13:23:47.995 DEBUG (MainThread) [custom_components.alfen_wallbox.alfen] Status Response prop?cat=generic&offset=96: {'version': 2, 'properties': [{'id': '2131_0', 'access': 0, 'type': 2, 'len': 0, 'cat': 'generic', 'value': 5}, {'id': '2132_0', 'access': 0, 'type': 3, 'len': 0, 'cat': 'generic', 'value': 30}, {'id': '2133_0', 'access': 0, 'type': 3, 'len': 0, 'cat': 'generic', 'value': 300}, {'id': '2134_0', 'access': 0, 'type': 3, 'len': 0, 'cat': 'generic', 'value': 60}, {'id': '2135_0', 'access': 0, 'type': 3, 'len': 0, 'cat': 'generic', 'value': 120}, {'id': '2136_0', 'access': 0, 'type': 3, 'len': 0, 'cat': 'generic', 'value': 11}, {'id': '2137_0', 'access': 0, 'type': 2, 'len': 3, 'cat': 'generic', 'value': 2}, {'id': '2138_0', 'access': 0, 'type': 2, 'len': 2, 'cat': 'generic', 'value': 3}, {'id': '2139_0', 'access': 0, 'type': 3, 'len': 0, 'cat': 'generic', 'value': 250}, {'id': '213A_0', 'access': 1, 'type': 9, 'len': 33, 'cat': 'generic', 'value': '                                 '}, {'id': '213B_0', 'access': 0, 'type': 2, 'len': 2, 'cat': 'generic', 'value': 0}, {'id': '213C_0', 'access': 0, 'type': 2, 'len': 2, 'cat': 'generic', 'value': 1}, {'id': '213D_0', 'access': 0, 'type': 2, 'len': 2, 'cat': 'generic', 'value': 0}, {'id': '213E_0', 'access': 0, 'type': 2, 'len': 2, 'cat': 'generic', 'value': 1}, {'id': '2140_0', 'access': 0, 'type': 3, 'len': 0, 'cat': 'generic', 'value': 1000}, {'id': '2159_0', 'access': 0, 'type': 5, 'len': 2, 'cat': 'generic', 'value': 0}, {'id': '215D_0', 'access': 0, 'type': 5, 'len': 2, 'cat': 'generic', 'value': 0}, {'id': '215E_0', 'access': 0, 'type': 5, 'len': 2, 'cat': 'generic', 'value': 0}, {'id': '215F_0', 'access': 1, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 99.9000015258789}, {'id': '2160_0', 'access': 1, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 0}, {'id': '2161_0', 'access': 1, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 16}, {'id': '2165_1', 'access': 0, 'type': 5, 'len': 2, 'cat': 'generic', 'value': 0}, {'id': '2165_2', 'access': 0, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 0}, {'id': '2165_3', 'access': 0, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 0}, {'id': '2165_4', 'access': 0, 'type': 27, 'len': 0, 'cat': 'generic', 'value': 0}, {'id': '2166_1', 'access': 0, 'type': 5, 'len': 2, 'cat': 'generic', 'value': 0}, {'id': '2166_2', 'access': 0, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 0}, {'id': '2166_3', 'access': 0, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 0}, {'id': '2166_4', 'access': 0, 'type': 27, 'len': 0, 'cat': 'generic', 'value': 0}, {'id': '2167_1', 'access': 0, 'type': 5, 'len': 2, 'cat': 'generic', 'value': 0}, {'id': '2167_2', 'access': 0, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 0}, {'id': '2167_3', 'access': 0, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 0}], 'offset': 96, 'total': 158}
2024-05-01 13:23:48.123 DEBUG (MainThread) [custom_components.alfen_wallbox.alfen] Status Response prop?cat=generic&offset=128: {'version': 2, 'properties': [{'id': '2167_4', 'access': 0, 'type': 27, 'len': 0, 'cat': 'generic', 'value': 0}, {'id': '2168_0', 'access': 0, 'type': 6, 'len': 65535, 'cat': 'generic', 'value': 0}, {'id': '2169_0', 'access': 0, 'type': 6, 'len': 3600, 'cat': 'generic', 'value': 0}, {'id': '216A_0', 'access': 0, 'type': 5, 'len': 2, 'cat': 'generic', 'value': 0}, {'id': '216B_0', 'access': 0, 'type': 5, 'len': 2, 'cat': 'generic', 'value': 0}, {'id': '216D_0', 'access': 0, 'type': 5, 'len': 60, 'cat': 'generic', 'value': 0}, {'id': '216E_0', 'access': 0, 'type': 9, 'len': 48, 'cat': 'generic', 'value': 'https://eichrecht.alfen.com'}, {'id': '216F_0', 'access': 0, 'type': 5, 'len': 2, 'cat': 'generic', 'value': 0}, {'id': '2173_0', 'access': 0, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 16}, {'id': '2183_0', 'access': 0, 'type': 5, 'len': 2, 'cat': 'generic', 'value': 0}, {'id': '2184_0', 'access': 0, 'type': 6, 'len': 65535, 'cat': 'generic', 'value': 0}, {'id': '21A0_0', 'access': 1, 'type': 27, 'len': 0, 'cat': 'generic', 'value': 3940757906999050}, {'id': '21A1_0', 'access': 0, 'type': 9, 'len': 30, 'cat': 'generic', 'value': '3B80.0A01.0201.F704.FD90.340F'}, {'id': '21A2_0', 'access': 1, 'type': 7, 'len': 0, 'cat': 'generic', 'value': 2147549444}, {'id': '21B0_0', 'access': 0, 'type': 5, 'len': 2, 'cat': 'generic', 'value': 1}, {'id': '2224_0', 'access': 1, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 5.895833492279053}, {'id': '2225_0', 'access': 1, 'type': 8, 'len': 0, 'cat': 'generic', 'value': -11.083333015441895}, {'id': '2228_0', 'access': 1, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 0}, {'id': '2229_0', 'access': 1, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 0}, {'id': '2231_0', 'access': 1, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 4.829435027449087e-41}, {'id': '2233_0', 'access': 1, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 2.3693558008761973e-38}, {'id': '2911_0', 'access': 0, 'type': 2, 'len': 12, 'cat': 'generic', 'value': 10}, {'id': '3125_0', 'access': 0, 'type': 2, 'len': 3, 'cat': 'generic', 'value': 1}, {'id': '3129_0', 'access': 0, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 0}, {'id': '312A_0', 'access': 1, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 32}, {'id': '312B_0', 'access': 1, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 32}, {'id': '312C_0', 'access': 1, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 32}, {'id': '312D_0', 'access': 1, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 32}, {'id': '3160_0', 'access': 1, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 0}, {'id': '3173_0', 'access': 0, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 16}], 'offset': 128, 'total': 158}
2024-05-01 13:23:48.251 DEBUG (MainThread) [custom_components.alfen_wallbox.alfen] Status Response prop?cat=generic2&offset=0: {'version': 2, 'properties': [{'id': '204D_1', 'access': 1, 'type': 5, 'len': 255, 'cat': 'generic2', 'value': 2}, {'id': '204D_2', 'access': 1, 'type': 5, 'len': 255, 'cat': 'generic2', 'value': 10}, {'id': '204D_3', 'access': 1, 'type': 5, 'len': 255, 'cat': 'generic2', 'value': 6}, {'id': '204D_4', 'access': 1, 'type': 5, 'len': 255, 'cat': 'generic2', 'value': 0}, {'id': '2070_0', 'access': 0, 'type': 5, 'len': 1, 'cat': 'generic2', 'value': 1}, {'id': '218E_0', 'access': 0, 'type': 7, 'len': 0, 'cat': 'generic2', 'value': 0}, {'id': '209E_0', 'access': 1, 'type': 5, 'len': 0, 'cat': 'generic2', 'value': 5}, {'id': '209F_0', 'access': 1, 'type': 5, 'len': 0, 'cat': 'generic2', 'value': 0}, {'id': '2115_0', 'access': 0, 'type': 9, 'len': 64, 'cat': 'generic2', 'value': ''}, {'id': '2116_0', 'access': 0, 'type': 9, 'len': 32, 'cat': 'generic2', 'value': ''}, {'id': '2117_0', 'access': 0, 'type': 2, 'len': 2, 'cat': 'generic2', 'value': 0}, {'id': '2124_0', 'access': 0, 'type': 5, 'len': 2, 'cat': 'generic2', 'value': 1}, {'id': '212E_1', 'access': 1, 'type': 3, 'len': 0, 'cat': 'generic2', 'value': 0}, {'id': '212E_2', 'access': 1, 'type': 6, 'len': 0, 'cat': 'generic2', 'value': 0}, {'id': '212E_3', 'access': 1, 'type': 27, 'len': 0, 'cat': 'generic2', 'value': 0}, {'id': '212F_1', 'access': 1, 'type': 8, 'len': 0, 'cat': 'generic2', 'value': 0}, {'id': '212F_2', 'access': 1, 'type': 8, 'len': 0, 'cat': 'generic2', 'value': 0}, {'id': '212F_3', 'access': 1, 'type': 8, 'len': 0, 'cat': 'generic2', 'value': 0}, {'id': '2153_0', 'access': 0, 'type': 6, 'len': 8000, 'cat': 'generic2', 'value': 6000}, {'id': '216C_0', 'access': 0, 'type': 5, 'len': 3, 'cat': 'generic2', 'value': 0}, {'id': '2171_0', 'access': 0, 'type': 5, 'len': 2, 'cat': 'generic2', 'value': 0}, {'id': '2172_0', 'access': 0, 'type': 5, 'len': 100, 'cat': 'generic2', 'value': 100}, {'id': '2174_0', 'access': 0, 'type': 8, 'len': 0, 'cat': 'generic2', 'value': 0}, {'id': '2175_0', 'access': 1, 'type': 5, 'len': 1, 'cat': 'generic2', 'value': 0}, {'id': '2176_0', 'access': 1, 'type': 9, 'len': 25, 'cat': 'generic2', 'value': '000e00193331470a30343036'}, {'id': '218F_1', 'access': 1, 'type': 7, 'len': 0, 'cat': 'generic2', 'value': 131072}, {'id': '218F_2', 'access': 1, 'type': 7, 'len': 0, 'cat': 'generic2', 'value': 0}, {'id': '2185_0', 'access': 0, 'type': 5, 'len': 2, 'cat': 'generic2', 'value': 1}, {'id': '2187_0', 'access': 0, 'type': 27, 'len': 0, 'cat': 'generic2', 'value': 1711380649000}, {'id': '2188_0', 'access': 0, 'type': 5, 'len': 3, 'cat': 'generic2', 'value': 0}, {'id': '2189_0', 'access': 0, 'type': 5, 'len': 0, 'cat': 'generic2', 'value': 3}, {'id': '2190_0', 'access': 0, 'type': 5, 'len': 1, 'cat': 'generic2', 'value': 1}], 'offset': 0, 'total': 65}
2024-05-01 13:23:48.387 DEBUG (MainThread) [custom_components.alfen_wallbox.alfen] Status Response prop?cat=generic2&offset=32: {'version': 2, 'properties': [{'id': '21A3_0', 'access': 1, 'type': 9, 'len': 20, 'cat': 'generic2', 'value': 'O/J+p/fqiluQV+HJrIRe'}, {'id': '21B1_0', 'access': 0, 'type': 5, 'len': 2, 'cat': 'generic2', 'value': 2}, {'id': '21B2_0', 'access': 0, 'type': 5, 'len': 1, 'cat': 'generic2', 'value': 1}, {'id': '21B3_0', 'access': 1, 'type': 27, 'len': 0, 'cat': 'generic2', 'value': 816903902892}, {'id': '21B4_0', 'access': 1, 'type': 5, 'len': 0, 'cat': 'generic2', 'value': 0}, {'id': '21B5_0', 'access': 0, 'type': 5, 'len': 1, 'cat': 'generic2', 'value': 0}, {'id': '21B6_0', 'access': 0, 'type': 27, 'len': 0, 'cat': 'generic2', 'value': 37752292}, {'id': '21B7_0', 'access': 0, 'type': 5, 'len': 1, 'cat': 'generic2', 'value': 0}, {'id': '21B8_0', 'access': 1, 'type': 5, 'len': 3, 'cat': 'generic2', 'value': 0}, {'id': '21B9_0', 'access': 0, 'type': 6, 'len': 3600, 'cat': 'generic2', 'value': 1}, {'id': '2250_0', 'access': 0, 'type': 5, 'len': 4, 'cat': 'generic2', 'value': 0}, {'id': '2400_1', 'access': 0, 'type': 2, 'len': 2, 'cat': 'generic2', 'value': 0}, {'id': '2400_2', 'access': 0, 'type': 9, 'len': 21, 'cat': 'generic2', 'value': ''}, {'id': '2703_0', 'access': 0, 'type': 5, 'len': 255, 'cat': 'generic2', 'value': 129}, {'id': '2720_0', 'access': 1, 'type': 5, 'len': 255, 'cat': 'generic2', 'value': 2}, {'id': '2721_0', 'access': 1, 'type': 5, 'len': 255, 'cat': 'generic2', 'value': 4}, {'id': '2722_0', 'access': 0, 'type': 9, 'len': 51, 'cat': 'generic2', 'value': ''}, {'id': '2723_0', 'access': 1, 'type': 5, 'len': 3, 'cat': 'generic2', 'value': 0}, {'id': '2724_0', 'access': 1, 'type': 7, 'len': 0, 'cat': 'generic2', 'value': 7000}, {'id': '3180_0', 'access': 1, 'type': 9, 'len': 32, 'cat': 'generic2', 'value': 'HW:217L,SW:3.0-520'}, {'id': '3181_0', 'access': 1, 'type': 9, 'len': 32, 'cat': 'generic2', 'value': ''}, {'id': '3182_0', 'access': 1, 'type': 9, 'len': 32, 'cat': 'generic2', 'value': '1.2.0'}, {'id': '3190_1', 'access': 1, 'type': 6, 'len': 0, 'cat': 'generic2', 'value': 10}, {'id': '3190_2', 'access': 1, 'type': 6, 'len': 0, 'cat': 'generic2', 'value': 0}, {'id': '3191_1', 'access': 1, 'type': 6, 'len': 0, 'cat': 'generic2', 'value': 0}, {'id': '3191_2', 'access': 1, 'type': 6, 'len': 0, 'cat': 'generic2', 'value': 0}, {'id': '3280_1', 'access': 0, 'type': 5, 'len': 2, 'cat': 'generic2', 'value': 0}, {'id': '3280_2', 'access': 0, 'type': 5, 'len': 100, 'cat': 'generic2', 'value': 5}, {'id': '3280_3', 'access': 0, 'type': 7, 'len': 22000, 'cat': 'generic2', 'value': 1400}, {'id': '3280_4', 'access': 0, 'type': 5, 'len': 2, 'cat': 'generic2', 'value': 0}, {'id': '3280_5', 'access': 0, 'type': 5, 'len': 2, 'cat': 'generic2', 'value': 0}, {'id': '3278_1', 'access': 0, 'type': 7, 'len': 0, 'cat': 'generic2', 'value': 0}], 'offset': 32, 'total': 65}
2024-05-01 13:23:48.471 DEBUG (MainThread) [custom_components.alfen_wallbox.alfen] Status Response prop?cat=generic2&offset=64: {'version': 2, 'properties': [{'id': '3278_2', 'access': 0, 'type': 7, 'len': 0, 'cat': 'generic2', 'value': 0}], 'offset': 64, 'total': 65}
2024-05-01 13:23:48.598 DEBUG (MainThread) [custom_components.alfen_wallbox.alfen] Status Response prop?cat=meter1&offset=0: {'version': 2, 'properties': [{'id': '2218_0', 'access': 0, 'type': 2, 'len': 13, 'cat': 'meter1', 'value': 8}, {'id': '2219_0', 'access': 0, 'type': 6, 'len': 0, 'cat': 'meter1', 'value': 1000}, {'id': '2221_3', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 241.64999389648438}, {'id': '2221_4', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 249.95999145507812}, {'id': '2221_5', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 247.9099884033203}, {'id': '2221_6', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_7', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_8', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_9', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_A', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 15.13800048828125}, {'id': '2221_B', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_C', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_D', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_E', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_F', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_10', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_11', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 1}, {'id': '2221_12', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 50.05000305175781}, {'id': '2221_13', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_14', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_15', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_16', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 3650.800048828125}, {'id': '2221_17', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_18', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_19', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_1A', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_1B', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_1C', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_1D', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_1E', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_1F', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_20', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}], 'offset': 0, 'total': 47}
2024-05-01 13:23:48.699 DEBUG (MainThread) [custom_components.alfen_wallbox.alfen] Status Response prop?cat=meter1&offset=32: {'version': 2, 'properties': [{'id': '2221_21', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_22', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 4288354}, {'id': '2221_23', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_24', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_25', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_26', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_27', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_28', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_29', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_2A', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_2B', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_2C', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_2D', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_2E', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2541_0', 'access': 1, 'type': 9, 'len': 41, 'cat': 'meter1', 'value': ''}], 'offset': 32, 'total': 47}
2024-05-01 13:23:48.784 DEBUG (MainThread) [custom_components.alfen_wallbox.alfen] Status Response prop?cat=states&offset=0: {'version': 2, 'properties': [{'id': '2501_1', 'access': 1, 'type': 5, 'len': 0, 'cat': 'states', 'value': 14}, {'id': '2501_2', 'access': 1, 'type': 2, 'len': 0, 'cat': 'states', 'value': 35}, {'id': '2501_3', 'access': 1, 'type': 5, 'len': 0, 'cat': 'states', 'value': 2}, {'id': '2501_4', 'access': 1, 'type': 5, 'len': 0, 'cat': 'states', 'value': 194}, {'id': '2502_1', 'access': 1, 'type': 5, 'len': 0, 'cat': 'states', 'value': 0}, {'id': '2502_2', 'access': 1, 'type': 2, 'len': 0, 'cat': 'states', 'value': 0}, {'id': '2502_3', 'access': 1, 'type': 5, 'len': 0, 'cat': 'states', 'value': 0}, {'id': '2502_4', 'access': 1, 'type': 5, 'len': 0, 'cat': 'states', 'value': 0}, {'id': '2511_0', 'access': 1, 'type': 3, 'len': 0, 'cat': 'states', 'value': 590}, {'id': '2511_1', 'access': 1, 'type': 3, 'len': 0, 'cat': 'states', 'value': -1108}, {'id': '2511_2', 'access': 1, 'type': 3, 'len': 0, 'cat': 'states', 'value': 32767}, {'id': '2511_3', 'access': 1, 'type': 3, 'len': 0, 'cat': 'states', 'value': 2500}, {'id': '2512_0', 'access': 1, 'type': 3, 'len': 0, 'cat': 'states', 'value': 0}, {'id': '2512_1', 'access': 1, 'type': 3, 'len': 0, 'cat': 'states', 'value': 0}, {'id': '2512_2', 'access': 1, 'type': 3, 'len': 0, 'cat': 'states', 'value': 0}, {'id': '2512_3', 'access': 1, 'type': 3, 'len': 0, 'cat': 'states', 'value': 0}, {'id': '2540_0', 'access': 1, 'type': 5, 'len': 4, 'cat': 'states', 'value': 0}, {'id': '312E_0', 'access': 1, 'type': 5, 'len': 3, 'cat': 'states', 'value': 1}, {'id': '312F_0', 'access': 1, 'type': 5, 'len': 3, 'cat': 'states', 'value': 3}, {'id': '3600_1', 'access': 1, 'type': 2, 'len': 4, 'cat': 'states', 'value': 3}, {'id': '3600_2', 'access': 1, 'type': 27, 'len': 0, 'cat': 'states', 'value': 54160}, {'id': '3600_3', 'access': 1, 'type': 27, 'len': 0, 'cat': 'states', 'value': 54271}, {'id': '3600_4', 'access': 1, 'type': 27, 'len': 0, 'cat': 'states', 'value': 0}, {'id': '3600_5', 'access': 1, 'type': 2, 'len': 2, 'cat': 'states', 'value': 1}, {'id': '3600_6', 'access': 1, 'type': 27, 'len': 0, 'cat': 'states', 'value': 1123629114}, {'id': '3600_7', 'access': 1, 'type': 27, 'len': 0, 'cat': 'states', 'value': 980271925}, {'id': '3600_8', 'access': 1, 'type': 27, 'len': 0, 'cat': 'states', 'value': 1123629012}], 'offset': 0, 'total': 27}
2024-05-01 13:23:48.887 DEBUG (MainThread) [custom_components.alfen_wallbox.alfen] Status Response prop?cat=temp&offset=0: {'version': 2, 'properties': [{'id': '2200_0', 'access': 0, 'type': 2, 'len': 1, 'cat': 'temp', 'value': 1}, {'id': '2201_0', 'access': 1, 'type': 8, 'len': 0, 'cat': 'temp', 'value': 39.25}, {'id': '2202_0', 'access': 0, 'type': 8, 'len': 0, 'cat': 'temp', 'value': -25}, {'id': '2203_0', 'access': 0, 'type': 8, 'len': 0, 'cat': 'temp', 'value': 100}, {'id': '2204_0', 'access': 0, 'type': 3, 'len': 0, 'cat': 'temp', 'value': 20}, {'id': '2205_0', 'access': 0, 'type': 3, 'len': 0, 'cat': 'temp', 'value': 900}, {'id': '2249_0', 'access': 1, 'type': 8, 'len': 0, 'cat': 'temp', 'value': 57.625}, {'id': '2249_1', 'access': 1, 'type': 8, 'len': 0, 'cat': 'temp', 'value': 11.5}], 'offset': 0, 'total': 8}
2024-05-01 13:23:49.014 DEBUG (MainThread) [custom_components.alfen_wallbox.alfen] Status Response prop?cat=ocpp&offset=0: {'version': 2, 'properties': [{'id': '206C_1', 'access': 0, 'type': 5, 'len': 5, 'cat': 'ocpp', 'value': 0}, {'id': '2096_0', 'access': 0, 'type': 6, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '2097_0', 'access': 0, 'type': 7, 'len': 0, 'cat': 'ocpp', 'value': 60}, {'id': '2098_1', 'access': 0, 'type': 7, 'len': 0, 'cat': 'ocpp', 'value': 131074}, {'id': '2098_2', 'access': 0, 'type': 7, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '2098_3', 'access': 0, 'type': 7, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '2098_4', 'access': 0, 'type': 7, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '2098_5', 'access': 0, 'type': 7, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '2098_6', 'access': 0, 'type': 7, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '2098_7', 'access': 0, 'type': 7, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '2098_8', 'access': 0, 'type': 7, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '2098_9', 'access': 0, 'type': 7, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '2099_1', 'access': 0, 'type': 7, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '2099_2', 'access': 0, 'type': 7, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '2099_3', 'access': 0, 'type': 7, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '2099_4', 'access': 0, 'type': 7, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '2099_5', 'access': 0, 'type': 7, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '2099_6', 'access': 0, 'type': 7, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '2099_7', 'access': 0, 'type': 7, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '2099_8', 'access': 0, 'type': 7, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '2099_9', 'access': 0, 'type': 7, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '209A_0', 'access': 0, 'type': 7, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '20F0_1', 'access': 0, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 3}, {'id': '20F0_3', 'access': 0, 'type': 9, 'len': 513, 'cat': 'ocpp', 'value': 'ws://ocpp.e-flux.nl:80/1.6/e-flux'}, {'id': '20F0_4', 'access': 0, 'type': 7, 'len': 0, 'cat': 'ocpp', 'value': 10}, {'id': '20F0_5', 'access': 0, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '20F0_6', 'access': 0, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 1}, {'id': '20F0_7', 'access': 0, 'type': 9, 'len': 513, 'cat': 'ocpp', 'value': ''}, {'id': '20F0_8', 'access': 0, 'type': 9, 'len': 21, 'cat': 'ocpp', 'value': ''}, {'id': '20F0_9', 'access': 0, 'type': 9, 'len': 21, 'cat': 'ocpp', 'value': ''}, {'id': '20F0_A', 'access': 0, 'type': 9, 'len': 5, 'cat': 'ocpp', 'value': ''}, {'id': '20F0_B', 'access': 0, 'type': 9, 'len': 7, 'cat': 'ocpp', 'value': ''}], 'offset': 0, 'total': 113}
2024-05-01 13:23:49.142 DEBUG (MainThread) [custom_components.alfen_wallbox.alfen] Status Response prop?cat=ocpp&offset=32: {'version': 2, 'properties': [{'id': '20F0_C', 'access': 0, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '20F0_D', 'access': 0, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '20F0_E', 'access': 0, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 1}, {'id': '20F1_1', 'access': 0, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 3}, {'id': '20F1_3', 'access': 0, 'type': 9, 'len': 513, 'cat': 'ocpp', 'value': 'ws://ocpp.e-flux.nl:80/1.6/e-flux'}, {'id': '20F1_4', 'access': 0, 'type': 7, 'len': 0, 'cat': 'ocpp', 'value': 15}, {'id': '20F1_5', 'access': 0, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '20F1_6', 'access': 0, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 5}, {'id': '20F1_7', 'access': 0, 'type': 9, 'len': 513, 'cat': 'ocpp', 'value': 'm2m.services'}, {'id': '20F1_8', 'access': 0, 'type': 9, 'len': 21, 'cat': 'ocpp', 'value': ''}, {'id': '20F1_9', 'access': 0, 'type': 9, 'len': 21, 'cat': 'ocpp', 'value': ''}, {'id': '20F1_A', 'access': 0, 'type': 9, 'len': 5, 'cat': 'ocpp', 'value': ''}, {'id': '20F1_B', 'access': 0, 'type': 9, 'len': 7, 'cat': 'ocpp', 'value': ''}, {'id': '20F1_C', 'access': 0, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '20F1_D', 'access': 0, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '20F1_E', 'access': 0, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '20F2_1', 'access': 0, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '20F2_3', 'access': 0, 'type': 9, 'len': 513, 'cat': 'ocpp', 'value': ''}, {'id': '20F2_4', 'access': 0, 'type': 7, 'len': 0, 'cat': 'ocpp', 'value': 10}, {'id': '20F2_5', 'access': 0, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '20F2_6', 'access': 0, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '20F2_7', 'access': 0, 'type': 9, 'len': 513, 'cat': 'ocpp', 'value': ''}, {'id': '20F2_8', 'access': 0, 'type': 9, 'len': 21, 'cat': 'ocpp', 'value': ''}, {'id': '20F2_9', 'access': 0, 'type': 9, 'len': 21, 'cat': 'ocpp', 'value': ''}, {'id': '20F2_A', 'access': 0, 'type': 9, 'len': 5, 'cat': 'ocpp', 'value': ''}, {'id': '20F2_B', 'access': 0, 'type': 9, 'len': 7, 'cat': 'ocpp', 'value': ''}, {'id': '20F2_C', 'access': 0, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '20F2_D', 'access': 0, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '20F2_E', 'access': 0, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '20F3_1', 'access': 0, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '20F3_3', 'access': 0, 'type': 9, 'len': 513, 'cat': 'ocpp', 'value': ''}, {'id': '20F3_4', 'access': 0, 'type': 7, 'len': 0, 'cat': 'ocpp', 'value': 10}], 'offset': 32, 'total': 113}
2024-05-01 13:23:49.275 DEBUG (MainThread) [custom_components.alfen_wallbox.alfen] Status Response prop?cat=ocpp&offset=64: {'version': 2, 'properties': [{'id': '20F3_5', 'access': 0, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '20F3_6', 'access': 0, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '20F3_7', 'access': 0, 'type': 9, 'len': 513, 'cat': 'ocpp', 'value': ''}, {'id': '20F3_8', 'access': 0, 'type': 9, 'len': 21, 'cat': 'ocpp', 'value': ''}, {'id': '20F3_9', 'access': 0, 'type': 9, 'len': 21, 'cat': 'ocpp', 'value': ''}, {'id': '20F3_A', 'access': 0, 'type': 9, 'len': 5, 'cat': 'ocpp', 'value': ''}, {'id': '20F3_B', 'access': 0, 'type': 9, 'len': 7, 'cat': 'ocpp', 'value': ''}, {'id': '20F3_C', 'access': 0, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '20F3_D', 'access': 0, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '20F3_E', 'access': 0, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '20F4_0', 'access': 0, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 3}, {'id': '218A_0', 'access': 0, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 16}, {'id': '218B_0', 'access': 0, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 16}, {'id': '2401_0', 'access': 0, 'type': 9, 'len': 37, 'cat': 'ocpp', 'value': '                                     '}, {'id': '3258_0', 'access': 0, 'type': 7, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '3263_1', 'access': 0, 'type': 2, 'len': 3, 'cat': 'ocpp', 'value': 0}, {'id': '3263_2', 'access': 0, 'type': 9, 'len': 512, 'cat': 'ocpp', 'value': ''}, {'id': '3263_3', 'access': 0, 'type': 2, 'len': 3, 'cat': 'ocpp', 'value': 0}, {'id': '3263_4', 'access': 0, 'type': 9, 'len': 512, 'cat': 'ocpp', 'value': ''}, {'id': '3263_5', 'access': 0, 'type': 9, 'len': 4, 'cat': 'ocpp', 'value': ''}, {'id': '3264_0', 'access': 0, 'type': 7, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '3265_0', 'access': 0, 'type': 7, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '3266_0', 'access': 0, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '3267_0', 'access': 1, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '3260_0', 'access': 1, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '3269_0', 'access': 1, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '3270_0', 'access': 0, 'type': 7, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '3271_0', 'access': 0, 'type': 9, 'len': 14, 'cat': 'ocpp', 'value': 'unimplemented '}, {'id': '3272_0', 'access': 1, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '3273_0', 'access': 1, 'type': 9, 'len': 3, 'cat': 'ocpp', 'value': 'A,W'}, {'id': '3274_0', 'access': 1, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '3275_0', 'access': 0, 'type': 8, 'len': 0, 'cat': 'ocpp', 'value': 0}], 'offset': 64, 'total': 113}
2024-05-01 13:23:49.374 DEBUG (MainThread) [custom_components.alfen_wallbox.alfen] Status Response prop?cat=ocpp&offset=96: {'version': 2, 'properties': [{'id': '3276_1', 'access': 0, 'type': 9, 'len': 27, 'cat': 'ocpp', 'value': ''}, {'id': '3276_2', 'access': 0, 'type': 9, 'len': 30, 'cat': 'ocpp', 'value': ''}, {'id': '3276_3', 'access': 0, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '3276_4', 'access': 0, 'type': 9, 'len': 7, 'cat': 'ocpp', 'value': ''}, {'id': '3276_5', 'access': 0, 'type': 9, 'len': 27, 'cat': 'ocpp', 'value': ''}, {'id': '3276_6', 'access': 0, 'type': 9, 'len': 7, 'cat': 'ocpp', 'value': ''}, {'id': '3276_7', 'access': 0, 'type': 6, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '3276_8', 'access': 0, 'type': 9, 'len': 30, 'cat': 'ocpp', 'value': ''}, {'id': '3277_1', 'access': 1, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 10}, {'id': '3277_2', 'access': 1, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 10}, {'id': '3277_3', 'access': 1, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 10}, {'id': '3277_4', 'access': 1, 'type': 6, 'len': 0, 'cat': 'ocpp', 'value': 255}, {'id': '3277_5', 'access': 1, 'type': 6, 'len': 0, 'cat': 'ocpp', 'value': 255}, {'id': '3277_6', 'access': 1, 'type': 6, 'len': 0, 'cat': 'ocpp', 'value': 255}, {'id': '3277_7', 'access': 1, 'type': 6, 'len': 0, 'cat': 'ocpp', 'value': 255}, {'id': '3277_8', 'access': 1, 'type': 6, 'len': 0, 'cat': 'ocpp', 'value': 255}, {'id': '5230_0', 'access': 0, 'type': 2, 'len': 0, 'cat': 'ocpp', 'value': 0}], 'offset': 96, 'total': 113}
2024-05-01 13:23:49.503 DEBUG (MainThread) [custom_components.alfen_wallbox.alfen] Status Response prop?cat=meter4&offset=0: {'version': 2, 'properties': [{'id': '5217_0', 'access': 0, 'type': 2, 'len': 7, 'cat': 'meter4', 'value': -1}, {'id': '2191_1', 'access': 0, 'type': 5, 'len': 1, 'cat': 'meter4', 'value': 1}, {'id': '2191_2', 'access': 0, 'type': 9, 'len': 16, 'cat': 'meter4', 'value': '10.10.10.1'}, {'id': '2191_3', 'access': 0, 'type': 6, 'len': 0, 'cat': 'meter4', 'value': 5001}, {'id': '5218_0', 'access': 0, 'type': 2, 'len': 13, 'cat': 'meter4', 'value': 1}, {'id': '5221_3', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_4', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_5', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_6', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_7', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_8', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_9', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_A', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_B', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_C', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_D', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_E', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_F', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_10', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_11', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_12', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_13', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_14', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_15', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_16', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_17', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_18', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_19', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_1A', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_1B', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_1C', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_1D', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}], 'offset': 0, 'total': 49}
2024-05-01 13:23:49.602 DEBUG (MainThread) [custom_components.alfen_wallbox.alfen] Status Response prop?cat=meter4&offset=32: {'version': 2, 'properties': [{'id': '5221_1E', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_1F', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_20', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_21', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_22', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_23', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_24', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_25', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_26', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_27', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_28', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_29', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_2A', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_2B', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_2C', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_2D', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_2E', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}], 'offset': 32, 'total': 49}
2024-05-01 13:23:49.734 DEBUG (MainThread) [custom_components.alfen_wallbox.alfen] Status Response prop?cat=MbusTCP&offset=0: {'version': 2, 'properties': [{'id': '2522_1', 'access': 0, 'type': 5, 'len': 2, 'cat': 'MbusTCP', 'value': 0}, {'id': '2522_2', 'access': 0, 'type': 5, 'len': 2, 'cat': 'MbusTCP', 'value': 1}, {'id': '2522_4', 'access': 0, 'type': 9, 'len': 16, 'cat': 'MbusTCP', 'value': '192.168.000.004'}, {'id': '2522_6', 'access': 0, 'type': 6, 'len': 65535, 'cat': 'MbusTCP', 'value': 5}, {'id': '2523_1', 'access': 0, 'type': 5, 'len': 2, 'cat': 'MbusTCP', 'value': 0}, {'id': '2523_2', 'access': 0, 'type': 5, 'len': 2, 'cat': 'MbusTCP', 'value': 2}, {'id': '2523_4', 'access': 0, 'type': 9, 'len': 16, 'cat': 'MbusTCP', 'value': '192.168.000.004'}, {'id': '2523_6', 'access': 0, 'type': 6, 'len': 65535, 'cat': 'MbusTCP', 'value': 5}, {'id': '2530_1', 'access': 0, 'type': 5, 'len': 3, 'cat': 'MbusTCP', 'value': 3}, {'id': '2530_2', 'access': 0, 'type': 5, 'len': 1, 'cat': 'MbusTCP', 'value': 1}, {'id': '2530_3', 'access': 0, 'type': 5, 'len': 1, 'cat': 'MbusTCP', 'value': 0}, {'id': '2530_4', 'access': 0, 'type': 6, 'len': 65535, 'cat': 'MbusTCP', 'value': 300}, {'id': '2560_0', 'access': 0, 'type': 64, 'len': 50, 'cat': 'MbusTCP', 'value': '3,4,5,0,1,2,F,7,8,9,6,13,1B,17,E,10,11,12,18,19,1A,14,15,16,B,C,D,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0'}, {'id': '2561_0', 'access': 0, 'type': 65, 'len': 50, 'cat': 'MbusTCP', 'value': 'C552,C554,C556,C558,C55A,C55C,C55E,C560,C562,C564,C566,C568,C56A,C56C,C56E,C570,C572,C574,C576,C578,C57A,C57C,C57E,C580,C582,C584,C586,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0'}, {'id': '2562_0', 'access': 0, 'type': 64, 'len': 50, 'cat': 'MbusTCP', 'value': '3,3,3,3,3,3,3,3,3,3,3,2,2,3,2,2,2,2,2,2,2,3,3,3,2,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0'}, {'id': '2563_0', 'access': 0, 'type': 64, 'len': 50, 'cat': 'MbusTCP', 'value': 'FE,FE,FE,FE,FE,FE,FD,FD,FD,FD,FD,1,1,1,FD,1,1,1,1,1,1,1,1,1,FD,FD,FD,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0'}, {'id': '2564_0', 'access': 0, 'type': 5, 'len': 1, 'cat': 'MbusTCP', 'value': 1}, {'id': '2564_1', 'access': 0, 'type': 7, 'len': 0, 'cat': 'MbusTCP', 'value': 2000}, {'id': '2564_2', 'access': 0, 'type': 7, 'len': 0, 'cat': 'MbusTCP', 'value': 500}, {'id': '2564_3', 'access': 0, 'type': 5, 'len': 255, 'cat': 'MbusTCP', 'value': 176}, {'id': '2565_0', 'access': 0, 'type': 7, 'len': 0, 'cat': 'MbusTCP', 'value': 19200}, {'id': '2565_1', 'access': 0, 'type': 5, 'len': 2, 'cat': 'MbusTCP', 'value': 1}, {'id': '2565_2', 'access': 0, 'type': 5, 'len': 0, 'cat': 'MbusTCP', 'value': 1}, {'id': '2570_0', 'access': 0, 'type': 64, 'len': 50, 'cat': 'MbusTCP', 'value': '3,4,5,0,1,2,F,7,8,9,6,13,1B,17,E,10,11,12,18,19,1A,14,15,16,B,C,D,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0'}, {'id': '2571_0', 'access': 0, 'type': 65, 'len': 50, 'cat': 'MbusTCP', 'value': 'C552,C554,C556,C558,C55A,C55C,C55E,C560,C562,C564,C566,C568,C56A,C56C,C56E,C570,C572,C574,C576,C578,C57A,C57C,C57E,C580,C582,C584,C586,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0'}, {'id': '2572_0', 'access': 0, 'type': 64, 'len': 50, 'cat': 'MbusTCP', 'value': '3,3,3,3,3,3,3,3,3,3,3,2,2,3,2,2,2,2,2,2,2,3,3,3,2,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0'}, {'id': '2573_0', 'access': 0, 'type': 64, 'len': 50, 'cat': 'MbusTCP', 'value': 'FE,FE,FE,FE,FE,FE,FD,FD,FD,FD,FD,1,1,1,FD,1,1,1,1,1,1,1,1,1,FD,FD,FD,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0'}], 'offset': 0, 'total': 34}
2024-05-01 13:23:49.826 DEBUG (MainThread) [custom_components.alfen_wallbox.alfen] Status Response prop?cat=MbusTCP&offset=27: {'version': 2, 'properties': [{'id': '2574_0', 'access': 0, 'type': 5, 'len': 1, 'cat': 'MbusTCP', 'value': 1}, {'id': '2574_1', 'access': 0, 'type': 7, 'len': 0, 'cat': 'MbusTCP', 'value': 2000}, {'id': '2574_2', 'access': 0, 'type': 7, 'len': 0, 'cat': 'MbusTCP', 'value': 500}, {'id': '2574_3', 'access': 0, 'type': 5, 'len': 255, 'cat': 'MbusTCP', 'value': 176}, {'id': '2575_0', 'access': 0, 'type': 7, 'len': 0, 'cat': 'MbusTCP', 'value': 19200}, {'id': '2575_1', 'access': 0, 'type': 5, 'len': 2, 'cat': 'MbusTCP', 'value': 1}, {'id': '2575_2', 'access': 0, 'type': 5, 'len': 0, 'cat': 'MbusTCP', 'value': 1}], 'offset': 27, 'total': 34}
2024-05-01 13:23:49.931 DEBUG (MainThread) [custom_components.alfen_wallbox.alfen] Status Response prop?cat=comm&offset=0: {'version': 2, 'properties': [{'id': '206B_1', 'access': 0, 'type': 5, 'len': 2, 'cat': 'comm', 'value': 0}, {'id': '206B_2', 'access': 0, 'type': 6, 'len': 65535, 'cat': 'comm', 'value': 60}, {'id': '206B_3', 'access': 0, 'type': 6, 'len': 65535, 'cat': 'comm', 'value': 100}, {'id': '208A_0', 'access': 0, 'type': 7, 'len': 0, 'cat': 'comm', 'value': 120}, {'id': '208B_1', 'access': 1, 'type': 6, 'len': 0, 'cat': 'comm', 'value': 10}, {'id': '208B_2', 'access': 1, 'type': 6, 'len': 0, 'cat': 'comm', 'value': 15}, {'id': '208D_1', 'access': 0, 'type': 6, 'len': 0, 'cat': 'comm', 'value': 10}, {'id': '208D_2', 'access': 0, 'type': 6, 'len': 0, 'cat': 'comm', 'value': 50}, {'id': '208E_1', 'access': 0, 'type': 6, 'len': 0, 'cat': 'comm', 'value': 60}, {'id': '208E_2', 'access': 0, 'type': 6, 'len': 0, 'cat': 'comm', 'value': 120}, {'id': '209B_0', 'access': 0, 'type': 2, 'len': 2, 'cat': 'comm', 'value': 1}, {'id': '209C_0', 'access': 0, 'type': 2, 'len': 3, 'cat': 'comm', 'value': 1}, {'id': '209D_0', 'access': 0, 'type': 2, 'len': 2, 'cat': 'comm', 'value': 1}, {'id': '2118_0', 'access': 1, 'type': 9, 'len': 33, 'cat': 'comm', 'value': 'Quectel'}, {'id': '2119_0', 'access': 1, 'type': 9, 'len': 33, 'cat': 'comm', 'value': 'BG95-M3'}, {'id': '2120_0', 'access': 1, 'type': 9, 'len': 33, 'cat': 'comm', 'value': 'BG95M3LAR02A03_01.012.01.012'}, {'id': '2121_0', 'access': 1, 'type': 9, 'len': 33, 'cat': 'comm', 'value': '863940057525886'}, {'id': '2182_0', 'access': 0, 'type': 6, 'len': 0, 'cat': 'comm', 'value': 0}], 'offset': 0, 'total': 18}
2024-05-01 13:23:50.030 DEBUG (MainThread) [custom_components.alfen_wallbox.alfen] Status Response prop?cat=display&offset=0: {'version': 2, 'properties': [{'id': '3260_1', 'access': 1, 'type': 6, 'len': 0, 'cat': 'display', 'value': 0}, {'id': '3260_2', 'access': 1, 'type': 6, 'len': 0, 'cat': 'display', 'value': 0}, {'id': '3260_3', 'access': 1, 'type': 6, 'len': 0, 'cat': 'display', 'value': 0}, {'id': '3260_4', 'access': 1, 'type': 6, 'len': 0, 'cat': 'display', 'value': 0}, {'id': '3260_5', 'access': 1, 'type': 7, 'len': 0, 'cat': 'display', 'value': 0}, {'id': '3261_0', 'access': 0, 'type': 6, 'len': 7, 'cat': 'display', 'value': 7}, {'id': '3262_1', 'access': 0, 'type': 9, 'len': 4, 'cat': 'display', 'value': 'EUR'}, {'id': '3262_2', 'access': 0, 'type': 8, 'len': 0, 'cat': 'display', 'value': 0}, {'id': '3262_3', 'access': 0, 'type': 8, 'len': 0, 'cat': 'display', 'value': 0}, {'id': '3262_4', 'access': 0, 'type': 8, 'len': 0, 'cat': 'display', 'value': 0}, {'id': '3262_5', 'access': 0, 'type': 5, 'len': 2, 'cat': 'display', 'value': 1}], 'offset': 0, 'total': 11}
2024-05-01 13:23:50.167 DEBUG (MainThread) [custom_components.alfen_wallbox.alfen] Status Response prop?cat=meter2&offset=0: {'version': 2, 'properties': [{'id': '2542_0', 'access': 1, 'type': 9, 'len': 41, 'cat': 'meter2', 'value': ''}, {'id': '3218_0', 'access': 0, 'type': 2, 'len': 13, 'cat': 'meter2', 'value': 1}, {'id': '3221_3', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_4', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_5', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_6', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_7', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_8', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_9', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_A', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_B', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_C', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_D', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_E', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_F', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_10', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_11', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_12', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_13', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_14', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_15', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_16', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_17', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_18', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_19', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_1A', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_1B', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_1C', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_1D', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_1E', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_1F', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_20', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}], 'offset': 0, 'total': 46}
2024-05-01 13:23:50.267 DEBUG (MainThread) [custom_components.alfen_wallbox.alfen] Status Response prop?cat=meter2&offset=32: {'version': 2, 'properties': [{'id': '3221_21', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_22', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_23', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_24', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_25', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_26', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_27', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_28', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_29', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_2A', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_2B', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_2C', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_2D', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_2E', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}], 'offset': 32, 'total': 46}
2024-05-01 13:23:50.271 DEBUG (MainThread) [custom_components.alfen_wallbox.alfen] Properties [{'id': '1008_0', 'access': 1, 'type': 9, 'len': 33, 'cat': 'generic', 'value': 'NG910'}, {'id': '1009_0', 'access': 1, 'type': 9, 'len': 33, 'cat': 'generic', 'value': 'B9'}, {'id': '100A_0', 'access': 1, 'type': 9, 'len': 33, 'cat': 'generic', 'value': '6.3.0-4185'}, {'id': '2005_0', 'access': 1, 'type': 6, 'len': 65535, 'cat': 'generic', 'value': 515}, {'id': '204F_0', 'access': 0, 'type': 6, 'len': 65535, 'cat': 'generic', 'value': 35}, {'id': '2050_0', 'access': 0, 'type': 9, 'len': 21, 'cat': 'generic', 'value': 'NG910-60587'}, {'id': '2051_0', 'access': 0, 'type': 9, 'len': 26, 'cat': 'generic', 'value': 'ACE0300391'}, {'id': '2052_1', 'access': 0, 'type': 9, 'len': 21, 'cat': 'generic', 'value': '12:77:0b:03:2f:3c'}, {'id': '2052_2', 'access': 0, 'type': 5, 'len': 255, 'cat': 'generic', 'value': 0}, {'id': '2053_0', 'access': 0, 'type': 9, 'len': 21, 'cat': 'generic', 'value': 'LIB_14022'}, {'id': '2054_0', 'access': 1, 'type': 9, 'len': 51, 'cat': 'generic', 'value': '6.3.0-4185'}, {'id': '2055_0', 'access': 0, 'type': 9, 'len': 21, 'cat': 'generic', 'value': 'Alfen BV'}, {'id': '2056_0', 'access': 1, 'type': 7, 'len': 0, 'cat': 'generic', 'value': 207}, {'id': '2057_0', 'access': 1, 'type': 9, 'len': 51, 'cat': 'generic', 'value': 'Software reset'}, {'id': '2059_0', 'access': 0, 'type': 27, 'len': 0, 'cat': 'generic', 'value': 1714562690657}, {'id': '205B_0', 'access': 0, 'type': 5, 'len': 0, 'cat': 'generic', 'value': 1}, {'id': '205C_1', 'access': 0, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 52.40227127075195}, {'id': '205C_2', 'access': 0, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 5.243744850158691}, {'id': '205D_0', 'access': 0, 'type': 9, 'len': 9, 'cat': 'generic', 'value': 'en_GB'}, {'id': '205E_0', 'access': 1, 'type': 5, 'len': 0, 'cat': 'generic', 'value': 1}, {'id': '205F_0', 'access': 0, 'type': 27, 'len': 0, 'cat': 'generic', 'value': 0}, {'id': '2060_0', 'access': 1, 'type': 27, 'len': 0, 'cat': 'generic', 'value': 1123641675}, {'id': '2061_1', 'access': 0, 'type': 5, 'len': 90, 'cat': 'generic', 'value': 0}, {'id': '2061_2', 'access': 0, 'type': 5, 'len': 180, 'cat': 'generic', 'value': 100}, {'id': '2062_0', 'access': 0, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 16}, {'id': '2063_0', 'access': 0, 'type': 9, 'len': 21, 'cat': 'generic', 'value': 'xxx'}, {'id': '2064_0', 'access': 0, 'type': 5, 'len': 3, 'cat': 'generic', 'value': 3}, {'id': '2065_1', 'access': 1, 'type': 5, 'len': 0, 'cat': 'generic', 'value': 0}, {'id': '2066_0', 'access': 1, 'type': 7, 'len': 0, 'cat': 'generic', 'value': 16777219}, {'id': '2067_0', 'access': 0, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 25}, {'id': '2068_0', 'access': 0, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 6}, {'id': '2069_0', 'access': 0, 'type': 9, 'len': 7, 'cat': 'generic', 'value': 'L2L1L3'}, {'id': '206A_0', 'access': 0, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 14}, {'id': '206F_0', 'access': 0, 'type': 5, 'len': 1, 'cat': 'generic', 'value': 1}, {'id': '206E_0', 'access': 0, 'type': 3, 'len': 0, 'cat': 'generic', 'value': 60}, {'id': '2071_1', 'access': 1, 'type': 9, 'len': 64, 'cat': 'generic', 'value': 'ws://ocpp.e-flux.nl'}, {'id': '2071_2', 'access': 1, 'type': 9, 'len': 64, 'cat': 'generic', 'value': '/1.6/e-flux'}, {'id': '2072_1', 'access': 0, 'type': 9, 'len': 16, 'cat': 'generic', 'value': '192.168.000.001'}, {'id': '2072_2', 'access': 0, 'type': 5, 'len': 2, 'cat': 'generic', 'value': 0}, {'id': '2073_1', 'access': 0, 'type': 9, 'len': 16, 'cat': 'generic', 'value': '255.255.255.255'}, {'id': '2074_1', 'access': 0, 'type': 9, 'len': 16, 'cat': 'generic', 'value': '192.168.000.001'}, {'id': '2075_1', 'access': 0, 'type': 9, 'len': 16, 'cat': 'generic', 'value': '192.168.000.092'}, {'id': '2075_2', 'access': 0, 'type': 5, 'len': 2, 'cat': 'generic', 'value': 0}, {'id': '2076_0', 'access': 0, 'type': 9, 'len': 51, 'cat': 'generic', 'value': 'e-flux-platform'}, {'id': '2077_0', 'access': 1, 'type': 2, 'len': 3, 'cat': 'generic', 'value': 3}, {'id': '2078_1', 'access': 1, 'type': 9, 'len': 64, 'cat': 'generic', 'value': 'ws://ocpp.e-flux.nl'}, {'id': '2078_2', 'access': 1, 'type': 9, 'len': 64, 'cat': 'generic', 'value': '/1.6/e-flux'}, {'id': '2079_1', 'access': 0, 'type': 9, 'len': 16, 'cat': 'generic', 'value': ''}, {'id': '2079_2', 'access': 0, 'type': 5, 'len': 2, 'cat': 'generic', 'value': 0}, {'id': '207A_1', 'access': 0, 'type': 9, 'len': 16, 'cat': 'generic', 'value': '192.168.000.001'}, {'id': '207A_2', 'access': 0, 'type': 5, 'len': 2, 'cat': 'generic', 'value': 0}, {'id': '207B_1', 'access': 0, 'type': 9, 'len': 16, 'cat': 'generic', 'value': '255.255.255.0'}, {'id': '207C_1', 'access': 0, 'type': 9, 'len': 16, 'cat': 'generic', 'value': '10.10.10.1'}, {'id': '207D_1', 'access': 0, 'type': 9, 'len': 16, 'cat': 'generic', 'value': '10.10.10.130'}, {'id': '207D_2', 'access': 0, 'type': 5, 'len': 2, 'cat': 'generic', 'value': 0}, {'id': '207E_1', 'access': 0, 'type': 9, 'len': 16, 'cat': 'generic', 'value': '10.10.10.1'}, {'id': '207E_2', 'access': 0, 'type': 5, 'len': 2, 'cat': 'generic', 'value': 0}, {'id': '207F_1', 'access': 0, 'type': 9, 'len': 16, 'cat': 'generic', 'value': '0.0.0.0'}, {'id': '207F_2', 'access': 0, 'type': 5, 'len': 2, 'cat': 'generic', 'value': 0}, {'id': '2080_1', 'access': 0, 'type': 9, 'len': 16, 'cat': 'generic', 'value': ''}, {'id': '2080_2', 'access': 0, 'type': 5, 'len': 2, 'cat': 'generic', 'value': 0}, {'id': '2081_0', 'access': 1, 'type': 9, 'len': 21, 'cat': 'generic', 'value': 'ocpp/json'}, {'id': '2082_0', 'access': 1, 'type': 9, 'len': 11, 'cat': 'generic', 'value': '1.6'}, {'id': '2086_0', 'access': 0, 'type': 7, 'len': 0, 'cat': 'generic', 'value': 60}, {'id': '2087_0', 'access': 0, 'type': 7, 'len': 0, 'cat': 'generic', 'value': 900}, {'id': '2088_0', 'access': 0, 'type': 2, 'len': 2, 'cat': 'generic', 'value': 1}, {'id': '2089_0', 'access': 0, 'type': 2, 'len': 1, 'cat': 'generic', 'value': 1}, {'id': '208F_0', 'access': 0, 'type': 6, 'len': 0, 'cat': 'generic', 'value': 900}, {'id': '2093_0', 'access': 0, 'type': 2, 'len': 1, 'cat': 'generic', 'value': 1}, {'id': '2094_0', 'access': 0, 'type': 2, 'len': 0, 'cat': 'generic', 'value': 0}, {'id': '2095_0', 'access': 0, 'type': 2, 'len': 1, 'cat': 'generic', 'value': 0}, {'id': '2100_0', 'access': 1, 'type': 9, 'len': 34, 'cat': 'generic', 'value': 'm2m.services'}, {'id': '2101_0', 'access': 1, 'type': 9, 'len': 33, 'cat': 'generic', 'value': ''}, {'id': '2102_0', 'access': 1, 'type': 9, 'len': 33, 'cat': 'generic', 'value': ''}, {'id': '2103_0', 'access': 1, 'type': 9, 'len': 21, 'cat': 'generic', 'value': ''}, {'id': '2104_0', 'access': 1, 'type': 9, 'len': 21, 'cat': 'generic', 'value': 'ERROR'}, {'id': '2105_0', 'access': 1, 'type': 9, 'len': 21, 'cat': 'generic', 'value': '+CME ERROR: 13'}, {'id': '2106_0', 'access': 0, 'type': 2, 'len': 0, 'cat': 'generic', 'value': 0}, {'id': '2107_0', 'access': 0, 'type': 2, 'len': 0, 'cat': 'generic', 'value': 5}, {'id': '2108_0', 'access': 0, 'type': 2, 'len': 1, 'cat': 'generic', 'value': 1}, {'id': '2109_0', 'access': 1, 'type': 2, 'len': 3, 'cat': 'generic', 'value': 0}, {'id': '2110_0', 'access': 1, 'type': 3, 'len': 0, 'cat': 'generic', 'value': 0}, {'id': '2111_0', 'access': 0, 'type': 3, 'len': 0, 'cat': 'generic', 'value': -90}, {'id': '2112_0', 'access': 1, 'type': 9, 'len': 33, 'cat': 'generic', 'value': '0'}, {'id': '2113_0', 'access': 0, 'type': 5, 'len': 2, 'cat': 'generic', 'value': 0}, {'id': '2114_0', 'access': 0, 'type': 5, 'len': 3, 'cat': 'generic', 'value': 0}, {'id': '2125_0', 'access': 0, 'type': 2, 'len': 3, 'cat': 'generic', 'value': 0}, {'id': '2126_0', 'access': 0, 'type': 2, 'len': 3, 'cat': 'generic', 'value': 0}, {'id': '2127_0', 'access': 0, 'type': 2, 'len': 1, 'cat': 'generic', 'value': 0}, {'id': '2128_0', 'access': 0, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 16}, {'id': '2129_0', 'access': 0, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 16}, {'id': '212A_0', 'access': 1, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 16}, {'id': '212B_0', 'access': 1, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 40.20000076293945}, {'id': '212C_0', 'access': 1, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 15}, {'id': '212D_0', 'access': 1, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 40.20000076293945}, {'id': '2130_0', 'access': 0, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 16}, {'id': '2131_0', 'access': 0, 'type': 2, 'len': 0, 'cat': 'generic', 'value': 5}, {'id': '2132_0', 'access': 0, 'type': 3, 'len': 0, 'cat': 'generic', 'value': 30}, {'id': '2133_0', 'access': 0, 'type': 3, 'len': 0, 'cat': 'generic', 'value': 300}, {'id': '2134_0', 'access': 0, 'type': 3, 'len': 0, 'cat': 'generic', 'value': 60}, {'id': '2135_0', 'access': 0, 'type': 3, 'len': 0, 'cat': 'generic', 'value': 120}, {'id': '2136_0', 'access': 0, 'type': 3, 'len': 0, 'cat': 'generic', 'value': 11}, {'id': '2137_0', 'access': 0, 'type': 2, 'len': 3, 'cat': 'generic', 'value': 2}, {'id': '2138_0', 'access': 0, 'type': 2, 'len': 2, 'cat': 'generic', 'value': 3}, {'id': '2139_0', 'access': 0, 'type': 3, 'len': 0, 'cat': 'generic', 'value': 250}, {'id': '213A_0', 'access': 1, 'type': 9, 'len': 33, 'cat': 'generic', 'value': '                                 '}, {'id': '213B_0', 'access': 0, 'type': 2, 'len': 2, 'cat': 'generic', 'value': 0}, {'id': '213C_0', 'access': 0, 'type': 2, 'len': 2, 'cat': 'generic', 'value': 1}, {'id': '213D_0', 'access': 0, 'type': 2, 'len': 2, 'cat': 'generic', 'value': 0}, {'id': '213E_0', 'access': 0, 'type': 2, 'len': 2, 'cat': 'generic', 'value': 1}, {'id': '2140_0', 'access': 0, 'type': 3, 'len': 0, 'cat': 'generic', 'value': 1000}, {'id': '2159_0', 'access': 0, 'type': 5, 'len': 2, 'cat': 'generic', 'value': 0}, {'id': '215D_0', 'access': 0, 'type': 5, 'len': 2, 'cat': 'generic', 'value': 0}, {'id': '215E_0', 'access': 0, 'type': 5, 'len': 2, 'cat': 'generic', 'value': 0}, {'id': '215F_0', 'access': 1, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 99.9000015258789}, {'id': '2160_0', 'access': 1, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 0}, {'id': '2161_0', 'access': 1, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 16}, {'id': '2165_1', 'access': 0, 'type': 5, 'len': 2, 'cat': 'generic', 'value': 0}, {'id': '2165_2', 'access': 0, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 0}, {'id': '2165_3', 'access': 0, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 0}, {'id': '2165_4', 'access': 0, 'type': 27, 'len': 0, 'cat': 'generic', 'value': 0}, {'id': '2166_1', 'access': 0, 'type': 5, 'len': 2, 'cat': 'generic', 'value': 0}, {'id': '2166_2', 'access': 0, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 0}, {'id': '2166_3', 'access': 0, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 0}, {'id': '2166_4', 'access': 0, 'type': 27, 'len': 0, 'cat': 'generic', 'value': 0}, {'id': '2167_1', 'access': 0, 'type': 5, 'len': 2, 'cat': 'generic', 'value': 0}, {'id': '2167_2', 'access': 0, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 0}, {'id': '2167_3', 'access': 0, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 0}, {'id': '2167_4', 'access': 0, 'type': 27, 'len': 0, 'cat': 'generic', 'value': 0}, {'id': '2168_0', 'access': 0, 'type': 6, 'len': 65535, 'cat': 'generic', 'value': 0}, {'id': '2169_0', 'access': 0, 'type': 6, 'len': 3600, 'cat': 'generic', 'value': 0}, {'id': '216A_0', 'access': 0, 'type': 5, 'len': 2, 'cat': 'generic', 'value': 0}, {'id': '216B_0', 'access': 0, 'type': 5, 'len': 2, 'cat': 'generic', 'value': 0}, {'id': '216D_0', 'access': 0, 'type': 5, 'len': 60, 'cat': 'generic', 'value': 0}, {'id': '216E_0', 'access': 0, 'type': 9, 'len': 48, 'cat': 'generic', 'value': 'https://eichrecht.alfen.com'}, {'id': '216F_0', 'access': 0, 'type': 5, 'len': 2, 'cat': 'generic', 'value': 0}, {'id': '2173_0', 'access': 0, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 16}, {'id': '2183_0', 'access': 0, 'type': 5, 'len': 2, 'cat': 'generic', 'value': 0}, {'id': '2184_0', 'access': 0, 'type': 6, 'len': 65535, 'cat': 'generic', 'value': 0}, {'id': '21A0_0', 'access': 1, 'type': 27, 'len': 0, 'cat': 'generic', 'value': 3940757906999050}, {'id': '21A1_0', 'access': 0, 'type': 9, 'len': 30, 'cat': 'generic', 'value': '3B80.0A01.0201.F704.FD90.340F'}, {'id': '21A2_0', 'access': 1, 'type': 7, 'len': 0, 'cat': 'generic', 'value': 2147549444}, {'id': '21B0_0', 'access': 0, 'type': 5, 'len': 2, 'cat': 'generic', 'value': 1}, {'id': '2224_0', 'access': 1, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 5.895833492279053}, {'id': '2225_0', 'access': 1, 'type': 8, 'len': 0, 'cat': 'generic', 'value': -11.083333015441895}, {'id': '2228_0', 'access': 1, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 0}, {'id': '2229_0', 'access': 1, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 0}, {'id': '2231_0', 'access': 1, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 4.829435027449087e-41}, {'id': '2233_0', 'access': 1, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 2.3693558008761973e-38}, {'id': '2911_0', 'access': 0, 'type': 2, 'len': 12, 'cat': 'generic', 'value': 10}, {'id': '3125_0', 'access': 0, 'type': 2, 'len': 3, 'cat': 'generic', 'value': 1}, {'id': '3129_0', 'access': 0, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 0}, {'id': '312A_0', 'access': 1, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 32}, {'id': '312B_0', 'access': 1, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 32}, {'id': '312C_0', 'access': 1, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 32}, {'id': '312D_0', 'access': 1, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 32}, {'id': '3160_0', 'access': 1, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 0}, {'id': '3173_0', 'access': 0, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 16}, {'id': '204D_1', 'access': 1, 'type': 5, 'len': 255, 'cat': 'generic2', 'value': 2}, {'id': '204D_2', 'access': 1, 'type': 5, 'len': 255, 'cat': 'generic2', 'value': 10}, {'id': '204D_3', 'access': 1, 'type': 5, 'len': 255, 'cat': 'generic2', 'value': 6}, {'id': '204D_4', 'access': 1, 'type': 5, 'len': 255, 'cat': 'generic2', 'value': 0}, {'id': '2070_0', 'access': 0, 'type': 5, 'len': 1, 'cat': 'generic2', 'value': 1}, {'id': '218E_0', 'access': 0, 'type': 7, 'len': 0, 'cat': 'generic2', 'value': 0}, {'id': '209E_0', 'access': 1, 'type': 5, 'len': 0, 'cat': 'generic2', 'value': 5}, {'id': '209F_0', 'access': 1, 'type': 5, 'len': 0, 'cat': 'generic2', 'value': 0}, {'id': '2115_0', 'access': 0, 'type': 9, 'len': 64, 'cat': 'generic2', 'value': ''}, {'id': '2116_0', 'access': 0, 'type': 9, 'len': 32, 'cat': 'generic2', 'value': ''}, {'id': '2117_0', 'access': 0, 'type': 2, 'len': 2, 'cat': 'generic2', 'value': 0}, {'id': '2124_0', 'access': 0, 'type': 5, 'len': 2, 'cat': 'generic2', 'value': 1}, {'id': '212E_1', 'access': 1, 'type': 3, 'len': 0, 'cat': 'generic2', 'value': 0}, {'id': '212E_2', 'access': 1, 'type': 6, 'len': 0, 'cat': 'generic2', 'value': 0}, {'id': '212E_3', 'access': 1, 'type': 27, 'len': 0, 'cat': 'generic2', 'value': 0}, {'id': '212F_1', 'access': 1, 'type': 8, 'len': 0, 'cat': 'generic2', 'value': 0}, {'id': '212F_2', 'access': 1, 'type': 8, 'len': 0, 'cat': 'generic2', 'value': 0}, {'id': '212F_3', 'access': 1, 'type': 8, 'len': 0, 'cat': 'generic2', 'value': 0}, {'id': '2153_0', 'access': 0, 'type': 6, 'len': 8000, 'cat': 'generic2', 'value': 6000}, {'id': '216C_0', 'access': 0, 'type': 5, 'len': 3, 'cat': 'generic2', 'value': 0}, {'id': '2171_0', 'access': 0, 'type': 5, 'len': 2, 'cat': 'generic2', 'value': 0}, {'id': '2172_0', 'access': 0, 'type': 5, 'len': 100, 'cat': 'generic2', 'value': 100}, {'id': '2174_0', 'access': 0, 'type': 8, 'len': 0, 'cat': 'generic2', 'value': 0}, {'id': '2175_0', 'access': 1, 'type': 5, 'len': 1, 'cat': 'generic2', 'value': 0}, {'id': '2176_0', 'access': 1, 'type': 9, 'len': 25, 'cat': 'generic2', 'value': '000e00193331470a30343036'}, {'id': '218F_1', 'access': 1, 'type': 7, 'len': 0, 'cat': 'generic2', 'value': 131072}, {'id': '218F_2', 'access': 1, 'type': 7, 'len': 0, 'cat': 'generic2', 'value': 0}, {'id': '2185_0', 'access': 0, 'type': 5, 'len': 2, 'cat': 'generic2', 'value': 1}, {'id': '2187_0', 'access': 0, 'type': 27, 'len': 0, 'cat': 'generic2', 'value': 1711380649000}, {'id': '2188_0', 'access': 0, 'type': 5, 'len': 3, 'cat': 'generic2', 'value': 0}, {'id': '2189_0', 'access': 0, 'type': 5, 'len': 0, 'cat': 'generic2', 'value': 3}, {'id': '2190_0', 'access': 0, 'type': 5, 'len': 1, 'cat': 'generic2', 'value': 1}, {'id': '21A3_0', 'access': 1, 'type': 9, 'len': 20, 'cat': 'generic2', 'value': 'O/J+p/fqiluQV+HJrIRe'}, {'id': '21B1_0', 'access': 0, 'type': 5, 'len': 2, 'cat': 'generic2', 'value': 2}, {'id': '21B2_0', 'access': 0, 'type': 5, 'len': 1, 'cat': 'generic2', 'value': 1}, {'id': '21B3_0', 'access': 1, 'type': 27, 'len': 0, 'cat': 'generic2', 'value': 816903902892}, {'id': '21B4_0', 'access': 1, 'type': 5, 'len': 0, 'cat': 'generic2', 'value': 0}, {'id': '21B5_0', 'access': 0, 'type': 5, 'len': 1, 'cat': 'generic2', 'value': 0}, {'id': '21B6_0', 'access': 0, 'type': 27, 'len': 0, 'cat': 'generic2', 'value': 37752292}, {'id': '21B7_0', 'access': 0, 'type': 5, 'len': 1, 'cat': 'generic2', 'value': 0}, {'id': '21B8_0', 'access': 1, 'type': 5, 'len': 3, 'cat': 'generic2', 'value': 0}, {'id': '21B9_0', 'access': 0, 'type': 6, 'len': 3600, 'cat': 'generic2', 'value': 1}, {'id': '2250_0', 'access': 0, 'type': 5, 'len': 4, 'cat': 'generic2', 'value': 0}, {'id': '2400_1', 'access': 0, 'type': 2, 'len': 2, 'cat': 'generic2', 'value': 0}, {'id': '2400_2', 'access': 0, 'type': 9, 'len': 21, 'cat': 'generic2', 'value': ''}, {'id': '2703_0', 'access': 0, 'type': 5, 'len': 255, 'cat': 'generic2', 'value': 129}, {'id': '2720_0', 'access': 1, 'type': 5, 'len': 255, 'cat': 'generic2', 'value': 2}, {'id': '2721_0', 'access': 1, 'type': 5, 'len': 255, 'cat': 'generic2', 'value': 4}, {'id': '2722_0', 'access': 0, 'type': 9, 'len': 51, 'cat': 'generic2', 'value': ''}, {'id': '2723_0', 'access': 1, 'type': 5, 'len': 3, 'cat': 'generic2', 'value': 0}, {'id': '2724_0', 'access': 1, 'type': 7, 'len': 0, 'cat': 'generic2', 'value': 7000}, {'id': '3180_0', 'access': 1, 'type': 9, 'len': 32, 'cat': 'generic2', 'value': 'HW:217L,SW:3.0-520'}, {'id': '3181_0', 'access': 1, 'type': 9, 'len': 32, 'cat': 'generic2', 'value': ''}, {'id': '3182_0', 'access': 1, 'type': 9, 'len': 32, 'cat': 'generic2', 'value': '1.2.0'}, {'id': '3190_1', 'access': 1, 'type': 6, 'len': 0, 'cat': 'generic2', 'value': 10}, {'id': '3190_2', 'access': 1, 'type': 6, 'len': 0, 'cat': 'generic2', 'value': 0}, {'id': '3191_1', 'access': 1, 'type': 6, 'len': 0, 'cat': 'generic2', 'value': 0}, {'id': '3191_2', 'access': 1, 'type': 6, 'len': 0, 'cat': 'generic2', 'value': 0}, {'id': '3280_1', 'access': 0, 'type': 5, 'len': 2, 'cat': 'generic2', 'value': 0}, {'id': '3280_2', 'access': 0, 'type': 5, 'len': 100, 'cat': 'generic2', 'value': 5}, {'id': '3280_3', 'access': 0, 'type': 7, 'len': 22000, 'cat': 'generic2', 'value': 1400}, {'id': '3280_4', 'access': 0, 'type': 5, 'len': 2, 'cat': 'generic2', 'value': 0}, {'id': '3280_5', 'access': 0, 'type': 5, 'len': 2, 'cat': 'generic2', 'value': 0}, {'id': '3278_1', 'access': 0, 'type': 7, 'len': 0, 'cat': 'generic2', 'value': 0}, {'id': '3278_2', 'access': 0, 'type': 7, 'len': 0, 'cat': 'generic2', 'value': 0}, {'id': '2218_0', 'access': 0, 'type': 2, 'len': 13, 'cat': 'meter1', 'value': 8}, {'id': '2219_0', 'access': 0, 'type': 6, 'len': 0, 'cat': 'meter1', 'value': 1000}, {'id': '2221_3', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 241.64999389648438}, {'id': '2221_4', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 249.95999145507812}, {'id': '2221_5', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 247.9099884033203}, {'id': '2221_6', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_7', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_8', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_9', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_A', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 15.13800048828125}, {'id': '2221_B', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_C', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_D', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_E', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_F', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_10', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_11', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 1}, {'id': '2221_12', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 50.05000305175781}, {'id': '2221_13', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_14', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_15', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_16', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 3650.800048828125}, {'id': '2221_17', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_18', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_19', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_1A', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_1B', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_1C', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_1D', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_1E', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_1F', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_20', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_21', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_22', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 4288354}, {'id': '2221_23', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_24', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_25', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_26', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_27', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_28', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_29', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_2A', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_2B', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_2C', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_2D', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_2E', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2541_0', 'access': 1, 'type': 9, 'len': 41, 'cat': 'meter1', 'value': ''}, {'id': '2501_1', 'access': 1, 'type': 5, 'len': 0, 'cat': 'states', 'value': 14}, {'id': '2501_2', 'access': 1, 'type': 2, 'len': 0, 'cat': 'states', 'value': 35}, {'id': '2501_3', 'access': 1, 'type': 5, 'len': 0, 'cat': 'states', 'value': 2}, {'id': '2501_4', 'access': 1, 'type': 5, 'len': 0, 'cat': 'states', 'value': 194}, {'id': '2502_1', 'access': 1, 'type': 5, 'len': 0, 'cat': 'states', 'value': 0}, {'id': '2502_2', 'access': 1, 'type': 2, 'len': 0, 'cat': 'states', 'value': 0}, {'id': '2502_3', 'access': 1, 'type': 5, 'len': 0, 'cat': 'states', 'value': 0}, {'id': '2502_4', 'access': 1, 'type': 5, 'len': 0, 'cat': 'states', 'value': 0}, {'id': '2511_0', 'access': 1, 'type': 3, 'len': 0, 'cat': 'states', 'value': 590}, {'id': '2511_1', 'access': 1, 'type': 3, 'len': 0, 'cat': 'states', 'value': -1108}, {'id': '2511_2', 'access': 1, 'type': 3, 'len': 0, 'cat': 'states', 'value': 32767}, {'id': '2511_3', 'access': 1, 'type': 3, 'len': 0, 'cat': 'states', 'value': 2500}, {'id': '2512_0', 'access': 1, 'type': 3, 'len': 0, 'cat': 'states', 'value': 0}, {'id': '2512_1', 'access': 1, 'type': 3, 'len': 0, 'cat': 'states', 'value': 0}, {'id': '2512_2', 'access': 1, 'type': 3, 'len': 0, 'cat': 'states', 'value': 0}, {'id': '2512_3', 'access': 1, 'type': 3, 'len': 0, 'cat': 'states', 'value': 0}, {'id': '2540_0', 'access': 1, 'type': 5, 'len': 4, 'cat': 'states', 'value': 0}, {'id': '312E_0', 'access': 1, 'type': 5, 'len': 3, 'cat': 'states', 'value': 1}, {'id': '312F_0', 'access': 1, 'type': 5, 'len': 3, 'cat': 'states', 'value': 3}, {'id': '3600_1', 'access': 1, 'type': 2, 'len': 4, 'cat': 'states', 'value': 3}, {'id': '3600_2', 'access': 1, 'type': 27, 'len': 0, 'cat': 'states', 'value': 54160}, {'id': '3600_3', 'access': 1, 'type': 27, 'len': 0, 'cat': 'states', 'value': 54271}, {'id': '3600_4', 'access': 1, 'type': 27, 'len': 0, 'cat': 'states', 'value': 0}, {'id': '3600_5', 'access': 1, 'type': 2, 'len': 2, 'cat': 'states', 'value': 1}, {'id': '3600_6', 'access': 1, 'type': 27, 'len': 0, 'cat': 'states', 'value': 1123629114}, {'id': '3600_7', 'access': 1, 'type': 27, 'len': 0, 'cat': 'states', 'value': 980271925}, {'id': '3600_8', 'access': 1, 'type': 27, 'len': 0, 'cat': 'states', 'value': 1123629012}, {'id': '2200_0', 'access': 0, 'type': 2, 'len': 1, 'cat': 'temp', 'value': 1}, {'id': '2201_0', 'access': 1, 'type': 8, 'len': 0, 'cat': 'temp', 'value': 39.25}, {'id': '2202_0', 'access': 0, 'type': 8, 'len': 0, 'cat': 'temp', 'value': -25}, {'id': '2203_0', 'access': 0, 'type': 8, 'len': 0, 'cat': 'temp', 'value': 100}, {'id': '2204_0', 'access': 0, 'type': 3, 'len': 0, 'cat': 'temp', 'value': 20}, {'id': '2205_0', 'access': 0, 'type': 3, 'len': 0, 'cat': 'temp', 'value': 900}, {'id': '2249_0', 'access': 1, 'type': 8, 'len': 0, 'cat': 'temp', 'value': 57.625}, {'id': '2249_1', 'access': 1, 'type': 8, 'len': 0, 'cat': 'temp', 'value': 11.5}, {'id': '206C_1', 'access': 0, 'type': 5, 'len': 5, 'cat': 'ocpp', 'value': 0}, {'id': '2096_0', 'access': 0, 'type': 6, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '2097_0', 'access': 0, 'type': 7, 'len': 0, 'cat': 'ocpp', 'value': 60}, {'id': '2098_1', 'access': 0, 'type': 7, 'len': 0, 'cat': 'ocpp', 'value': 131074}, {'id': '2098_2', 'access': 0, 'type': 7, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '2098_3', 'access': 0, 'type': 7, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '2098_4', 'access': 0, 'type': 7, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '2098_5', 'access': 0, 'type': 7, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '2098_6', 'access': 0, 'type': 7, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '2098_7', 'access': 0, 'type': 7, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '2098_8', 'access': 0, 'type': 7, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '2098_9', 'access': 0, 'type': 7, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '2099_1', 'access': 0, 'type': 7, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '2099_2', 'access': 0, 'type': 7, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '2099_3', 'access': 0, 'type': 7, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '2099_4', 'access': 0, 'type': 7, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '2099_5', 'access': 0, 'type': 7, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '2099_6', 'access': 0, 'type': 7, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '2099_7', 'access': 0, 'type': 7, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '2099_8', 'access': 0, 'type': 7, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '2099_9', 'access': 0, 'type': 7, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '209A_0', 'access': 0, 'type': 7, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '20F0_1', 'access': 0, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 3}, {'id': '20F0_3', 'access': 0, 'type': 9, 'len': 513, 'cat': 'ocpp', 'value': 'ws://ocpp.e-flux.nl:80/1.6/e-flux'}, {'id': '20F0_4', 'access': 0, 'type': 7, 'len': 0, 'cat': 'ocpp', 'value': 10}, {'id': '20F0_5', 'access': 0, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '20F0_6', 'access': 0, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 1}, {'id': '20F0_7', 'access': 0, 'type': 9, 'len': 513, 'cat': 'ocpp', 'value': ''}, {'id': '20F0_8', 'access': 0, 'type': 9, 'len': 21, 'cat': 'ocpp', 'value': ''}, {'id': '20F0_9', 'access': 0, 'type': 9, 'len': 21, 'cat': 'ocpp', 'value': ''}, {'id': '20F0_A', 'access': 0, 'type': 9, 'len': 5, 'cat': 'ocpp', 'value': ''}, {'id': '20F0_B', 'access': 0, 'type': 9, 'len': 7, 'cat': 'ocpp', 'value': ''}, {'id': '20F0_C', 'access': 0, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '20F0_D', 'access': 0, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '20F0_E', 'access': 0, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 1}, {'id': '20F1_1', 'access': 0, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 3}, {'id': '20F1_3', 'access': 0, 'type': 9, 'len': 513, 'cat': 'ocpp', 'value': 'ws://ocpp.e-flux.nl:80/1.6/e-flux'}, {'id': '20F1_4', 'access': 0, 'type': 7, 'len': 0, 'cat': 'ocpp', 'value': 15}, {'id': '20F1_5', 'access': 0, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '20F1_6', 'access': 0, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 5}, {'id': '20F1_7', 'access': 0, 'type': 9, 'len': 513, 'cat': 'ocpp', 'value': 'm2m.services'}, {'id': '20F1_8', 'access': 0, 'type': 9, 'len': 21, 'cat': 'ocpp', 'value': ''}, {'id': '20F1_9', 'access': 0, 'type': 9, 'len': 21, 'cat': 'ocpp', 'value': ''}, {'id': '20F1_A', 'access': 0, 'type': 9, 'len': 5, 'cat': 'ocpp', 'value': ''}, {'id': '20F1_B', 'access': 0, 'type': 9, 'len': 7, 'cat': 'ocpp', 'value': ''}, {'id': '20F1_C', 'access': 0, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '20F1_D', 'access': 0, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '20F1_E', 'access': 0, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '20F2_1', 'access': 0, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '20F2_3', 'access': 0, 'type': 9, 'len': 513, 'cat': 'ocpp', 'value': ''}, {'id': '20F2_4', 'access': 0, 'type': 7, 'len': 0, 'cat': 'ocpp', 'value': 10}, {'id': '20F2_5', 'access': 0, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '20F2_6', 'access': 0, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '20F2_7', 'access': 0, 'type': 9, 'len': 513, 'cat': 'ocpp', 'value': ''}, {'id': '20F2_8', 'access': 0, 'type': 9, 'len': 21, 'cat': 'ocpp', 'value': ''}, {'id': '20F2_9', 'access': 0, 'type': 9, 'len': 21, 'cat': 'ocpp', 'value': ''}, {'id': '20F2_A', 'access': 0, 'type': 9, 'len': 5, 'cat': 'ocpp', 'value': ''}, {'id': '20F2_B', 'access': 0, 'type': 9, 'len': 7, 'cat': 'ocpp', 'value': ''}, {'id': '20F2_C', 'access': 0, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '20F2_D', 'access': 0, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '20F2_E', 'access': 0, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '20F3_1', 'access': 0, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '20F3_3', 'access': 0, 'type': 9, 'len': 513, 'cat': 'ocpp', 'value': ''}, {'id': '20F3_4', 'access': 0, 'type': 7, 'len': 0, 'cat': 'ocpp', 'value': 10}, {'id': '20F3_5', 'access': 0, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '20F3_6', 'access': 0, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '20F3_7', 'access': 0, 'type': 9, 'len': 513, 'cat': 'ocpp', 'value': ''}, {'id': '20F3_8', 'access': 0, 'type': 9, 'len': 21, 'cat': 'ocpp', 'value': ''}, {'id': '20F3_9', 'access': 0, 'type': 9, 'len': 21, 'cat': 'ocpp', 'value': ''}, {'id': '20F3_A', 'access': 0, 'type': 9, 'len': 5, 'cat': 'ocpp', 'value': ''}, {'id': '20F3_B', 'access': 0, 'type': 9, 'len': 7, 'cat': 'ocpp', 'value': ''}, {'id': '20F3_C', 'access': 0, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '20F3_D', 'access': 0, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '20F3_E', 'access': 0, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '20F4_0', 'access': 0, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 3}, {'id': '218A_0', 'access': 0, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 16}, {'id': '218B_0', 'access': 0, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 16}, {'id': '2401_0', 'access': 0, 'type': 9, 'len': 37, 'cat': 'ocpp', 'value': '                                     '}, {'id': '3258_0', 'access': 0, 'type': 7, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '3263_1', 'access': 0, 'type': 2, 'len': 3, 'cat': 'ocpp', 'value': 0}, {'id': '3263_2', 'access': 0, 'type': 9, 'len': 512, 'cat': 'ocpp', 'value': ''}, {'id': '3263_3', 'access': 0, 'type': 2, 'len': 3, 'cat': 'ocpp', 'value': 0}, {'id': '3263_4', 'access': 0, 'type': 9, 'len': 512, 'cat': 'ocpp', 'value': ''}, {'id': '3263_5', 'access': 0, 'type': 9, 'len': 4, 'cat': 'ocpp', 'value': ''}, {'id': '3264_0', 'access': 0, 'type': 7, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '3265_0', 'access': 0, 'type': 7, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '3266_0', 'access': 0, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '3267_0', 'access': 1, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '3260_0', 'access': 1, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '3269_0', 'access': 1, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '3270_0', 'access': 0, 'type': 7, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '3271_0', 'access': 0, 'type': 9, 'len': 14, 'cat': 'ocpp', 'value': 'unimplemented '}, {'id': '3272_0', 'access': 1, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '3273_0', 'access': 1, 'type': 9, 'len': 3, 'cat': 'ocpp', 'value': 'A,W'}, {'id': '3274_0', 'access': 1, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '3275_0', 'access': 0, 'type': 8, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '3276_1', 'access': 0, 'type': 9, 'len': 27, 'cat': 'ocpp', 'value': ''}, {'id': '3276_2', 'access': 0, 'type': 9, 'len': 30, 'cat': 'ocpp', 'value': ''}, {'id': '3276_3', 'access': 0, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '3276_4', 'access': 0, 'type': 9, 'len': 7, 'cat': 'ocpp', 'value': ''}, {'id': '3276_5', 'access': 0, 'type': 9, 'len': 27, 'cat': 'ocpp', 'value': ''}, {'id': '3276_6', 'access': 0, 'type': 9, 'len': 7, 'cat': 'ocpp', 'value': ''}, {'id': '3276_7', 'access': 0, 'type': 6, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '3276_8', 'access': 0, 'type': 9, 'len': 30, 'cat': 'ocpp', 'value': ''}, {'id': '3277_1', 'access': 1, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 10}, {'id': '3277_2', 'access': 1, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 10}, {'id': '3277_3', 'access': 1, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 10}, {'id': '3277_4', 'access': 1, 'type': 6, 'len': 0, 'cat': 'ocpp', 'value': 255}, {'id': '3277_5', 'access': 1, 'type': 6, 'len': 0, 'cat': 'ocpp', 'value': 255}, {'id': '3277_6', 'access': 1, 'type': 6, 'len': 0, 'cat': 'ocpp', 'value': 255}, {'id': '3277_7', 'access': 1, 'type': 6, 'len': 0, 'cat': 'ocpp', 'value': 255}, {'id': '3277_8', 'access': 1, 'type': 6, 'len': 0, 'cat': 'ocpp', 'value': 255}, {'id': '5230_0', 'access': 0, 'type': 2, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '5217_0', 'access': 0, 'type': 2, 'len': 7, 'cat': 'meter4', 'value': -1}, {'id': '2191_1', 'access': 0, 'type': 5, 'len': 1, 'cat': 'meter4', 'value': 1}, {'id': '2191_2', 'access': 0, 'type': 9, 'len': 16, 'cat': 'meter4', 'value': '10.10.10.1'}, {'id': '2191_3', 'access': 0, 'type': 6, 'len': 0, 'cat': 'meter4', 'value': 5001}, {'id': '5218_0', 'access': 0, 'type': 2, 'len': 13, 'cat': 'meter4', 'value': 1}, {'id': '5221_3', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_4', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_5', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_6', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_7', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_8', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_9', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_A', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_B', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_C', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_D', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_E', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_F', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_10', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_11', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_12', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_13', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_14', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_15', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_16', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_17', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_18', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_19', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_1A', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_1B', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_1C', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_1D', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_1E', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_1F', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_20', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_21', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_22', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_23', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_24', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_25', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_26', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_27', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_28', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_29', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_2A', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_2B', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_2C', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_2D', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_2E', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '2522_1', 'access': 0, 'type': 5, 'len': 2, 'cat': 'MbusTCP', 'value': 0}, {'id': '2522_2', 'access': 0, 'type': 5, 'len': 2, 'cat': 'MbusTCP', 'value': 1}, {'id': '2522_4', 'access': 0, 'type': 9, 'len': 16, 'cat': 'MbusTCP', 'value': '192.168.000.004'}, {'id': '2522_6', 'access': 0, 'type': 6, 'len': 65535, 'cat': 'MbusTCP', 'value': 5}, {'id': '2523_1', 'access': 0, 'type': 5, 'len': 2, 'cat': 'MbusTCP', 'value': 0}, {'id': '2523_2', 'access': 0, 'type': 5, 'len': 2, 'cat': 'MbusTCP', 'value': 2}, {'id': '2523_4', 'access': 0, 'type': 9, 'len': 16, 'cat': 'MbusTCP', 'value': '192.168.000.004'}, {'id': '2523_6', 'access': 0, 'type': 6, 'len': 65535, 'cat': 'MbusTCP', 'value': 5}, {'id': '2530_1', 'access': 0, 'type': 5, 'len': 3, 'cat': 'MbusTCP', 'value': 3}, {'id': '2530_2', 'access': 0, 'type': 5, 'len': 1, 'cat': 'MbusTCP', 'value': 1}, {'id': '2530_3', 'access': 0, 'type': 5, 'len': 1, 'cat': 'MbusTCP', 'value': 0}, {'id': '2530_4', 'access': 0, 'type': 6, 'len': 65535, 'cat': 'MbusTCP', 'value': 300}, {'id': '2560_0', 'access': 0, 'type': 64, 'len': 50, 'cat': 'MbusTCP', 'value': '3,4,5,0,1,2,F,7,8,9,6,13,1B,17,E,10,11,12,18,19,1A,14,15,16,B,C,D,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0'}, {'id': '2561_0', 'access': 0, 'type': 65, 'len': 50, 'cat': 'MbusTCP', 'value': 'C552,C554,C556,C558,C55A,C55C,C55E,C560,C562,C564,C566,C568,C56A,C56C,C56E,C570,C572,C574,C576,C578,C57A,C57C,C57E,C580,C582,C584,C586,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0'}, {'id': '2562_0', 'access': 0, 'type': 64, 'len': 50, 'cat': 'MbusTCP', 'value': '3,3,3,3,3,3,3,3,3,3,3,2,2,3,2,2,2,2,2,2,2,3,3,3,2,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0'}, {'id': '2563_0', 'access': 0, 'type': 64, 'len': 50, 'cat': 'MbusTCP', 'value': 'FE,FE,FE,FE,FE,FE,FD,FD,FD,FD,FD,1,1,1,FD,1,1,1,1,1,1,1,1,1,FD,FD,FD,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0'}, {'id': '2564_0', 'access': 0, 'type': 5, 'len': 1, 'cat': 'MbusTCP', 'value': 1}, {'id': '2564_1', 'access': 0, 'type': 7, 'len': 0, 'cat': 'MbusTCP', 'value': 2000}, {'id': '2564_2', 'access': 0, 'type': 7, 'len': 0, 'cat': 'MbusTCP', 'value': 500}, {'id': '2564_3', 'access': 0, 'type': 5, 'len': 255, 'cat': 'MbusTCP', 'value': 176}, {'id': '2565_0', 'access': 0, 'type': 7, 'len': 0, 'cat': 'MbusTCP', 'value': 19200}, {'id': '2565_1', 'access': 0, 'type': 5, 'len': 2, 'cat': 'MbusTCP', 'value': 1}, {'id': '2565_2', 'access': 0, 'type': 5, 'len': 0, 'cat': 'MbusTCP', 'value': 1}, {'id': '2570_0', 'access': 0, 'type': 64, 'len': 50, 'cat': 'MbusTCP', 'value': '3,4,5,0,1,2,F,7,8,9,6,13,1B,17,E,10,11,12,18,19,1A,14,15,16,B,C,D,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0'}, {'id': '2571_0', 'access': 0, 'type': 65, 'len': 50, 'cat': 'MbusTCP', 'value': 'C552,C554,C556,C558,C55A,C55C,C55E,C560,C562,C564,C566,C568,C56A,C56C,C56E,C570,C572,C574,C576,C578,C57A,C57C,C57E,C580,C582,C584,C586,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0'}, {'id': '2572_0', 'access': 0, 'type': 64, 'len': 50, 'cat': 'MbusTCP', 'value': '3,3,3,3,3,3,3,3,3,3,3,2,2,3,2,2,2,2,2,2,2,3,3,3,2,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0'}, {'id': '2573_0', 'access': 0, 'type': 64, 'len': 50, 'cat': 'MbusTCP', 'value': 'FE,FE,FE,FE,FE,FE,FD,FD,FD,FD,FD,1,1,1,FD,1,1,1,1,1,1,1,1,1,FD,FD,FD,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0'}, {'id': '2574_0', 'access': 0, 'type': 5, 'len': 1, 'cat': 'MbusTCP', 'value': 1}, {'id': '2574_1', 'access': 0, 'type': 7, 'len': 0, 'cat': 'MbusTCP', 'value': 2000}, {'id': '2574_2', 'access': 0, 'type': 7, 'len': 0, 'cat': 'MbusTCP', 'value': 500}, {'id': '2574_3', 'access': 0, 'type': 5, 'len': 255, 'cat': 'MbusTCP', 'value': 176}, {'id': '2575_0', 'access': 0, 'type': 7, 'len': 0, 'cat': 'MbusTCP', 'value': 19200}, {'id': '2575_1', 'access': 0, 'type': 5, 'len': 2, 'cat': 'MbusTCP', 'value': 1}, {'id': '2575_2', 'access': 0, 'type': 5, 'len': 0, 'cat': 'MbusTCP', 'value': 1}, {'id': '206B_1', 'access': 0, 'type': 5, 'len': 2, 'cat': 'comm', 'value': 0}, {'id': '206B_2', 'access': 0, 'type': 6, 'len': 65535, 'cat': 'comm', 'value': 60}, {'id': '206B_3', 'access': 0, 'type': 6, 'len': 65535, 'cat': 'comm', 'value': 100}, {'id': '208A_0', 'access': 0, 'type': 7, 'len': 0, 'cat': 'comm', 'value': 120}, {'id': '208B_1', 'access': 1, 'type': 6, 'len': 0, 'cat': 'comm', 'value': 10}, {'id': '208B_2', 'access': 1, 'type': 6, 'len': 0, 'cat': 'comm', 'value': 15}, {'id': '208D_1', 'access': 0, 'type': 6, 'len': 0, 'cat': 'comm', 'value': 10}, {'id': '208D_2', 'access': 0, 'type': 6, 'len': 0, 'cat': 'comm', 'value': 50}, {'id': '208E_1', 'access': 0, 'type': 6, 'len': 0, 'cat': 'comm', 'value': 60}, {'id': '208E_2', 'access': 0, 'type': 6, 'len': 0, 'cat': 'comm', 'value': 120}, {'id': '209B_0', 'access': 0, 'type': 2, 'len': 2, 'cat': 'comm', 'value': 1}, {'id': '209C_0', 'access': 0, 'type': 2, 'len': 3, 'cat': 'comm', 'value': 1}, {'id': '209D_0', 'access': 0, 'type': 2, 'len': 2, 'cat': 'comm', 'value': 1}, {'id': '2118_0', 'access': 1, 'type': 9, 'len': 33, 'cat': 'comm', 'value': 'Quectel'}, {'id': '2119_0', 'access': 1, 'type': 9, 'len': 33, 'cat': 'comm', 'value': 'BG95-M3'}, {'id': '2120_0', 'access': 1, 'type': 9, 'len': 33, 'cat': 'comm', 'value': 'BG95M3LAR02A03_01.012.01.012'}, {'id': '2121_0', 'access': 1, 'type': 9, 'len': 33, 'cat': 'comm', 'value': '863940057525886'}, {'id': '2182_0', 'access': 0, 'type': 6, 'len': 0, 'cat': 'comm', 'value': 0}, {'id': '3260_1', 'access': 1, 'type': 6, 'len': 0, 'cat': 'display', 'value': 0}, {'id': '3260_2', 'access': 1, 'type': 6, 'len': 0, 'cat': 'display', 'value': 0}, {'id': '3260_3', 'access': 1, 'type': 6, 'len': 0, 'cat': 'display', 'value': 0}, {'id': '3260_4', 'access': 1, 'type': 6, 'len': 0, 'cat': 'display', 'value': 0}, {'id': '3260_5', 'access': 1, 'type': 7, 'len': 0, 'cat': 'display', 'value': 0}, {'id': '3261_0', 'access': 0, 'type': 6, 'len': 7, 'cat': 'display', 'value': 7}, {'id': '3262_1', 'access': 0, 'type': 9, 'len': 4, 'cat': 'display', 'value': 'EUR'}, {'id': '3262_2', 'access': 0, 'type': 8, 'len': 0, 'cat': 'display', 'value': 0}, {'id': '3262_3', 'access': 0, 'type': 8, 'len': 0, 'cat': 'display', 'value': 0}, {'id': '3262_4', 'access': 0, 'type': 8, 'len': 0, 'cat': 'display', 'value': 0}, {'id': '3262_5', 'access': 0, 'type': 5, 'len': 2, 'cat': 'display', 'value': 1}, {'id': '2542_0', 'access': 1, 'type': 9, 'len': 41, 'cat': 'meter2', 'value': ''}, {'id': '3218_0', 'access': 0, 'type': 2, 'len': 13, 'cat': 'meter2', 'value': 1}, {'id': '3221_3', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_4', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_5', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_6', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_7', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_8', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_9', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_A', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_B', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_C', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_D', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_E', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_F', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_10', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_11', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_12', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_13', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_14', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_15', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_16', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_17', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_18', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_19', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_1A', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_1B', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_1C', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_1D', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_1E', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_1F', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_20', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_21', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_22', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_23', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_24', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_25', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_26', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_27', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_28', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_29', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_2A', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_2B', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_2C', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_2D', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_2E', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}]
2024-05-01 13:23:50.353 DEBUG (MainThread) [custom_components.alfen_wallbox.binary_sensor] ['LoadBalancing_Active', 'RFIDReader', 'Mobile3G4G', 'ObjectID']
2024-05-01 13:23:50.353 DEBUG (MainThread) [custom_components.alfen_wallbox.binary_sensor] ['LoadBalancing_Active', 'RFIDReader', 'Mobile3G4G', 'ObjectID']
2024-05-01 13:23:50.353 DEBUG (MainThread) [custom_components.alfen_wallbox.binary_sensor] ['LoadBalancing_Active', 'RFIDReader', 'Mobile3G4G', 'ObjectID']
2024-05-01 13:23:50.353 DEBUG (MainThread) [custom_components.alfen_wallbox.binary_sensor] ['LoadBalancing_Active', 'RFIDReader', 'Mobile3G4G', 'ObjectID']
2024-05-01 13:23:50.353 DEBUG (MainThread) [custom_components.alfen_wallbox.binary_sensor] ['LoadBalancing_Active', 'RFIDReader', 'Mobile3G4G', 'ObjectID']
2024-05-01 13:23:50.353 DEBUG (MainThread) [custom_components.alfen_wallbox.binary_sensor] ['LoadBalancing_Active', 'RFIDReader', 'Mobile3G4G', 'ObjectID']
2024-05-01 13:23:50.353 DEBUG (MainThread) [custom_components.alfen_wallbox.binary_sensor] ['LoadBalancing_Active', 'RFIDReader', 'Mobile3G4G', 'ObjectID']
2024-05-01 13:23:50.353 DEBUG (MainThread) [custom_components.alfen_wallbox.binary_sensor] ['LoadBalancing_Active', 'RFIDReader', 'Mobile3G4G', 'ObjectID']
2024-05-01 13:23:50.357 DEBUG (MainThread) [custom_components.alfen_wallbox.number] Load Balancing Safe Current Value: 6
2024-05-01 13:23:50.357 DEBUG (MainThread) [custom_components.alfen_wallbox.number] Power Connector Max Current Socket 1 Value: 16
2024-05-01 13:23:50.358 DEBUG (MainThread) [custom_components.alfen_wallbox.number] Max. Station Current Value: 16
2024-05-01 13:23:50.358 DEBUG (MainThread) [custom_components.alfen_wallbox.number] Load Balancing Max. Meter Current Value: 25
2024-05-01 13:23:50.358 DEBUG (MainThread) [custom_components.alfen_wallbox.number] Solar Green Share Value: 5
2024-05-01 13:23:50.358 DEBUG (MainThread) [custom_components.alfen_wallbox.number] Solar Comfort Level Value: 1400
2024-05-01 13:23:50.358 DEBUG (MainThread) [custom_components.alfen_wallbox.number] Display Light Intensity % Value: 100
2024-05-01 13:23:50.359 DEBUG (MainThread) [custom_components.alfen_wallbox.number] Installation Max. Imbalance Current between phases Value: 0
2024-05-01 13:23:50.359 DEBUG (MainThread) [custom_components.alfen_wallbox.number] Load Balancing Charging profiles random delay Value: 1
2024-05-01 13:23:50.359 DEBUG (MainThread) [custom_components.alfen_wallbox.number] Auth. Re-authorize after Power Outage (s) Value: 0
2024-05-01 13:23:50.359 DEBUG (MainThread) [custom_components.alfen_wallbox.number] Auth. Connection Timeout (s) Value: 0
2024-05-01 13:23:50.360 DEBUG (MainThread) [custom_components.alfen_wallbox.number] WS Wired websocket timeout (s) Value: 10
2024-05-01 13:23:50.360 DEBUG (MainThread) [custom_components.alfen_wallbox.number] WS Mobile websocket timeout (s) Value: 15
2024-05-01 13:23:50.360 DEBUG (MainThread) [custom_components.alfen_wallbox.number] OCPP Wired OCPP send timeout (s) Value: 10
2024-05-01 13:23:50.360 DEBUG (MainThread) [custom_components.alfen_wallbox.number] OCPP Mobile OCPP send timeout (s) Value: 50
2024-05-01 13:23:50.361 DEBUG (MainThread) [custom_components.alfen_wallbox.number] OCPP Wired OCPP reply timeout (s) Value: 60
2024-05-01 13:23:50.361 DEBUG (MainThread) [custom_components.alfen_wallbox.number] OCPP Mobile OCPP reply timeout (s) Value: 60
2024-05-01 13:23:50.361 DEBUG (MainThread) [custom_components.alfen_wallbox.number] Heartbeat interval (s) Value: 60
2024-05-01 13:23:50.361 DEBUG (MainThread) [custom_components.alfen_wallbox.number] Price Start Tariff Value: 0
2024-05-01 13:23:50.361 DEBUG (MainThread) [custom_components.alfen_wallbox.number] Price per kWh Value: 0
2024-05-01 13:23:50.362 DEBUG (MainThread) [custom_components.alfen_wallbox.number] Price per minute Value: 0
2024-05-01 13:23:50.362 DEBUG (MainThread) [custom_components.alfen_wallbox.number] Car Disconnection Timeout (s) Value: 11
2024-05-01 13:23:50.362 DEBUG (MainThread) [custom_components.alfen_wallbox.number] Car Time to Report Not Charging (s) Value: 0
2024-05-01 13:23:50.362 DEBUG (MainThread) [custom_components.alfen_wallbox.number] Car Time to Unlock Not Charging (s) Value: 0
2024-05-01 13:23:51.725 WARNING (MainThread) [bosch_thermostat_client.sensors.sensor] Can't update data for pumpModulation. Trying uri: /solarCircuits/sc1/pumpModulation. Error message: Error requesting data from /solarCircuits/sc1/pumpModulation
2024-05-01 13:23:55.377 DEBUG (MainThread) [custom_components.alfen_wallbox.alfen] Get properties
2024-05-01 13:23:55.462 DEBUG (MainThread) [custom_components.alfen_wallbox.alfen] Status Response prop?cat=generic&offset=0: {'version': 2, 'properties': [{'id': '1008_0', 'access': 1, 'type': 9, 'len': 33, 'cat': 'generic', 'value': 'NG910'}, {'id': '1009_0', 'access': 1, 'type': 9, 'len': 33, 'cat': 'generic', 'value': 'B9'}, {'id': '100A_0', 'access': 1, 'type': 9, 'len': 33, 'cat': 'generic', 'value': '6.3.0-4185'}, {'id': '2005_0', 'access': 1, 'type': 6, 'len': 65535, 'cat': 'generic', 'value': 515}, {'id': '204F_0', 'access': 0, 'type': 6, 'len': 65535, 'cat': 'generic', 'value': 35}, {'id': '2050_0', 'access': 0, 'type': 9, 'len': 21, 'cat': 'generic', 'value': 'NG910-60587'}, {'id': '2051_0', 'access': 0, 'type': 9, 'len': 26, 'cat': 'generic', 'value': 'ACE0300391'}, {'id': '2052_1', 'access': 0, 'type': 9, 'len': 21, 'cat': 'generic', 'value': '12:77:0b:03:2f:3c'}, {'id': '2052_2', 'access': 0, 'type': 5, 'len': 255, 'cat': 'generic', 'value': 0}, {'id': '2053_0', 'access': 0, 'type': 9, 'len': 21, 'cat': 'generic', 'value': 'LIB_14022'}, {'id': '2054_0', 'access': 1, 'type': 9, 'len': 51, 'cat': 'generic', 'value': '6.3.0-4185'}, {'id': '2055_0', 'access': 0, 'type': 9, 'len': 21, 'cat': 'generic', 'value': 'Alfen BV'}, {'id': '2056_0', 'access': 1, 'type': 7, 'len': 0, 'cat': 'generic', 'value': 207}, {'id': '2057_0', 'access': 1, 'type': 9, 'len': 51, 'cat': 'generic', 'value': 'Software reset'}, {'id': '2059_0', 'access': 0, 'type': 27, 'len': 0, 'cat': 'generic', 'value': 1714562698553}, {'id': '205B_0', 'access': 0, 'type': 5, 'len': 0, 'cat': 'generic', 'value': 1}, {'id': '205C_1', 'access': 0, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 52.40227127075195}, {'id': '205C_2', 'access': 0, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 5.243744850158691}, {'id': '205D_0', 'access': 0, 'type': 9, 'len': 9, 'cat': 'generic', 'value': 'en_GB'}, {'id': '205E_0', 'access': 1, 'type': 5, 'len': 0, 'cat': 'generic', 'value': 1}, {'id': '205F_0', 'access': 0, 'type': 27, 'len': 0, 'cat': 'generic', 'value': 0}, {'id': '2060_0', 'access': 1, 'type': 27, 'len': 0, 'cat': 'generic', 'value': 1123649571}, {'id': '2061_1', 'access': 0, 'type': 5, 'len': 90, 'cat': 'generic', 'value': 0}, {'id': '2061_2', 'access': 0, 'type': 5, 'len': 180, 'cat': 'generic', 'value': 100}, {'id': '2062_0', 'access': 0, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 16}, {'id': '2063_0', 'access': 0, 'type': 9, 'len': 21, 'cat': 'generic', 'value': 'xx'}, {'id': '2064_0', 'access': 0, 'type': 5, 'len': 3, 'cat': 'generic', 'value': 3}, {'id': '2065_1', 'access': 1, 'type': 5, 'len': 0, 'cat': 'generic', 'value': 0}, {'id': '2066_0', 'access': 1, 'type': 7, 'len': 0, 'cat': 'generic', 'value': 16777219}, {'id': '2067_0', 'access': 0, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 25}, {'id': '2068_0', 'access': 0, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 6}, {'id': '2069_0', 'access': 0, 'type': 9, 'len': 7, 'cat': 'generic', 'value': 'L2L1L3'}], 'offset': 0, 'total': 158}
2024-05-01 13:23:55.602 DEBUG (MainThread) [custom_components.alfen_wallbox.alfen] Status Response prop?cat=generic&offset=32: {'version': 2, 'properties': [{'id': '206A_0', 'access': 0, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 14}, {'id': '206F_0', 'access': 0, 'type': 5, 'len': 1, 'cat': 'generic', 'value': 1}, {'id': '206E_0', 'access': 0, 'type': 3, 'len': 0, 'cat': 'generic', 'value': 60}, {'id': '2071_1', 'access': 1, 'type': 9, 'len': 64, 'cat': 'generic', 'value': 'ws://ocpp.e-flux.nl'}, {'id': '2071_2', 'access': 1, 'type': 9, 'len': 64, 'cat': 'generic', 'value': '/1.6/e-flux'}, {'id': '2072_1', 'access': 0, 'type': 9, 'len': 16, 'cat': 'generic', 'value': '192.168.000.001'}, {'id': '2072_2', 'access': 0, 'type': 5, 'len': 2, 'cat': 'generic', 'value': 0}, {'id': '2073_1', 'access': 0, 'type': 9, 'len': 16, 'cat': 'generic', 'value': '255.255.255.255'}, {'id': '2074_1', 'access': 0, 'type': 9, 'len': 16, 'cat': 'generic', 'value': '192.168.000.001'}, {'id': '2075_1', 'access': 0, 'type': 9, 'len': 16, 'cat': 'generic', 'value': '192.168.000.092'}, {'id': '2075_2', 'access': 0, 'type': 5, 'len': 2, 'cat': 'generic', 'value': 0}, {'id': '2076_0', 'access': 0, 'type': 9, 'len': 51, 'cat': 'generic', 'value': 'e-flux-platform'}, {'id': '2077_0', 'access': 1, 'type': 2, 'len': 3, 'cat': 'generic', 'value': 3}, {'id': '2078_1', 'access': 1, 'type': 9, 'len': 64, 'cat': 'generic', 'value': 'ws://ocpp.e-flux.nl'}, {'id': '2078_2', 'access': 1, 'type': 9, 'len': 64, 'cat': 'generic', 'value': '/1.6/e-flux'}, {'id': '2079_1', 'access': 0, 'type': 9, 'len': 16, 'cat': 'generic', 'value': ''}, {'id': '2079_2', 'access': 0, 'type': 5, 'len': 2, 'cat': 'generic', 'value': 0}, {'id': '207A_1', 'access': 0, 'type': 9, 'len': 16, 'cat': 'generic', 'value': '192.168.000.001'}, {'id': '207A_2', 'access': 0, 'type': 5, 'len': 2, 'cat': 'generic', 'value': 0}, {'id': '207B_1', 'access': 0, 'type': 9, 'len': 16, 'cat': 'generic', 'value': '255.255.255.0'}, {'id': '207C_1', 'access': 0, 'type': 9, 'len': 16, 'cat': 'generic', 'value': '10.10.10.1'}, {'id': '207D_1', 'access': 0, 'type': 9, 'len': 16, 'cat': 'generic', 'value': '10.10.10.130'}, {'id': '207D_2', 'access': 0, 'type': 5, 'len': 2, 'cat': 'generic', 'value': 0}, {'id': '207E_1', 'access': 0, 'type': 9, 'len': 16, 'cat': 'generic', 'value': '10.10.10.1'}, {'id': '207E_2', 'access': 0, 'type': 5, 'len': 2, 'cat': 'generic', 'value': 0}, {'id': '207F_1', 'access': 0, 'type': 9, 'len': 16, 'cat': 'generic', 'value': '0.0.0.0'}, {'id': '207F_2', 'access': 0, 'type': 5, 'len': 2, 'cat': 'generic', 'value': 0}, {'id': '2080_1', 'access': 0, 'type': 9, 'len': 16, 'cat': 'generic', 'value': ''}, {'id': '2080_2', 'access': 0, 'type': 5, 'len': 2, 'cat': 'generic', 'value': 0}, {'id': '2081_0', 'access': 1, 'type': 9, 'len': 21, 'cat': 'generic', 'value': 'ocpp/json'}, {'id': '2082_0', 'access': 1, 'type': 9, 'len': 11, 'cat': 'generic', 'value': '1.6'}, {'id': '2086_0', 'access': 0, 'type': 7, 'len': 0, 'cat': 'generic', 'value': 60}], 'offset': 32, 'total': 158}
2024-05-01 13:23:55.730 DEBUG (MainThread) [custom_components.alfen_wallbox.alfen] Status Response prop?cat=generic&offset=64: {'version': 2, 'properties': [{'id': '2087_0', 'access': 0, 'type': 7, 'len': 0, 'cat': 'generic', 'value': 900}, {'id': '2088_0', 'access': 0, 'type': 2, 'len': 2, 'cat': 'generic', 'value': 1}, {'id': '2089_0', 'access': 0, 'type': 2, 'len': 1, 'cat': 'generic', 'value': 1}, {'id': '208F_0', 'access': 0, 'type': 6, 'len': 0, 'cat': 'generic', 'value': 900}, {'id': '2093_0', 'access': 0, 'type': 2, 'len': 1, 'cat': 'generic', 'value': 1}, {'id': '2094_0', 'access': 0, 'type': 2, 'len': 0, 'cat': 'generic', 'value': 0}, {'id': '2095_0', 'access': 0, 'type': 2, 'len': 1, 'cat': 'generic', 'value': 0}, {'id': '2100_0', 'access': 1, 'type': 9, 'len': 34, 'cat': 'generic', 'value': 'm2m.services'}, {'id': '2101_0', 'access': 1, 'type': 9, 'len': 33, 'cat': 'generic', 'value': ''}, {'id': '2102_0', 'access': 1, 'type': 9, 'len': 33, 'cat': 'generic', 'value': ''}, {'id': '2103_0', 'access': 1, 'type': 9, 'len': 21, 'cat': 'generic', 'value': ''}, {'id': '2104_0', 'access': 1, 'type': 9, 'len': 21, 'cat': 'generic', 'value': 'ERROR'}, {'id': '2105_0', 'access': 1, 'type': 9, 'len': 21, 'cat': 'generic', 'value': '+CME ERROR: 13'}, {'id': '2106_0', 'access': 0, 'type': 2, 'len': 0, 'cat': 'generic', 'value': 0}, {'id': '2107_0', 'access': 0, 'type': 2, 'len': 0, 'cat': 'generic', 'value': 5}, {'id': '2108_0', 'access': 0, 'type': 2, 'len': 1, 'cat': 'generic', 'value': 1}, {'id': '2109_0', 'access': 1, 'type': 2, 'len': 3, 'cat': 'generic', 'value': 0}, {'id': '2110_0', 'access': 1, 'type': 3, 'len': 0, 'cat': 'generic', 'value': 0}, {'id': '2111_0', 'access': 0, 'type': 3, 'len': 0, 'cat': 'generic', 'value': -90}, {'id': '2112_0', 'access': 1, 'type': 9, 'len': 33, 'cat': 'generic', 'value': '0'}, {'id': '2113_0', 'access': 0, 'type': 5, 'len': 2, 'cat': 'generic', 'value': 0}, {'id': '2114_0', 'access': 0, 'type': 5, 'len': 3, 'cat': 'generic', 'value': 0}, {'id': '2125_0', 'access': 0, 'type': 2, 'len': 3, 'cat': 'generic', 'value': 0}, {'id': '2126_0', 'access': 0, 'type': 2, 'len': 3, 'cat': 'generic', 'value': 0}, {'id': '2127_0', 'access': 0, 'type': 2, 'len': 1, 'cat': 'generic', 'value': 0}, {'id': '2128_0', 'access': 0, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 16}, {'id': '2129_0', 'access': 0, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 16}, {'id': '212A_0', 'access': 1, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 16}, {'id': '212B_0', 'access': 1, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 40.20000076293945}, {'id': '212C_0', 'access': 1, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 15}, {'id': '212D_0', 'access': 1, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 40.20000076293945}, {'id': '2130_0', 'access': 0, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 16}], 'offset': 64, 'total': 158}
2024-05-01 13:23:55.855 DEBUG (MainThread) [custom_components.alfen_wallbox.alfen] Status Response prop?cat=generic&offset=96: {'version': 2, 'properties': [{'id': '2131_0', 'access': 0, 'type': 2, 'len': 0, 'cat': 'generic', 'value': 5}, {'id': '2132_0', 'access': 0, 'type': 3, 'len': 0, 'cat': 'generic', 'value': 30}, {'id': '2133_0', 'access': 0, 'type': 3, 'len': 0, 'cat': 'generic', 'value': 300}, {'id': '2134_0', 'access': 0, 'type': 3, 'len': 0, 'cat': 'generic', 'value': 60}, {'id': '2135_0', 'access': 0, 'type': 3, 'len': 0, 'cat': 'generic', 'value': 120}, {'id': '2136_0', 'access': 0, 'type': 3, 'len': 0, 'cat': 'generic', 'value': 11}, {'id': '2137_0', 'access': 0, 'type': 2, 'len': 3, 'cat': 'generic', 'value': 2}, {'id': '2138_0', 'access': 0, 'type': 2, 'len': 2, 'cat': 'generic', 'value': 3}, {'id': '2139_0', 'access': 0, 'type': 3, 'len': 0, 'cat': 'generic', 'value': 250}, {'id': '213A_0', 'access': 1, 'type': 9, 'len': 33, 'cat': 'generic', 'value': '                                 '}, {'id': '213B_0', 'access': 0, 'type': 2, 'len': 2, 'cat': 'generic', 'value': 0}, {'id': '213C_0', 'access': 0, 'type': 2, 'len': 2, 'cat': 'generic', 'value': 1}, {'id': '213D_0', 'access': 0, 'type': 2, 'len': 2, 'cat': 'generic', 'value': 0}, {'id': '213E_0', 'access': 0, 'type': 2, 'len': 2, 'cat': 'generic', 'value': 1}, {'id': '2140_0', 'access': 0, 'type': 3, 'len': 0, 'cat': 'generic', 'value': 1000}, {'id': '2159_0', 'access': 0, 'type': 5, 'len': 2, 'cat': 'generic', 'value': 0}, {'id': '215D_0', 'access': 0, 'type': 5, 'len': 2, 'cat': 'generic', 'value': 0}, {'id': '215E_0', 'access': 0, 'type': 5, 'len': 2, 'cat': 'generic', 'value': 0}, {'id': '215F_0', 'access': 1, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 99.9000015258789}, {'id': '2160_0', 'access': 1, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 0}, {'id': '2161_0', 'access': 1, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 16}, {'id': '2165_1', 'access': 0, 'type': 5, 'len': 2, 'cat': 'generic', 'value': 0}, {'id': '2165_2', 'access': 0, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 0}, {'id': '2165_3', 'access': 0, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 0}, {'id': '2165_4', 'access': 0, 'type': 27, 'len': 0, 'cat': 'generic', 'value': 0}, {'id': '2166_1', 'access': 0, 'type': 5, 'len': 2, 'cat': 'generic', 'value': 0}, {'id': '2166_2', 'access': 0, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 0}, {'id': '2166_3', 'access': 0, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 0}, {'id': '2166_4', 'access': 0, 'type': 27, 'len': 0, 'cat': 'generic', 'value': 0}, {'id': '2167_1', 'access': 0, 'type': 5, 'len': 2, 'cat': 'generic', 'value': 0}, {'id': '2167_2', 'access': 0, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 0}, {'id': '2167_3', 'access': 0, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 0}], 'offset': 96, 'total': 158}
2024-05-01 13:23:55.995 DEBUG (MainThread) [custom_components.alfen_wallbox.alfen] Status Response prop?cat=generic&offset=128: {'version': 2, 'properties': [{'id': '2167_4', 'access': 0, 'type': 27, 'len': 0, 'cat': 'generic', 'value': 0}, {'id': '2168_0', 'access': 0, 'type': 6, 'len': 65535, 'cat': 'generic', 'value': 0}, {'id': '2169_0', 'access': 0, 'type': 6, 'len': 3600, 'cat': 'generic', 'value': 0}, {'id': '216A_0', 'access': 0, 'type': 5, 'len': 2, 'cat': 'generic', 'value': 0}, {'id': '216B_0', 'access': 0, 'type': 5, 'len': 2, 'cat': 'generic', 'value': 0}, {'id': '216D_0', 'access': 0, 'type': 5, 'len': 60, 'cat': 'generic', 'value': 0}, {'id': '216E_0', 'access': 0, 'type': 9, 'len': 48, 'cat': 'generic', 'value': 'https://eichrecht.alfen.com'}, {'id': '216F_0', 'access': 0, 'type': 5, 'len': 2, 'cat': 'generic', 'value': 0}, {'id': '2173_0', 'access': 0, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 16}, {'id': '2183_0', 'access': 0, 'type': 5, 'len': 2, 'cat': 'generic', 'value': 0}, {'id': '2184_0', 'access': 0, 'type': 6, 'len': 65535, 'cat': 'generic', 'value': 0}, {'id': '21A0_0', 'access': 1, 'type': 27, 'len': 0, 'cat': 'generic', 'value': 3940757906999050}, {'id': '21A1_0', 'access': 0, 'type': 9, 'len': 30, 'cat': 'generic', 'value': '3B80.0A01.0201.F704.FD90.340F'}, {'id': '21A2_0', 'access': 1, 'type': 7, 'len': 0, 'cat': 'generic', 'value': 2147549444}, {'id': '21B0_0', 'access': 0, 'type': 5, 'len': 2, 'cat': 'generic', 'value': 1}, {'id': '2224_0', 'access': 1, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 5.888888835906982}, {'id': '2225_0', 'access': 1, 'type': 8, 'len': 0, 'cat': 'generic', 'value': -11.083333015441895}, {'id': '2228_0', 'access': 1, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 0}, {'id': '2229_0', 'access': 1, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 0}, {'id': '2231_0', 'access': 1, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 4.829435027449087e-41}, {'id': '2233_0', 'access': 1, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 2.3693558008761973e-38}, {'id': '2911_0', 'access': 0, 'type': 2, 'len': 12, 'cat': 'generic', 'value': 10}, {'id': '3125_0', 'access': 0, 'type': 2, 'len': 3, 'cat': 'generic', 'value': 1}, {'id': '3129_0', 'access': 0, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 0}, {'id': '312A_0', 'access': 1, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 32}, {'id': '312B_0', 'access': 1, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 32}, {'id': '312C_0', 'access': 1, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 32}, {'id': '312D_0', 'access': 1, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 32}, {'id': '3160_0', 'access': 1, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 0}, {'id': '3173_0', 'access': 0, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 16}], 'offset': 128, 'total': 158}
2024-05-01 13:23:56.118 DEBUG (MainThread) [custom_components.alfen_wallbox.alfen] Status Response prop?cat=generic2&offset=0: {'version': 2, 'properties': [{'id': '204D_1', 'access': 1, 'type': 5, 'len': 255, 'cat': 'generic2', 'value': 2}, {'id': '204D_2', 'access': 1, 'type': 5, 'len': 255, 'cat': 'generic2', 'value': 10}, {'id': '204D_3', 'access': 1, 'type': 5, 'len': 255, 'cat': 'generic2', 'value': 6}, {'id': '204D_4', 'access': 1, 'type': 5, 'len': 255, 'cat': 'generic2', 'value': 0}, {'id': '2070_0', 'access': 0, 'type': 5, 'len': 1, 'cat': 'generic2', 'value': 1}, {'id': '218E_0', 'access': 0, 'type': 7, 'len': 0, 'cat': 'generic2', 'value': 0}, {'id': '209E_0', 'access': 1, 'type': 5, 'len': 0, 'cat': 'generic2', 'value': 5}, {'id': '209F_0', 'access': 1, 'type': 5, 'len': 0, 'cat': 'generic2', 'value': 0}, {'id': '2115_0', 'access': 0, 'type': 9, 'len': 64, 'cat': 'generic2', 'value': ''}, {'id': '2116_0', 'access': 0, 'type': 9, 'len': 32, 'cat': 'generic2', 'value': ''}, {'id': '2117_0', 'access': 0, 'type': 2, 'len': 2, 'cat': 'generic2', 'value': 0}, {'id': '2124_0', 'access': 0, 'type': 5, 'len': 2, 'cat': 'generic2', 'value': 1}, {'id': '212E_1', 'access': 1, 'type': 3, 'len': 0, 'cat': 'generic2', 'value': 0}, {'id': '212E_2', 'access': 1, 'type': 6, 'len': 0, 'cat': 'generic2', 'value': 0}, {'id': '212E_3', 'access': 1, 'type': 27, 'len': 0, 'cat': 'generic2', 'value': 0}, {'id': '212F_1', 'access': 1, 'type': 8, 'len': 0, 'cat': 'generic2', 'value': 0}, {'id': '212F_2', 'access': 1, 'type': 8, 'len': 0, 'cat': 'generic2', 'value': 0}, {'id': '212F_3', 'access': 1, 'type': 8, 'len': 0, 'cat': 'generic2', 'value': 0}, {'id': '2153_0', 'access': 0, 'type': 6, 'len': 8000, 'cat': 'generic2', 'value': 6000}, {'id': '216C_0', 'access': 0, 'type': 5, 'len': 3, 'cat': 'generic2', 'value': 0}, {'id': '2171_0', 'access': 0, 'type': 5, 'len': 2, 'cat': 'generic2', 'value': 0}, {'id': '2172_0', 'access': 0, 'type': 5, 'len': 100, 'cat': 'generic2', 'value': 100}, {'id': '2174_0', 'access': 0, 'type': 8, 'len': 0, 'cat': 'generic2', 'value': 0}, {'id': '2175_0', 'access': 1, 'type': 5, 'len': 1, 'cat': 'generic2', 'value': 0}, {'id': '2176_0', 'access': 1, 'type': 9, 'len': 25, 'cat': 'generic2', 'value': '000e00193331470a30343036'}, {'id': '218F_1', 'access': 1, 'type': 7, 'len': 0, 'cat': 'generic2', 'value': 131072}, {'id': '218F_2', 'access': 1, 'type': 7, 'len': 0, 'cat': 'generic2', 'value': 0}, {'id': '2185_0', 'access': 0, 'type': 5, 'len': 2, 'cat': 'generic2', 'value': 1}, {'id': '2187_0', 'access': 0, 'type': 27, 'len': 0, 'cat': 'generic2', 'value': 1711380649000}, {'id': '2188_0', 'access': 0, 'type': 5, 'len': 3, 'cat': 'generic2', 'value': 0}, {'id': '2189_0', 'access': 0, 'type': 5, 'len': 0, 'cat': 'generic2', 'value': 3}, {'id': '2190_0', 'access': 0, 'type': 5, 'len': 1, 'cat': 'generic2', 'value': 1}], 'offset': 0, 'total': 65}
2024-05-01 13:23:56.250 DEBUG (MainThread) [custom_components.alfen_wallbox.alfen] Status Response prop?cat=generic2&offset=32: {'version': 2, 'properties': [{'id': '21A3_0', 'access': 1, 'type': 9, 'len': 20, 'cat': 'generic2', 'value': 'O/J+p/fqiluQV+HJrIRe'}, {'id': '21B1_0', 'access': 0, 'type': 5, 'len': 2, 'cat': 'generic2', 'value': 2}, {'id': '21B2_0', 'access': 0, 'type': 5, 'len': 1, 'cat': 'generic2', 'value': 1}, {'id': '21B3_0', 'access': 1, 'type': 27, 'len': 0, 'cat': 'generic2', 'value': 816903902892}, {'id': '21B4_0', 'access': 1, 'type': 5, 'len': 0, 'cat': 'generic2', 'value': 0}, {'id': '21B5_0', 'access': 0, 'type': 5, 'len': 1, 'cat': 'generic2', 'value': 0}, {'id': '21B6_0', 'access': 0, 'type': 27, 'len': 0, 'cat': 'generic2', 'value': 37752292}, {'id': '21B7_0', 'access': 0, 'type': 5, 'len': 1, 'cat': 'generic2', 'value': 0}, {'id': '21B8_0', 'access': 1, 'type': 5, 'len': 3, 'cat': 'generic2', 'value': 0}, {'id': '21B9_0', 'access': 0, 'type': 6, 'len': 3600, 'cat': 'generic2', 'value': 1}, {'id': '2250_0', 'access': 0, 'type': 5, 'len': 4, 'cat': 'generic2', 'value': 0}, {'id': '2400_1', 'access': 0, 'type': 2, 'len': 2, 'cat': 'generic2', 'value': 0}, {'id': '2400_2', 'access': 0, 'type': 9, 'len': 21, 'cat': 'generic2', 'value': ''}, {'id': '2703_0', 'access': 0, 'type': 5, 'len': 255, 'cat': 'generic2', 'value': 129}, {'id': '2720_0', 'access': 1, 'type': 5, 'len': 255, 'cat': 'generic2', 'value': 2}, {'id': '2721_0', 'access': 1, 'type': 5, 'len': 255, 'cat': 'generic2', 'value': 4}, {'id': '2722_0', 'access': 0, 'type': 9, 'len': 51, 'cat': 'generic2', 'value': ''}, {'id': '2723_0', 'access': 1, 'type': 5, 'len': 3, 'cat': 'generic2', 'value': 0}, {'id': '2724_0', 'access': 1, 'type': 7, 'len': 0, 'cat': 'generic2', 'value': 7000}, {'id': '3180_0', 'access': 1, 'type': 9, 'len': 32, 'cat': 'generic2', 'value': 'HW:217L,SW:3.0-520'}, {'id': '3181_0', 'access': 1, 'type': 9, 'len': 32, 'cat': 'generic2', 'value': ''}, {'id': '3182_0', 'access': 1, 'type': 9, 'len': 32, 'cat': 'generic2', 'value': '1.2.0'}, {'id': '3190_1', 'access': 1, 'type': 6, 'len': 0, 'cat': 'generic2', 'value': 10}, {'id': '3190_2', 'access': 1, 'type': 6, 'len': 0, 'cat': 'generic2', 'value': 0}, {'id': '3191_1', 'access': 1, 'type': 6, 'len': 0, 'cat': 'generic2', 'value': 0}, {'id': '3191_2', 'access': 1, 'type': 6, 'len': 0, 'cat': 'generic2', 'value': 0}, {'id': '3280_1', 'access': 0, 'type': 5, 'len': 2, 'cat': 'generic2', 'value': 0}, {'id': '3280_2', 'access': 0, 'type': 5, 'len': 100, 'cat': 'generic2', 'value': 5}, {'id': '3280_3', 'access': 0, 'type': 7, 'len': 22000, 'cat': 'generic2', 'value': 1400}, {'id': '3280_4', 'access': 0, 'type': 5, 'len': 2, 'cat': 'generic2', 'value': 0}, {'id': '3280_5', 'access': 0, 'type': 5, 'len': 2, 'cat': 'generic2', 'value': 0}, {'id': '3278_1', 'access': 0, 'type': 7, 'len': 0, 'cat': 'generic2', 'value': 0}], 'offset': 32, 'total': 65}
2024-05-01 13:23:56.334 DEBUG (MainThread) [custom_components.alfen_wallbox.alfen] Status Response prop?cat=generic2&offset=64: {'version': 2, 'properties': [{'id': '3278_2', 'access': 0, 'type': 7, 'len': 0, 'cat': 'generic2', 'value': 0}], 'offset': 64, 'total': 65}
2024-05-01 13:23:56.467 DEBUG (MainThread) [custom_components.alfen_wallbox.alfen] Status Response prop?cat=meter1&offset=0: {'version': 2, 'properties': [{'id': '2218_0', 'access': 0, 'type': 2, 'len': 13, 'cat': 'meter1', 'value': 8}, {'id': '2219_0', 'access': 0, 'type': 6, 'len': 0, 'cat': 'meter1', 'value': 1000}, {'id': '2221_3', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 241.75999450683594}, {'id': '2221_4', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 250.11000061035156}, {'id': '2221_5', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 247.51998901367188}, {'id': '2221_6', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_7', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_8', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_9', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_A', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 15.063000679016113}, {'id': '2221_B', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_C', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_D', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_E', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_F', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_10', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_11', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 1}, {'id': '2221_12', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 50.10000228881836}, {'id': '2221_13', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_14', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_15', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_16', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 3638.699951171875}, {'id': '2221_17', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_18', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_19', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_1A', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_1B', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_1C', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_1D', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_1E', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_1F', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_20', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}], 'offset': 0, 'total': 47}
2024-05-01 13:23:56.566 DEBUG (MainThread) [custom_components.alfen_wallbox.alfen] Status Response prop?cat=meter1&offset=32: {'version': 2, 'properties': [{'id': '2221_21', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_22', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 4288362}, {'id': '2221_23', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_24', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_25', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_26', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_27', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_28', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_29', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_2A', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_2B', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_2C', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_2D', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_2E', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2541_0', 'access': 1, 'type': 9, 'len': 41, 'cat': 'meter1', 'value': ''}], 'offset': 32, 'total': 47}
2024-05-01 13:23:56.650 DEBUG (MainThread) [custom_components.alfen_wallbox.alfen] Status Response prop?cat=states&offset=0: {'version': 2, 'properties': [{'id': '2501_1', 'access': 1, 'type': 5, 'len': 0, 'cat': 'states', 'value': 14}, {'id': '2501_2', 'access': 1, 'type': 2, 'len': 0, 'cat': 'states', 'value': 35}, {'id': '2501_3', 'access': 1, 'type': 5, 'len': 0, 'cat': 'states', 'value': 2}, {'id': '2501_4', 'access': 1, 'type': 5, 'len': 0, 'cat': 'states', 'value': 194}, {'id': '2502_1', 'access': 1, 'type': 5, 'len': 0, 'cat': 'states', 'value': 0}, {'id': '2502_2', 'access': 1, 'type': 2, 'len': 0, 'cat': 'states', 'value': 0}, {'id': '2502_3', 'access': 1, 'type': 5, 'len': 0, 'cat': 'states', 'value': 0}, {'id': '2502_4', 'access': 1, 'type': 5, 'len': 0, 'cat': 'states', 'value': 0}, {'id': '2511_0', 'access': 1, 'type': 3, 'len': 0, 'cat': 'states', 'value': 588}, {'id': '2511_1', 'access': 1, 'type': 3, 'len': 0, 'cat': 'states', 'value': -1108}, {'id': '2511_2', 'access': 1, 'type': 3, 'len': 0, 'cat': 'states', 'value': 32767}, {'id': '2511_3', 'access': 1, 'type': 3, 'len': 0, 'cat': 'states', 'value': 2500}, {'id': '2512_0', 'access': 1, 'type': 3, 'len': 0, 'cat': 'states', 'value': 0}, {'id': '2512_1', 'access': 1, 'type': 3, 'len': 0, 'cat': 'states', 'value': 0}, {'id': '2512_2', 'access': 1, 'type': 3, 'len': 0, 'cat': 'states', 'value': 0}, {'id': '2512_3', 'access': 1, 'type': 3, 'len': 0, 'cat': 'states', 'value': 0}, {'id': '2540_0', 'access': 1, 'type': 5, 'len': 4, 'cat': 'states', 'value': 0}, {'id': '312E_0', 'access': 1, 'type': 5, 'len': 3, 'cat': 'states', 'value': 1}, {'id': '312F_0', 'access': 1, 'type': 5, 'len': 3, 'cat': 'states', 'value': 3}, {'id': '3600_1', 'access': 1, 'type': 2, 'len': 4, 'cat': 'states', 'value': 3}, {'id': '3600_2', 'access': 1, 'type': 27, 'len': 0, 'cat': 'states', 'value': 54160}, {'id': '3600_3', 'access': 1, 'type': 27, 'len': 0, 'cat': 'states', 'value': 54271}, {'id': '3600_4', 'access': 1, 'type': 27, 'len': 0, 'cat': 'states', 'value': 0}, {'id': '3600_5', 'access': 1, 'type': 2, 'len': 2, 'cat': 'states', 'value': 1}, {'id': '3600_6', 'access': 1, 'type': 27, 'len': 0, 'cat': 'states', 'value': 1123629114}, {'id': '3600_7', 'access': 1, 'type': 27, 'len': 0, 'cat': 'states', 'value': 980271925}, {'id': '3600_8', 'access': 1, 'type': 27, 'len': 0, 'cat': 'states', 'value': 1123629012}], 'offset': 0, 'total': 27}
2024-05-01 13:23:56.751 DEBUG (MainThread) [custom_components.alfen_wallbox.alfen] Status Response prop?cat=temp&offset=0: {'version': 2, 'properties': [{'id': '2200_0', 'access': 0, 'type': 2, 'len': 1, 'cat': 'temp', 'value': 1}, {'id': '2201_0', 'access': 1, 'type': 8, 'len': 0, 'cat': 'temp', 'value': 39.25}, {'id': '2202_0', 'access': 0, 'type': 8, 'len': 0, 'cat': 'temp', 'value': -25}, {'id': '2203_0', 'access': 0, 'type': 8, 'len': 0, 'cat': 'temp', 'value': 100}, {'id': '2204_0', 'access': 0, 'type': 3, 'len': 0, 'cat': 'temp', 'value': 20}, {'id': '2205_0', 'access': 0, 'type': 3, 'len': 0, 'cat': 'temp', 'value': 900}, {'id': '2249_0', 'access': 1, 'type': 8, 'len': 0, 'cat': 'temp', 'value': 57.625}, {'id': '2249_1', 'access': 1, 'type': 8, 'len': 0, 'cat': 'temp', 'value': 11.5}], 'offset': 0, 'total': 8}
2024-05-01 13:23:56.882 DEBUG (MainThread) [custom_components.alfen_wallbox.alfen] Status Response prop?cat=ocpp&offset=0: {'version': 2, 'properties': [{'id': '206C_1', 'access': 0, 'type': 5, 'len': 5, 'cat': 'ocpp', 'value': 0}, {'id': '2096_0', 'access': 0, 'type': 6, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '2097_0', 'access': 0, 'type': 7, 'len': 0, 'cat': 'ocpp', 'value': 60}, {'id': '2098_1', 'access': 0, 'type': 7, 'len': 0, 'cat': 'ocpp', 'value': 131074}, {'id': '2098_2', 'access': 0, 'type': 7, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '2098_3', 'access': 0, 'type': 7, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '2098_4', 'access': 0, 'type': 7, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '2098_5', 'access': 0, 'type': 7, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '2098_6', 'access': 0, 'type': 7, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '2098_7', 'access': 0, 'type': 7, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '2098_8', 'access': 0, 'type': 7, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '2098_9', 'access': 0, 'type': 7, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '2099_1', 'access': 0, 'type': 7, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '2099_2', 'access': 0, 'type': 7, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '2099_3', 'access': 0, 'type': 7, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '2099_4', 'access': 0, 'type': 7, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '2099_5', 'access': 0, 'type': 7, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '2099_6', 'access': 0, 'type': 7, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '2099_7', 'access': 0, 'type': 7, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '2099_8', 'access': 0, 'type': 7, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '2099_9', 'access': 0, 'type': 7, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '209A_0', 'access': 0, 'type': 7, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '20F0_1', 'access': 0, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 3}, {'id': '20F0_3', 'access': 0, 'type': 9, 'len': 513, 'cat': 'ocpp', 'value': 'ws://ocpp.e-flux.nl:80/1.6/e-flux'}, {'id': '20F0_4', 'access': 0, 'type': 7, 'len': 0, 'cat': 'ocpp', 'value': 10}, {'id': '20F0_5', 'access': 0, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '20F0_6', 'access': 0, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 1}, {'id': '20F0_7', 'access': 0, 'type': 9, 'len': 513, 'cat': 'ocpp', 'value': ''}, {'id': '20F0_8', 'access': 0, 'type': 9, 'len': 21, 'cat': 'ocpp', 'value': ''}, {'id': '20F0_9', 'access': 0, 'type': 9, 'len': 21, 'cat': 'ocpp', 'value': ''}, {'id': '20F0_A', 'access': 0, 'type': 9, 'len': 5, 'cat': 'ocpp', 'value': ''}, {'id': '20F0_B', 'access': 0, 'type': 9, 'len': 7, 'cat': 'ocpp', 'value': ''}], 'offset': 0, 'total': 113}
2024-05-01 13:23:57.010 DEBUG (MainThread) [custom_components.alfen_wallbox.alfen] Status Response prop?cat=ocpp&offset=32: {'version': 2, 'properties': [{'id': '20F0_C', 'access': 0, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '20F0_D', 'access': 0, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '20F0_E', 'access': 0, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 1}, {'id': '20F1_1', 'access': 0, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 3}, {'id': '20F1_3', 'access': 0, 'type': 9, 'len': 513, 'cat': 'ocpp', 'value': 'ws://ocpp.e-flux.nl:80/1.6/e-flux'}, {'id': '20F1_4', 'access': 0, 'type': 7, 'len': 0, 'cat': 'ocpp', 'value': 15}, {'id': '20F1_5', 'access': 0, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '20F1_6', 'access': 0, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 5}, {'id': '20F1_7', 'access': 0, 'type': 9, 'len': 513, 'cat': 'ocpp', 'value': 'm2m.services'}, {'id': '20F1_8', 'access': 0, 'type': 9, 'len': 21, 'cat': 'ocpp', 'value': ''}, {'id': '20F1_9', 'access': 0, 'type': 9, 'len': 21, 'cat': 'ocpp', 'value': ''}, {'id': '20F1_A', 'access': 0, 'type': 9, 'len': 5, 'cat': 'ocpp', 'value': ''}, {'id': '20F1_B', 'access': 0, 'type': 9, 'len': 7, 'cat': 'ocpp', 'value': ''}, {'id': '20F1_C', 'access': 0, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '20F1_D', 'access': 0, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '20F1_E', 'access': 0, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '20F2_1', 'access': 0, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '20F2_3', 'access': 0, 'type': 9, 'len': 513, 'cat': 'ocpp', 'value': ''}, {'id': '20F2_4', 'access': 0, 'type': 7, 'len': 0, 'cat': 'ocpp', 'value': 10}, {'id': '20F2_5', 'access': 0, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '20F2_6', 'access': 0, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '20F2_7', 'access': 0, 'type': 9, 'len': 513, 'cat': 'ocpp', 'value': ''}, {'id': '20F2_8', 'access': 0, 'type': 9, 'len': 21, 'cat': 'ocpp', 'value': ''}, {'id': '20F2_9', 'access': 0, 'type': 9, 'len': 21, 'cat': 'ocpp', 'value': ''}, {'id': '20F2_A', 'access': 0, 'type': 9, 'len': 5, 'cat': 'ocpp', 'value': ''}, {'id': '20F2_B', 'access': 0, 'type': 9, 'len': 7, 'cat': 'ocpp', 'value': ''}, {'id': '20F2_C', 'access': 0, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '20F2_D', 'access': 0, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '20F2_E', 'access': 0, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '20F3_1', 'access': 0, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '20F3_3', 'access': 0, 'type': 9, 'len': 513, 'cat': 'ocpp', 'value': ''}, {'id': '20F3_4', 'access': 0, 'type': 7, 'len': 0, 'cat': 'ocpp', 'value': 10}], 'offset': 32, 'total': 113}
2024-05-01 13:23:57.139 DEBUG (MainThread) [custom_components.alfen_wallbox.alfen] Status Response prop?cat=ocpp&offset=64: {'version': 2, 'properties': [{'id': '20F3_5', 'access': 0, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '20F3_6', 'access': 0, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '20F3_7', 'access': 0, 'type': 9, 'len': 513, 'cat': 'ocpp', 'value': ''}, {'id': '20F3_8', 'access': 0, 'type': 9, 'len': 21, 'cat': 'ocpp', 'value': ''}, {'id': '20F3_9', 'access': 0, 'type': 9, 'len': 21, 'cat': 'ocpp', 'value': ''}, {'id': '20F3_A', 'access': 0, 'type': 9, 'len': 5, 'cat': 'ocpp', 'value': ''}, {'id': '20F3_B', 'access': 0, 'type': 9, 'len': 7, 'cat': 'ocpp', 'value': ''}, {'id': '20F3_C', 'access': 0, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '20F3_D', 'access': 0, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '20F3_E', 'access': 0, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '20F4_0', 'access': 0, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 3}, {'id': '218A_0', 'access': 0, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 16}, {'id': '218B_0', 'access': 0, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 16}, {'id': '2401_0', 'access': 0, 'type': 9, 'len': 37, 'cat': 'ocpp', 'value': '                                     '}, {'id': '3258_0', 'access': 0, 'type': 7, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '3263_1', 'access': 0, 'type': 2, 'len': 3, 'cat': 'ocpp', 'value': 0}, {'id': '3263_2', 'access': 0, 'type': 9, 'len': 512, 'cat': 'ocpp', 'value': ''}, {'id': '3263_3', 'access': 0, 'type': 2, 'len': 3, 'cat': 'ocpp', 'value': 0}, {'id': '3263_4', 'access': 0, 'type': 9, 'len': 512, 'cat': 'ocpp', 'value': ''}, {'id': '3263_5', 'access': 0, 'type': 9, 'len': 4, 'cat': 'ocpp', 'value': ''}, {'id': '3264_0', 'access': 0, 'type': 7, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '3265_0', 'access': 0, 'type': 7, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '3266_0', 'access': 0, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '3267_0', 'access': 1, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '3260_0', 'access': 1, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '3269_0', 'access': 1, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '3270_0', 'access': 0, 'type': 7, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '3271_0', 'access': 0, 'type': 9, 'len': 14, 'cat': 'ocpp', 'value': 'unimplemented '}, {'id': '3272_0', 'access': 1, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '3273_0', 'access': 1, 'type': 9, 'len': 3, 'cat': 'ocpp', 'value': 'A,W'}, {'id': '3274_0', 'access': 1, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '3275_0', 'access': 0, 'type': 8, 'len': 0, 'cat': 'ocpp', 'value': 0}], 'offset': 64, 'total': 113}
2024-05-01 13:23:57.243 DEBUG (MainThread) [custom_components.alfen_wallbox.alfen] Status Response prop?cat=ocpp&offset=96: {'version': 2, 'properties': [{'id': '3276_1', 'access': 0, 'type': 9, 'len': 27, 'cat': 'ocpp', 'value': ''}, {'id': '3276_2', 'access': 0, 'type': 9, 'len': 30, 'cat': 'ocpp', 'value': ''}, {'id': '3276_3', 'access': 0, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '3276_4', 'access': 0, 'type': 9, 'len': 7, 'cat': 'ocpp', 'value': ''}, {'id': '3276_5', 'access': 0, 'type': 9, 'len': 27, 'cat': 'ocpp', 'value': ''}, {'id': '3276_6', 'access': 0, 'type': 9, 'len': 7, 'cat': 'ocpp', 'value': ''}, {'id': '3276_7', 'access': 0, 'type': 6, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '3276_8', 'access': 0, 'type': 9, 'len': 30, 'cat': 'ocpp', 'value': ''}, {'id': '3277_1', 'access': 1, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 10}, {'id': '3277_2', 'access': 1, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 10}, {'id': '3277_3', 'access': 1, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 10}, {'id': '3277_4', 'access': 1, 'type': 6, 'len': 0, 'cat': 'ocpp', 'value': 255}, {'id': '3277_5', 'access': 1, 'type': 6, 'len': 0, 'cat': 'ocpp', 'value': 255}, {'id': '3277_6', 'access': 1, 'type': 6, 'len': 0, 'cat': 'ocpp', 'value': 255}, {'id': '3277_7', 'access': 1, 'type': 6, 'len': 0, 'cat': 'ocpp', 'value': 255}, {'id': '3277_8', 'access': 1, 'type': 6, 'len': 0, 'cat': 'ocpp', 'value': 255}, {'id': '5230_0', 'access': 0, 'type': 2, 'len': 0, 'cat': 'ocpp', 'value': 0}], 'offset': 96, 'total': 113}
2024-05-01 13:23:57.379 DEBUG (MainThread) [custom_components.alfen_wallbox.alfen] Status Response prop?cat=meter4&offset=0: {'version': 2, 'properties': [{'id': '5217_0', 'access': 0, 'type': 2, 'len': 7, 'cat': 'meter4', 'value': -1}, {'id': '2191_1', 'access': 0, 'type': 5, 'len': 1, 'cat': 'meter4', 'value': 1}, {'id': '2191_2', 'access': 0, 'type': 9, 'len': 16, 'cat': 'meter4', 'value': '10.10.10.1'}, {'id': '2191_3', 'access': 0, 'type': 6, 'len': 0, 'cat': 'meter4', 'value': 5001}, {'id': '5218_0', 'access': 0, 'type': 2, 'len': 13, 'cat': 'meter4', 'value': 1}, {'id': '5221_3', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_4', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_5', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_6', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_7', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_8', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_9', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_A', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_B', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_C', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_D', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_E', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_F', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_10', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_11', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_12', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_13', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_14', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_15', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_16', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_17', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_18', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_19', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_1A', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_1B', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_1C', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_1D', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}], 'offset': 0, 'total': 49}
2024-05-01 13:23:57.479 DEBUG (MainThread) [custom_components.alfen_wallbox.alfen] Status Response prop?cat=meter4&offset=32: {'version': 2, 'properties': [{'id': '5221_1E', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_1F', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_20', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_21', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_22', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_23', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_24', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_25', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_26', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_27', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_28', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_29', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_2A', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_2B', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_2C', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_2D', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_2E', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}], 'offset': 32, 'total': 49}
2024-05-01 13:23:57.610 DEBUG (MainThread) [custom_components.alfen_wallbox.alfen] Status Response prop?cat=MbusTCP&offset=0: {'version': 2, 'properties': [{'id': '2522_1', 'access': 0, 'type': 5, 'len': 2, 'cat': 'MbusTCP', 'value': 0}, {'id': '2522_2', 'access': 0, 'type': 5, 'len': 2, 'cat': 'MbusTCP', 'value': 1}, {'id': '2522_4', 'access': 0, 'type': 9, 'len': 16, 'cat': 'MbusTCP', 'value': '192.168.000.004'}, {'id': '2522_6', 'access': 0, 'type': 6, 'len': 65535, 'cat': 'MbusTCP', 'value': 5}, {'id': '2523_1', 'access': 0, 'type': 5, 'len': 2, 'cat': 'MbusTCP', 'value': 0}, {'id': '2523_2', 'access': 0, 'type': 5, 'len': 2, 'cat': 'MbusTCP', 'value': 2}, {'id': '2523_4', 'access': 0, 'type': 9, 'len': 16, 'cat': 'MbusTCP', 'value': '192.168.000.004'}, {'id': '2523_6', 'access': 0, 'type': 6, 'len': 65535, 'cat': 'MbusTCP', 'value': 5}, {'id': '2530_1', 'access': 0, 'type': 5, 'len': 3, 'cat': 'MbusTCP', 'value': 3}, {'id': '2530_2', 'access': 0, 'type': 5, 'len': 1, 'cat': 'MbusTCP', 'value': 1}, {'id': '2530_3', 'access': 0, 'type': 5, 'len': 1, 'cat': 'MbusTCP', 'value': 0}, {'id': '2530_4', 'access': 0, 'type': 6, 'len': 65535, 'cat': 'MbusTCP', 'value': 300}, {'id': '2560_0', 'access': 0, 'type': 64, 'len': 50, 'cat': 'MbusTCP', 'value': '3,4,5,0,1,2,F,7,8,9,6,13,1B,17,E,10,11,12,18,19,1A,14,15,16,B,C,D,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0'}, {'id': '2561_0', 'access': 0, 'type': 65, 'len': 50, 'cat': 'MbusTCP', 'value': 'C552,C554,C556,C558,C55A,C55C,C55E,C560,C562,C564,C566,C568,C56A,C56C,C56E,C570,C572,C574,C576,C578,C57A,C57C,C57E,C580,C582,C584,C586,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0'}, {'id': '2562_0', 'access': 0, 'type': 64, 'len': 50, 'cat': 'MbusTCP', 'value': '3,3,3,3,3,3,3,3,3,3,3,2,2,3,2,2,2,2,2,2,2,3,3,3,2,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0'}, {'id': '2563_0', 'access': 0, 'type': 64, 'len': 50, 'cat': 'MbusTCP', 'value': 'FE,FE,FE,FE,FE,FE,FD,FD,FD,FD,FD,1,1,1,FD,1,1,1,1,1,1,1,1,1,FD,FD,FD,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0'}, {'id': '2564_0', 'access': 0, 'type': 5, 'len': 1, 'cat': 'MbusTCP', 'value': 1}, {'id': '2564_1', 'access': 0, 'type': 7, 'len': 0, 'cat': 'MbusTCP', 'value': 2000}, {'id': '2564_2', 'access': 0, 'type': 7, 'len': 0, 'cat': 'MbusTCP', 'value': 500}, {'id': '2564_3', 'access': 0, 'type': 5, 'len': 255, 'cat': 'MbusTCP', 'value': 176}, {'id': '2565_0', 'access': 0, 'type': 7, 'len': 0, 'cat': 'MbusTCP', 'value': 19200}, {'id': '2565_1', 'access': 0, 'type': 5, 'len': 2, 'cat': 'MbusTCP', 'value': 1}, {'id': '2565_2', 'access': 0, 'type': 5, 'len': 0, 'cat': 'MbusTCP', 'value': 1}, {'id': '2570_0', 'access': 0, 'type': 64, 'len': 50, 'cat': 'MbusTCP', 'value': '3,4,5,0,1,2,F,7,8,9,6,13,1B,17,E,10,11,12,18,19,1A,14,15,16,B,C,D,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0'}, {'id': '2571_0', 'access': 0, 'type': 65, 'len': 50, 'cat': 'MbusTCP', 'value': 'C552,C554,C556,C558,C55A,C55C,C55E,C560,C562,C564,C566,C568,C56A,C56C,C56E,C570,C572,C574,C576,C578,C57A,C57C,C57E,C580,C582,C584,C586,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0'}, {'id': '2572_0', 'access': 0, 'type': 64, 'len': 50, 'cat': 'MbusTCP', 'value': '3,3,3,3,3,3,3,3,3,3,3,2,2,3,2,2,2,2,2,2,2,3,3,3,2,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0'}, {'id': '2573_0', 'access': 0, 'type': 64, 'len': 50, 'cat': 'MbusTCP', 'value': 'FE,FE,FE,FE,FE,FE,FD,FD,FD,FD,FD,1,1,1,FD,1,1,1,1,1,1,1,1,1,FD,FD,FD,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0'}], 'offset': 0, 'total': 34}
2024-05-01 13:23:57.703 DEBUG (MainThread) [custom_components.alfen_wallbox.alfen] Status Response prop?cat=MbusTCP&offset=27: {'version': 2, 'properties': [{'id': '2574_0', 'access': 0, 'type': 5, 'len': 1, 'cat': 'MbusTCP', 'value': 1}, {'id': '2574_1', 'access': 0, 'type': 7, 'len': 0, 'cat': 'MbusTCP', 'value': 2000}, {'id': '2574_2', 'access': 0, 'type': 7, 'len': 0, 'cat': 'MbusTCP', 'value': 500}, {'id': '2574_3', 'access': 0, 'type': 5, 'len': 255, 'cat': 'MbusTCP', 'value': 176}, {'id': '2575_0', 'access': 0, 'type': 7, 'len': 0, 'cat': 'MbusTCP', 'value': 19200}, {'id': '2575_1', 'access': 0, 'type': 5, 'len': 2, 'cat': 'MbusTCP', 'value': 1}, {'id': '2575_2', 'access': 0, 'type': 5, 'len': 0, 'cat': 'MbusTCP', 'value': 1}], 'offset': 27, 'total': 34}
2024-05-01 13:23:57.727 WARNING (MainThread) [bosch_thermostat_client.sensors.sensor] Can't update data for Valve position. Trying uri: /zones/zn1/actualValvePosition. Error message: Error requesting data from /zones/zn1/actualValvePosition
2024-05-01 13:23:57.807 DEBUG (MainThread) [custom_components.alfen_wallbox.alfen] Status Response prop?cat=comm&offset=0: {'version': 2, 'properties': [{'id': '206B_1', 'access': 0, 'type': 5, 'len': 2, 'cat': 'comm', 'value': 0}, {'id': '206B_2', 'access': 0, 'type': 6, 'len': 65535, 'cat': 'comm', 'value': 60}, {'id': '206B_3', 'access': 0, 'type': 6, 'len': 65535, 'cat': 'comm', 'value': 100}, {'id': '208A_0', 'access': 0, 'type': 7, 'len': 0, 'cat': 'comm', 'value': 120}, {'id': '208B_1', 'access': 1, 'type': 6, 'len': 0, 'cat': 'comm', 'value': 10}, {'id': '208B_2', 'access': 1, 'type': 6, 'len': 0, 'cat': 'comm', 'value': 15}, {'id': '208D_1', 'access': 0, 'type': 6, 'len': 0, 'cat': 'comm', 'value': 10}, {'id': '208D_2', 'access': 0, 'type': 6, 'len': 0, 'cat': 'comm', 'value': 50}, {'id': '208E_1', 'access': 0, 'type': 6, 'len': 0, 'cat': 'comm', 'value': 60}, {'id': '208E_2', 'access': 0, 'type': 6, 'len': 0, 'cat': 'comm', 'value': 120}, {'id': '209B_0', 'access': 0, 'type': 2, 'len': 2, 'cat': 'comm', 'value': 1}, {'id': '209C_0', 'access': 0, 'type': 2, 'len': 3, 'cat': 'comm', 'value': 1}, {'id': '209D_0', 'access': 0, 'type': 2, 'len': 2, 'cat': 'comm', 'value': 1}, {'id': '2118_0', 'access': 1, 'type': 9, 'len': 33, 'cat': 'comm', 'value': 'Quectel'}, {'id': '2119_0', 'access': 1, 'type': 9, 'len': 33, 'cat': 'comm', 'value': 'BG95-M3'}, {'id': '2120_0', 'access': 1, 'type': 9, 'len': 33, 'cat': 'comm', 'value': 'BG95M3LAR02A03_01.012.01.012'}, {'id': '2121_0', 'access': 1, 'type': 9, 'len': 33, 'cat': 'comm', 'value': '863940057525886'}, {'id': '2182_0', 'access': 0, 'type': 6, 'len': 0, 'cat': 'comm', 'value': 0}], 'offset': 0, 'total': 18}
2024-05-01 13:23:57.903 DEBUG (MainThread) [custom_components.alfen_wallbox.alfen] Status Response prop?cat=display&offset=0: {'version': 2, 'properties': [{'id': '3260_1', 'access': 1, 'type': 6, 'len': 0, 'cat': 'display', 'value': 0}, {'id': '3260_2', 'access': 1, 'type': 6, 'len': 0, 'cat': 'display', 'value': 0}, {'id': '3260_3', 'access': 1, 'type': 6, 'len': 0, 'cat': 'display', 'value': 0}, {'id': '3260_4', 'access': 1, 'type': 6, 'len': 0, 'cat': 'display', 'value': 0}, {'id': '3260_5', 'access': 1, 'type': 7, 'len': 0, 'cat': 'display', 'value': 0}, {'id': '3261_0', 'access': 0, 'type': 6, 'len': 7, 'cat': 'display', 'value': 7}, {'id': '3262_1', 'access': 0, 'type': 9, 'len': 4, 'cat': 'display', 'value': 'EUR'}, {'id': '3262_2', 'access': 0, 'type': 8, 'len': 0, 'cat': 'display', 'value': 0}, {'id': '3262_3', 'access': 0, 'type': 8, 'len': 0, 'cat': 'display', 'value': 0}, {'id': '3262_4', 'access': 0, 'type': 8, 'len': 0, 'cat': 'display', 'value': 0}, {'id': '3262_5', 'access': 0, 'type': 5, 'len': 2, 'cat': 'display', 'value': 1}], 'offset': 0, 'total': 11}
2024-05-01 13:23:58.035 DEBUG (MainThread) [custom_components.alfen_wallbox.alfen] Status Response prop?cat=meter2&offset=0: {'version': 2, 'properties': [{'id': '2542_0', 'access': 1, 'type': 9, 'len': 41, 'cat': 'meter2', 'value': ''}, {'id': '3218_0', 'access': 0, 'type': 2, 'len': 13, 'cat': 'meter2', 'value': 1}, {'id': '3221_3', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_4', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_5', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_6', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_7', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_8', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_9', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_A', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_B', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_C', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_D', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_E', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_F', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_10', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_11', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_12', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_13', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_14', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_15', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_16', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_17', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_18', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_19', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_1A', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_1B', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_1C', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_1D', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_1E', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_1F', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_20', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}], 'offset': 0, 'total': 46}
2024-05-01 13:23:58.135 DEBUG (MainThread) [custom_components.alfen_wallbox.alfen] Status Response prop?cat=meter2&offset=32: {'version': 2, 'properties': [{'id': '3221_21', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_22', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_23', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_24', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_25', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_26', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_27', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_28', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_29', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_2A', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_2B', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_2C', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_2D', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_2E', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}], 'offset': 32, 'total': 46}
2024-05-01 13:23:58.140 DEBUG (MainThread) [custom_components.alfen_wallbox.alfen] Properties [{'id': '1008_0', 'access': 1, 'type': 9, 'len': 33, 'cat': 'generic', 'value': 'NG910'}, {'id': '1009_0', 'access': 1, 'type': 9, 'len': 33, 'cat': 'generic', 'value': 'B9'}, {'id': '100A_0', 'access': 1, 'type': 9, 'len': 33, 'cat': 'generic', 'value': '6.3.0-4185'}, {'id': '2005_0', 'access': 1, 'type': 6, 'len': 65535, 'cat': 'generic', 'value': 515}, {'id': '204F_0', 'access': 0, 'type': 6, 'len': 65535, 'cat': 'generic', 'value': 35}, {'id': '2050_0', 'access': 0, 'type': 9, 'len': 21, 'cat': 'generic', 'value': 'NG910-60587'}, {'id': '2051_0', 'access': 0, 'type': 9, 'len': 26, 'cat': 'generic', 'value': 'ACE0300391'}, {'id': '2052_1', 'access': 0, 'type': 9, 'len': 21, 'cat': 'generic', 'value': '12:77:0b:03:2f:3c'}, {'id': '2052_2', 'access': 0, 'type': 5, 'len': 255, 'cat': 'generic', 'value': 0}, {'id': '2053_0', 'access': 0, 'type': 9, 'len': 21, 'cat': 'generic', 'value': 'LIB_14022'}, {'id': '2054_0', 'access': 1, 'type': 9, 'len': 51, 'cat': 'generic', 'value': '6.3.0-4185'}, {'id': '2055_0', 'access': 0, 'type': 9, 'len': 21, 'cat': 'generic', 'value': 'Alfen BV'}, {'id': '2056_0', 'access': 1, 'type': 7, 'len': 0, 'cat': 'generic', 'value': 207}, {'id': '2057_0', 'access': 1, 'type': 9, 'len': 51, 'cat': 'generic', 'value': 'Software reset'}, {'id': '2059_0', 'access': 0, 'type': 27, 'len': 0, 'cat': 'generic', 'value': 1714562698553}, {'id': '205B_0', 'access': 0, 'type': 5, 'len': 0, 'cat': 'generic', 'value': 1}, {'id': '205C_1', 'access': 0, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 52.40227127075195}, {'id': '205C_2', 'access': 0, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 5.243744850158691}, {'id': '205D_0', 'access': 0, 'type': 9, 'len': 9, 'cat': 'generic', 'value': 'en_GB'}, {'id': '205E_0', 'access': 1, 'type': 5, 'len': 0, 'cat': 'generic', 'value': 1}, {'id': '205F_0', 'access': 0, 'type': 27, 'len': 0, 'cat': 'generic', 'value': 0}, {'id': '2060_0', 'access': 1, 'type': 27, 'len': 0, 'cat': 'generic', 'value': 1123649571}, {'id': '2061_1', 'access': 0, 'type': 5, 'len': 90, 'cat': 'generic', 'value': 0}, {'id': '2061_2', 'access': 0, 'type': 5, 'len': 180, 'cat': 'generic', 'value': 100}, {'id': '2062_0', 'access': 0, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 16}, {'id': '2063_0', 'access': 0, 'type': 9, 'len': 21, 'cat': 'generic', 'value': 'x'}, {'id': '2064_0', 'access': 0, 'type': 5, 'len': 3, 'cat': 'generic', 'value': 3}, {'id': '2065_1', 'access': 1, 'type': 5, 'len': 0, 'cat': 'generic', 'value': 0}, {'id': '2066_0', 'access': 1, 'type': 7, 'len': 0, 'cat': 'generic', 'value': 16777219}, {'id': '2067_0', 'access': 0, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 25}, {'id': '2068_0', 'access': 0, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 6}, {'id': '2069_0', 'access': 0, 'type': 9, 'len': 7, 'cat': 'generic', 'value': 'L2L1L3'}, {'id': '206A_0', 'access': 0, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 14}, {'id': '206F_0', 'access': 0, 'type': 5, 'len': 1, 'cat': 'generic', 'value': 1}, {'id': '206E_0', 'access': 0, 'type': 3, 'len': 0, 'cat': 'generic', 'value': 60}, {'id': '2071_1', 'access': 1, 'type': 9, 'len': 64, 'cat': 'generic', 'value': 'ws://ocpp.e-flux.nl'}, {'id': '2071_2', 'access': 1, 'type': 9, 'len': 64, 'cat': 'generic', 'value': '/1.6/e-flux'}, {'id': '2072_1', 'access': 0, 'type': 9, 'len': 16, 'cat': 'generic', 'value': '192.168.000.001'}, {'id': '2072_2', 'access': 0, 'type': 5, 'len': 2, 'cat': 'generic', 'value': 0}, {'id': '2073_1', 'access': 0, 'type': 9, 'len': 16, 'cat': 'generic', 'value': '255.255.255.255'}, {'id': '2074_1', 'access': 0, 'type': 9, 'len': 16, 'cat': 'generic', 'value': '192.168.000.001'}, {'id': '2075_1', 'access': 0, 'type': 9, 'len': 16, 'cat': 'generic', 'value': '192.168.000.092'}, {'id': '2075_2', 'access': 0, 'type': 5, 'len': 2, 'cat': 'generic', 'value': 0}, {'id': '2076_0', 'access': 0, 'type': 9, 'len': 51, 'cat': 'generic', 'value': 'e-flux-platform'}, {'id': '2077_0', 'access': 1, 'type': 2, 'len': 3, 'cat': 'generic', 'value': 3}, {'id': '2078_1', 'access': 1, 'type': 9, 'len': 64, 'cat': 'generic', 'value': 'ws://ocpp.e-flux.nl'}, {'id': '2078_2', 'access': 1, 'type': 9, 'len': 64, 'cat': 'generic', 'value': '/1.6/e-flux'}, {'id': '2079_1', 'access': 0, 'type': 9, 'len': 16, 'cat': 'generic', 'value': ''}, {'id': '2079_2', 'access': 0, 'type': 5, 'len': 2, 'cat': 'generic', 'value': 0}, {'id': '207A_1', 'access': 0, 'type': 9, 'len': 16, 'cat': 'generic', 'value': '192.168.000.001'}, {'id': '207A_2', 'access': 0, 'type': 5, 'len': 2, 'cat': 'generic', 'value': 0}, {'id': '207B_1', 'access': 0, 'type': 9, 'len': 16, 'cat': 'generic', 'value': '255.255.255.0'}, {'id': '207C_1', 'access': 0, 'type': 9, 'len': 16, 'cat': 'generic', 'value': '10.10.10.1'}, {'id': '207D_1', 'access': 0, 'type': 9, 'len': 16, 'cat': 'generic', 'value': '10.10.10.130'}, {'id': '207D_2', 'access': 0, 'type': 5, 'len': 2, 'cat': 'generic', 'value': 0}, {'id': '207E_1', 'access': 0, 'type': 9, 'len': 16, 'cat': 'generic', 'value': '10.10.10.1'}, {'id': '207E_2', 'access': 0, 'type': 5, 'len': 2, 'cat': 'generic', 'value': 0}, {'id': '207F_1', 'access': 0, 'type': 9, 'len': 16, 'cat': 'generic', 'value': '0.0.0.0'}, {'id': '207F_2', 'access': 0, 'type': 5, 'len': 2, 'cat': 'generic', 'value': 0}, {'id': '2080_1', 'access': 0, 'type': 9, 'len': 16, 'cat': 'generic', 'value': ''}, {'id': '2080_2', 'access': 0, 'type': 5, 'len': 2, 'cat': 'generic', 'value': 0}, {'id': '2081_0', 'access': 1, 'type': 9, 'len': 21, 'cat': 'generic', 'value': 'ocpp/json'}, {'id': '2082_0', 'access': 1, 'type': 9, 'len': 11, 'cat': 'generic', 'value': '1.6'}, {'id': '2086_0', 'access': 0, 'type': 7, 'len': 0, 'cat': 'generic', 'value': 60}, {'id': '2087_0', 'access': 0, 'type': 7, 'len': 0, 'cat': 'generic', 'value': 900}, {'id': '2088_0', 'access': 0, 'type': 2, 'len': 2, 'cat': 'generic', 'value': 1}, {'id': '2089_0', 'access': 0, 'type': 2, 'len': 1, 'cat': 'generic', 'value': 1}, {'id': '208F_0', 'access': 0, 'type': 6, 'len': 0, 'cat': 'generic', 'value': 900}, {'id': '2093_0', 'access': 0, 'type': 2, 'len': 1, 'cat': 'generic', 'value': 1}, {'id': '2094_0', 'access': 0, 'type': 2, 'len': 0, 'cat': 'generic', 'value': 0}, {'id': '2095_0', 'access': 0, 'type': 2, 'len': 1, 'cat': 'generic', 'value': 0}, {'id': '2100_0', 'access': 1, 'type': 9, 'len': 34, 'cat': 'generic', 'value': 'm2m.services'}, {'id': '2101_0', 'access': 1, 'type': 9, 'len': 33, 'cat': 'generic', 'value': ''}, {'id': '2102_0', 'access': 1, 'type': 9, 'len': 33, 'cat': 'generic', 'value': ''}, {'id': '2103_0', 'access': 1, 'type': 9, 'len': 21, 'cat': 'generic', 'value': ''}, {'id': '2104_0', 'access': 1, 'type': 9, 'len': 21, 'cat': 'generic', 'value': 'ERROR'}, {'id': '2105_0', 'access': 1, 'type': 9, 'len': 21, 'cat': 'generic', 'value': '+CME ERROR: 13'}, {'id': '2106_0', 'access': 0, 'type': 2, 'len': 0, 'cat': 'generic', 'value': 0}, {'id': '2107_0', 'access': 0, 'type': 2, 'len': 0, 'cat': 'generic', 'value': 5}, {'id': '2108_0', 'access': 0, 'type': 2, 'len': 1, 'cat': 'generic', 'value': 1}, {'id': '2109_0', 'access': 1, 'type': 2, 'len': 3, 'cat': 'generic', 'value': 0}, {'id': '2110_0', 'access': 1, 'type': 3, 'len': 0, 'cat': 'generic', 'value': 0}, {'id': '2111_0', 'access': 0, 'type': 3, 'len': 0, 'cat': 'generic', 'value': -90}, {'id': '2112_0', 'access': 1, 'type': 9, 'len': 33, 'cat': 'generic', 'value': '0'}, {'id': '2113_0', 'access': 0, 'type': 5, 'len': 2, 'cat': 'generic', 'value': 0}, {'id': '2114_0', 'access': 0, 'type': 5, 'len': 3, 'cat': 'generic', 'value': 0}, {'id': '2125_0', 'access': 0, 'type': 2, 'len': 3, 'cat': 'generic', 'value': 0}, {'id': '2126_0', 'access': 0, 'type': 2, 'len': 3, 'cat': 'generic', 'value': 0}, {'id': '2127_0', 'access': 0, 'type': 2, 'len': 1, 'cat': 'generic', 'value': 0}, {'id': '2128_0', 'access': 0, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 16}, {'id': '2129_0', 'access': 0, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 16}, {'id': '212A_0', 'access': 1, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 16}, {'id': '212B_0', 'access': 1, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 40.20000076293945}, {'id': '212C_0', 'access': 1, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 15}, {'id': '212D_0', 'access': 1, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 40.20000076293945}, {'id': '2130_0', 'access': 0, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 16}, {'id': '2131_0', 'access': 0, 'type': 2, 'len': 0, 'cat': 'generic', 'value': 5}, {'id': '2132_0', 'access': 0, 'type': 3, 'len': 0, 'cat': 'generic', 'value': 30}, {'id': '2133_0', 'access': 0, 'type': 3, 'len': 0, 'cat': 'generic', 'value': 300}, {'id': '2134_0', 'access': 0, 'type': 3, 'len': 0, 'cat': 'generic', 'value': 60}, {'id': '2135_0', 'access': 0, 'type': 3, 'len': 0, 'cat': 'generic', 'value': 120}, {'id': '2136_0', 'access': 0, 'type': 3, 'len': 0, 'cat': 'generic', 'value': 11}, {'id': '2137_0', 'access': 0, 'type': 2, 'len': 3, 'cat': 'generic', 'value': 2}, {'id': '2138_0', 'access': 0, 'type': 2, 'len': 2, 'cat': 'generic', 'value': 3}, {'id': '2139_0', 'access': 0, 'type': 3, 'len': 0, 'cat': 'generic', 'value': 250}, {'id': '213A_0', 'access': 1, 'type': 9, 'len': 33, 'cat': 'generic', 'value': '                                 '}, {'id': '213B_0', 'access': 0, 'type': 2, 'len': 2, 'cat': 'generic', 'value': 0}, {'id': '213C_0', 'access': 0, 'type': 2, 'len': 2, 'cat': 'generic', 'value': 1}, {'id': '213D_0', 'access': 0, 'type': 2, 'len': 2, 'cat': 'generic', 'value': 0}, {'id': '213E_0', 'access': 0, 'type': 2, 'len': 2, 'cat': 'generic', 'value': 1}, {'id': '2140_0', 'access': 0, 'type': 3, 'len': 0, 'cat': 'generic', 'value': 1000}, {'id': '2159_0', 'access': 0, 'type': 5, 'len': 2, 'cat': 'generic', 'value': 0}, {'id': '215D_0', 'access': 0, 'type': 5, 'len': 2, 'cat': 'generic', 'value': 0}, {'id': '215E_0', 'access': 0, 'type': 5, 'len': 2, 'cat': 'generic', 'value': 0}, {'id': '215F_0', 'access': 1, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 99.9000015258789}, {'id': '2160_0', 'access': 1, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 0}, {'id': '2161_0', 'access': 1, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 16}, {'id': '2165_1', 'access': 0, 'type': 5, 'len': 2, 'cat': 'generic', 'value': 0}, {'id': '2165_2', 'access': 0, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 0}, {'id': '2165_3', 'access': 0, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 0}, {'id': '2165_4', 'access': 0, 'type': 27, 'len': 0, 'cat': 'generic', 'value': 0}, {'id': '2166_1', 'access': 0, 'type': 5, 'len': 2, 'cat': 'generic', 'value': 0}, {'id': '2166_2', 'access': 0, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 0}, {'id': '2166_3', 'access': 0, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 0}, {'id': '2166_4', 'access': 0, 'type': 27, 'len': 0, 'cat': 'generic', 'value': 0}, {'id': '2167_1', 'access': 0, 'type': 5, 'len': 2, 'cat': 'generic', 'value': 0}, {'id': '2167_2', 'access': 0, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 0}, {'id': '2167_3', 'access': 0, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 0}, {'id': '2167_4', 'access': 0, 'type': 27, 'len': 0, 'cat': 'generic', 'value': 0}, {'id': '2168_0', 'access': 0, 'type': 6, 'len': 65535, 'cat': 'generic', 'value': 0}, {'id': '2169_0', 'access': 0, 'type': 6, 'len': 3600, 'cat': 'generic', 'value': 0}, {'id': '216A_0', 'access': 0, 'type': 5, 'len': 2, 'cat': 'generic', 'value': 0}, {'id': '216B_0', 'access': 0, 'type': 5, 'len': 2, 'cat': 'generic', 'value': 0}, {'id': '216D_0', 'access': 0, 'type': 5, 'len': 60, 'cat': 'generic', 'value': 0}, {'id': '216E_0', 'access': 0, 'type': 9, 'len': 48, 'cat': 'generic', 'value': 'https://eichrecht.alfen.com'}, {'id': '216F_0', 'access': 0, 'type': 5, 'len': 2, 'cat': 'generic', 'value': 0}, {'id': '2173_0', 'access': 0, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 16}, {'id': '2183_0', 'access': 0, 'type': 5, 'len': 2, 'cat': 'generic', 'value': 0}, {'id': '2184_0', 'access': 0, 'type': 6, 'len': 65535, 'cat': 'generic', 'value': 0}, {'id': '21A0_0', 'access': 1, 'type': 27, 'len': 0, 'cat': 'generic', 'value': 3940757906999050}, {'id': '21A1_0', 'access': 0, 'type': 9, 'len': 30, 'cat': 'generic', 'value': '3B80.0A01.0201.F704.FD90.340F'}, {'id': '21A2_0', 'access': 1, 'type': 7, 'len': 0, 'cat': 'generic', 'value': 2147549444}, {'id': '21B0_0', 'access': 0, 'type': 5, 'len': 2, 'cat': 'generic', 'value': 1}, {'id': '2224_0', 'access': 1, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 5.888888835906982}, {'id': '2225_0', 'access': 1, 'type': 8, 'len': 0, 'cat': 'generic', 'value': -11.083333015441895}, {'id': '2228_0', 'access': 1, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 0}, {'id': '2229_0', 'access': 1, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 0}, {'id': '2231_0', 'access': 1, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 4.829435027449087e-41}, {'id': '2233_0', 'access': 1, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 2.3693558008761973e-38}, {'id': '2911_0', 'access': 0, 'type': 2, 'len': 12, 'cat': 'generic', 'value': 10}, {'id': '3125_0', 'access': 0, 'type': 2, 'len': 3, 'cat': 'generic', 'value': 1}, {'id': '3129_0', 'access': 0, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 0}, {'id': '312A_0', 'access': 1, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 32}, {'id': '312B_0', 'access': 1, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 32}, {'id': '312C_0', 'access': 1, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 32}, {'id': '312D_0', 'access': 1, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 32}, {'id': '3160_0', 'access': 1, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 0}, {'id': '3173_0', 'access': 0, 'type': 8, 'len': 0, 'cat': 'generic', 'value': 16}, {'id': '204D_1', 'access': 1, 'type': 5, 'len': 255, 'cat': 'generic2', 'value': 2}, {'id': '204D_2', 'access': 1, 'type': 5, 'len': 255, 'cat': 'generic2', 'value': 10}, {'id': '204D_3', 'access': 1, 'type': 5, 'len': 255, 'cat': 'generic2', 'value': 6}, {'id': '204D_4', 'access': 1, 'type': 5, 'len': 255, 'cat': 'generic2', 'value': 0}, {'id': '2070_0', 'access': 0, 'type': 5, 'len': 1, 'cat': 'generic2', 'value': 1}, {'id': '218E_0', 'access': 0, 'type': 7, 'len': 0, 'cat': 'generic2', 'value': 0}, {'id': '209E_0', 'access': 1, 'type': 5, 'len': 0, 'cat': 'generic2', 'value': 5}, {'id': '209F_0', 'access': 1, 'type': 5, 'len': 0, 'cat': 'generic2', 'value': 0}, {'id': '2115_0', 'access': 0, 'type': 9, 'len': 64, 'cat': 'generic2', 'value': ''}, {'id': '2116_0', 'access': 0, 'type': 9, 'len': 32, 'cat': 'generic2', 'value': ''}, {'id': '2117_0', 'access': 0, 'type': 2, 'len': 2, 'cat': 'generic2', 'value': 0}, {'id': '2124_0', 'access': 0, 'type': 5, 'len': 2, 'cat': 'generic2', 'value': 1}, {'id': '212E_1', 'access': 1, 'type': 3, 'len': 0, 'cat': 'generic2', 'value': 0}, {'id': '212E_2', 'access': 1, 'type': 6, 'len': 0, 'cat': 'generic2', 'value': 0}, {'id': '212E_3', 'access': 1, 'type': 27, 'len': 0, 'cat': 'generic2', 'value': 0}, {'id': '212F_1', 'access': 1, 'type': 8, 'len': 0, 'cat': 'generic2', 'value': 0}, {'id': '212F_2', 'access': 1, 'type': 8, 'len': 0, 'cat': 'generic2', 'value': 0}, {'id': '212F_3', 'access': 1, 'type': 8, 'len': 0, 'cat': 'generic2', 'value': 0}, {'id': '2153_0', 'access': 0, 'type': 6, 'len': 8000, 'cat': 'generic2', 'value': 6000}, {'id': '216C_0', 'access': 0, 'type': 5, 'len': 3, 'cat': 'generic2', 'value': 0}, {'id': '2171_0', 'access': 0, 'type': 5, 'len': 2, 'cat': 'generic2', 'value': 0}, {'id': '2172_0', 'access': 0, 'type': 5, 'len': 100, 'cat': 'generic2', 'value': 100}, {'id': '2174_0', 'access': 0, 'type': 8, 'len': 0, 'cat': 'generic2', 'value': 0}, {'id': '2175_0', 'access': 1, 'type': 5, 'len': 1, 'cat': 'generic2', 'value': 0}, {'id': '2176_0', 'access': 1, 'type': 9, 'len': 25, 'cat': 'generic2', 'value': '000e00193331470a30343036'}, {'id': '218F_1', 'access': 1, 'type': 7, 'len': 0, 'cat': 'generic2', 'value': 131072}, {'id': '218F_2', 'access': 1, 'type': 7, 'len': 0, 'cat': 'generic2', 'value': 0}, {'id': '2185_0', 'access': 0, 'type': 5, 'len': 2, 'cat': 'generic2', 'value': 1}, {'id': '2187_0', 'access': 0, 'type': 27, 'len': 0, 'cat': 'generic2', 'value': 1711380649000}, {'id': '2188_0', 'access': 0, 'type': 5, 'len': 3, 'cat': 'generic2', 'value': 0}, {'id': '2189_0', 'access': 0, 'type': 5, 'len': 0, 'cat': 'generic2', 'value': 3}, {'id': '2190_0', 'access': 0, 'type': 5, 'len': 1, 'cat': 'generic2', 'value': 1}, {'id': '21A3_0', 'access': 1, 'type': 9, 'len': 20, 'cat': 'generic2', 'value': 'O/J+p/fqiluQV+HJrIRe'}, {'id': '21B1_0', 'access': 0, 'type': 5, 'len': 2, 'cat': 'generic2', 'value': 2}, {'id': '21B2_0', 'access': 0, 'type': 5, 'len': 1, 'cat': 'generic2', 'value': 1}, {'id': '21B3_0', 'access': 1, 'type': 27, 'len': 0, 'cat': 'generic2', 'value': 816903902892}, {'id': '21B4_0', 'access': 1, 'type': 5, 'len': 0, 'cat': 'generic2', 'value': 0}, {'id': '21B5_0', 'access': 0, 'type': 5, 'len': 1, 'cat': 'generic2', 'value': 0}, {'id': '21B6_0', 'access': 0, 'type': 27, 'len': 0, 'cat': 'generic2', 'value': 37752292}, {'id': '21B7_0', 'access': 0, 'type': 5, 'len': 1, 'cat': 'generic2', 'value': 0}, {'id': '21B8_0', 'access': 1, 'type': 5, 'len': 3, 'cat': 'generic2', 'value': 0}, {'id': '21B9_0', 'access': 0, 'type': 6, 'len': 3600, 'cat': 'generic2', 'value': 1}, {'id': '2250_0', 'access': 0, 'type': 5, 'len': 4, 'cat': 'generic2', 'value': 0}, {'id': '2400_1', 'access': 0, 'type': 2, 'len': 2, 'cat': 'generic2', 'value': 0}, {'id': '2400_2', 'access': 0, 'type': 9, 'len': 21, 'cat': 'generic2', 'value': ''}, {'id': '2703_0', 'access': 0, 'type': 5, 'len': 255, 'cat': 'generic2', 'value': 129}, {'id': '2720_0', 'access': 1, 'type': 5, 'len': 255, 'cat': 'generic2', 'value': 2}, {'id': '2721_0', 'access': 1, 'type': 5, 'len': 255, 'cat': 'generic2', 'value': 4}, {'id': '2722_0', 'access': 0, 'type': 9, 'len': 51, 'cat': 'generic2', 'value': ''}, {'id': '2723_0', 'access': 1, 'type': 5, 'len': 3, 'cat': 'generic2', 'value': 0}, {'id': '2724_0', 'access': 1, 'type': 7, 'len': 0, 'cat': 'generic2', 'value': 7000}, {'id': '3180_0', 'access': 1, 'type': 9, 'len': 32, 'cat': 'generic2', 'value': 'HW:217L,SW:3.0-520'}, {'id': '3181_0', 'access': 1, 'type': 9, 'len': 32, 'cat': 'generic2', 'value': ''}, {'id': '3182_0', 'access': 1, 'type': 9, 'len': 32, 'cat': 'generic2', 'value': '1.2.0'}, {'id': '3190_1', 'access': 1, 'type': 6, 'len': 0, 'cat': 'generic2', 'value': 10}, {'id': '3190_2', 'access': 1, 'type': 6, 'len': 0, 'cat': 'generic2', 'value': 0}, {'id': '3191_1', 'access': 1, 'type': 6, 'len': 0, 'cat': 'generic2', 'value': 0}, {'id': '3191_2', 'access': 1, 'type': 6, 'len': 0, 'cat': 'generic2', 'value': 0}, {'id': '3280_1', 'access': 0, 'type': 5, 'len': 2, 'cat': 'generic2', 'value': 0}, {'id': '3280_2', 'access': 0, 'type': 5, 'len': 100, 'cat': 'generic2', 'value': 5}, {'id': '3280_3', 'access': 0, 'type': 7, 'len': 22000, 'cat': 'generic2', 'value': 1400}, {'id': '3280_4', 'access': 0, 'type': 5, 'len': 2, 'cat': 'generic2', 'value': 0}, {'id': '3280_5', 'access': 0, 'type': 5, 'len': 2, 'cat': 'generic2', 'value': 0}, {'id': '3278_1', 'access': 0, 'type': 7, 'len': 0, 'cat': 'generic2', 'value': 0}, {'id': '3278_2', 'access': 0, 'type': 7, 'len': 0, 'cat': 'generic2', 'value': 0}, {'id': '2218_0', 'access': 0, 'type': 2, 'len': 13, 'cat': 'meter1', 'value': 8}, {'id': '2219_0', 'access': 0, 'type': 6, 'len': 0, 'cat': 'meter1', 'value': 1000}, {'id': '2221_3', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 241.75999450683594}, {'id': '2221_4', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 250.11000061035156}, {'id': '2221_5', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 247.51998901367188}, {'id': '2221_6', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_7', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_8', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_9', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_A', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 15.063000679016113}, {'id': '2221_B', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_C', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_D', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_E', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_F', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_10', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_11', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 1}, {'id': '2221_12', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 50.10000228881836}, {'id': '2221_13', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_14', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_15', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_16', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 3638.699951171875}, {'id': '2221_17', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_18', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_19', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_1A', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_1B', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_1C', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_1D', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_1E', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_1F', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_20', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_21', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_22', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 4288362}, {'id': '2221_23', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_24', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_25', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_26', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_27', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_28', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_29', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_2A', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_2B', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_2C', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_2D', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2221_2E', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter1', 'value': 0}, {'id': '2541_0', 'access': 1, 'type': 9, 'len': 41, 'cat': 'meter1', 'value': ''}, {'id': '2501_1', 'access': 1, 'type': 5, 'len': 0, 'cat': 'states', 'value': 14}, {'id': '2501_2', 'access': 1, 'type': 2, 'len': 0, 'cat': 'states', 'value': 35}, {'id': '2501_3', 'access': 1, 'type': 5, 'len': 0, 'cat': 'states', 'value': 2}, {'id': '2501_4', 'access': 1, 'type': 5, 'len': 0, 'cat': 'states', 'value': 194}, {'id': '2502_1', 'access': 1, 'type': 5, 'len': 0, 'cat': 'states', 'value': 0}, {'id': '2502_2', 'access': 1, 'type': 2, 'len': 0, 'cat': 'states', 'value': 0}, {'id': '2502_3', 'access': 1, 'type': 5, 'len': 0, 'cat': 'states', 'value': 0}, {'id': '2502_4', 'access': 1, 'type': 5, 'len': 0, 'cat': 'states', 'value': 0}, {'id': '2511_0', 'access': 1, 'type': 3, 'len': 0, 'cat': 'states', 'value': 588}, {'id': '2511_1', 'access': 1, 'type': 3, 'len': 0, 'cat': 'states', 'value': -1108}, {'id': '2511_2', 'access': 1, 'type': 3, 'len': 0, 'cat': 'states', 'value': 32767}, {'id': '2511_3', 'access': 1, 'type': 3, 'len': 0, 'cat': 'states', 'value': 2500}, {'id': '2512_0', 'access': 1, 'type': 3, 'len': 0, 'cat': 'states', 'value': 0}, {'id': '2512_1', 'access': 1, 'type': 3, 'len': 0, 'cat': 'states', 'value': 0}, {'id': '2512_2', 'access': 1, 'type': 3, 'len': 0, 'cat': 'states', 'value': 0}, {'id': '2512_3', 'access': 1, 'type': 3, 'len': 0, 'cat': 'states', 'value': 0}, {'id': '2540_0', 'access': 1, 'type': 5, 'len': 4, 'cat': 'states', 'value': 0}, {'id': '312E_0', 'access': 1, 'type': 5, 'len': 3, 'cat': 'states', 'value': 1}, {'id': '312F_0', 'access': 1, 'type': 5, 'len': 3, 'cat': 'states', 'value': 3}, {'id': '3600_1', 'access': 1, 'type': 2, 'len': 4, 'cat': 'states', 'value': 3}, {'id': '3600_2', 'access': 1, 'type': 27, 'len': 0, 'cat': 'states', 'value': 54160}, {'id': '3600_3', 'access': 1, 'type': 27, 'len': 0, 'cat': 'states', 'value': 54271}, {'id': '3600_4', 'access': 1, 'type': 27, 'len': 0, 'cat': 'states', 'value': 0}, {'id': '3600_5', 'access': 1, 'type': 2, 'len': 2, 'cat': 'states', 'value': 1}, {'id': '3600_6', 'access': 1, 'type': 27, 'len': 0, 'cat': 'states', 'value': 1123629114}, {'id': '3600_7', 'access': 1, 'type': 27, 'len': 0, 'cat': 'states', 'value': 980271925}, {'id': '3600_8', 'access': 1, 'type': 27, 'len': 0, 'cat': 'states', 'value': 1123629012}, {'id': '2200_0', 'access': 0, 'type': 2, 'len': 1, 'cat': 'temp', 'value': 1}, {'id': '2201_0', 'access': 1, 'type': 8, 'len': 0, 'cat': 'temp', 'value': 39.25}, {'id': '2202_0', 'access': 0, 'type': 8, 'len': 0, 'cat': 'temp', 'value': -25}, {'id': '2203_0', 'access': 0, 'type': 8, 'len': 0, 'cat': 'temp', 'value': 100}, {'id': '2204_0', 'access': 0, 'type': 3, 'len': 0, 'cat': 'temp', 'value': 20}, {'id': '2205_0', 'access': 0, 'type': 3, 'len': 0, 'cat': 'temp', 'value': 900}, {'id': '2249_0', 'access': 1, 'type': 8, 'len': 0, 'cat': 'temp', 'value': 57.625}, {'id': '2249_1', 'access': 1, 'type': 8, 'len': 0, 'cat': 'temp', 'value': 11.5}, {'id': '206C_1', 'access': 0, 'type': 5, 'len': 5, 'cat': 'ocpp', 'value': 0}, {'id': '2096_0', 'access': 0, 'type': 6, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '2097_0', 'access': 0, 'type': 7, 'len': 0, 'cat': 'ocpp', 'value': 60}, {'id': '2098_1', 'access': 0, 'type': 7, 'len': 0, 'cat': 'ocpp', 'value': 131074}, {'id': '2098_2', 'access': 0, 'type': 7, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '2098_3', 'access': 0, 'type': 7, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '2098_4', 'access': 0, 'type': 7, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '2098_5', 'access': 0, 'type': 7, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '2098_6', 'access': 0, 'type': 7, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '2098_7', 'access': 0, 'type': 7, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '2098_8', 'access': 0, 'type': 7, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '2098_9', 'access': 0, 'type': 7, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '2099_1', 'access': 0, 'type': 7, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '2099_2', 'access': 0, 'type': 7, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '2099_3', 'access': 0, 'type': 7, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '2099_4', 'access': 0, 'type': 7, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '2099_5', 'access': 0, 'type': 7, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '2099_6', 'access': 0, 'type': 7, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '2099_7', 'access': 0, 'type': 7, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '2099_8', 'access': 0, 'type': 7, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '2099_9', 'access': 0, 'type': 7, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '209A_0', 'access': 0, 'type': 7, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '20F0_1', 'access': 0, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 3}, {'id': '20F0_3', 'access': 0, 'type': 9, 'len': 513, 'cat': 'ocpp', 'value': 'ws://ocpp.e-flux.nl:80/1.6/e-flux'}, {'id': '20F0_4', 'access': 0, 'type': 7, 'len': 0, 'cat': 'ocpp', 'value': 10}, {'id': '20F0_5', 'access': 0, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '20F0_6', 'access': 0, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 1}, {'id': '20F0_7', 'access': 0, 'type': 9, 'len': 513, 'cat': 'ocpp', 'value': ''}, {'id': '20F0_8', 'access': 0, 'type': 9, 'len': 21, 'cat': 'ocpp', 'value': ''}, {'id': '20F0_9', 'access': 0, 'type': 9, 'len': 21, 'cat': 'ocpp', 'value': ''}, {'id': '20F0_A', 'access': 0, 'type': 9, 'len': 5, 'cat': 'ocpp', 'value': ''}, {'id': '20F0_B', 'access': 0, 'type': 9, 'len': 7, 'cat': 'ocpp', 'value': ''}, {'id': '20F0_C', 'access': 0, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '20F0_D', 'access': 0, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '20F0_E', 'access': 0, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 1}, {'id': '20F1_1', 'access': 0, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 3}, {'id': '20F1_3', 'access': 0, 'type': 9, 'len': 513, 'cat': 'ocpp', 'value': 'ws://ocpp.e-flux.nl:80/1.6/e-flux'}, {'id': '20F1_4', 'access': 0, 'type': 7, 'len': 0, 'cat': 'ocpp', 'value': 15}, {'id': '20F1_5', 'access': 0, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '20F1_6', 'access': 0, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 5}, {'id': '20F1_7', 'access': 0, 'type': 9, 'len': 513, 'cat': 'ocpp', 'value': 'm2m.services'}, {'id': '20F1_8', 'access': 0, 'type': 9, 'len': 21, 'cat': 'ocpp', 'value': ''}, {'id': '20F1_9', 'access': 0, 'type': 9, 'len': 21, 'cat': 'ocpp', 'value': ''}, {'id': '20F1_A', 'access': 0, 'type': 9, 'len': 5, 'cat': 'ocpp', 'value': ''}, {'id': '20F1_B', 'access': 0, 'type': 9, 'len': 7, 'cat': 'ocpp', 'value': ''}, {'id': '20F1_C', 'access': 0, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '20F1_D', 'access': 0, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '20F1_E', 'access': 0, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '20F2_1', 'access': 0, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '20F2_3', 'access': 0, 'type': 9, 'len': 513, 'cat': 'ocpp', 'value': ''}, {'id': '20F2_4', 'access': 0, 'type': 7, 'len': 0, 'cat': 'ocpp', 'value': 10}, {'id': '20F2_5', 'access': 0, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '20F2_6', 'access': 0, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '20F2_7', 'access': 0, 'type': 9, 'len': 513, 'cat': 'ocpp', 'value': ''}, {'id': '20F2_8', 'access': 0, 'type': 9, 'len': 21, 'cat': 'ocpp', 'value': ''}, {'id': '20F2_9', 'access': 0, 'type': 9, 'len': 21, 'cat': 'ocpp', 'value': ''}, {'id': '20F2_A', 'access': 0, 'type': 9, 'len': 5, 'cat': 'ocpp', 'value': ''}, {'id': '20F2_B', 'access': 0, 'type': 9, 'len': 7, 'cat': 'ocpp', 'value': ''}, {'id': '20F2_C', 'access': 0, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '20F2_D', 'access': 0, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '20F2_E', 'access': 0, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '20F3_1', 'access': 0, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '20F3_3', 'access': 0, 'type': 9, 'len': 513, 'cat': 'ocpp', 'value': ''}, {'id': '20F3_4', 'access': 0, 'type': 7, 'len': 0, 'cat': 'ocpp', 'value': 10}, {'id': '20F3_5', 'access': 0, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '20F3_6', 'access': 0, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '20F3_7', 'access': 0, 'type': 9, 'len': 513, 'cat': 'ocpp', 'value': ''}, {'id': '20F3_8', 'access': 0, 'type': 9, 'len': 21, 'cat': 'ocpp', 'value': ''}, {'id': '20F3_9', 'access': 0, 'type': 9, 'len': 21, 'cat': 'ocpp', 'value': ''}, {'id': '20F3_A', 'access': 0, 'type': 9, 'len': 5, 'cat': 'ocpp', 'value': ''}, {'id': '20F3_B', 'access': 0, 'type': 9, 'len': 7, 'cat': 'ocpp', 'value': ''}, {'id': '20F3_C', 'access': 0, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '20F3_D', 'access': 0, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '20F3_E', 'access': 0, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '20F4_0', 'access': 0, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 3}, {'id': '218A_0', 'access': 0, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 16}, {'id': '218B_0', 'access': 0, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 16}, {'id': '2401_0', 'access': 0, 'type': 9, 'len': 37, 'cat': 'ocpp', 'value': '                                     '}, {'id': '3258_0', 'access': 0, 'type': 7, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '3263_1', 'access': 0, 'type': 2, 'len': 3, 'cat': 'ocpp', 'value': 0}, {'id': '3263_2', 'access': 0, 'type': 9, 'len': 512, 'cat': 'ocpp', 'value': ''}, {'id': '3263_3', 'access': 0, 'type': 2, 'len': 3, 'cat': 'ocpp', 'value': 0}, {'id': '3263_4', 'access': 0, 'type': 9, 'len': 512, 'cat': 'ocpp', 'value': ''}, {'id': '3263_5', 'access': 0, 'type': 9, 'len': 4, 'cat': 'ocpp', 'value': ''}, {'id': '3264_0', 'access': 0, 'type': 7, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '3265_0', 'access': 0, 'type': 7, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '3266_0', 'access': 0, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '3267_0', 'access': 1, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '3260_0', 'access': 1, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '3269_0', 'access': 1, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '3270_0', 'access': 0, 'type': 7, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '3271_0', 'access': 0, 'type': 9, 'len': 14, 'cat': 'ocpp', 'value': 'unimplemented '}, {'id': '3272_0', 'access': 1, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '3273_0', 'access': 1, 'type': 9, 'len': 3, 'cat': 'ocpp', 'value': 'A,W'}, {'id': '3274_0', 'access': 1, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '3275_0', 'access': 0, 'type': 8, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '3276_1', 'access': 0, 'type': 9, 'len': 27, 'cat': 'ocpp', 'value': ''}, {'id': '3276_2', 'access': 0, 'type': 9, 'len': 30, 'cat': 'ocpp', 'value': ''}, {'id': '3276_3', 'access': 0, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '3276_4', 'access': 0, 'type': 9, 'len': 7, 'cat': 'ocpp', 'value': ''}, {'id': '3276_5', 'access': 0, 'type': 9, 'len': 27, 'cat': 'ocpp', 'value': ''}, {'id': '3276_6', 'access': 0, 'type': 9, 'len': 7, 'cat': 'ocpp', 'value': ''}, {'id': '3276_7', 'access': 0, 'type': 6, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '3276_8', 'access': 0, 'type': 9, 'len': 30, 'cat': 'ocpp', 'value': ''}, {'id': '3277_1', 'access': 1, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 10}, {'id': '3277_2', 'access': 1, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 10}, {'id': '3277_3', 'access': 1, 'type': 5, 'len': 0, 'cat': 'ocpp', 'value': 10}, {'id': '3277_4', 'access': 1, 'type': 6, 'len': 0, 'cat': 'ocpp', 'value': 255}, {'id': '3277_5', 'access': 1, 'type': 6, 'len': 0, 'cat': 'ocpp', 'value': 255}, {'id': '3277_6', 'access': 1, 'type': 6, 'len': 0, 'cat': 'ocpp', 'value': 255}, {'id': '3277_7', 'access': 1, 'type': 6, 'len': 0, 'cat': 'ocpp', 'value': 255}, {'id': '3277_8', 'access': 1, 'type': 6, 'len': 0, 'cat': 'ocpp', 'value': 255}, {'id': '5230_0', 'access': 0, 'type': 2, 'len': 0, 'cat': 'ocpp', 'value': 0}, {'id': '5217_0', 'access': 0, 'type': 2, 'len': 7, 'cat': 'meter4', 'value': -1}, {'id': '2191_1', 'access': 0, 'type': 5, 'len': 1, 'cat': 'meter4', 'value': 1}, {'id': '2191_2', 'access': 0, 'type': 9, 'len': 16, 'cat': 'meter4', 'value': '10.10.10.1'}, {'id': '2191_3', 'access': 0, 'type': 6, 'len': 0, 'cat': 'meter4', 'value': 5001}, {'id': '5218_0', 'access': 0, 'type': 2, 'len': 13, 'cat': 'meter4', 'value': 1}, {'id': '5221_3', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_4', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_5', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_6', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_7', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_8', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_9', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_A', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_B', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_C', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_D', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_E', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_F', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_10', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_11', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_12', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_13', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_14', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_15', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_16', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_17', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_18', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_19', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_1A', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_1B', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_1C', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_1D', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_1E', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_1F', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_20', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_21', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_22', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_23', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_24', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_25', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_26', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_27', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_28', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_29', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_2A', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_2B', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_2C', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_2D', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '5221_2E', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter4', 'value': 0}, {'id': '2522_1', 'access': 0, 'type': 5, 'len': 2, 'cat': 'MbusTCP', 'value': 0}, {'id': '2522_2', 'access': 0, 'type': 5, 'len': 2, 'cat': 'MbusTCP', 'value': 1}, {'id': '2522_4', 'access': 0, 'type': 9, 'len': 16, 'cat': 'MbusTCP', 'value': '192.168.000.004'}, {'id': '2522_6', 'access': 0, 'type': 6, 'len': 65535, 'cat': 'MbusTCP', 'value': 5}, {'id': '2523_1', 'access': 0, 'type': 5, 'len': 2, 'cat': 'MbusTCP', 'value': 0}, {'id': '2523_2', 'access': 0, 'type': 5, 'len': 2, 'cat': 'MbusTCP', 'value': 2}, {'id': '2523_4', 'access': 0, 'type': 9, 'len': 16, 'cat': 'MbusTCP', 'value': '192.168.000.004'}, {'id': '2523_6', 'access': 0, 'type': 6, 'len': 65535, 'cat': 'MbusTCP', 'value': 5}, {'id': '2530_1', 'access': 0, 'type': 5, 'len': 3, 'cat': 'MbusTCP', 'value': 3}, {'id': '2530_2', 'access': 0, 'type': 5, 'len': 1, 'cat': 'MbusTCP', 'value': 1}, {'id': '2530_3', 'access': 0, 'type': 5, 'len': 1, 'cat': 'MbusTCP', 'value': 0}, {'id': '2530_4', 'access': 0, 'type': 6, 'len': 65535, 'cat': 'MbusTCP', 'value': 300}, {'id': '2560_0', 'access': 0, 'type': 64, 'len': 50, 'cat': 'MbusTCP', 'value': '3,4,5,0,1,2,F,7,8,9,6,13,1B,17,E,10,11,12,18,19,1A,14,15,16,B,C,D,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0'}, {'id': '2561_0', 'access': 0, 'type': 65, 'len': 50, 'cat': 'MbusTCP', 'value': 'C552,C554,C556,C558,C55A,C55C,C55E,C560,C562,C564,C566,C568,C56A,C56C,C56E,C570,C572,C574,C576,C578,C57A,C57C,C57E,C580,C582,C584,C586,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0'}, {'id': '2562_0', 'access': 0, 'type': 64, 'len': 50, 'cat': 'MbusTCP', 'value': '3,3,3,3,3,3,3,3,3,3,3,2,2,3,2,2,2,2,2,2,2,3,3,3,2,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0'}, {'id': '2563_0', 'access': 0, 'type': 64, 'len': 50, 'cat': 'MbusTCP', 'value': 'FE,FE,FE,FE,FE,FE,FD,FD,FD,FD,FD,1,1,1,FD,1,1,1,1,1,1,1,1,1,FD,FD,FD,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0'}, {'id': '2564_0', 'access': 0, 'type': 5, 'len': 1, 'cat': 'MbusTCP', 'value': 1}, {'id': '2564_1', 'access': 0, 'type': 7, 'len': 0, 'cat': 'MbusTCP', 'value': 2000}, {'id': '2564_2', 'access': 0, 'type': 7, 'len': 0, 'cat': 'MbusTCP', 'value': 500}, {'id': '2564_3', 'access': 0, 'type': 5, 'len': 255, 'cat': 'MbusTCP', 'value': 176}, {'id': '2565_0', 'access': 0, 'type': 7, 'len': 0, 'cat': 'MbusTCP', 'value': 19200}, {'id': '2565_1', 'access': 0, 'type': 5, 'len': 2, 'cat': 'MbusTCP', 'value': 1}, {'id': '2565_2', 'access': 0, 'type': 5, 'len': 0, 'cat': 'MbusTCP', 'value': 1}, {'id': '2570_0', 'access': 0, 'type': 64, 'len': 50, 'cat': 'MbusTCP', 'value': '3,4,5,0,1,2,F,7,8,9,6,13,1B,17,E,10,11,12,18,19,1A,14,15,16,B,C,D,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0'}, {'id': '2571_0', 'access': 0, 'type': 65, 'len': 50, 'cat': 'MbusTCP', 'value': 'C552,C554,C556,C558,C55A,C55C,C55E,C560,C562,C564,C566,C568,C56A,C56C,C56E,C570,C572,C574,C576,C578,C57A,C57C,C57E,C580,C582,C584,C586,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0'}, {'id': '2572_0', 'access': 0, 'type': 64, 'len': 50, 'cat': 'MbusTCP', 'value': '3,3,3,3,3,3,3,3,3,3,3,2,2,3,2,2,2,2,2,2,2,3,3,3,2,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0'}, {'id': '2573_0', 'access': 0, 'type': 64, 'len': 50, 'cat': 'MbusTCP', 'value': 'FE,FE,FE,FE,FE,FE,FD,FD,FD,FD,FD,1,1,1,FD,1,1,1,1,1,1,1,1,1,FD,FD,FD,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0'}, {'id': '2574_0', 'access': 0, 'type': 5, 'len': 1, 'cat': 'MbusTCP', 'value': 1}, {'id': '2574_1', 'access': 0, 'type': 7, 'len': 0, 'cat': 'MbusTCP', 'value': 2000}, {'id': '2574_2', 'access': 0, 'type': 7, 'len': 0, 'cat': 'MbusTCP', 'value': 500}, {'id': '2574_3', 'access': 0, 'type': 5, 'len': 255, 'cat': 'MbusTCP', 'value': 176}, {'id': '2575_0', 'access': 0, 'type': 7, 'len': 0, 'cat': 'MbusTCP', 'value': 19200}, {'id': '2575_1', 'access': 0, 'type': 5, 'len': 2, 'cat': 'MbusTCP', 'value': 1}, {'id': '2575_2', 'access': 0, 'type': 5, 'len': 0, 'cat': 'MbusTCP', 'value': 1}, {'id': '206B_1', 'access': 0, 'type': 5, 'len': 2, 'cat': 'comm', 'value': 0}, {'id': '206B_2', 'access': 0, 'type': 6, 'len': 65535, 'cat': 'comm', 'value': 60}, {'id': '206B_3', 'access': 0, 'type': 6, 'len': 65535, 'cat': 'comm', 'value': 100}, {'id': '208A_0', 'access': 0, 'type': 7, 'len': 0, 'cat': 'comm', 'value': 120}, {'id': '208B_1', 'access': 1, 'type': 6, 'len': 0, 'cat': 'comm', 'value': 10}, {'id': '208B_2', 'access': 1, 'type': 6, 'len': 0, 'cat': 'comm', 'value': 15}, {'id': '208D_1', 'access': 0, 'type': 6, 'len': 0, 'cat': 'comm', 'value': 10}, {'id': '208D_2', 'access': 0, 'type': 6, 'len': 0, 'cat': 'comm', 'value': 50}, {'id': '208E_1', 'access': 0, 'type': 6, 'len': 0, 'cat': 'comm', 'value': 60}, {'id': '208E_2', 'access': 0, 'type': 6, 'len': 0, 'cat': 'comm', 'value': 120}, {'id': '209B_0', 'access': 0, 'type': 2, 'len': 2, 'cat': 'comm', 'value': 1}, {'id': '209C_0', 'access': 0, 'type': 2, 'len': 3, 'cat': 'comm', 'value': 1}, {'id': '209D_0', 'access': 0, 'type': 2, 'len': 2, 'cat': 'comm', 'value': 1}, {'id': '2118_0', 'access': 1, 'type': 9, 'len': 33, 'cat': 'comm', 'value': 'Quectel'}, {'id': '2119_0', 'access': 1, 'type': 9, 'len': 33, 'cat': 'comm', 'value': 'BG95-M3'}, {'id': '2120_0', 'access': 1, 'type': 9, 'len': 33, 'cat': 'comm', 'value': 'BG95M3LAR02A03_01.012.01.012'}, {'id': '2121_0', 'access': 1, 'type': 9, 'len': 33, 'cat': 'comm', 'value': '863940057525886'}, {'id': '2182_0', 'access': 0, 'type': 6, 'len': 0, 'cat': 'comm', 'value': 0}, {'id': '3260_1', 'access': 1, 'type': 6, 'len': 0, 'cat': 'display', 'value': 0}, {'id': '3260_2', 'access': 1, 'type': 6, 'len': 0, 'cat': 'display', 'value': 0}, {'id': '3260_3', 'access': 1, 'type': 6, 'len': 0, 'cat': 'display', 'value': 0}, {'id': '3260_4', 'access': 1, 'type': 6, 'len': 0, 'cat': 'display', 'value': 0}, {'id': '3260_5', 'access': 1, 'type': 7, 'len': 0, 'cat': 'display', 'value': 0}, {'id': '3261_0', 'access': 0, 'type': 6, 'len': 7, 'cat': 'display', 'value': 7}, {'id': '3262_1', 'access': 0, 'type': 9, 'len': 4, 'cat': 'display', 'value': 'EUR'}, {'id': '3262_2', 'access': 0, 'type': 8, 'len': 0, 'cat': 'display', 'value': 0}, {'id': '3262_3', 'access': 0, 'type': 8, 'len': 0, 'cat': 'display', 'value': 0}, {'id': '3262_4', 'access': 0, 'type': 8, 'len': 0, 'cat': 'display', 'value': 0}, {'id': '3262_5', 'access': 0, 'type': 5, 'len': 2, 'cat': 'display', 'value': 1}, {'id': '2542_0', 'access': 1, 'type': 9, 'len': 41, 'cat': 'meter2', 'value': ''}, {'id': '3218_0', 'access': 0, 'type': 2, 'len': 13, 'cat': 'meter2', 'value': 1}, {'id': '3221_3', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_4', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_5', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_6', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_7', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_8', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_9', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_A', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_B', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_C', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_D', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_E', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_F', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_10', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_11', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_12', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_13', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_14', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_15', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_16', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_17', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_18', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_19', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_1A', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_1B', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_1C', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_1D', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_1E', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_1F', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_20', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_21', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_22', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_23', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_24', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_25', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_26', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_27', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_28', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_29', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_2A', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_2B', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_2C', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_2D', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}, {'id': '3221_2E', 'access': 1, 'type': 8, 'len': 0, 'cat': 'meter2', 'value': 0}]
2024-05-01 13:23:58.142 DEBUG (MainThread) [custom_components.alfen_wallbox.alfen] Get Transaction
2024-05-01 13:24:00.350 WARNING (MainThread) [homeassistant.components.sensor] Updating alfen_wallbox sensor took longer than the scheduled update interval 0:00:05
2024-05-01 13:24:03.728 WARNING (MainThread) [bosch_thermostat_client.sensors.sensor] Can't update data for Next setpoint. Trying uri: /zones/zn1/nextSetpoint. Error message: Error requesting data from /zones/zn1/nextSetpoint
2024-05-01 13:24:05.351 WARNING (MainThread) [homeassistant.components.sensor] Updating alfen_wallbox sensor took longer than the scheduled update interval 0:00:05
2024-05-01 13:24:05.378 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.alfen is taking over 10 seconds
2024-05-01 13:24:09.730 WARNING (MainThread) [bosch_thermostat_client.sensors.sensor] Can't update data for optimumStartHeatupRate. Trying uri: /zones/zn1/optimumStartHeatupRate. Error message: Error requesting data from /zones/zn1/optimumStartHeatupRate
2024-05-01 13:24:10.352 WARNING (MainThread) [homeassistant.components.sensor] Updating alfen_wallbox sensor took longer than the scheduled update interval 0:00:05
2024-05-01 13:24:15.352 WARNING (MainThread) [homeassistant.components.sensor] Updating alfen_wallbox sensor took longer than the scheduled update interval 0:00:05
2024-05-01 13:24:15.731 WARNING (MainThread) [bosch_thermostat_client.sensors.sensor] Can't update data for timeToNextSetpoint. Trying uri: /zones/zn1/timeToNextSetpoint. Error message: Error requesting data from /zones/zn1/timeToNextSetpoint
2024-05-01 13:24:20.353 WARNING (MainThread) [homeassistant.components.sensor] Updating alfen_wallbox sensor took longer than the scheduled update interval 0:00:05
2024-05-01 13:24:21.732 WARNING (MainThread) [bosch_thermostat_client.sensors.sensor] Can't update data for humidity. Trying uri: /zones/zn1/humidity. Error message: Error requesting data from /zones/zn1/humidity
2024-05-01 13:24:25.353 WARNING (MainThread) [homeassistant.components.sensor] Updating alfen_wallbox sensor took longer than the scheduled update interval 0:00:05
2024-05-01 13:24:27.733 WARNING (MainThread) [bosch_thermostat_client.sensors.sensor] Can't update data for maintenanceRequest. Trying uri: /system/appliance/maintenanceRequest. Error message: Error requesting data from /system/appliance/maintenanceRequest
2024-05-01 13:24:30.353 WARNING (MainThread) [homeassistant.components.sensor] Updating alfen_wallbox sensor took longer than the scheduled update interval 0:00:05
2024-05-01 13:24:33.735 WARNING (MainThread) [bosch_thermostat_client.sensors.sensor] Can't update data for autoAwayEnabled. Trying uri: /system/autoAway/enabled. Error message: Error requesting data from /system/autoAway/enabled
2024-05-01 13:24:35.355 WARNING (MainThread) [homeassistant.components.sensor] Updating alfen_wallbox sensor took longer than the scheduled update interval 0:00:05
2024-05-01 13:24:39.741 WARNING (MainThread) [custom_components.bosch] Bosch object of entity Living room is no longer available. Error requesting data from /programs/list
2024-05-01 13:24:40.356 WARNING (MainThread) [homeassistant.components.sensor] Updating alfen_wallbox sensor took longer than the scheduled update interval 0:00:05
2024-05-01 13:24:45.356 WARNING (MainThread) [homeassistant.components.sensor] Updating alfen_wallbox sensor took longer than the scheduled update interval 0:00:05
2024-05-01 13:24:50.357 WARNING (MainThread) [homeassistant.components.sensor] Updating alfen_wallbox sensor took longer than the scheduled update interval 0:00:05
2024-05-01 13:24:55.358 WARNING (MainThread) [homeassistant.components.sensor] Updating alfen_wallbox sensor took longer than the scheduled update interval 0:00:05
2024-05-01 13:25:00.359 WARNING (MainThread) [homeassistant.components.sensor] Updating alfen_wallbox sensor took longer than the scheduled update interval 0:00:05
2024-05-01 13:25:05.359 WARNING (MainThread) [homeassistant.components.sensor] Updating alfen_wallbox sensor took longer than the scheduled update interval 0:00:05
2024-05-01 13:25:10.360 WARNING (MainThread) [homeassistant.components.sensor] Updating alfen_wallbox sensor took longer than the scheduled update interval 0:00:05
2024-05-01 13:25:15.361 WARNING (MainThread) [homeassistant.components.sensor] Updating alfen_wallbox sensor took longer than the scheduled update interval 0:00:05
2024-05-01 13:25:20.361 WARNING (MainThread) [homeassistant.components.sensor] Updating alfen_wallbox sensor took longer than the scheduled update interval 0:00:05
2024-05-01 13:25:25.362 WARNING (MainThread) [homeassistant.components.sensor] Updating alfen_wallbox sensor took longer than the scheduled update interval 0:00:05
2024-05-01 13:25:30.362 WARNING (MainThread) [homeassistant.components.sensor] Updating alfen_wallbox sensor took longer than the scheduled update interval 0:00:05
2024-05-01 13:25:35.364 WARNING (MainThread) [homeassistant.components.sensor] Updating alfen_wallbox sensor took longer than the scheduled update interval 0:00:05
2024-05-01 13:25:40.365 WARNING (MainThread) [homeassistant.components.sensor] Updating alfen_wallbox sensor took longer than the scheduled update interval 0:00:05
2024-05-01 13:25:45.366 WARNING (MainThread) [homeassistant.components.sensor] Updating alfen_wallbox sensor took longer than the scheduled update interval 0:00:05
2024-05-01 13:25:50.367 WARNING (MainThread) [homeassistant.components.sensor] Updating alfen_wallbox sensor took longer than the scheduled update interval 0:00:05
2024-05-01 13:25:51.757 WARNING (MainThread) [bosch_thermostat_client.helper] Can't update data for Away mode. Trying uri: /system/awayMode/enabled. Error message: Error requesting data from /system/awayMode/enabled
2024-05-01 13:25:55.367 WARNING (MainThread) [homeassistant.components.sensor] Updating alfen_wallbox sensor took longer than the scheduled update interval 0:00:05
2024-05-01 13:25:57.758 WARNING (MainThread) [bosch_thermostat_client.helper] Can't update data for hydraulicBalancing. Trying uri: /system/hydraulicBalancing/enabled. Error message: Error requesting data from /system/hydraulicBalancing/enabled
2024-05-01 13:26:00.368 WARNING (MainThread) [homeassistant.components.sensor] Updating alfen_wallbox sensor took longer than the scheduled update interval 0:00:05
2024-05-01 13:26:03.759 WARNING (MainThread) [bosch_thermostat_client.helper] Can't update data for Boost. Trying uri: /heatingCircuits/hc1/boostMode. Error message: Error requesting data from /heatingCircuits/hc1/boostMode
2024-05-01 13:26:05.368 WARNING (MainThread) [homeassistant.components.sensor] Updating alfen_wallbox sensor took longer than the scheduled update interval 0:00:05
2024-05-01 13:26:09.761 WARNING (MainThread) [bosch_thermostat_client.helper] Can't update data for Away mode temp. Trying uri: /system/awayMode/temperature. Error message: Error requesting data from /system/awayMode/temperature
2024-05-01 13:26:10.369 WARNING (MainThread) [homeassistant.components.sensor] Updating alfen_wallbox sensor took longer than the scheduled update interval 0:00:05
2024-05-01 13:26:15.375 WARNING (MainThread) [homeassistant.components.sensor] Updating alfen_wallbox sensor took longer than the scheduled update interval 0:00:05
2024-05-01 13:26:15.763 WARNING (MainThread) [bosch_thermostat_client.helper] Can't update data for thermalDisinfect time. Trying uri: /dhwCircuits/dhw1/thermalDisinfect/time. Error message: Error requesting data from /dhwCircuits/dhw1/thermalDisinfect/time
2024-05-01 13:26:20.377 WARNING (MainThread) [homeassistant.components.sensor] Updating alfen_wallbox sensor took longer than the scheduled update interval 0:00:05
2024-05-01 13:26:21.765 WARNING (MainThread) [bosch_thermostat_client.helper] Can't update data for Boost temperature. Trying uri: /heatingCircuits/hc1/boostTemperature. Error message: Error requesting data from /heatingCircuits/hc1/boostTemperature
2024-05-01 13:26:25.379 WARNING (MainThread) [homeassistant.components.sensor] Updating alfen_wallbox sensor took longer than the scheduled update interval 0:00:05
2024-05-01 13:26:27.766 WARNING (MainThread) [bosch_thermostat_client.helper] Can't update data for Boost duration. Trying uri: /heatingCircuits/hc1/boostDuration. Error message: Error requesting data from /heatingCircuits/hc1/boostDuration
2024-05-01 13:26:30.380 WARNING (MainThread) [homeassistant.components.sensor] Updating alfen_wallbox sensor took longer than the scheduled update interval 0:00:05
2024-05-01 13:26:35.381 WARNING (MainThread) [homeassistant.components.sensor] Updating alfen_wallbox sensor took longer than the scheduled update interval 0:00:05
2024-05-01 13:26:39.696 WARNING (MainThread) [bosch_thermostat_client.sensors.sensor] Can't update data for Outdoor temperature. Trying uri: /system/sensors/temperatures/outdoor_t1. Error message: Error requesting data from /system/sensors/temperatures/outdoor_t1
2024-05-01 13:26:40.382 WARNING (MainThread) [homeassistant.components.sensor] Updating alfen_wallbox sensor took longer than the scheduled update interval 0:00:05
2024-05-01 13:26:45.383 WARNING (MainThread) [homeassistant.components.sensor] Updating alfen_wallbox sensor took longer than the scheduled update interval 0:00:05
2024-05-01 13:26:45.697 WARNING (MainThread) [bosch_thermostat_client.sensors.sensor] Can't update data for Indoor Temperature. Trying uri: /system/sensors/temperatures/indoorAirDigital. Error message: Error requesting data from /system/sensors/temperatures/indoorAirDigital
2024-05-01 13:26:50.384 WARNING (MainThread) [homeassistant.components.sensor] Updating alfen_wallbox sensor took longer than the scheduled update interval 0:00:05
2024-05-01 13:26:51.700 WARNING (MainThread) [bosch_thermostat_client.sensors.sensor] Can't update data for Indoor chip temp. Trying uri: /system/sensors/temperatures/indoorChip. Error message: Error requesting data from /system/sensors/temperatures/indoorChip
2024-05-01 13:26:55.385 WARNING (MainThread) [homeassistant.components.sensor] Updating alfen_wallbox sensor took longer than the scheduled update interval 0:00:05
2024-05-01 13:26:57.701 WARNING (MainThread) [bosch_thermostat_client.sensors.sensor] Can't update data for Indoor PCB temp. Trying uri: /system/sensors/temperatures/indoorPCB. Error message: Error requesting data from /system/sensors/temperatures/indoorPCB
2024-05-01 13:27:00.385 WARNING (MainThread) [homeassistant.components.sensor] Updating alfen_wallbox sensor took longer than the scheduled update interval 0:00:05
2024-05-01 13:27:03.702 WARNING (MainThread) [bosch_thermostat_client.sensors.sensor] Can't update data for Indoor humidity. Trying uri: /system/sensors/humidity/indoor_h1. Error message: Error requesting data from /system/sensors/humidity/indoor_h1
2024-05-01 13:27:05.386 WARNING (MainThread) [homeassistant.components.sensor] Updating alfen_wallbox sensor took longer than the scheduled update interval 0:00:05
2024-05-01 13:27:09.704 WARNING (MainThread) [bosch_thermostat_client.sensors.sensor] Can't update data for System pressure. Trying uri: /system/appliance/systemPressure. Error message: Error requesting data from /system/appliance/systemPressure
2024-05-01 13:27:10.387 WARNING (MainThread) [homeassistant.components.sensor] Updating alfen_wallbox sensor took longer than the scheduled update interval 0:00:05
2024-05-01 13:27:15.389 WARNING (MainThread) [homeassistant.components.sensor] Updating alfen_wallbox sensor took longer than the scheduled update interval 0:00:05
2024-05-01 13:27:15.705 WARNING (MainThread) [bosch_thermostat_client.sensors.sensor] Can't update data for Actual modulation. Trying uri: /heatSources/actualModulation. Error message: Error requesting data from /heatSources/actualModulation
2024-05-01 13:27:20.392 WARNING (MainThread) [homeassistant.components.sensor] Updating alfen_wallbox sensor took longer than the scheduled update interval 0:00:05
2024-05-01 13:27:21.707 WARNING (MainThread) [bosch_thermostat_client.sensors.sensor] Can't update data for Actual heating pump modulation. Trying uri: /heatSources/CHpumpModulation. Error message: Error requesting data from /heatSources/CHpumpModulation
2024-05-01 13:27:25.392 WARNING (MainThread) [homeassistant.components.sensor] Updating alfen_wallbox sensor took longer than the scheduled update interval 0:00:05
2024-05-01 13:27:27.708 WARNING (MainThread) [bosch_thermostat_client.sensors.sensor] Can't update data for Actual supply temperature. Trying uri: /heatSources/actualSupplyTemperature. Error message: Error requesting data from /heatSources/actualSupplyTemperature
2024-05-01 13:27:30.393 WARNING (MainThread) [homeassistant.components.sensor] Updating alfen_wallbox sensor took longer than the scheduled update interval 0:00:05
2024-05-01 13:27:33.709 WARNING (MainThread) [bosch_thermostat_client.sensors.sensor] Can't update data for Number of starts. Trying uri: /heatSources/numberOfStarts. Error message: Error requesting data from /heatSources/numberOfStarts
2024-05-01 13:27:35.394 WARNING (MainThread) [homeassistant.components.sensor] Updating alfen_wallbox sensor took longer than the scheduled update interval 0:00:05
2024-05-01 13:27:39.711 WARNING (MainThread) [bosch_thermostat_client.sensors.sensor] Can't update data for Return temperature. Trying uri: /heatSources/returnTemperature. Error message: Error requesting data from /heatSources/returnTemperature
2024-05-01 13:27:40.394 WARNING (MainThread) [homeassistant.components.sensor] Updating alfen_wallbox sensor took longer than the scheduled update interval 0:00:05
2024-05-01 13:27:45.394 WARNING (MainThread) [homeassistant.components.sensor] Updating alfen_wallbox sensor took longer than the scheduled update interval 0:00:05
2024-05-01 13:27:45.712 WARNING (MainThread) [bosch_thermostat_client.sensors.sensor] Can't update data for Total working time. Trying uri: /heatSources/workingTime/totalSystem. Error message: Error requesting data from /heatSources/workingTime/totalSystem
2024-05-01 13:27:50.397 WARNING (MainThread) [homeassistant.components.sensor] Updating alfen_wallbox sensor took longer than the scheduled update interval 0:00:05
2024-05-01 13:27:51.713 WARNING (MainThread) [bosch_thermostat_client.sensors.sensor] Can't update data for Refill needed11. Trying uri: /heatSources/refillNeeded. Error message: Error requesting data from /heatSources/refillNeeded
2024-05-01 13:27:55.398 WARNING (MainThread) [homeassistant.components.sensor] Updating alfen_wallbox sensor took longer than the scheduled update interval 0:00:05

No 401's but instead you can see its trying to get a transaction and then it just won't update. I am certain its because of alfen's software though as the same happens on ACE/MyEve. What if there's a checkbox at the configure time where we can specify to fetch transactions that's by default off with a warning accompanied saying that if the integration does not update people should not enable transaction fetching?

Mr-Star-Lord commented 7 months ago

Same problem over here. Last weekend I updated all pending updates in HA, including the alfen_wallbox HACS custom component. From that moment, the Alfen only updates after I reload the integration, but only 1 single time.

I don't know which version was installed prior to the update, but I believe it was one of the 2.7.xx versions. Today I downgraded to 2.7.29 and it is working like a charm again.

So summarized: When running 2.7.29, all works fine. When running 2.8.3 it updates a single time and then all sensors become stale.

Nenodema commented 6 months ago

Same here, downgrading to version 2.7.29 fixes the issue!

Maybe also an important thing to note: No backend configured.. and this seems to be the same issue as #121

wernerb commented 6 months ago

I do have a backend configured and have the same problem.

Nenodema commented 6 months ago

I do have a backend configured and have the same problem.

Okay, and also on firmware: 6.6.0-4240?

wernerb commented 6 months ago

No I am on 6.3.0, because alfen has other problems on 6.6 with planned charging etc/not waking the car up.

tdr-its42 commented 6 months ago

For me same problem: 2.7.29, all good 2.8.3 all sensors at init, but then becomes stale Firmware 6.4.0-4210

leeyuentuen commented 6 months ago

For me same problem: 2.7.29, all good 2.8.3 all sensors at init, but then becomes stale Firmware 6.4.0-4210

the latest changes are normally about the charge transaction, can you check in the log if you see something? maybe there is an overflow of data or some other issue

i'm try to collect some log and see if i can find the issue

banybeer commented 6 months ago

i had the same issue that either number.alfen_wallbox_power_connector_max_current_socket_1 or all attribute etc went into "unknown" state. I tried to reproduce it in debug mode to capture logs but was not able to.

I have a DLAN connection to the wallbox which becomes unstable over time. maybe that might be a reason that fetching does not work?

tdr-its42 commented 6 months ago

the latest changes are normally about the charge transaction, can you check in the log if you see something? maybe there is an overflow of data or some other issue

i'm try to collect some log and see if i can find the issue

I did not have the time to look for logs when I was on 2.8.3 (as I needed to get my car charged :-) But I'll try to go back asap to the latest version and collect some logs...

banybeer commented 6 months ago

@leeyuentuen i took some debug logs . below are the lines when the integration stopped working. IF you require more, please let me know:

Interestingly, later the connection is re-established and based on the debug output data is pulled again. But the sensors, etc. in HA are not updated anymore.

2024-05-16 23:38:14.872 WARNING (MainThread) [custom_components.alfen_wallbox.alfen] Timeout on GET 2024-05-16 23:38:14.873 DEBUG (MainThread) [custom_components.alfen_wallbox.alfen] Status Response prop?cat=states&offset=0: None 2024-05-16 23:38:17.948 ERROR (MainThread) [custom_components.alfen_wallbox.alfen] Unexpected error on GET Cannot connect to host wallbox_IP:443 ssl:<ssl.SSLContext object at 0x7f5091d150> [Connect call failed ('wallbox_IP', 443)] 2024-05-16 23:38:17.948 DEBUG (MainThread) [custom_components.alfen_wallbox.alfen] Status Response prop?cat=states&offset=0: None 2024-05-16 23:38:21.020 ERROR (MainThread) [custom_components.alfen_wallbox.alfen] Unexpected error on GET Cannot connect to host wallbox_IP:443 ssl:<ssl.SSLContext object at 0x7f5091d150> [Connect call failed ('wallbox_IP', 443)] 2024-05-16 23:38:21.020 DEBUG (MainThread) [custom_components.alfen_wallbox.alfen] Status Response prop?cat=states&offset=0: None 2024-05-16 23:38:21.020 DEBUG (MainThread) [custom_components.alfen_wallbox.alfen] Returning earlier after 3 attempts 2024-05-16 23:38:25.805 DEBUG (MainThread) [custom_components.alfen_wallbox.alfen] Next update 2024-05-16 23:38:26.021968 2024-05-16 23:38:28.827 ERROR (MainThread) [custom_components.alfen_wallbox.alfen] Unexpected error on UPDATE VALUE Cannot connect to host wallbox_IP:443 ssl:<ssl.SSLContext object at 0x7f5091d150> [Connect call failed ('wallbox_IP', 443)] FROM HERE ALL STATES WENT TO UNKNOWN 2024-05-16 23:38:30.768 DEBUG (MainThread) [custom_components.alfen_wallbox.alfen] Get properties 2024-05-16 23:38:33.823 ERROR (MainThread) [custom_components.alfen_wallbox.alfen] Unexpected error on GET Cannot connect to host wallbox_IP:443 ssl:<ssl.SSLContext object at 0x7f5091d150> [Connect call failed ('wallbox_IP', 443)] 2024-05-16 23:38:33.824 DEBUG (MainThread) [custom_components.alfen_wallbox.alfen] Status Response prop?cat=generic&offset=0: None 2024-05-16 23:38:36.891 ERROR (MainThread) [custom_components.alfen_wallbox.alfen] Unexpected error on GET Cannot connect to host wallbox_IP:443 ssl:<ssl.SSLContext object at 0x7f5091d150> [Connect call failed ('wallbox_IP', 443)] 2024-05-16 23:38:36.892 DEBUG (MainThread) [custom_components.alfen_wallbox.alfen] Status Response prop?cat=generic&offset=0: None 2024-05-16 23:38:39.963 ERROR (MainThread) [custom_components.alfen_wallbox.alfen] Unexpected error on GET Cannot connect to host wallbox_IP:443 ssl:<ssl.SSLContext object at 0x7f5091d150> [Connect call failed ('wallbox_IP', 443)] 2024-05-16 23:38:39.964 DEBUG (MainThread) [custom_components.alfen_wallbox.alfen] Status Response prop?cat=generic&offset=0: None 2024-05-16 23:38:39.964 DEBUG (MainThread) [custom_components.alfen_wallbox.alfen] Returning earlier after 3 attempts 2024-05-16 23:38:40.778 DEBUG (MainThread) [custom_components.alfen_wallbox.alfen] Next update 2024-05-16 23:38:44.964952 2024-05-16 23:38:45.778 DEBUG (MainThread) [custom_components.alfen_wallbox.alfen] Get properties 2024-05-16 23:39:05.872 WARNING (MainThread) [custom_components.alfen_wallbox.alfen] Timeout on GET 2024-05-16 23:39:05.872 DEBUG (MainThread) [custom_components.alfen_wallbox.alfen] Status Response prop?cat=generic&offset=0: None 2024-05-16 23:39:26.871 WARNING (MainThread) [custom_components.alfen_wallbox.alfen] Timeout on GET 2024-05-16 23:39:26.872 DEBUG (MainThread) [custom_components.alfen_wallbox.alfen] Status Response prop?cat=generic&offset=0: None 2024-05-16 23:39:47.871 WARNING (MainThread) [custom_components.alfen_wallbox.alfen] Timeout on GET 2024-05-16 23:39:47.872 DEBUG (MainThread) [custom_components.alfen_wallbox.alfen] Status Response prop?cat=generic&offset=0: None 2024-05-16 23:39:47.872 DEBUG (MainThread) [custom_components.alfen_wallbox.alfen] Returning earlier after 3 attempts 2024-05-16 23:39:50.790 DEBUG (MainThread) [custom_components.alfen_wallbox.alfen] Next update 2024-05-16 23:39:52.872871 2024-05-16 23:39:55.795 DEBUG (MainThread) [custom_components.alfen_wallbox.alfen] Get properties

leeyuentuen commented 6 months ago

@leeyuentuen i took some debug logs . below are the lines when the integration stopped working. IF you require more, please let me know:

Interestingly, later the connection is re-established and based on the debug output data is pulled again. But the sensors, etc. in HA are not updated anymore.

2024-05-16 23:38:14.872 WARNING (MainThread) [custom_components.alfen_wallbox.alfen] Timeout on GET 2024-05-16 23:38:14.873 DEBUG (MainThread) [custom_components.alfen_wallbox.alfen] Status Response prop?cat=states&offset=0: None 2024-05-16 23:38:17.948 ERROR (MainThread) [custom_components.alfen_wallbox.alfen] Unexpected error on GET Cannot connect to host wallbox_IP:443 ssl:<ssl.SSLContext object at 0x7f5091d150> [Connect call failed ('wallbox_IP', 443)] 2024-05-16 23:38:17.948 DEBUG (MainThread) [custom_components.alfen_wallbox.alfen] Status Response prop?cat=states&offset=0: None 2024-05-16 23:38:21.020 ERROR (MainThread) [custom_components.alfen_wallbox.alfen] Unexpected error on GET Cannot connect to host wallbox_IP:443 ssl:<ssl.SSLContext object at 0x7f5091d150> [Connect call failed ('wallbox_IP', 443)] 2024-05-16 23:38:21.020 DEBUG (MainThread) [custom_components.alfen_wallbox.alfen] Status Response prop?cat=states&offset=0: None 2024-05-16 23:38:21.020 DEBUG (MainThread) [custom_components.alfen_wallbox.alfen] Returning earlier after 3 attempts 2024-05-16 23:38:25.805 DEBUG (MainThread) [custom_components.alfen_wallbox.alfen] Next update 2024-05-16 23:38:26.021968 2024-05-16 23:38:28.827 ERROR (MainThread) [custom_components.alfen_wallbox.alfen] Unexpected error on UPDATE VALUE Cannot connect to host wallbox_IP:443 ssl:<ssl.SSLContext object at 0x7f5091d150> [Connect call failed ('wallbox_IP', 443)] FROM HERE ALL STATES WENT TO UNKNOWN 2024-05-16 23:38:30.768 DEBUG (MainThread) [custom_components.alfen_wallbox.alfen] Get properties 2024-05-16 23:38:33.823 ERROR (MainThread) [custom_components.alfen_wallbox.alfen] Unexpected error on GET Cannot connect to host wallbox_IP:443 ssl:<ssl.SSLContext object at 0x7f5091d150> [Connect call failed ('wallbox_IP', 443)] 2024-05-16 23:38:33.824 DEBUG (MainThread) [custom_components.alfen_wallbox.alfen] Status Response prop?cat=generic&offset=0: None 2024-05-16 23:38:36.891 ERROR (MainThread) [custom_components.alfen_wallbox.alfen] Unexpected error on GET Cannot connect to host wallbox_IP:443 ssl:<ssl.SSLContext object at 0x7f5091d150> [Connect call failed ('wallbox_IP', 443)] 2024-05-16 23:38:36.892 DEBUG (MainThread) [custom_components.alfen_wallbox.alfen] Status Response prop?cat=generic&offset=0: None 2024-05-16 23:38:39.963 ERROR (MainThread) [custom_components.alfen_wallbox.alfen] Unexpected error on GET Cannot connect to host wallbox_IP:443 ssl:<ssl.SSLContext object at 0x7f5091d150> [Connect call failed ('wallbox_IP', 443)] 2024-05-16 23:38:39.964 DEBUG (MainThread) [custom_components.alfen_wallbox.alfen] Status Response prop?cat=generic&offset=0: None 2024-05-16 23:38:39.964 DEBUG (MainThread) [custom_components.alfen_wallbox.alfen] Returning earlier after 3 attempts 2024-05-16 23:38:40.778 DEBUG (MainThread) [custom_components.alfen_wallbox.alfen] Next update 2024-05-16 23:38:44.964952 2024-05-16 23:38:45.778 DEBUG (MainThread) [custom_components.alfen_wallbox.alfen] Get properties 2024-05-16 23:39:05.872 WARNING (MainThread) [custom_components.alfen_wallbox.alfen] Timeout on GET 2024-05-16 23:39:05.872 DEBUG (MainThread) [custom_components.alfen_wallbox.alfen] Status Response prop?cat=generic&offset=0: None 2024-05-16 23:39:26.871 WARNING (MainThread) [custom_components.alfen_wallbox.alfen] Timeout on GET 2024-05-16 23:39:26.872 DEBUG (MainThread) [custom_components.alfen_wallbox.alfen] Status Response prop?cat=generic&offset=0: None 2024-05-16 23:39:47.871 WARNING (MainThread) [custom_components.alfen_wallbox.alfen] Timeout on GET 2024-05-16 23:39:47.872 DEBUG (MainThread) [custom_components.alfen_wallbox.alfen] Status Response prop?cat=generic&offset=0: None 2024-05-16 23:39:47.872 DEBUG (MainThread) [custom_components.alfen_wallbox.alfen] Returning earlier after 3 attempts 2024-05-16 23:39:50.790 DEBUG (MainThread) [custom_components.alfen_wallbox.alfen] Next update 2024-05-16 23:39:52.872871 2024-05-16 23:39:55.795 DEBUG (MainThread) [custom_components.alfen_wallbox.alfen] Get properties

the quick look could be that the get timeout is too short (5sec) maybe i can update them longer. i'll check this later.

leeyuentuen commented 5 months ago

@banybeer maybe try the new beta version https://github.com/leeyuentuen/alfen_wallbox/releases/tag/2.8.6

if it has worked before and it doesn't work now, then it could be that the new code for transaction block the HTTP connection. Then it is not possible to run the GET or POST call

banybeer commented 5 months ago

@leeyuentuen thanks! I tried the beta, but running in the same issue. Mainly Power Connector Max Current Socket 1 turns into unknown state and cannot be controlled anymore. only solution: Reload the integration. Than it does work again for some time and goes into unknow state again. At least other entities seem to still work. Strange ...

leeyuentuen commented 5 months ago

@leeyuentuen thanks! I tried the beta, but running in the same issue. Mainly Power Connector Max Current Socket 1 turns into unknown state and cannot be controlled anymore. only solution: Reload the integration. Than it does work again for some time and goes into unknow state again. At least other entities seem to still work. Strange ...

did you see something in the log file?

was there a previous version that worked? then I can check the code diff.

@banybeer

banybeer commented 5 months ago

@leeyuentuen havent taken logs yet. will do in the course of the next days.

as others have raised in other issues: 2.7.29 is working. switched back today and no issues anymore

banybeer commented 4 months ago

hi @leeyuentuen, maybe i found one cause:

Does that logic makes sense based on your experience? haven't checked the coding yet how the connection is established and if it kept open all the time.

leeyuentuen commented 4 months ago

hi @leeyuentuen, maybe i found one cause:

  • Initially i used DLAN, which was quite instable. Obviously, the connection was breaking up time to time.
  • Now i switched to a wifi bridge and the overall situation became much better incl. the issue described above. Thought: Can it be that once the Network connection breaks up the alfen box still believes a connection is there and HA tries to create a new one after the network connection is re-established? That would explain that once i restart the wallbox all works again ... since connection would be reset.

Does that logic makes sense based on your experience? haven't checked the coding yet how the connection is established and if it kept open all the time.

I'm not sure, but a bad wifi connection may create a new connection. However, due to the Alfen limit, you can only get one connection. what makes this empty entity issue?

joep1st commented 3 months ago

Dear @leeyuentuen,

I seem to have a similar issue: After adding the EV charging station, the device and entities are added but show "unknown" I did not have a other connection running via ACE installer. Version software: 2.8.9 HA is up to date

HA core shows following messages: Logger: custom_components.alfen_wallbox.alfen Bron: custom_components/alfen_wallbox/alfen.py:241 integratie: Alfen Wallbox (documentatie) Eerst voorgekomen: 15:10:07 (642 gebeurtenissen) Laatst gelogd: 16:21:14

Unexpected error on GET 401, message='Unauthorized ', url='https://192.168.68.132/api/prop?cat=generic&offset=0' Unexpected error on GET 401, message='Unauthorized ', url='https://192.168.68.132/api/transactions?offset=0'

Do you have any advice on how to fix this? Happy to provide more info if required,

leeyuentuen commented 3 months ago

Dear @leeyuentuen,

I seem to have a similar issue: After adding the EV charging station, the device and entities are added but show "unknown" I did not have a other connection running via ACE installer. Version software: 2.8.9 HA is up to date

HA core shows following messages: Logger: custom_components.alfen_wallbox.alfen Bron: custom_components/alfen_wallbox/alfen.py:241 integratie: Alfen Wallbox (documentatie) Eerst voorgekomen: 15:10:07 (642 gebeurtenissen) Laatst gelogd: 16:21:14

Unexpected error on GET 401, message='Unauthorized ', url='https://192.168.68.132/api/prop?cat=generic&offset=0' Unexpected error on GET 401, message='Unauthorized ', url='https://192.168.68.132/api/transactions?offset=0'

Do you have any advice on how to fix this? Happy to provide more info if required,

unauthorized means 90% that you use the wrong password. username should be admin and password should be the one that you use in ace to access to your wallbox

joep1st commented 3 months ago

Thx, it works now. 😊

Van: Tuen Lee @.> Verzonden: woensdag 21 augustus 2024 21:25 Aan: leeyuentuen/alfen_wallbox @.> CC: joep1st @.>; Comment @.> Onderwerp: Re: [leeyuentuen/alfen_wallbox] Entities but no information (Issue #110)

Dear @leeyuentuen https://github.com/leeyuentuen ,

I seem to have a similar issue: After adding the EV charging station, the device and entities are added but show "unknown" I did not have a other connection running via ACE installer. Version software: 2.8.9 HA is up to date

HA core shows following messages: Logger: custom_components.alfen_wallbox.alfen Bron: custom_components/alfen_wallbox/alfen.py:241 integratie: Alfen Wallbox (documentatie https://github.com/leeyuentuen/alfen_wallbox ) Eerst voorgekomen: 15:10:07 (642 gebeurtenissen) Laatst gelogd: 16:21:14

Unexpected error on GET 401, message='Unauthorized ', url='https://192.168.68.132/api/prop?cat=generic https://192.168.68.132/api/prop?cat=generic&offset=0 &offset=0' Unexpected error on GET 401, message='Unauthorized ', url='https://192.168.68.132/api/transactions?offset=0'

Do you have any advice on how to fix this? Happy to provide more info if required,

unauthorized means 90% that you use the wrong password. username should be admin and password should be the one that you use in ace to access to your wallbox

— Reply to this email directly, view it on GitHub https://github.com/leeyuentuen/alfen_wallbox/issues/110#issuecomment-2302854992 , or unsubscribe https://github.com/notifications/unsubscribe-auth/BC6ETFDIZHNQNIR4SEQ7UWTZSTSQNAVCNFSM6AAAAABGGDUDAWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMBSHA2TIOJZGI . You are receiving this because you commented. https://github.com/notifications/beacon/BC6ETFFSB45ANF2KVY3K77LZSTSQNA5CNFSM6AAAAABGGDUDAWWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTUJILDVA.gif Message ID: @. @.> >