Logic Machine Forum
Carlo Gavazzi Modbus - 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: Carlo Gavazzi Modbus (/showthread.php?tid=5307)



Carlo Gavazzi Modbus - FatMax - 18.03.2024

I have a case where I have multiple Carlo Gavazzi energy meters that I need to poll. According to their Documentation (page 9) they output their consumption value to kWh / 10, meaning to get the actual kWh I need to set value_multiplier to 0,1. However, I need this value to output to Wh instead. I would really like this to be handled by the profile instead of me adding GA's and scripts for each and every kWh object. Is it possible to somehow first divide this to proper kWh and then to Wh? 

I might be missing an obvious solution here...


RE: Carlo Gavazzi Modbus - admin - 18.03.2024

Set multiplier to 100 to get Wh. You can have two entries with different multiplier in the profile to get both kWh and Wh.


RE: Carlo Gavazzi Modbus - FatMax - 18.03.2024

Always so easy Wink

Thank you!


RE: Carlo Gavazzi Modbus - AlexLV - 18.03.2024

Hi,

In attach my profile I created long time ago and still using for EM340. Could be useful for you.

Alex


RE: Carlo Gavazzi Modbus - victor.back - 23.03.2024

(18.03.2024, 09:19)admin Wrote: Set multiplier to 100 to get Wh. You can have two entries with different multiplier in the profile to get both kWh and Wh.

What you mean, can I get both kWh and Wh from the same register in one ande same profile?


RE: Carlo Gavazzi Modbus - Daniel - 25.03.2024

(23.03.2024, 21:00)victor.back Wrote:
(18.03.2024, 09:19)admin Wrote: Set multiplier to 100 to get Wh. You can have two entries with different multiplier in the profile to get both kWh and Wh.

What you mean, can I get both kWh and Wh from the same register in one ande same profile?

Yes, nothing is stopping you in reading same register twice.