Releases: mountaindude/verisure-mqtt
Updated dependencies
Staying sharp and secure - dependencies have been updated to latest versions.
New login flow
Verisure has implemented 2-factor authentication for login.
This is very good from a security perspective, but it does make it harder to use the APIs from micro services like the one in this repository.
Maybe Verisure will in the future offer ways to deal with this (application specific password similar to those used by GitHub and others? Would be nice), but until then you have to choose between better login security and being able to pull your Verisure information from their APIs, using this repo.
This release updates dependencies to latest versions and adds some info about the above to the README.
Adapt to new Verisure API
Seems that Verisure's API has changed slightly, and we need to adapt.
Might need some additional fine-tuning, but this release should at least make the service work again.
Getting in sync
Door lock state added
Changelog:
Version 1.1
- Added support for door lock state (thanks André!).
- Move to use docker-compose 3.3. Minor changes in docker-compose.yml file.
First baby steps
This first version works, but as with all infants there are things to learn.
Feel free to file issues or (even better) fork the repository and send pull requests for new/better features.