Skip to content

Releases: twrecked/hass-aarlo

version 0.7.4.beta.17

04 Jul 17:34
91ba0e3

Choose a tag to compare

THIS INCLUDES A POSSIBLE FIX FOR LOGIN AND CERTIFICATE ERRORS

Arlo changed their back end and it broke the integration. They:

  • changed the header requirements
  • changed the MQTT server settings

This update removes caching and forces SSE over a non cloudscraper connection.
This update limits the number of login attempts.
This update fixes a header merge mix up.

If you still see login issue try removing the <home-assistant-dir>/.aarlo/session.pickle file to regenerate an authentication token.

If you use the mqtt back end and see certificate issues you can try adding one of these to your Aarlo configuration:

  • add mqtt_hostname_check: False, this stops certificate validation. The downside here is any one can potentially now pretend to be Arlo.
  • add mqtt_host: mqtt-cluster-z1.arloxcld.com, this changes the MQTT host we use to a fixed one, the certificate on this host is correct. The downside here is they could remove this host at any time

I've added a third option, mqtt_transport this defaults to tcp and you shouldn't need to change it. The only other value it can be is websockets.

version 0.7.4.beta.16

24 Jun 02:23
a8a7602

Choose a tag to compare

THIS INCLUDES A POSSIBLE FIX FOR LOGIN AND CERTIFICATE ERRORS

Arlo changed their back end and it broke the integration. They:

  • changed the header requirements
  • changed the MQTT server settings

If you use the mqtt back end and see certificate issues you can try adding one of these to your Aarlo configuration:

  • add mqtt_hostname_check: False, this stops certificate validation. The downside here is any one can potentially now pretend to be Arlo.
  • add mqtt_host: mqtt-cluster-z1.arloxcld.com, this changes the MQTT host we use to a fixed one, the certificate on this host is correct. The downside here is they could remove this host at any time

I've added a third option, mqtt_transport this defaults to tcp and you shouldn't need to change it. The only other value it can be is websockets.

This update limits the number of login attempts.
This update fixes a header merge mix up.

version 0.7.4.beta.15

10 Jun 13:49
82f17fe

Choose a tag to compare

THIS INCLUDES A POSSIBLE FIX FOR LOGIN AND CERTIFICATE ERRORS

Arlo changed their back end and it broke the integration. They:

  • changed the header requirements
  • changed the MQTT server settings

If you use the mqtt back end and see certificate issues you can try adding one of these to your Aarlo configuration:

  • add mqtt_hostname_check: False, this stops certificate validation. The downside here is any one can potentially now pretend to be Arlo.
  • add mqtt_host: mqtt-cluster-z1.arloxcld.com, this changes the MQTT host we use to a fixed one, the certificate on this host is correct. The downside here is they could remove this host at any time

I've added a third option, mqtt_transport this defaults to tcp and you shouldn't need to change it. The only other value it can be is websockets.

This update limits the number of login attempts.

version 0.7.4.beta.14

08 Jun 16:18
d0db7da

Choose a tag to compare

THIS INCLUDES A POSSIBLE FIX FOR LOGIN AND CERTIFICATE ERRORS

Arlo changed their back end and it broke the integration. They:

  • changed the header requirements
  • changed the MQTT server settings

If you use the mqtt back end and see certificate issues you can try adding one of these to your Aarlo configuration:

  • add mqtt_hostname_check: False, this stops certificate validation. The downside here is any one can potentially now pretend to be Arlo.
  • add mqtt_host: mqtt-cluster-z1.arloxcld.com, this changes the MQTT host we use to a fixed one, the certificate on this host is correct. The downside here is they could remove this host at any time

I've added a third option, mqtt_transport this defaults to tcp and you shouldn't need to change it. The only other value it can be is websockets.

version 0.7.4.beta.12

11 May 21:17
1297acb

Choose a tag to compare

THIS INCLUDES A POSSIBLE FIX FOR LOGIN AND CERTIFICATE ERRORS

