SirUli / FroniusSmartmeter

Integration of Fronius Smartmeters into the Victron VenusOS environment via dbus
MIT License
9 stars 1 forks source link

No Grid values when Multiplus is turned off #8

Closed pos-ei-don closed 1 year ago

pos-ei-don commented 1 year ago

When my battery is empty, my Multiplus turmes off to reduce standby Power usage. When this is the case, vrm Stopps showing grid measurements with this plugin. Older (other) plugin kept sending values.

SirUli commented 1 year ago

That sounds a bit odd to me - my MP2 isn't even connected at the moment (changing my setup) and i still get Grid measurements into VRM and the Venus OS Console. The script is depending on the connected Fronius Inverter and Smartmeter - is this one turned off as well? The Fronius Inverter needs to continue to respond - otherwise the script doesn't work.

pos-ei-don commented 1 year ago

Screenshot_20230115-095555

Screenshot_20230115-095503

Here are two Screenshots. The only difference is a multiplus in State "off". I can reproduce it.

SirUli commented 1 year ago

Still odd i have to say. Can you check the log /var/log/FroniusSmartmeter/current for further details or failures?

SirUli commented 1 year ago

@pos-ei-don do you have further details on this one? Is this also the case when you use the version of Ralf Zimmermann?

pos-ei-don commented 1 year ago

Yes, I currently have this with the other driver aswell. So maybe this is an vrm issue or victron has a new value which is needed. My current workaround is to keep the multiplus on, even if the battery is empty. Not the best solution but it works.

SirUli commented 1 year ago

I would offer to do more debugging. How are you switching off the Multiplus? Did you configure the AES Mode?

pos-ei-don commented 1 year ago

I just switched it off using this Option (See Screenshot) I'm not using AES Mode. I cannot switch it off currently to debug it further as I am currently completly detached from grid. Maybe I can try again in a weeck ot two.

Screenshot_20230305-215524

SirUli commented 1 year ago

I just tried that and for me the values continued to be available. Will be interesting what your test will show (especially in the logs).

pos-ei-don commented 1 year ago

Thank you for trying. I just tested and can reproduce it. Unfortunately, I have no idea how to access Logs. I did have a look for log Files, but it seems they are hiding.

SirUli commented 1 year ago

I pushed a change to the README yesterday to help with debugging: See here. Do you see anything in there?

Thanks in advance!

pos-ei-don commented 1 year ago

unfortunately this log is almost empty, doesn't seem to help a lot. is there a parameter to increase verbosity?

@400000006405e9cf2f3428ec FroniusSmartmeter/setup: adding FroniusSmartmeter/setup to reinstallScriptsList @400000006405e9cf33f0322c FroniusSmartmeter/setup: completed @400000006405ea1527b2ae7c CCGX booted (0)

The values in the gx Console are still updated, when the Multiplus (3 phase system) is off. I did not have this problem when using a 1phase system. I think that this is either a VRM-Problem or there is a (new?) dbus-Parameter missing

SirUli commented 1 year ago

Hi @pos-ei-don i finally understand the problem and I'm very sorry for my wrong first investigation. You are right, as soon as the MP2 is turned off using the switch in the remote console the VRM doesn't show any values. I'm still digging through the system if I can find anything but so far I wasn't successful.

SirUli commented 1 year ago

I believe this is a VRM issue which i cannot solve. Unfortunately i will have to close this here - i don't see anything possible.