![]() |
Acuvim energy meter - Printable Version +- Logic Machine Forum (https://forum.logicmachine.net) +-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1) +--- Forum: Gateway (https://forum.logicmachine.net/forumdisplay.php?fid=10) +--- Thread: Acuvim energy meter (/showthread.php?tid=5993) |
Acuvim energy meter - FatMax - 16.05.2025 Hi, I'm having som issues understadning if my configuration is correct for this meter: https://www.accuenergy.com/support/modbus-map/#acuvim-ii-modbus-map-3 I'm reading registers 16418-16419 with the use of the profile attached. How can I be sure that both registers are read other than adding datatype float32? ![]() RE: Acuvim energy meter - Daniel - 16.05.2025 This is how you define that LM will read both registers. Correct this line "value_multiplier\n\nvalue_multiplier\n\nvalue_multiplier\n\nvalue_multiplier": 0.001, RE: Acuvim energy meter - FatMax - 16.05.2025 That messes up the kW conversion. The 0,001 should've taken care of that? RE: Acuvim energy meter - admin - 16.05.2025 Most likely you don't need multiplier at all. What value is returned when using Read test? RE: Acuvim energy meter - FatMax - 16.05.2025 At this very moment reading 16418 as float32 gives me 134130.4375 using read test. This corresponds great with Value_multiplier in the profile set to 0,001 giving me 133,413 kW. So then I am sure that both registers are read, at least. RE: Acuvim energy meter - Daniel - 16.05.2025 What is the value on the meter itself? RE: Acuvim energy meter - FatMax - 16.05.2025 It is at a remote location, so I don't have access to the meter display unfortunately. |