Error Message on openWB over MQTT integration

Hello together,

I am rarely new in the home assistant communitiy and since about 1-2 month, I am running HA on a Intel NUC as OS installation. All parts of HA are up to date.

For my ev-charger from openWB, I installed an 3-party integration called “openWB over MQTT” from this github source:

I don’t now since, but I recieve an error message out of the Log in HA, without having any functional issues with the integration itserlf. But I want to have a clear log ;-).

Here is the error message, which comes every few seconds:

Exception in message_received when handling msg on 'openWB/chargepoint/5/get/connected_vehicle/config': '{"average_consumption": 13000, "charge_template": 0, "chargemode": "pv_charging", "current_plan": null, "ev_template": 0, "priority": false, "time_charging_in_use": false}' Traceback (most recent call last): File "/config/custom_components/openwb2mqtt/select.py", line 102, in message_received message.payload = self.entity_description.value_fn(message.payload) ^^^^^^^^^^^^^^^ File "<string>", line 4, in __setattr__ dataclasses.FrozenInstanceError: cannot assign to field 'payload' 

Is there anybody who can help me solving this error?

Thank you in advance and greetings
Peter

If you are having a problem with a specific Custom Integration, the first point of contact is in the Github post that you found it in originally.

Most if not all the people there that know the product and use the software that will be able to give you more accurate information regarding your problem.

Here you might find someone.

Hello and thanks for your answer. I did a post in github accordingly.

Thanks