Byte value = 0x(Value 1)(Value 2)(Value 3)(Value 4)
Suggestion - use a "hexadecimal to decimal converter" that can be easily found on google.
For example:
If you want to set Night Light Mode to be enabled at 19:00 at night and disable at 07:30 in the morning, you just need to
configure:
Value1=0x13, Value2=0x00, Value3=0x07, Value4=0x1E.
Input 0x1300071E into a hexadecimal calculator, the output decimal value will be 318768926.
Parameter 91 - Watt threshold.
If Watt passes the threshold setting by + or -, a Watt report will be sent to update its value.
Size = 2 Byte
Default Setting = 0
Value Description
0 Disable Watt threshold.
1 - 2300 Watt threshold setting.
Parameter 92 - kWh threshold.
If kWh passes the threshold setting by + or -, a kWh report will be sent to update its value.
Size = 2 Byte
Default Setting = 0x0064 or 100
Value Description
0 Disable kWh threshold.
1 - 10000 kWh threshold setting.
Parameter 93 - Current threshold.
If current passes the threshold setting by + or -, a current report will be sent to update its value.
Size = 1 Byte
Default Setting = 0
Value Description
0 Disable Current threshold.
1 - 100
Current threshold setting
by scale of 0.1A
If value 10 is set, this is the equivalent of setting threshold to 1.0A.
Parameter 101 - Timed report enable/disable.
Sets what sensors should be reported at a timed interval. This can be used at the same time as threshold reporting to allow
both thresholds and timed reports to be used.
Size = 4 Byte
Default Setting = 0 (disabled)
Value Description
1 kWh (Accumulated Power)
2
Watt (Power used at the
time of the report)
4 Current
8 Voltage
The values in the table above should be added together.
For example:
If you want kWh and Watt only, you would add 1 + 2 = 3.
If you want all values (current, voltage, watt, kWh) reported at an interval, you would add 1 + 2 + 4 + 8 = 15.