Hi, i have a problem setting up an RFID-RC522 with ESPHome.
Everytime i try to reboot the ESP the output is following:
Communication with the MFRC522 might be down, reset in x
I don’t know why and its already been about 2 hrs of trying anything. I already rechecked all connections etc.
My YAML looks the following:
esphome:
name: alarmrfid
platform: ESP8266
board: esp01_1m
# Enable logging
logger:
level: VERBOSE
# Enable Home Assistant API
api:
ota:
password: "XXX"
wifi:
ssid: "XXX"
password: "XXX"
# Enable fallback hotspot (captive portal) in case wifi connection fails
ap:
ssid: "XXXX"
password: "XXXX"
captive_portal:
spi:
clk_pin: 5
mosi_pin: 16
miso_pin: 12
id: "rfidspibus"
rc522_spi:
cs_pin: 4
reset_pin: 14
update_interval: 3s
spi_id: "rfidspibus"
UPDATE: I Removed the update_interval: 3s and now it says that:
[17:27:21][C][rc522:099]: RC522:
[17:27:21][E][rc522:104]: Reset command failed!
[17:27:21][C][rc522:108]: RESET Pin: GPIO14 (Mode: OUTPUT)
[17:27:21][C][rc522:110]: Update Interval: 1.0s