Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Allow of external inverter meter instead of DTU measure #341

Open
tuxianerDE opened this issue Jan 8, 2025 · 2 comments
Open
Labels
enhancement New feature or request

Comments

@tuxianerDE
Copy link
Collaborator

Some users leverage a dedicated external meter to measure the output coming from the inverter i.e. a shelly.

I have observed that the DTU can potentially behave a little sluggish especially if more then 1 inverter is pulled. Thus the idea, an optional config parameter for a MQTT value like we have it for the SMT readers (JSON payload or dedicated value). If set, SF control takes this reader value into consideration for the inverter output (rest remains).

I have observed two situations where that might be useful

1). When running on pure sun power, the external meter already reported high output (sun showed up from clouds) whilst the DTU was running behind and thus did not update the possible limit to optimize the solar usage.
2). When running in mixed more and/or battery only, the limit set by SF control was already in effect whilst the DTU has not yet updated the actually accordingly. From observation it appeared that a limit is in part effective within a few seconds after setting it, whilst the reporting of the DTU takes up to 30 secs.

@tuxianerDE tuxianerDE added the enhancement New feature or request label Jan 8, 2025
@dfigus
Copy link
Contributor

dfigus commented Jan 9, 2025

Regarding 2): I also observe that the limit is already taken into account quite fast by the inverter, but as the OpenDTU only reports every 5 seconds via MQTT (lower values cannot be configured), the calculated overall power consumption is sometimes negative... I don't see delays of up to 30 seconds as in our example. Do you use OpenDTU and what's your configured MQTT reporting interval?

@tuxianerDE
Copy link
Collaborator Author

tuxianerDE commented Jan 9, 2025

Hey,
yes I am using openDTU and the internval is set to 5 secs.

Regards

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants