esprfid / esp-rfid

ESP8266 RFID (RC522, PN532, Wiegand, RDM6300) Access Control system featuring WebSocket, JSON, NTP Client, Javascript, SPIFFS
MIT License
1.36k stars 423 forks source link

MQTT message stop after some Days #402

Open pol-henri opened 4 years ago

pol-henri commented 4 years ago

hi, tanhks for helpin advance at each door event the esp -rfid does send the user, the time exc .., but after some day the MQTT messages stop, the door still opens and the esp is online with IP. I have to restart it for everything to work again, choosing to restart every 24 hours does not correct the problem. I am with version 1.0.4 and it is green, not blue, what i need to do ? there is a upgrade ? a trick ? tanks for your help

ingeninge commented 4 years ago

Please check if it is related to: https://github.com/esprfid/esp-rfid/issues/348

pol-henri commented 4 years ago

Thanks for your help 👍

pol-henri commented 4 years ago

maebe you know where i can find link for "how to" update firmware ? on the http:// of the module there aren't any update available, but i'm on V1.0.4 and i see on the Link "https://github.com/esprfid/esp-rfid/issues/348 " V1.3.3 , this is not the same ? my module is green , thanks for your time

ingeninge commented 4 years ago

V1.0.4 seems to be "stable" version. Download generic.bin: https://github.com/ingeninge/esp-rfid/releases/tag/1.3.3 and upload via the GUI menu "Upload" if available in V1.0.4. Else you will have to flash it with the downloaded version. Note this is not the stable version, but you might find it more stable than other versions available. If so please write a comment about your experiences. Thanks in advance.

pol-henri commented 4 years ago

I try with zip and tar version, the result still the same, esp still on 1.0.4 firmware, so I flash eps with a tools, I know IDE Arduino but for esp what I can use for? Thanks again, I'm sorry for disturbing, but I never use esp only nodemcu and arduino uno

ingeninge commented 3 years ago

To upgrade from V1.0.4 to higher version it looks like you'll have to erase the flash memory of the esp. You can do so with esptool.py under linux with erase_flash as argument.

pol-henri commented 3 years ago

Yes I try to do whith esp-01and it work, so with the esp-rfid there aren't no mini USB or so, this is with "Ota" wireless or a add-on card like for esp-01? Thanks for your time