Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 1.13 KB

File metadata and controls

27 lines (15 loc) · 1.13 KB

ESPHome-FeTAp

Interprets impulses from an old FeTAp telephone and makes them available as ESPHome sensor data.

Use cases include controlling your home lightning by dialing numbers on the dial pad.

Orange telephone: FeTAp 611

Exposed Sensors

  • Cradle Sensor: Sends ON when the cradle is lifted up, and OFF when it’s hung up.
  • Dial Sensor: Sends 0-9, depending on the digit you’ve dialed. Note that after publishing the digit, it will immediately publish its default value of -1 again, so dialing the the same digit multiple times in a row will always cause the sensor to trigger a change.

Log Output

ESPHome log output

Hardware

  • Unmodified FeTAp 611
  • ESP32 DEVKIT V1

Sources