-
hi, how can I import the data of Meter in Domoticz? "meters": { |
Beta Was this translation helpful? Give feedback.
Replies: 20 comments 3 replies
-
Hi pfolcato, Can you provide a bit more background? |
Beta Was this translation helpful? Give feedback.
-
hi, the plugin work very well! everything is working, but I need to read another value from inverter.
and use the value "power" as another device. |
Beta Was this translation helpful? Give feedback.
-
OK, now I get your point. The solaredge_modbus library that is used by the plugin has been updated to support inverters, meters and batteries some time ago. However, the plugin is using an approach before those devices were supported. I will put this on the "requested features" list, but I can not guarantee that this functionality will be added... |
Beta Was this translation helpful? Give feedback.
-
I have to thank you Addiejanssen! |
Beta Was this translation helpful? Give feedback.
-
Great work t both of You. |
Beta Was this translation helpful? Give feedback.
-
hello gropi75 I'm glad you used my small part too! the greatest work was done by the owner of this wonderful script! |
Beta Was this translation helpful? Give feedback.
-
One update: in case of a 3phase inverter the power will be retured from the meter for each phase and in total. So there is 1 change in the section 3ph needed: use for power just |
Beta Was this translation helpful? Give feedback.
-
Same plugin for 2 phase inverter, I have added the battery status |
Beta Was this translation helpful? Give feedback.
-
Hello ropi75, hello pfolcato, |
Beta Was this translation helpful? Give feedback.
-
I make this modified version of plugin that calculate inside the values that you need (self consumption, purchased energy, energy sold and the power too... I create separate device for better work with Dashticz) but if you don't have the battery you must remove all the parts of "battery" inside my modified script. |
Beta Was this translation helpful? Give feedback.
-
hi, Be sure of the connecting parameters (port and ip of inverter) port 11502 seems strange... may be 502 or 1502 but you know your inverter... |
Beta Was this translation helpful? Give feedback.
-
Thanks ! So I think that everything is correctly installed because the module works perfectly well with the initial installation (I get all the information from the inverter, except the ones about the consumption ;-) ). The command "pip3 install solaredge_modbus" tells me that everything is ok. It's only when I replace the plugin.py by the new one (present in the plugin_Ok.zip file) that it doesn't work anymore (no more device returned) and that errors are returned. If I put back the old plugin, it works again... I tried to remove all the battery related parts but without success, I get the same result unfortunately... |
Beta Was this translation helpful? Give feedback.
-
ok try with this |
Beta Was this translation helpful? Give feedback.
-
if it's ok try with this |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
try to wait 5 minuts and if nothing work again, put the loglevel to extra and debug true... end paste the result here... |
Beta Was this translation helpful? Give feedback.
-
Nothing append after 5mn. Here are the logs in standard mode : You'll find the debug logs in the attached file... |
Beta Was this translation helpful? Give feedback.
-
try this script from shell: "python3 example.py 192.168.0.209 11502" and show me the result, this script print all the values of inverter, meter and battery, so I can check if all keys are presents |
Beta Was this translation helpful? Give feedback.
-
Thanks to your script I was able to get most of the metrics to work by replacing the P's with L's (e.g. P1 => L1). Thank you! |
Beta Was this translation helpful? Give feedback.
-
Thanks for your feedback. |
Beta Was this translation helpful? Give feedback.
Same plugin for 2 phase inverter, I have added the battery status
plugin.zip