SirUli / FroniusSmartmeter

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

My system is single phase but flow screen shows 3 phases #9

Open domoticadcm opened 1 year ago

domoticadcm commented 1 year ago

Since I installed this service, the flow screen shows 3 phases, even on the AC Loads icon, but my system is single phase. My Fronius Smart Meter is 63A-1, it shows 3 phases unnecessarily, two of them always at 0 W. Is it possible to show it as single phase? thanks Captura Capture

SirUli commented 1 year ago

That actually is a limitation of the original scripts that i took over. The script wasn't built for that originally and was then badly amended. Let me look into it if i can get rid of the other Phases entirely.

domoticadcm commented 1 year ago

That actually is a limitation of the original scripts that i took over. The script wasn't built for that originally and was then badly amended. Let me look into it if i can get rid of the other Phases entirely.

Thanks in advance.

randy84 commented 1 year ago

Hi,

I had this same problem and changed the script. Updating L2 and L3 trick it into being 3 phase.

image

SirUli commented 1 year ago

Hi @randy84 that got me on the right track - i have implemented this in a test-branch (https://github.com/SirUli/FroniusSmartmeter/tree/feature-next) and will first try the three-phase part on my usual installation. If that works i would ask you and @domoticadcm to test the changes on the single-phase install. Thanks!

randy84 commented 1 year ago

@SirUli - just tested. Went back to 3 phase display on the main screen.

I've uploaded my inelegant version here. You'll see that I separate the meters at the path level before the updates.

fronius-smartmeter.zip

domoticadcm commented 8 months ago

Hi everyone! Lot of time without reading here. Is there any update? Thanks