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

feat: add Active Energy Consumed/Produced sensors #88

Merged
merged 1 commit into from
Feb 23, 2024

Conversation

luuuis
Copy link
Owner

@luuuis luuuis commented Feb 23, 2024

Recognise the eacprodX and eacconsX values that some device/firmware combinations are using (see #80).

<?xml version="1.0" encoding="UTF-8"?>

<values>
    <variable>
        <id>eac1</id>
        <value>0</value>
    </variable>
    <variable>
        <id>eacprod1</id>
        <value>36514</value>
    </variable>
    <variable>
        <id>eaccons1</id>
        <value>28442</value>
    </variable>
</values>

@luuuis luuuis merged commit d6edf42 into main Feb 23, 2024
7 checks passed
@luuuis luuuis deleted the add-consumed-produced-sensors branch February 23, 2024 16:40
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

Successfully merging this pull request may close these issues.

1 participant