palazzem / econnect-python

API adapter used to control programmatically an Elmo alarm system
BSD 3-Clause "New" or "Revised" License
8 stars 5 forks source link

Arm and disarm doesn't work after REST API change #76

Closed palazzem closed 1 year ago

palazzem commented 1 year ago

Overview

An API modification has occurred, and although it remains feasible to retrieve the alarm status, this library is no longer capable of arming and disarming the alarm.

Further investigation is needed.

palazzem commented 1 year ago

This problem has been verified and it looks like it doesn't happen anymore. The only explanation is that an internal issue happened (this is still a private API not publicly documented). Right now, everything works without any code change.

Closing.