New Features in the FW of i.75.99


Firmware download https://imeter.club/topic/11#content24

Added Basic Authentication String Setting

After setting, if you choose to post data to your own server via HTTP, an Authorization header will be added during the HTTP POST process, as shown below. This allows you to add Basic authentication verification on the server side. Only data that passes Basic authentication can be stored in the database.

Authorization: Basic <credentials>


Setting

Method: HTTP GET

URL: /api/basicauth?authstring=your_credentials

image-20240617164422247

Reading

Method: HTTP GET

URL: /api/basicauth

image-20240617164458499

Currently, setting Basic authentication does not affect the use of IAMMETER-cloud.

IAMMETER-cloud also plans to introduce Basic authentication verification in the user system in the future.

Added Reactive Power and Reactive Energy in Modbus/TCP

Registers from index 27 onwards are provided in the Modbus/TCP protocol after this upgrade.

IndexRegister Address (Dec)Register Address (Hex)Register LengthDescription
100x01Phase A voltage, unsigned, value=data/100, unit: V
210x11Phase A current, unsigned, value=data/100, unit: A
320x22Phase A active power, signed, value=data, unit: W
440x42Phase A forward energy in pulses, unsigned, kWh=pulses/800, unit: kWh
560x62Phase A reverse energy in pulses, unsigned, kWh=pulses/800, unit: kWh
680x81Phase A power factor, unsigned, value=data/1000
790x91PadA 0x00, not used
8100x0a1Phase B voltage, unsigned, value=data/100, unit: V
9110x0b1Phase B current, unsigned, value=data/100, unit: A
10120x0c2Phase B active power, signed, value=data, unit: W
11140x0e2Phase B forward energy in pulses, unsigned, kWh=pulses/800, unit: kWh
12160x102Phase B reverse energy in pulses, unsigned, kWh=pulses/800, unit: kWh
13180x121Phase B power factor, unsigned, value=data/1000
14190x131PadB 0x00, not used
15200x141Phase C voltage, unsigned, value=data/100, unit: V
16210x151Phase C current, unsigned, value=data/100, unit: A
17220x162Phase C active power, signed, value=data, unit: W
18240x182Phase C forward energy in pulses, unsigned, kWh=pulses/800, unit: kWh
19260x1a2Phase C reverse energy in pulses, unsigned, kWh=pulses/800, unit: kWh
20280x1c1Phase C power factor, unsigned, value=data/1000
21290x1d1PadC 0x00, not used
22300x1e1Frequency, unsigned, value=data/100, unit: Hz
23310x1f1PadH 0x00, not used
24320x202Sum of power, signed, value=data, unit: W
25340x222Sum of forward energy in pulses, unsigned, kWh=pulses/800, unit: kWh
26360x242Sum of reverse energy in pulses, unsigned, kWh=pulses/800, unit: kWh
27380x262Phase A reactive power, signed, value=data, unit: var
28400x282Phase A inductive KVARH, unsigned, kvarh=pulses/800, unit: kvarh
29420x2a2Phase A capacitive KVARH, unsigned, kvarh=pulses/800, unit: kvarh
30440x2c2Phase B reactive power, signed, value=data, unit: var
31460x2e2Phase B inductive KVARH, unsigned, kvarh=pulses/800, unit: kvarh
32480x302Phase B capacitive KVARH, unsigned, kvarh=pulses/800, unit: kvarh
33500x322Phase C reactive power, signed, value=data, unit: var
34520x342Phase C inductive KVARH, unsigned, kvarh=pulses/800, unit: kvarh
35540x362Phase C capacitive KVARH, unsigned, kvarh=pulses/800, unit: kvarh

For how to use Modbus/TCP to read IAMMETER energy meter data, please refer to Modbus/TCP in the Wi-Fi energy meter of IAMMETER

Thread Status
0
576
1
0
0

Sort replies by:
Looks like you are new here. Register for free, learn and contribute.