Lupusec2Mqtt

Hi there,

I started this project several years ago to integrate my Lupusec Alarm System into Home Assistant.
The code was published on Github and was meant to be run in an own docker container and was also only available for amd64.

After someone ask me about the possibility to make it work on ARM based systems, I took the time to create an addon that will work on both architectures.

The addon is available as a custom repository on Github here: CyberDNS/hassio-addons-repository: My custom addon repository for homeassistant. All started with the integration of my Lupusec Alarm System. (github.com)

So feel free to use it, share your ideas or even contribute. :slightly_smiling_face:

I wish you nice holidays,
David

1 Like

Thx for your work! I will test it with the x1plus :slight_smile:

1 Like

Hey,

it worked like a charm! Thank you!
Unbenannt

However, I don’t understand why an extra mqtt add-on is necessary. Wouldn’t direct integration be more error-free?
many Greetings
Allgrind

Glad to hear that it is working on the XT1 too.

I would say that the simplest explanation why I haven’t implemented a direct integration is because I like the idea of Mqtt to make the code independent of the system you want to use it in. So mainly even someone using Openhab or FHEM could use the code.
But I think the most important thing in the decision is that I am a dotnet developer and have not a lot of experience with python (only small helper scripts etc.) So in using dotnet it takes me only little time to hack together new functionalities if needed.

I wish you nice (remaining) holidays,
David

1 Like

Hey,

22 days later and it still works perfectly!
How long is the polling time actually?

Viele Grüße
Jan

Hi,

:+1:

It is polled every 2 seconds.

Best regards,
David

1 Like

Kannst du mir sagen wie du das gemacht hast ? Habe die XT2 Plus und den Mosquito Broker installiert und auch die Cyber DNS Repo und das Lupusex2Mqtt teil. Wie kann ich das nun einbinden ? Bitte Hilf mir :.-)

Hey,
i installed everything but how can i show now that a window is open in my lovelace ? I installed the Mosquito MWTT und your LupusecMQtt and how must i go on ? Pleas help me.

Hi Christoph,

Do you see something like this in the logs?

[13:36:00 INF] Polling... (Every 5th cycle is logged) {"SourceContext": "Lupusec2Mqtt.Lupusec.PollingHostedService"}

You can use a tool like MQTT Explorer to check if the devices are published to MQTT Broker.
https://www.microsoft.com/store/productId/9PP8SFM082WD

Did you install the MQTT Integration, too?

The entities should appear automatically in that integration.
Best regards,
David

Did you also configure the Lupus integration?


Then the Enties appear in the MQTT adapter

Best regards,
Jan

1 Like

I Managed it to Work now !!! Thank you very much !!! It was a User/Password Problem.

2 Likes

David, are you planning on making it possible to add a second lupusec system? That would be great.

Thanks!

@CyberDNS David, are you planning on making it possible to add a second lupusec system? That would be great.

Thanks!

Hi, I had no plans for the moment in doing so, but probably I will look into it if I find the time.

Best regards,
David

Is that possible that when the MQTT is activatet that i will not become any Push Notifications through my iphone ? i hope you understand me. Before i installed the MQTT with ther Lupusec Addon the push notifications has delivered. Now with the MQTT i dont become any push notifications. I this normal or is it an configuration ?

Hi Chritoph,
I don’t think that your problem is related to MQTT, seems to be a problem with the iphone app or iphone settings. Probably you could ask your question in the app section of the forum.

Best regards,
David

Ill try the addon too, since the Lupus integration in the Home Assistant core ist broken since weeks.
Iam using XT1

Hi,

Glad to hear. Feel free to contact me if you have issues with the addon.

Best regards,
David

Hello,

I have a problem getting everything to work. all states are updated. very well done. unfortunately i cannot change the status of the alarm system via the alarm.panel.

Hi @CyberDNS, sorry for the noob question in advance.
My setup:
HA as Docker
Mosquitto MQTT Broker as Docker
Zigbee2Mqtt as Docker

How can I install your git repo? I am kind of new in this topic.

Danke!