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

Add meter Solarwatt Manager flex #18561

Merged
merged 5 commits into from
Feb 4, 2025

Conversation

PeterFlorian
Copy link
Contributor

Add meter "Solarwatt Manager flex"

This should solve

Remove no-op property `covers`

Co-authored-by: andig <cpuidle@gmail.com>
@andig andig requested a review from premultiply February 2, 2025 17:57
@andig andig added the devices Specific device support label Feb 2, 2025
@runtologist
Copy link
Contributor

@PeterFlorian In case you want to take this further:

You can set the SoCRsvMin to block the battery and for (slow) grid charging by posting to http://XXX.XXX.XXX.XXX/rest/items/YYYYYYYYY_battery_SoCRsvMin. The exact URL depends on the inverter or battery plugin used, the manufacturer, model and serial, e.g. http://xxx.xxx.xxx.xxx/rest/items/sunspecnext_battery_KATEK_Memmingen_GmbH_SolBrid_10_3_4_1234567890abcd_battery_SoCRsvMin. That might be hard to implement using only jq though. The id of the battery can be discovered at /rest/things. Look for battery#SoCRsvMin.

The rated capacity of the battery can also be found at /rest/things. Look for WHRtg. I am not sure if it can be set dynamically in evcc?

@PeterFlorian
Copy link
Contributor Author

Hi @runtologist ,
I'm sorry, but I do not fully understand your comment.
I am new to evcc and it seams this is an advanced feature I do not know right now. So I guess I won't implement it.

Anyway, I had a look at the /rest/items/, but did not find anything like SoCRsvMin or WHRtg. Maybe it's because my battery is a Varta pulse neo and it does not support this feature? I do not know.

@premultiply premultiply merged commit c6ddc9b into evcc-io:master Feb 4, 2025
6 checks passed
@PeterFlorian PeterFlorian deleted the feature/solarwatt-flex branch February 5, 2025 05:25
@runtologist
Copy link
Contributor

Anyway, I had a look at the /rest/items/, but did not find anything like SoCRsvMin or WHRtg. Maybe it's because my battery is a Varta pulse neo and it does not support this feature? I do not know.

Sounds reasonable. I use a Solarwatt Battery Flex DC charged by a Katek Solbrid inverter. I think the battery control actually is part of the inverter. So far, my evcc directly accesses the inverter via sunspec. I just noticed the same functionality can be controlled through the REST API as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
devices Specific device support
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants