UtilitechAS / amsreader-firmware

ESP8266 and ESP32 compatible firmware to read, interpret and publish data to MQTT from smart electrical meters, both DLMS and DSMR is supported
Other
381 stars 73 forks source link

upgrade not possible #666

Closed arkimos closed 11 months ago

arkimos commented 11 months ago

OTA upgrade is not possible. Also tryed to upload .bin file.

AMS

Hardware information:

Relevant firmware information:

ArnieO commented 11 months ago

We see this from time to time, and are not sure what the reason is. Could be some setting in the Wi-Fi router that prevents, or could be latency / timeout during the download process.

Since you are on ESP32c3 I assume this is your own hardware. And then there is an other potential issue: Power consumption. The ESP consumes more power while downloading compared to normal operation, as there is continuous Wi-Fi activity over a relatively long time. Is your power supply sufficiently stable?

There two other ways to upgrade:

In both cases, you can follow the guideline in the Firmware User Manual, chapter "9 Flashing the device over USB cable".

arkimos commented 11 months ago

Solved. Power consumption was the Problem! Tryed with stable power supply and it worked.. Tanks for your support.