Skip to content

Instantly share code, notes, and snippets.

@JohnMcLear
Created February 27, 2024 19:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JohnMcLear/0d81d859a2d0957dca08f0a3fcf3e84e to your computer and use it in GitHub Desktop.
Save JohnMcLear/0d81d859a2d0957dca08f0a3fcf3e84e to your computer and use it in GitHub Desktop.
D-Logic uFR NFC device in Field with ESPHome - Quick and Hacky method using HTTP POST

ESPHome config

switch:
  - platform: gpio
    id: nfc
    pin: GPIO10
    name: "nfc"

uFR config

  • Set Reader to Master mode
  • Set RTC Post enabled
  • In "Server host URL" include
http://ESPHomeDeviceHostnameOrIPAddress/switch/nfc/turn_on
  • Save and Restart

When an NFC device is detected the device will go orange, no UID or anything useful is passed.

Note: I find the uFR an interesting device but I find the docs and example source code mostly broken and that's kinda sad ;( I also find their customer service really poor.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment