Replies: 3 comments 3 replies
-
I'm also interested in this, and would love to contribute this. For reference, this is what is shown on those pages on an ECU-C: @HAEdwin let me know if that's something you'd be willing to accept as a contribution, and if so if you have any pointers on how to get started! |
Beta Was this translation helpful? Give feedback.
-
Hi @HAEdwin |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
Before I discover your integration, I used a rest command to get data from http:///index.php/meter/old_meter_power_graph and specially the "powerA" data to monitor my consumption and to know if I import or export power.
Do you think you can add this value to your integration ?
This is my old code :
- platform: rest name: "Import Export Power" # puissance importé si + ou exporté si - device_class: "power" unique_id: import_export_power state_class: "measurement" unit_of_measurement: "W" resource: http://192.168.1.145/index.php/meter/old_meter_power_graph scan_interval: 60 value_template: > {% if value_json is defined %} {{ value_json.power2[-1].powerA }} {% else %} {{ "None" }} {% endif
%}``Thanks
Beta Was this translation helpful? Give feedback.
All reactions