Skip to content

Releases: Lyr3x/Roode

Fixes WDT crashes

12 Dec 11:37
63a76c8
Compare
Choose a tag to compare
Fixes WDT crashes Pre-release
Pre-release
Merge pull request #67 from Lyr3x/fix-wdt

Fix presence sensor and wdt crashes

v1.4.0-alpha-1

04 Dec 14:16
Compare
Choose a tag to compare
v1.4.0-alpha-1 Pre-release
Pre-release
  • Add manual and calibration configuration
  • Add timing_budget configuration
  • Add sensor_mode configuration
  • Improved counting algorithm
  • Improved calibration accuracy
  • Add configuration validation
  • Publish sensors as diagnostic to HA
  • Fix flaky presence sensor
  • Fixed a lot of minor bugs and improved performance
  • Added sensor categories (Sensor, Configuration and Diagnostic)

v1.3.3

29 Nov 18:53
d946b95
Compare
Choose a tag to compare
  • Decide the direction of movement with sampling data instead of single measurements
  • Minor bugfixes and cleanup

v1.3.2

22 Oct 10:20
f91b1cc
Compare
Choose a tag to compare
  • Add dependencies via code generation to avoid incompatibility with 2021.10
  • Remove i2c component from sensor and pass Wire instance directly to the VL53L1X library

ESPHome restricts with 2021.10 the access to the wire instance of the i2c component. Therefore, I was forced to remove the component and implement a workaround. This is required until an official VL53L1X implementation is available in ESPHome.

Bug fixes

16 Oct 06:30
e3a5b6c
Compare
Choose a tag to compare
  • Fixed calibration configuration
  • Fixed existing ROI calibration

v1.3

13 Oct 11:16
7136695
Compare
Choose a tag to compare
  • External component (thanks for the help @TheRealWaldo) which is now easy to use and configruable
  • Cleanup of old code
  • Remove unnecessary EEPROM save of calibration values
  • Split out ROI calibration -> will be improved in an upcoming minor version
  • Rewrite example yaml to make them easy usable with the esphome dashboard
  • Added captive_portal
  • Updated and better documentation

Contributors:
@Lyr3x @TheRealWaldo and @jcastro (a lot of valuable feedback and discussions)

v1.2

03 Sep 23:38
91dbe4a
Compare
Choose a tag to compare
  • Remove config.h
  • Make all necessary changes configurable in .yaml file - first step towards external_component
  • Improve timings and thresholds
  • Improve ranging speed
  • Fix soft resets
  • Add esp32 housing for GY53 - others coming soon
  • Improve ESP32 configuration thanks to @jcastro for a lot of feedback

v1.1

30 Aug 12:02
fe3284f
Compare
Choose a tag to compare
  • Improved counting speed
  • Replaced underlying library
  • Improve ESPHome integration

v1.0 - ESPHome

18 Aug 12:07
25d7c4b
Compare
Choose a tag to compare

With this version Roode ditched all the "old" stuff and moved to ESPHome and supports only the most capable and cheap TOF Sensor (VL53L1X) on the market. Thats boosts the reliability to a new level.

To use the new roode:

  1. Clone the project
  2. install esphome cli
  3. Config peopleCounter.yaml and wifi.yaml
  4. esphome run peopleCounter.yaml -> flash to your ESP

v0.9.5-beta

05 Dec 16:52
Compare
Choose a tag to compare

Changelog v0.9.5-beta:

  • added experimental VL53L0X support (VL53L1X following with the next release)
  • single Measurement
    • LONG_RANGE (up to 2m for the VL53L0X) support
  • HIGH_SPEED and HIGH ACCURACY profiles
  • static I2C address
  • Configurable OLED brightness
  • Energy saving mode
  • measruing speed improvements
  • general bug fixes and improvements