Skip to content

Error entries in log found (aiocomfoconnect.exceptions.ComfoConnectNotAllowed) #59

@Revilo91

Description

@Revilo91

Get following log entries:

Logger: homeassistant.components.fan
Source: helpers/entity_platform.py:979
integration: fan (documentation, issues)
First occurred: 10:17:58 (2 occurrences)
Last logged: 10:18:20

Error adding entity fan.comfoairq for domain fan with platform comfoconnect
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 979, in _async_add_entity
    await entity.add_to_platform_finish()
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1369, in add_to_platform_finish
    await self.async_added_to_hass()
  File "/config/custom_components/comfoconnect/fan.py", line 82, in async_added_to_hass
    await self._ccb.register_sensor(SENSORS.get(SENSOR_FAN_SPEED_MODE))
  File "/usr/local/lib/python3.13/site-packages/aiocomfoconnect/comfoconnect.py", line 136, in register_sensor
    await self.cmd_rpdo_request(sensor.id, sensor.type)
  File "/usr/local/lib/python3.13/site-packages/aiocomfoconnect/bridge.py", line 173, in _send
    return await asyncio.wait_for(fut, TIMEOUT)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.13/asyncio/tasks.py", line 507, in wait_for
    return await fut
           ^^^^^^^^^
  File "/usr/local/lib/python3.13/site-packages/aiocomfoconnect/bridge.py", line 218, in _process_message
    message = await self._read()
              ^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.13/site-packages/aiocomfoconnect/bridge.py", line 205, in _read
    raise ComfoConnectNotAllowed(message)
aiocomfoconnect.exceptions.ComfoConnectNotAllowed: 00000000000f10158001144fd71e1a9b -> a94ccd63fc77566fb37a86db027fd77f: 082710052006 
type: CnRpdoConfirmType
result: NOT_ALLOWED
reference: 6
Logger: homeassistant.components.select
Source: helpers/entity_platform.py:979
integration: Select (documentation, issues)
First occurred: 10:18:25 (1 occurrence)
Last logged: 10:18:25

Error adding entity select.comfoairq_comfocool_mode for domain select with platform comfoconnect
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 979, in _async_add_entity
    await entity.add_to_platform_finish()
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1369, in add_to_platform_finish
    await self.async_added_to_hass()
  File "/config/custom_components/comfoconnect/select.py", line 203, in async_added_to_hass
    await self._ccb.register_sensor(self.entity_description.sensor)
  File "/usr/local/lib/python3.13/site-packages/aiocomfoconnect/comfoconnect.py", line 136, in register_sensor
    await self.cmd_rpdo_request(sensor.id, sensor.type)
  File "/usr/local/lib/python3.13/site-packages/aiocomfoconnect/bridge.py", line 173, in _send
    return await asyncio.wait_for(fut, TIMEOUT)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.13/asyncio/tasks.py", line 507, in wait_for
    return await fut
           ^^^^^^^^^
  File "/usr/local/lib/python3.13/site-packages/aiocomfoconnect/bridge.py", line 218, in _process_message
    message = await self._read()
              ^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.13/site-packages/aiocomfoconnect/bridge.py", line 205, in _read
    raise ComfoConnectNotAllowed(message)
aiocomfoconnect.exceptions.ComfoConnectNotAllowed: 00000000000f10158001144fd71e1a9b -> a94ccd63fc77566fb37a86db027fd77f: 082710052033 
type: CnRpdoConfirmType
result: NOT_ALLOWED
reference: 51
Logger: homeassistant.components.sensor
Source: helpers/entity_platform.py:979
integration: Sensor (documentation, issues)
First occurred: 10:18:02 (17 occurrences)
Last logged: 10:18:24

Error adding entity sensor.comfoairq_outside_temperature for domain sensor with platform comfoconnect
Error adding entity sensor.comfoairq_outside_humidity for domain sensor with platform comfoconnect
Error adding entity sensor.comfoairq_supply_temperature for domain sensor with platform comfoconnect
Error adding entity sensor.comfoairq_supply_humidity for domain sensor with platform comfoconnect
Error adding entity sensor.comfoairq_supply_fan_speed for domain sensor with platform comfoconnect
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 979, in _async_add_entity
    await entity.add_to_platform_finish()
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1369, in add_to_platform_finish
    await self.async_added_to_hass()
  File "/config/custom_components/comfoconnect/sensor.py", line 437, in async_added_to_hass
    await self._ccb.register_sensor(self.entity_description.ccb_sensor)
  File "/usr/local/lib/python3.13/site-packages/aiocomfoconnect/comfoconnect.py", line 136, in register_sensor
    await self.cmd_rpdo_request(sensor.id, sensor.type)
  File "/usr/local/lib/python3.13/site-packages/aiocomfoconnect/bridge.py", line 173, in _send
    return await asyncio.wait_for(fut, TIMEOUT)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.13/asyncio/tasks.py", line 507, in wait_for
    return await fut
           ^^^^^^^^^
  File "/usr/local/lib/python3.13/site-packages/aiocomfoconnect/bridge.py", line 218, in _process_message
    message = await self._read()
              ^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.13/site-packages/aiocomfoconnect/bridge.py", line 205, in _read
    raise ComfoConnectNotAllowed(message)
aiocomfoconnect.exceptions.ComfoConnectNotAllowed: 00000000000f10158001144fd71e1a9b -> a94ccd63fc77566fb37a86db027fd77f: 082710052007 
type: CnRpdoConfirmType
result: NOT_ALLOWED
reference: 7

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions