IAMMETER-firmware i.91.065.17: veilig herstel, Swagger API en WEM3063T-ondersteuning
IAMMETER-firmware i.91.065.17: veilig herstel, Swagger API en WEM3063T-ondersteuning
Deze versie breidt de i.91.065-serie uit met herstel van vergeten wachtwoorden, API-tests in de browser en ondersteuning voor de nieuwe WEM3063T-meter.
This release is part of IAMMETER’s ongoing work to address the cybersecurity requirements applicable to internet-connected radio equipment under EN 18031-1:2024. Compliance and certification status for individual models will be announced separately when formally available.
Основные изменения:
Veilig herstel van het Admin-wachtwoord
Als u uw Admin Security-wachtwoord vergeet, kunt u controleren of het apparaat aan uw IAMMETER-account is gekoppeld en lokale toegang herstellen zonder directe verbinding of reset door IAMMETER Cloud.
- Request a one-time recovery challenge from the device.
- Sign in to the IAMMETER Contributor system with your IAMMETER Cloud account.
- Submit the payload; the service verifies the device association.
- Receive a cryptographic Ed25519 signature.
- Send the signed request to the meter’s local IP address.
- After verification, Admin Security is disabled so new credentials can be configured.
The payload is bound to the serial number, MAC address and one-time nonce. The firmware contains only the public verification key; the service signs the challenge and does not connect to the meter directly.
See the IAMMETER Admin Password Recovery guide.
WEM3063T voor de Amerikaanse markt
De WEM3063T is een driefasige meter ontwikkeld voor de VS, met externe CT’s met standaard 5 A-uitgang. Er zijn product- en veiligheidstests uitgevoerd binnen het lopende UL-proces, inclusief SGS-tests.
De WEM3063T is een driefasige meter ontwikkeld voor de VS, met externe CT’s met standaard 5 A-uitgang. Er zijn product- en veiligheidstests uitgevoerd binnen het lopende UL-proces, inclusief SGS-tests.
Before upgrading, confirm the model, CT and regional requirements.
Swagger API-tests met Basic Auth
Browsertools kunnen beveiligde API’s aanroepen met HTTP Basic Authentication; CORS staat nu de header Authorization toe.
- a browser that can reach the meter’s local IP
- valid Basic Auth credentials
- an API operation supported by the firmware
The request path is direct:
Browser → loads Swagger UI from iammeter.github.io
Browser → sends an authenticated request directly to the meter’s local IP
The Swagger website is not a server that connects to the meter. The browser must reach the device on the local network; protected requests still require Basic Auth.
Andere beveiligingsverbeteringen
The Security page now provides a clearer Enable/Disable Security Module link to the Local Admin Security User Guide.
Certificaatverificatie voor MQTTS en HTTPS
De i.91.065-serie ondersteunt builtin, custom en none; none is alleen bedoeld voor compatibiliteit of gecontroleerde tests. Zie de MQTTS- en HTTPS-gids.
Upgrade and compatibility notes
Basic Auth remains required, existing OTA checks stay in place, and TLS and recovery-signature behavior are unchanged. Check the model on IAMMETER Firmware Updates.
Bugfixes en betrouwbaarheid
- Strengthened OTA structure and integrity checks.
- OTA errors return precise JSON and do not restart the meter.
- Improved Web UI network-error and timeout handling.
- Fixed OTA responses when Admin Security is enabled.
- Improved POST handling across multiple TCP packets.
- Fixed the OTA result page.
- Fixed reactive-power scaling for WEM3046T/WEM3063T.
- Added WEM3063T Wi-Fi LED logic.