Skip to content

Releases: matijse/eufy-ha-mqtt-bridge

0.2.24

30 Sep 18:07
3ae1f0e
Compare
Choose a tag to compare
  • Add support for Floodlight 2 (T8423), thanks @dougmcsp

0.2.23

18 Sep 18:33
Compare
Choose a tag to compare
  • Add support for T8441 - Solo OutdoorCam C24, thanks @ppicazo
  • Add support for T8124 - Solo CAM S40

0.2.22

13 Sep 19:30
5dfe316
Compare
Choose a tag to compare
  • Added support for Floodlight Cam 2 (T8422), thanks @kevinfowler

0.2.21

31 Jul 15:11
Compare
Choose a tag to compare
  • Removed the SQLite database - Incoming push messages are stored in a log file instead of the database, so no need for SQLite anymore (slow builds)
  • Removed the image processing library - caused a lot of issues with building the image on different platforms. Thumbnails are now always downloaded a second time after 1 second, to make sure they are present even if the push arrives before the image is complete
  • Added support for T8220-Z (thanks @jasonpaustin)
  • Added support for T8144-Z

0.2.20

07 Jul 09:27
b8fb36e
Compare
Choose a tag to compare

0.2.19

23 Jun 18:07
Compare
Choose a tag to compare
  • Fix build process
  • Add support for Floodlight Camera X (T8420X) (thanks @dvincentnok)
  • Add support for Indoor Cam 1080P & 2K and Indoor Cam Pan&Tilt 1080P & 2K (thanks @slm4996)

0.2.18

22 Apr 19:22
Compare
Choose a tag to compare
  • Replace image validator by different library that processes the whole image and detects files that are not complete

0.2.17

22 Apr 18:23
Compare
Choose a tag to compare
  • Possible fix for issues validating images

0.2.16

21 Apr 19:40
Compare
Choose a tag to compare
  • Validate images before sending them to Home Assistant and retry after a second if they are invalid

0.2.15

20 Apr 19:18
Compare
Choose a tag to compare
  • Added an option to set the off_delay used in Home Assistant sensors, see #62