Skip to content

Releases: mountaindude/verisure-mqtt

Updated dependencies

19 Jun 21:16
Compare
Choose a tag to compare

Staying sharp and secure - dependencies have been updated to latest versions.

New login flow

13 Apr 07:08
Compare
Choose a tag to compare

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

11 Jan 22:21
6901a74
Compare
Choose a tag to compare

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

02 May 17:41
Compare
Choose a tag to compare

No new features this time, but still some good things covered in this release:

  • Updated dependencies.
  • Switched to using Drone for building Docker images. #17, #18
  • Slight change in version numbers of images available on Docker Hub.
  • Docker image now based on Node.js v12 (was using v8 previously).

Door lock state added

16 Mar 11:18
Compare
Choose a tag to compare

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

28 Sep 10:27
Compare
Choose a tag to compare

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.