Asked for help on Broadlink S1C

Hi,

I’ve installed the https://github.com/nick2525/broadlink_s1c_s2c addon but for some reason some of my sensors and the alarm do not show up. I’m trying to find a solution for abou a week with no luck.

Could someone please help me? I can see the sensors that are missing in the error log but I don’t know how to fix it…

Heres the log:

021-04-09 12:52:05 ERROR (MainThread) [homeassistant.components.sensor] Error adding entities for domain sensor with platform broadlink_s1c
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 322, in async_add_entities
    await asyncio.gather(*tasks)
  File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 474, in _async_add_entity
    raise HomeAssistantError(f"Invalid entity ID: {entity.entity_id}")
homeassistant.exceptions.HomeAssistantError: Invalid entity ID: sensor.broadlink_s1c_hall_r/c
2021-04-09 12:52:06 ERROR (MainThread) [homeassistant.components.sensor] Error while setting up broadlink_s1c platform for sensor
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 213, in _async_setup_platform
    await asyncio.gather(*pending)
  File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 322, in async_add_entities
    await asyncio.gather(*tasks)
  File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 474, in _async_add_entity
    raise HomeAssistantError(f"Invalid entity ID: {entity.entity_id}")
homeassistant.exceptions.HomeAssistantError: Invalid entity ID: sensor.broadlink_s1c_hall_r/c
2021-04-09 12:54:23 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/config/custom_components/broadlink_s1c/sensor.py", line 168, in async_event_listener
    yield from self.async_update_ha_state()
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 282, in async_update_ha_state
    raise RuntimeError(f"Attribute hass is None for {self}")
RuntimeError: Attribute hass is None for <Entity Hall r/c: motion_detected>