-
I use AI on the edge to read the water meter and the gas meter. Both in the basement, on a 2A power supply. I kept having problems with both devices because they suddenly showed the error "Failed to read existing file". I have updated both devices to the latest firmware version. The water meter has not caused any problems so far. But the gas meter is no longer usable. Again and again "Failed to read existing file". Unplug and reboot helps until the next reboot. Sometimes you have to try it 3 times until it works again. I have already done the following:
What does the error message mean exactly? What could be the cause of the problem? Maybe the WLAN, power supply, the filesystem or camera? |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 10 replies
-
Most obvious thing would be the SD-Card, but you replaced it already. Also it is possible that your ESP board went bad. |
Beta Was this translation helpful? Give feedback.
-
I started with a new installation.. so why should it read an old tflite file? I don*t think so. |
Beta Was this translation helpful? Give feedback.
-
Today the same: "Failed to read existing file" on the gas meter.... I have already replaced everything except the camera because it was already set correctly and I wanted to save myself the trouble of setting it up. So today I will replace the camera. That would be the last idea I would have. Or does anyone have another idea what could be going on? It would be nice to get more detailed error codes from the software so you know where the problem is as well. |
Beta Was this translation helpful? Give feedback.
-
Had this with the Version 12.0.1. Try a rolling version. |
Beta Was this translation helpful? Give feedback.
-
Had also had the problem on all three of my ESP32 CAMs (two different vendors). My solution:
Not sure which one of those really made the difference but since then all of my 3 boards run stable without the "failed to read file issue". |
Beta Was this translation helpful? Give feedback.
-
In the meantime I could exclude that it is connected with the power supply. I think I have solved the problem now! I had specially ordered two 8 GB SD cards from Intenso for the ESP cam on eBay. After the problems I did read-write tests, which all passed. I swapped one Intenso card for the other Intenso card. Then I deleted the partitions, recreated them, and reformatted the cards. Still, the problems remained. In the other ESP cam that I use for the water meter, I have a card from SanDisk in there, there have been no problems so far. I have now replaced the SD card with an 8GB card from Netac. Suddenly everything runs through for days without problems! In fact, the problem seems to be with the SD cards from Intenso! Why this is so, I do not know, however. When testing on the PC made the no problems. Maybe I was cheated on eBay garbage.. |
Beta Was this translation helpful? Give feedback.
In the meantime I could exclude that it is connected with the power supply.
I think I have solved the problem now!
I had specially ordered two 8 GB SD cards from Intenso for the ESP cam on eBay. After the problems I did read-write tests, which all passed. I swapped one Intenso card for the other Intenso card. Then I deleted the partitions, recreated them, and reformatted the cards. Still, the problems remained.
In the other ESP cam that I use for the water meter, I have a card from SanDisk in there, there have been no problems so far.
I have now replaced the SD card with an 8GB card from Netac. Suddenly everything runs through for days without problems!
In fact, the problem seems to be wi…