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

Need Import and Export Active Energy #12

Open
Telectroboy opened this issue Mar 11, 2022 · 1 comment
Open

Need Import and Export Active Energy #12

Telectroboy opened this issue Mar 11, 2022 · 1 comment

Comments

@Telectroboy
Copy link
Contributor

Hi,

How can we add import and export energy value into home Assistant?

I would really like to monitor those values with my solar system.

Thanks a lot

@Telectroboy
Copy link
Contributor Author

Whitout answers.
I've done something like that...

Not perfect but works for me.

to add in configuration.yaml
sensor:

  • platform: integration
    source: sensor.import_power #from HEKR
    name: import_energy
    unit_prefix: k
    unit_time: h
    method: left
    round: 2

  • platform: integration
    source: sensor.export_power
    name: export_energy
    method: left
    unit_prefix: k
    unit_time: h
    round: 2

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

1 participant