Service call for the kostal plenticore inverter #9
CjmHo
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Thanks a lot for providing this integration. I installed it two days ago and it works fine.
It's so convenient to be able to use the go-e charger's on-board capabilities for excess charging. I almost feared I would have to implement the script for adjust the current and switching the phases myself :-)
I use the go-e charger in combination with a kostal plenticore inverter. Here's my the adjusted YAML for the service call:
service: goecharger_api2.set_pv_data
data:
pgrid: "{{states('sensor.scb_grid_power')}}"
ppv: "{{states('sensor.scb_solar_power')}}"
pakku: 0
I do not have a battery connected to my inverter so it does not provide the sensor to supply the third parameter.
Beta Was this translation helpful? Give feedback.
All reactions