eavanvalkenburg / pysiaalarm

A python package to connect to a SIA DC-09 based alarm system.
MIT License
39 stars 29 forks source link

Sia alarm integration not working with 2022.7 version #31

Closed aperezva closed 2 years ago

aperezva commented 2 years ago

It seems las upgrade affects SIA integration and comunication between my Ajax alarm and home assistant is not working

any idea how to solve the problem?

aperezva commented 2 years ago

Detected integration that uses deprecated async_get_registry to access device registry, use async_get instead. Please report issue to the custom component author for sia using this method at custom_components/sia/hub.py, line 95: device_registry = await dr.async_get_registry(self._hass) 07:05:29 – (ADVERTENCIA) helpers/frame.py

eavanvalkenburg commented 2 years ago

Hi @aperezva this custom integration is no longer maintained, so make sure you use the official integration, there was no change in 2022.7 so please turn on logging and create an issue with logs in the core repo since that is where I can easily link it if it requires a fix and also has all the fields for an issue. Finally if you are using ajax systems make sure to include the version of OS Malevich since I've previously had a report that their latest update caused encrypted sia to fail, so you can also try disabling encryption on both systems.

aperezva commented 2 years ago

Thanks

Fixed

I didn’t know regarding official integration

Changed and everything is working

BR El 7 jul 2022, 8:08 +0200, Eduard van Valkenburg @.***>, escribió:

Hi @aperezva this custom integration is no longer maintained, so make sure you use the official integration, there was no change in 2022.7 so please turn on logging and create an issue with logs in the core repo since that is where I can easily link it if it requires a fix and also has all the fields for an issue. Finally if you are using ajax systems make sure to include the version of OS Malevich since I've previously had a report that their latest update caused encrypted sia to fail, so you can also try disabling encryption on both systems. — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you were mentioned.Message ID: @.***>

eavanvalkenburg commented 2 years ago

Thanks for reporting back!