Skip to content

Releases: homebridge-eufy-security/plugin

2.0.1-beta.10

14 Jun 08:09
Compare
Choose a tag to compare
2.0.1-beta.10 Pre-release
Pre-release

What's Changed

  • Update CHANGELOG.md
  • Merge pull request #69 from thieren/development
  • Update README.md
  • added additional download of cloud snapshot so that first snapshots in balanced mode are resolved correctly

2.0.1-beta.7

14 Jun 08:07
Compare
Choose a tag to compare
2.0.1-beta.7 Pre-release
Pre-release

What's Changed

  • Update CHANGELOG.md
  • Merge pull request #67 from thieren/development
  • revised snapshot handling description in config wizard
  • try to prevent small cloud snapshots to be prioritized and possibly get a camera snapshot instead
  • revised cached livestream timeout
  • workaround: reset motion event after a while to be able to get more events after that
  • fixed bug where an cloud snapshot could prevent future camera snapshots to be generated

2.0.1-beta.6

14 Jun 08:07
Compare
Choose a tag to compare
2.0.1-beta.6 Pre-release
Pre-release

What's Changed

  • Merge pull request #66 from thieren/development
  • small changes to config wizard descriptions
  • Update CHANGELOG.md

2.0.1-beta.5

14 Jun 08:06
Compare
Choose a tag to compare
2.0.1-beta.5 Pre-release
Pre-release

What's Changed

  • Merge pull request #65 from thieren/snapshot-improvements
  • added setting to delay camera snapshots by 0.5 seconds to improve night vision images
  • Added balanced snapshot handling method
  • added: config wizard options for snapshot manager fix: prevented old cloud snapshots to overwrite more recent snapshots
  • minor fix to prevent log messages when enhanced snapshot manager is disabled
  • added snapshotmanager
  • fix: bug where proxied livestream with id 0 was not shutdown correctly fix: ignore consecutive started livestream from station when events trigger them
  • Update CHANGELOG.md

2.0.1-beta.4

14 Jun 08:06
Compare
Choose a tag to compare
2.0.1-beta.4 Pre-release
Pre-release

What's Changed

  • Merge pull request #63 from thieren/development
  • added/changed debug messages for clarification and better bugfix support
  • fix: rotating log files could lead to race condition where a log file should be moved twice at once, hence crashing the plugin in the process

2.0.1-beta.3

14 Jun 08:05
Compare
Choose a tag to compare
2.0.1-beta.3 Pre-release
Pre-release

What's Changed

  • Merge pull request #57 from aididhaiqal/patch-1
  • Handle alarm event
  • Update CHANGELOG.md

2.0.1-beta.2

14 Jun 08:05
Compare
Choose a tag to compare
2.0.1-beta.2 Pre-release
Pre-release

What's Changed

  • Merge pull request #53 from thieren/development
  • Added error handling for misconfigured guard modes
  • Added log error if guard mode change is not completed after timeout Added one retry for guard mode change
  • bugfix: ensured timeout to shutdown livestream cache is fired properly

2.0.1-beta.1

29 May 16:03
3e4cc76
Compare
Choose a tag to compare
2.0.1-beta.1 Pre-release
Pre-release

Changed

  • Additional log output when station guard mode is changed (see [enhancement]: Logging basic operations such as guard mode change on the UI without debug mode #39)
  • Edited description for livestream caching in configuration wizard
  • Changed log output messages for better understanding

Fixed

  • [Bug]: package.json reqiures the wrong node version #44
  • Bug where a local livestream cache may not have been shutdown properly and so subsequent livestreams would not be started

2.0.0

25 May 13:18
e82a842
Compare
Choose a tag to compare

Added

  • Local Livestream
  • Ability to switch light on compatible device (to be tested)
  • Fixing Duplicate notification on doorbell ring #236
  • Change Country #310
  • Provide a clear/reset wizard in order to clean persistent data
  • Add a config value to remove enable/motion homekit buttons #320
  • Handling captcha request
  • Adding videoconfig setting per camera
  • Adding a new button to force or not using live stream to create snapshot
  • Warn if user is using primary Eufy account instead of guest admin one

Changed

  • Upgrade to the latest bropat/eufy-security-client lib (2.0.1)
  • Added livestream cache for local streaming (no rtsp) thanks @thieren

Fixed

  • Updating some dep for security reason
  • Fix keypad issue while using off/disarmed mode (#88, #147, #197)
  • Handling stop livestream event from Eufy Station #262
  • Fix HB crashed #321 thanks @schliemann
  • Fix Arming stuck while using Schedule or Geo #342
  • Streaming issue while using Docker #308 (thanks @alternativ)
  • Fix issue on video stream while debug is disabled #356
  • Improve selecting Static Image / Local Live Stream / RTSP #382
  • Improvements for local livestream caching and bugfixes #37 thanks @thieren

Removed

  • Selecting Camera or Motion Sensor is now per camera

2.0.0-beta.10

25 May 13:09
Compare
Choose a tag to compare
2.0.0-beta.10 Pre-release
Pre-release

Fixed

  • Improvements for local livestream caching and bugfixes #37 thanks @thieren