Skip to content

Releases: twrecked/hass-aarlo

version 0.7.beta.12

06 Nov 23:51
ed2bea2

Choose a tag to compare

Fix doorbell capabilities.
Custom user agent support.
Added event_id and time to URL paths.
Allow ping when devices are on chargers.

version 0.7.2.beta.11

25 Oct 03:53
fc1709f

Choose a tag to compare

Possible doorbell motion fix.

version 0.7.2.beta.10.2

21 Oct 21:41

Choose a tag to compare

better backend handling
The code can now try to determine which backend (SSE or MQTT) to use automatically. To try this new behaviour comment out the backend line from your aarlo config. If it doesn't work for you just uncomment the backend line to get the original behaviour back and send me a bug report.

Fixed snapshot issue.
Remotely started snapshots (or more correctly, ones I think are remotely started) might not get cleared down and will prevent new snapshots from happening.

Imap.
Revert some code that introduced an issue.

version 0.7.2.beta.10

19 Oct 02:48
fb9aae2

Choose a tag to compare

better backend handling

The code can now try to determine which backend (SSE or MQTT) to use automatically. To try this new behaviour comment out the backend line from your aarlo config. If it doesn't work for you just uncomment the backend line to get the original behaviour back and send me a bug report.

Fixed snapshot issue.

Remotely started snapshots (or more correctly, ones I think are remotely started) might not get cleared down and will prevent new snapshots from happening.

version 0.7.2.beta.9

12 Oct 23:29
404090e

Choose a tag to compare

Stop Arlo threads on authentication failure.

version 0.7.2.beta.8.3

10 May 00:26

Choose a tag to compare

Create a connectivity sensor when an Essential camera is not acting as a base station.

version 0.7.2.beta.8.2

27 Mar 05:31

Choose a tag to compare

Arlo can now use MQTT instead of SSE streams . This build uses the new mechanism to receive events. To use orginal backend add backend: sse to you aarlo config.

This will be a short lived stream, I want to get some testing done on the new back end before releasing 0.8.

  • fix IMAP issue
  • fix device attribute warning
  • restore missing events
  • update newer devices from device refresh
  • fix battery issue
  • fix missing timezone issue
  • allow changing of backend
  • fix reconnect issues for mqtt and sse backends

version 0.7.2.beta.7

28 Dec 19:25
81ea58a

Choose a tag to compare

Arlo can now use MQTT instead of SSE streams . This build uses the new mechanism to receive events. To use orginal backend add backend: sse to you aarlo config.

This will be a short lived stream, I want to get some testing done on the new back end before releasing 0.8.

  • fix device attribute warning
  • restore missing events
  • update newer devices from device refresh
  • fix battery issue
  • fix missing timezone issue
  • allow changing of backend
  • fix reconnect issues for mqtt and sse backends

version 0.7.2.beta.6

21 Dec 15:13
c266685

Choose a tag to compare

This is an experimental release to use the new MQTT backend.

Arlo can now use MQTT instead of SSE streams . This build uses the new mechanism to receive events. To use orginal backend add backend: sse to you aarlo config.

This will be a short lived stream, I want to get some testing done on the new back end before releasing 0.8.

  • fix device attribute warning
  • restore missing events
  • update newer devices from device refresh
  • fix battery issue
  • fix missing timezone issue
  • allow changing of backend

version 0.7.2.beta.5.1

13 Dec 22:08

Choose a tag to compare

This is an experimental release to use the new MQTT backend.

Apologies; 0.7.2b5 was built from the wrong branch.

Arlo is now using MQTT instead of SSE streams. This build uses the new mechanism to receive events.

This will be a short lived stream, I want to get some testing done on the new back end before releasing 0.8.

  • fix device attribute warning
  • restore missing events
  • update newer devices from device refresh
  • fix battery issue