631 B
631 B
esphome-geiger-counter
A half-assed attempt to put my geiger counter on Home Assistant.
My geiger counter from RH Electronics sends data over serial/UART.
- Wired/UART logs don't work. Use wireless logs.
- Only uSv is sent.
Wiring
You'll need to use a logic level shifter to convert the 5v signals to 3.3v.
Example HA Config for Statistics
- platform: statistics
name: "Radiation (μSv)"
unique_id: geiger_counter
entity_id: sensor.geiger_counter_raw
state_characteristic: mean
max_age:
minutes: 1