Homematic IP Alarm Panel no longer working

Hello,

my homematic ip alarm panel is no longer working with my home assistant installation (Core Version 2021.5.5, Supervisor 2021.05.4, HA OS 5.13 on Raspberry PI 4). Here are some error messages from the log

2021-06-02 13:52:05 WARNING (MainThread) [homematicip.home] There is no class for functionalHome 'SECURITY_AND_ALARM' yet

2021-06-02 13:52:05 WARNING (MainThread) [homematicip.base.enums] 'ACCESS_CONTROL' isn't a valid option for class 'FunctionalHomeType'

2021-06-02 13:54:13 WARNING (MainThread) [homematicip.device] Optional Device Feature 'IFeatureProfilePeriodLimit' is not yet supported

2021-06-02 13:54:39 WARNING (MainThread) [homematicip.home] There is no class for functionalHome 'SECURITY_AND_ALARM' yet

2021-06-02 13:54:39 WARNING (MainThread) [homematicip.base.enums] 'ACCESS_CONTROL' isn't a valid option for class 'FunctionalHomeType'

2021-06-02 13:54:39 WARNING (MainThread) [homematicip.home] There is no class for functionalHome 'SECURITY_AND_ALARM' yet

2021-06-02 13:54:39 WARNING (MainThread) [homematicip.base.enums] 'ACCESS_CONTROL' isn't a valid option for class 'FunctionalHomeType'

2021-06-02 13:55:51 WARNING (MainThread) [homematicip.device] Optional Device Feature 'IFeatureProfilePeriodLimit' is not yet supported

2021-06-02 13:56:39 WARNING (MainThread) [homematicip.device] Optional Device Feature 'IFeatureProfilePeriodLimit' is not yet supported

2021-06-02 13:59:40 WARNING (MainThread) [homematicip.home] There is no class for functionalHome 'SECURITY_AND_ALARM' yet

2021-06-02 13:59:40 WARNING (MainThread) [homematicip.base.enums] 'ACCESS_CONTROL' isn't a valid option for class 'FunctionalHomeType'

2021-06-02 13:59:40 WARNING (MainThread) [homematicip.home] There is no class for functionalHome 'SECURITY_AND_ALARM' yet

2021-06-02 13:59:40 WARNING (MainThread) [homematicip.base.enums] 'ACCESS_CONTROL' isn't a valid option for class 'FunctionalHomeType'

Is there any solution available? Thanks for help

kindly regards

Same for me. Even after update to 2021.6.0. I can use the buttons to activate the alarm status. But it never refreshes after that.

Good day,

I’ve got the same issue for now and can’t find a solution for it. Anyone can help here?

Same issue.
The status is never refreshed and the entities for internal and external security zones are gone.

Same for me. Any solution yet?

Same issue for me :frowning:
Home Assistant OS 5.13
supervisor-2021.05.4
core-2021.5.3

Found something.
Seems like version 1.0.1 of the rest api fixes the issues.
https://github.com/coreGreenberet/homematicip-rest-api
Do we have to wait for the next update of HA or is there a way to update the api?

Also not working for me. Is there any chance that this will be fixed in any of the next Homeassistant updates?

This is really annoying. I can no longer control my alarm system via HA

Generally speaking, you can “patch” a core component the way below (I’ll take this specific example):

  1. Copy the component directory from the HA Core github into your “custom_components” directory
    e.g. " homematicip_cloud" here core/homeassistant/components/homematicip_cloud at dev · home-assistant/core · GitHub
  2. Edit the manifest.json and add a “version” key (mandatory nowadays for custom compoenents)
  3. Patch the code. In this instance, the patch is also in the manifest, which should look like;
    e.g.
{
  "domain": "homematicip_cloud",
  "name": "HomematicIP Cloud",
  "config_flow": true,
  "documentation": "https://www.home-assistant.io/integrations/homematicip_cloud",
  "version": "2021.06.4",
  "requirements": ["homematicip==1.0.1"],
  "codeowners": [],
  "quality_scale": "platinum",
  "iot_class": "cloud_push"
}
  1. Restart HA
  2. Be very careful to remove the custom_component copy once the latest official HA Core version includes the patch

Any solution yet?

1 Like

This issue is still not fixed. My alarm panel is not working anymore. My automations as well. I always have to use the official Homematic IP App to arm/disarm.

Same here… Unfortunately I think the fix for our issue does not have the highest priority related to the amount of people using this feature…

2 Likes

Same issue on my side. It’s realy an issue as a lot of autmations are depending on the alarm status. I hope there is a fix soon.

For those not aware: the Python module used to communicate with the homematic IP servers is discontinued / searching for a new maintainer. So as long no one steps in to continue development, this issue might remain for a while.

The issue has been fixed over two month ago.

It seems as if it just hasn’t been updated in Home Assistant previously, which is why users still report the problem. However, someone took care of that 4 days ago, as seen here.

Sorry but I didn’t get it. I updated my HA to the newest version (2021.7.4) as well as my ubuntu system. The Alarm Panel is still not available for me.

What do I have to do to get it running again?

Wait for the next Home Assistant release.

2 Likes