Releases: Lyr3x/Roode
Releases · Lyr3x/Roode
Fixes WDT crashes
Merge pull request #67 from Lyr3x/fix-wdt Fix presence sensor and wdt crashes
v1.4.0-alpha-1
- 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
v1.3.2
- 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
v1.3
- 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
- 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
v1.0 - ESPHome
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:
- Clone the project
- install esphome cli
- Config peopleCounter.yaml and wifi.yaml
esphome run peopleCounter.yaml
-> flash to your ESP
v0.9.5-beta
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