Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to integrate my Solakon ONE with Predbat. I think I got halfway there, but it's not yet working.
First of all, the Solakon ONE comes with a remote control HA integration, which I have installed (that works I've used it for other things before). Here are the entities it exposes:
It does not support any kind of scheduled charge or discharge cycles. You have to enable remote control mode to force charge or force discharge, and then set
number.solakon_one_remote_control_powerornumber.solakon_one_maximum_discharge_current.I got predbat to detect my current consumption and make a plan. However, I could not get it to set any actual helper values and it also keeps throwing warnings about certain entities either not being available or being unable to change their values. I've created dummy entities for some of them already.
Here's my current config:
Details
This kind of worked, but since I changed the

inverter_type, it seems to be stuck in "Calculating progress" and the status dashboard is no longer green:The currency is also back to pounds.
In
configuration.yaml, I created the following helpers:Details
The most important helpers are the load energy, which accumulates grid import/export, battery discharge, and PV production, and the Tibber price helper that creates an Octopus-compatible price dict. The rest is mostly dummy helpers.
I want to set
input_number.predbat_timed_charge_currentandinput_number.predbat_timed_discharge_currentshould be set according to the created plan, so that I can then later use them in an automation that sets the actual Solakon entities. I also need to make this work together with a zero-export automation I have, so predbat should probably not try to write to the Solakon directly, which would create conflicts.
Any help would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions