You are reading a single comment by @PeerDavid and its replies.
Click here to read the full conversation.
-
This could help too: HomeAssistant exposes an api such that its easy for other apps or widgets to send custom triggers to home assistant:
ha.sendTrigger("MY_CUSTOM_TRIGGER")
. So in your widget you could easily check if its charging and above a certain level and send a trigger to stop charging (I currently use mystrom in HA)
nm