Commit Graph

78 Commits

Author SHA1 Message Date
sen
3780f499c9 Introduced @durd 's patch to beta firmware, bumping the original beta firmware to STABLE. 2024-08-08 08:03:02 +08:00
Screek Worshop
34b12bb3fd
Merge pull request #25 from durd/durd-patch-1
dedup logs and published states
2024-08-08 07:27:23 +08:00
sen
b08ba8f8cc Create human-sensor-1wx-github.yaml 2024-08-01 14:16:20 +08:00
David
402c6f57f6
Merge branch 'screekworkshop:main' into durd-patch-1 2024-07-30 20:01:47 +02:00
sen
1b251de387 add save to config 2024-07-26 21:34:49 +08:00
sen
565e7147b7 bug fixed 2024-07-26 21:24:16 +08:00
David
31d40b75c9
changed logic and added update_interval to distance sensor
Changed ">" to ">=" for time comparison, else Clearance and Movement time could be between set interval and the next second.

Also added "update_interval" to Distance sensor, this replaces heartbeat filter but is still subject to delta filter.

Also made binary sensors publish initial state. Now HA isn't "unknown" after reset device.
2024-07-25 12:25:19 +02:00
David
e1d3438972
fix a quotation mark 2024-07-25 00:44:19 +02:00
David
01a2d1d9b1
Update human-sensor-f2-stable-github.yaml 2024-07-24 15:52:53 +02:00
David
11519a1373
dedup logs and published states 2024-07-24 14:05:23 +02:00
sen
06f5726673 Filter for the rare occurrence of "occ, dis=0.00" and treat it as a non-trigger. Thanks to erchina , durd_ for the feedback. 2024-07-21 17:38:24 +08:00
sen
3cdec91387 Remove some comments 2024-07-21 17:37:00 +08:00
sen
c34f2f8264 fix for #21, thx restauffer. 2024-07-17 08:05:46 +08:00
sen
48179d02f3 Merge branch 'main' of https://github.com/screekworkshop/screek-human-sensor 2024-05-16 20:48:25 +08:00
sen
bad4dca45c Sync the beta's current content to stable, considering they've been running for over 7 months. 2024-05-16 20:48:22 +08:00
sen
6f463c3b79 Increase the maximum timeout interval to 1800 seconds. 2024-05-16 20:47:35 +08:00
Screek Worshop
9b8f9fea27
Create README.md 2024-05-04 12:05:15 +08:00
sen
baf247c932 Create human-sensor-f2-stable-github.yaml 2024-05-04 12:00:32 +08:00
sen
c8e6fd3884 Extend the maximum timeout to 1800 seconds. (Thanks to Stefan Hampden for his feedback) 2024-05-01 20:04:31 +08:00
Screek Worshop
6c35ad0edc
Update README.md 2024-01-02 12:50:00 +08:00
Screek Worshop
a233c453a6
Merge pull request #11 from TheZoker/fix-entity-categroy
Fix entity category
2023-12-28 15:34:43 +08:00
Florian Gareis
c11b6e21fa Fix entity category 2023-12-28 02:16:07 +00:00
sen
6238924f63 Merge branch 'main' of https://github.com/screekworkshop/screek-human-sensor 2023-10-17 23:48:20 +08:00
sen
d9ab720b14 Fix a syntax error in the check region judgment (code suggestion from Cossid) 2023-10-17 23:48:16 +08:00
Screek Worshop
9a237b7355
Merge pull request #7 from LaneaLucy/main
update Illuminance at least every 60 seconds, even if value not changed
2023-10-13 20:52:59 +08:00
Lanea Lucy S
0d366088b0 forget the force_update 2023-10-13 02:25:07 +02:00
Lanea Lucy S
4e3dd082fb update Illuminance at least every 60 seconds, even if value not changed 2023-10-13 01:59:22 +02:00
sen
4f6a13ee3d Update human-sensor-2a-beta-github.yaml
- Show target angle display, orientation and position status display. (It got the idea and key code from walberjunior.)
- Added a Zone global switch that can be turned off when the Zone feature is not needed. This may reduce the number of zone triggers if there are too many people.
- Adjusts the icons for target X and Y.
-
2023-09-08 16:38:45 +08:00
sen
a78e9b8050 Move infrequently used settings to the debug area, introduce a patch for haip to deal with the unstable state at startup, and fix the delay at startup that causes the zone presence state to become unknown. Corresponding to the public version: V230908_2_beta. 2023-09-08 11:47:36 +08:00
sen
509b209523 update stable version 2023-09-08 10:23:00 +08:00
sen
b60cc289f1 Fixed type of name, note that this may cause automation to need to re-correct references. 2023-09-06 20:41:31 +08:00
sen
291a4d4ba8 Update human-sensor-2a-beta-github.yaml
Fixed an issue where repeated triggers on the way to a delayed shutdown would not interrupt the cancel.Added Any Presence Timeout.(feedback from haip, code contributed by athua.)
2023-09-06 20:14:32 +08:00
sen
ed74f58897 Added Any Presence Timeout.(feedback from ferbulous, code contributed by athua.) 2023-09-05 18:07:37 +08:00
Screek Worshop
d8018761b8
Fix external library dependencies, thanks to Tiep Pham Minh for feedback. 2023-09-04 11:52:05 +08:00
sen
3df23400dc Tweak code to include region timeout support for athua. 2023-09-02 12:18:42 +08:00
sen
503ee2a2b6 Update human-sensor-2a-beta-github.yaml
Extending the x-axis maximum area to 4000 synthesizes athua's suggestion.
2023-08-29 12:09:11 +08:00
sen
33ea448705 Update human-sensor-2a-beta-github.yaml
Adjust the timing of the push initialization message to ensure that everything is initialized.
2023-08-29 12:08:07 +08:00
sen
8072db6e39 Optimize the last light update logic to ensure that switching fast update mode does not cause a delay in the update. (Thanks to rob_sm7219for for the feedback) 2023-08-28 17:47:43 +08:00
sen
71b88d18f9 Limit the detection distance of the X-axis to 3m left and right (thx to walberjunior) 2023-08-28 17:41:56 +08:00
sen
fc5eb97acb fix x_begin, thx walberjunior. 2023-08-28 17:35:31 +08:00
Screek Worshop
276ff4e8a5
fix last_illuminance with 0 if no light can cause na in ha. 2023-08-23 18:04:46 +08:00
Screek Worshop
c399570894
Update README.md 2023-08-21 18:53:30 +08:00
sen
226a6f4bec use external components from github repo 2023-08-21 18:51:00 +08:00
sen
1f7fbccb0f Update human-sensor-2a-beta-github.yaml 2023-08-21 18:23:40 +08:00
sen
0635c3cb7f add 2a beta, and fix some type. 2023-08-21 18:13:25 +08:00
sen
d4083a26cc Merge branch 'main' of https://github.com/screekworkshop/screek-human-sensor 2023-08-19 11:26:12 +08:00
sen
b8a7ed607a support 1m(s) 2023-08-19 11:26:07 +08:00
Screek Worshop
1562f0f29d
Update README.md 2023-08-15 13:51:11 +08:00
Screek Worshop
4b79dadc3d
Update README.md 2023-08-15 13:49:50 +08:00
sen
4202ddc4ba Merge branch 'main' of https://github.com/screekworkshop/screek-human-sensor 2023-08-10 19:31:50 +08:00