Skip to content

Releases: EverythingSmartHome/everything-presence-pro

Release list

v1.2.1

Choose a tag to compare

@EverythingSmartHome EverythingSmartHome released this 02 Jun 17:07
6007439

What's Changed

Full Changelog: v1.2.0...v1.2.1

v1.2.0

Choose a tag to compare

@EverythingSmartHome EverythingSmartHome released this 26 Jan 00:37
2ffd7d2

🚨BREAKING CHANGE

This release adds Polygon Zones and removes regular (rectangular zones). This was done for several reasons:

  • To save RAM/Flash usage - some builds (with Bluetooth enabled) were starting to crash because of the sheer number of entities and components loaded. Removing regular zones reduces this a good bit.
  • To reduce the number of entities - regular zones had to define 4 individual entities per zone, so for 4 regular zones + 2 exclusion zones, this was 24 entities. With Polygon zones, the number of entities needed is just 6.
  • To keep performance good - maintaining the logic needed for target tracking with regular zones and polygon zones was adding complexity that doesn't need to be there.

✅Migration

To assist with this breaking change, a migration feature has been added to Zone Configurator 2.0.12. Please make sure to update to Zone Configurator 2.0.12 first.

Zone Configurator can update the firmware on your device for you. During the update, it will backup your regular zones (stored in a file so can be used later to restore if something goes wrong), perform the update to 1.2.0 on the EP Pro, then restore your zones, converting them to Polygon zones in the process.

See docs here for guidance: https://docs.everythingsmart.io/s/products/doc/everything-presence-pro-lite-polygon-zone-migration-v120-v150-7nye2Fsffm

What's Changed

Features

Fixes

New Contributors

Full Changelog: https://github.com/EverythingSmartHome/everything-presence-pro/commits/v1.2.0