Meter (CT-RING) data retrieval possibility ? #30
-
Hello all, I have an ECU-C and installed CT-Rings to have global power metering. Is it possible to retrieve this information ? I didn't find the way to do it. I have included snapshot of info on ECU http pages. Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 7 comments 19 replies
-
Since I don't have an ECU-C myself, you'll have to help me find a possible solution. Is there a web page somewhere with current values of the CT rings? The graph you show is compiled based on a data buffer, which URL belongs to it? Are you able to analyze the traffic in the Chrome browser via Ctrl+shift+i and then the network tab? Ideally, I'm looking for something like an APS command to retrieve the values every 5 minutes. |
Beta Was this translation helpful? Give feedback.
-
Hello and thanks for the answer. I have found this URL : http://192.168.x.x/index.php/meter/old_meter_power_graph Which give the file as an answer : It is used here in this page : view-source:http://192.168.x.x/index.php/meter/meter_power_graph by this function : function show_graph()
} |
Beta Was this translation helpful? Give feedback.
-
Hi, Let me know if I can help as a beta tester or something like that. |
Beta Was this translation helpful? Give feedback.
-
So suppose you are measuring on one phase (A), it would look like this (focus only on: Consumed A, Grid CT A and Production CT A) Any comments on the use of icons, labels or results? |
Beta Was this translation helpful? Give feedback.
-
@rissson @jdelzor @barrets2002
I hope I forgot nothing and there is still some logging going on for feedback purposes. Also note the startup might now be somewhat delayed for the integration, that is because it now has to get the graph data also. |
Beta Was this translation helpful? Give feedback.
-
Hi @HAEdwin, I was able to do a test this morning. It works fine. ![]() I supposed "Current power" was equal to Production CTA, but it seems that not. I'm not sure why. |
Beta Was this translation helpful? Give feedback.
-
I'll close this discussion if for any reason it must be reopened, let me know. 🧹 |
Beta Was this translation helpful? Give feedback.
Since I don't have an ECU-C myself, you'll have to help me find a possible solution. Is there a web page somewhere with current values of the CT rings? The graph you show is compiled based on a data buffer, which URL belongs to it? Are you able to analyze the traffic in the Chrome browser via Ctrl+shift+i and then the network tab? Ideally, I'm looking for something like an APS command to retrieve the values every 5 minutes.