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

Feature request: add normal & low energy tariff #127

Open
Verguldebarman opened this issue May 24, 2024 · 4 comments
Open

Feature request: add normal & low energy tariff #127

Verguldebarman opened this issue May 24, 2024 · 4 comments

Comments

@Verguldebarman
Copy link

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
@hif2k1
Copy link
Owner

hif2k1 commented Jun 2, 2024 via email

@BravoNLD
Copy link

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
double charging of the Tesla Powerwall, compared to the Sessy. The Sessy is correct.

@hif2k1
Copy link
Owner

hif2k1 commented Jul 21, 2024 via email

@BravoNLD
Copy link

Ah, I see. When configuring the battery you can select 'Edit Meters/Sensors' which has also an option to delete a meter.
Thanks!

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

No branches or pull requests

3 participants