stefboerrigter / wavinsentio-ha

Connect Wavin Sentio via Modbus TCP-IP
0 stars 0 forks source link

Crashing on specific type of installation #2

Closed JanSpulak closed 6 months ago

JanSpulak commented 6 months ago

I obtain the LOG from HASS, where installed MODBUS access. I don't know what is happend. This data taken from "SCHOOL" I will ask for more information.

home-assistant_2024-03-09T21-28-19.842Z.log

stefboerrigterWavin commented 6 months ago

Issue seems to be caused by reading of RoomPreset from value which is not in enum:

class SentioRoomPreset(Enum):
    RP_INVALID = -1
    RP_ECO= 0
    RP_COMFORT = 1
    RP_EXTRA_COMFORT = 2

Can you read out the room presets and see if there are more (unsupported) types?

stefboerrigterWavin commented 6 months ago

Fixed in PyModbus library - https://pypi.org/project/WavinSentioModbus/0.6.1/

stefboerrigter commented 6 months ago

please check with updated version @JanSpulak