Skip to content

Modem Sensor

Retrieve Signal Strength (RSSI) and Bit Error Rate (BER) from the Modem

modem:
id: atmodem
sensor:
- platform: modem_info
rssi:
name: rssi
ber:
name: ber
  • rssi (Optional, number): Received Signal Strength Indicator (RSSI) in dB. The range is from -113 dB (weakest) to -51 dB (strongest). All options from Sensor.
  • ber (Optional, number): Bit Error Rate (BER) in percent (%). This may not be available on all modem models. All options from Sensor.
  • update_interval (Optional, Time): The interval to poll the modem for new values. Defaults to 60s.
  • All other options from Sensor.