Skip to content

Releases: NickM-27/swatch

Release 3.1.1

01 Oct 14:43
03b05b2
Compare
Choose a tag to compare

Fix bug with colortest/values api

Full Changelog: 3.1.0...3.1.1

3.1.0

14 Jun 13:09
b0c06b9
Compare
Choose a tag to compare

3.1.0

Min/Max Ratio Filter For Objects

Set a filter based on the ratio of width/height to further filter out false positives (allow less strict color values)

Full Changelog: 3.0.2...3.1.0

3.0.2

09 Jun 15:12
860cbf7
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.0.1...3.0.2

3.0.1

01 Jun 23:27
975ceac
Compare
Choose a tag to compare

Object Detection

In 3.0.0 object detection has been re-written so instead of detecting objects based on total pixels within the color range, bounding boxes will be drawn on clusters of matching pixels and the area of the box will be tested.

Snapshots

Snapshots will now (by default) include the bounding boxes of the objects that have been detected. This can be disabled in the config if desired.

Specific snapshots for events will also be included along with a clean png snapshot as well.

3.0.1

Fix bug where end time for detection would reset on restart

3.0.0

29 May 16:10
c46ab86
Compare
Choose a tag to compare

3.0.0

Object Detection

In 3.0.0 object detection has been re-written so instead of detecting objects based on total pixels within the color range, bounding boxes will be drawn on clusters of matching pixels and the area of the box will be tested.

Snapshots

Snapshots will now (by default) include the bounding boxes of the objects that have been detected. This can be disabled in the config if desired.

Specific snapshots for events will also be included along with a clean png snapshot as well.

Full Changelog: 2.3.0...3.0.0-beta1

2.3.0

28 May 14:52
Compare
Choose a tag to compare

What's Changed

  • Optimize web UI by @NickM-27 in #36
  • Create db path if it does not currently exist

Full Changelog: 2.2.3...2.3.0

2.2.3

27 May 13:57
Compare
Choose a tag to compare

What's Changed

  • Logging instead of print statements by @NickM-27 in #35
  • Fix issues with db initialization

Full Changelog: 2.2.1...2.2.3

2.2.1

26 May 17:58
Compare
Choose a tag to compare

What's Changed

  • Add MEDIA_DIR env variable so hass addon can keep files in swatch specific folder @NickM-27 in #34

Full Changelog: 2.2.0...2.2.1

2.2.0

23 May 22:37
Compare
Choose a tag to compare

New Feature

Swatch now keeps track of objects as they are detected inside a database. This will make it easier to have an "event log" of that object.

Breaking

A new /database/ path must be mapped to docker

What's Changed

Full Changelog: 2.2.0...2.2.0-2

2.1.1

21 May 19:49
9876ca8
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.1.0...2.1.1