-
Notifications
You must be signed in to change notification settings - Fork 14
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 request: add normal & low energy tariff #127
Comments
Thanks for the message. I'm not sure I really understand what you mean, but
I think you're asking for multiple imports with different tariffs. This is
already supported, but not in the confog.yaml setup I'm afraid. If you set
up the battery using the confog_flow (the graphical interface) as described
in the readme then you can add as many import and export metres as you like.
…On Fri, 24 May 2024, 14:58 Vergulde Barman, ***@***.***> wrote:
Hi,
Really nice project! I have a suggestion; perhaps you can add normal & low
energy in the setup, for (1) consumed/imported, (2) produced/exported and
(3) tariff. So something like this:
battery_sim:
sessy_sim:
name: Sessy Sim
import_sensor_tariff_1: sensor.energy_consumed_tariff_1
import_sensor_tariff_2: sensor.energy_consumed_tariff_2
export_sensor_tariff_1: sensor.energy_produced_tariff_1
export_sensor_tariff_2: sensor.energy_produced_tariff_2
size_kwh: 5.0
max_discharge_rate_kw: 1.7
max_charge_rate_kw: 2.2
efficiency: 0.9
energy_tariff_1: 0.31
energy_tariff_2: 0.25
—
Reply to this email directly, view it on GitHub
<#127>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFAIZGOPFPGBG3BCG4CLGITZD42N7AVCNFSM6AAAAABIHRDTCOVHI2DSMVQWIX3LMV43ASLTON2WKOZSGMYTKMZVGEYTGMI>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
You can edit existing batteries yes by going to settings > devices and
finding the battery and clicking configure. Then you can add and remove
meters as required.
…On Wed, 10 Jul 2024 at 09:37, BravoNLD ***@***.***> wrote:
I have been playing around with this, but it seems to have broken my (long
lasting) battery simulation. When adding a meter with a different energy
tariff, the old one stays in place. Resulting in a good value for the money
based on the tariffs, but the input/output has doubled. It seems that both
the non tariff meter and the new tariff meters add to the (dis)charge
simulation results of the battery.
Can an old meter be removed from an existing simulation? I cannot find any
configuration files to alter, or am I looking in the wrong location?
Screenshot.2024-07-10.103557.png (view on web)
<https://github.com/hif2k1/battery_sim/assets/155718843/f4133802-5ead-455d-b540-e0d17123ffdb>
double charging of the Tesla Powerwall, compared to the Sessy. The Sessy
is correct.
—
Reply to this email directly, view it on GitHub
<#127 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFAIZGJXFFW7KIE6FKWPAMDZLTXGBAVCNFSM6AAAAABIHRDTCOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMJZHEYDIMZWG4>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Ah, I see. When configuring the battery you can select 'Edit Meters/Sensors' which has also an option to delete a meter. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
Really nice project! I have a suggestion; perhaps you can add normal & low energy in the setup, for (1) consumed/imported, (2) produced/exported and (3) tariff. So something like this:
The text was updated successfully, but these errors were encountered: