đ Telemetry: Optional anonymous stats sent once per boot. Details
đž
Firmware Information
đĸVersionLoading...
đ Build DateLoading...
đBuild TimeLoading...
đSketch MD5Loading...
đPartitionLoading...
đ§
Hardware Information
đģChip ModelLoading...
đChip RevisionLoading...
âĄCPU CoresLoading...
đCPU FrequencyLoading...
đžFlash SizeLoading...
đPSRAM SizeLoading...
đĄī¸Temperature
Internal chip temperature. If you see values above 100°C, your house is probably on fire. RUN!
Loading...
âąī¸
System Status
â°UptimeLoading...
đCurrent TimeLoading...
đReset Count
Total restarts since power-up. A reset is consecutive if it happens in less than 180 seconds after the previous one. A high number of consecutive resets indicate a potential system instability.
Loading...
đĨCrash Count
Firmware panics or exceptions that caused an uncontrolled restart. Even one crash is worth investigating via the log page.
Loading...
đLast ResetLoading...
đDevice IDLoading...
đ§
Memory Usage
đHeap Memory
Do not worry if this gets too low - the firmware will automatically handle restarts.
Loading...
đPSRAM MemoryLoading...
đž
Storage Usage
đLittleFS
Flash filesystem storing energy data, and log files. Logs are limited to a size of around 200 kB, but in the long run the energy data may fill up the storage. You can interact with this via API.
Loading...
âī¸NVS StorageLoading...
đĄ
Network Status
đļWiFi StatusLoading...
đ SSIDLoading...
đIP AddressLoading...
đĄSignal StrengthLoading...
đMAC AddressLoading...
đĒGatewayLoading...
âĄ
ADE7953 Energy Meter
đTotal Interrupts
The ADE7953 energy meter chip signals the ESP32S3 via an interrupt pin approximately every 200 ms when new measurement data is ready.
Loading...
â Handled Interrupts
Interrupts that were successfully read before the next one arrived. Should equal Total Interrupts. A gap means the ESP32S3 was too busy and missed readings.
Loading...
đSuccessful Readings
Valid energy measurements accepted and processed. A reading is considered successful when SPI communication is verified and the measured values are within expected ranges. For each 2 interrupts we have 3 readings (two for channel 0, one for the other channels).
Loading...
âFailed Readings
A failed reading occurs when the measurements are invalid (e.g. negative power for loads or PV) or when the SPI communication verification identifies a mismatch. A very small percentage of failed readings is expected due to the thorough verification process.
Loading...
đĄ
Communication Statistics
đ¤MQTT Messages
Total custom MQTT messages published since boot. Errors indicate messages that could not be delivered to the broker (connection lost, broker rejected, etc.). Check the logs for details on MQTT publish errors.
Loading...
đWeb Requests
HTTP requests received by the ESP32S3 from other devices on the network. Errors indicate unauthorized or malformed requests, or unsupported endpoints. Check the logs for details on request errors.
Loading...
đInfluxDB Uploads
Measurement batches sent to InfluxDB. Errors indicate upload failures (network issue, wrong token, bucket not found). The device retries on the next interval. Check the logs for more details.
Loading...
đ§Modbus Requests
Modbus TCP requests received from other devices on the network. Errors indicate malformed requests or unsupported function codes. Check the logs for details on request errors.
Loading...
đ
Logging Statistics
đDebug MessagesLoading...
âšī¸Info MessagesLoading...
â ī¸Warning MessagesLoading...
đ¨Error MessagesLoading...
đFatal MessagesLoading...
đDropped Messages
Log entries lost because the internal log buffer was full. A non-zero count means the device could not keep up with the logging rate.