Arlo changed their back end and it broke the integration. They:

  • changed the header requirements
  • changed the MQTT server settings

If you use the mqtt back end and see certificate issues you can try adding one of these to your Aarlo configuration:

  • add mqtt_hostname_check: False, this stops certificate validation. The downside here is any one can potentially now pretend to be Arlo.
  • add mqtt_host: mqtt-cluster-z1.arloxcld.com, this changes the MQTT host we use to a fixed one, the certificate on this host is correct. The downside here is they could remove this host at any time

I've added a third option, mqtt_transport this defaults to tcp and you shouldn't need to change it. The only other value it can be is websockets.

version 0.7.4.beta.13

17 May 13:17
cc26f8b

Choose a tag to compare

version 0.7.4.beta.13 Pre-release
Pre-release

This release builds on the the Arlo v4 APIs support.
[thanks @JeffSteinbok]

This pre-release adds initial support for Arlo's new 8-in-1 sensor.
[thanks @xirtamoen for lending the sensors]

I don't own a sensor so this code is still in testing, some binary sensor states maybe reversed or not work at all... Send debug if you find an issue. Revert back to the previous release if you have to.

Also fixed:

  • better status update handing, Arlo has changed some of its APIs
  • added configurable IMAP timeout
  • revert a premature optimisation
  • better location naming

version 0.7.4.beta.11

02 May 00:24
00dcba9

Choose a tag to compare

version 0.7.4.beta.11 Pre-release
Pre-release

This release builds on the the Arlo v4 APIs support.
[thanks @JeffSteinbok]

This pre-release adds initial support for Arlo's new 8-in-1 sensor.
[thanks @xirtamoen for lending the sensors]

I don't own a sensor so this code is still in testing, some binary sensor states maybe reversed or not work at all... Send debug if you find an issue. Revert back to the previous release if you have to.

Also fixed:

  • better status update handing, Arlo has changed some of its APIs
  • added configurable IMAP timeout
  • revert a premature optimisation
  • better location naming

version 0.7.4.beta.9

28 Feb 12:45
a9cb57e

Choose a tag to compare

version 0.7.4.beta.9 Pre-release
Pre-release

This release builds on the the Arlo v4 APIs support.
[thanks @JeffSteinbok]

This pre-release adds initial support for Arlo's new 8-in-1 sensor.
[thanks @xirtamoen for lending the sensors]

I don't own a sensor so this code is still in testing, some binary sensor states maybe reversed or not work at all... Send debug if you find an issue. Revert back to the previous release if you have to.

Also fixed:

  • better status update handing, Arlo has changed some of its APIs
  • added configurable IMAP timeout
  • revert a premature optimisation

version 0.7.4.beta.8

19 Feb 18:37
d5a35fe

Choose a tag to compare

version 0.7.4.beta.8 Pre-release
Pre-release

This release builds on the the Arlo v4 APIs support.
[thanks @JeffSteinbok]

This pre-release adds initial support for Arlo's new 8-in-1 sensor.
[thanks @xirtamoen for lending the sensors]

I don't own a sensor so this code is still in testing, some binary sensor states maybe reversed or not work at all... Send debug if you find an issue. Revert back to the previous release if you have to.

Also fixed:

  • better status update handing, Arlo has changed some of its APIs
  • added configurable IMAP timeout

version 0.7.4.beta.7

19 Feb 15:34
4fc6e98

Choose a tag to compare

version 0.7.4.beta.7 Pre-release
Pre-release

This release builds on the the Arlo v4 APIs support.
[thanks @JeffSteinbok]

This pre-release adds initial support for Arlo's new 8-in-1 sensor.
[thanks @xirtamoen for lending the sensors]

I don't own a sensor so this code is still in testing, some binary sensor states maybe reversed or not work at all... Send debug if you find an issue. Revert back to the previous release if you have to.

Also fixed:

  • better status update handing, Arlo has changed some of its APIs

Trying:

  • reorder 2FA startup to help with an IMAP issue