1
1
# RooDe
2
2
People counter working with any smart home system which supports MQTT
3
3
Project planning in public Trello Board: https://trello.com/b/Yonlc8Fw
4
- ** Version 1.0 will break the support for all old hardware configurations working right now (IR-Sensors and VL53L0X)**
5
- ## Version 1.0 - Featurelist
6
- Here is a list of features which are working or in _ work_
7
- * Counting people entering and leaving a room
8
- * Sensor threhsold calibration with standard deviation
9
- * Receiving commands from the controller e.g. recalibration or manual counter setting
10
- * OLED support
11
- * Sleep mode with Motion Sensor support
12
- * Domoticz Events provided (Roode is useable with every MQTT Controller)
13
- * _ Introduction of the new Sensor - VL53L1X_
14
- * _ Completely configurable over WebUI_
15
- * _ Firmware upgrades over WebUI_
16
- * _ Automatically creates Domoticz devices_
17
4
18
5
## Hardware
19
6
There will be a specific Hardware setup (recommended brands etc.) soon!
@@ -22,21 +9,24 @@ There will be a specific Hardware setup (recommended brands etc.) soon!
22
9
* Optional HC-SR501
23
10
* Optional 128x32 OLED
24
11
* Power Supply
25
- * Encolsure (see .stl files
12
+ * Encolsure (see .stl files) - will be updated soon!
26
13
27
14
## Changelog
28
15
### Changelog v1.0
29
16
#### Additions and Breaking Changes
30
- * Add full VL53L1X support
17
+ * ESPHome
31
18
* Removes legacy support which includes
32
19
* Arduino plattform
33
20
* MySensors plattform
34
21
* ** Non** VL53L1X-Sensors
35
- * MQTT support
36
- * Automatic device creation in Domoticz
37
- * Configuration WebUI (may be moved to a later version)
38
- * Removal of Config.h
39
- * OTA support
22
+ * VL531L1X TOF Sensor with configurable ROI zones for one-sensor-solution
23
+ * Counting people entering and leaving a room with path tracking for improved accuracy
24
+ * Sensor threhsold calibration for each zone
25
+ * Receiving commands from the the controller e.g softreset
26
+ * OLED support (coming in 1.1)
27
+ * Sleep mode with Motion Sensor support (coming in 1.1)
28
+ * Firmware upgrades over WebUI (esphome)
29
+
40
30
41
31
### Changelog v0.9.6
42
32
#### Additions
0 commit comments