Skip to content

Commit 74e0486

Browse files
Update README.md
1 parent 6eca80d commit 74e0486

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ IoT-devices GGreg20_V3 Ionizing Radiation Geiger counter module under Home Assis
66
⚠️ This repo adds an important setting: anti-jitter for the ESP32 pulse counter port. This allows you to filter out events whose duration is shorter than the deadtime of the SBM20 tube.
77
Also, the yaml code shows how to properly configure the ESP32 port, which is used to connect the GGreg20_V3 pulse output.
88

9+
---
10+
⚠️ **Known issues and walkarounds**:
11+
12+
Added on 30/12/2024 - ESPHome pulse_counter internal filter and GGreg20_V3 pulse counting
13+
- Issue: https://github.com/iotdevicesdev/GGreg20_V3-ESP32-HomeAssistant-ESPHome/issues/5
14+
- Walkaround:
15+
is to disable internal filter settings in YAML-code:
16+
https://github.com/iotdevicesdev/GGreg20_V3-ESP32-HomeAssistant-ESPHome/blob/main/esp32-ggreg20-v3.yaml
17+
---
18+
919
Hackaday Project Page: https://hackaday.io/project/183103-ggreg20v3-ionizing-radiation-detector
1020

1121
ESPHome-Devices Project Page: https://www.esphome-devices.com/devices/IoT-devices-GGreg20-V3/
@@ -59,8 +69,8 @@ sensor:
5969
count_mode:
6070
rising_edge: DISABLE
6171
falling_edge: INCREMENT # GGreg20_V3 uses Active-Low logic
62-
use_pcnt: False
63-
internal_filter: 190us # for SBM20 tube, for J305 tube use 180us
72+
# use_pcnt: False
73+
# internal_filter: 190us # for SBM20 tube, for J305 tube use 180us
6474
update_interval: 60s
6575
accuracy_decimals: 0
6676
id: my_cpm_meter

0 commit comments

Comments
 (0)