Getting DMP Alarm Panel Integration Downloaded and Working

I am attempting to add the below integration, which will allow HA to control my DMP alarm/security panel:

https://github.com/NebulaGazer/hass-dmp

When I add the customer repository in HACS and then try to download the repository, I get the following message:

The version dfcc97c for this integration can not be used with HACS.

In the readme for the integration, it says the following:

Setup Instructions
This integration implements a Home Assistant configuration flow to simplify setup. To install, simply checkout this repo and copy /custom_components/dmp to /config/custom_components/dmp and restart Home Assistant. Once installed the integration can be added from the control panel by searching for DMP.

What does the above mean? How do I do this? Does it need to be done from a command line or something?

2 Likes

While looking for the same thing, I saw this Github as well, which is slightly newer than the one you posted: amattas/hass-dmp

Does that one work for you? Have you gotten anything to work yet?

I’m not sure if OP ever got things working, but I’m some additional capabilities added to my DMP component by the end of the year.

I also made some changes to hopefully get it integrated into Home Assistant core directly. This standalone python library for DMP is the first step.