Skip to content

Update general.xml file to use more data from LiXee device - #8228

Merged
manup merged 2 commits into
dresden-elektronik:masterfrom
Cadkey:patch-2
May 17, 2025
Merged

Update general.xml file to use more data from LiXee device#8228
manup merged 2 commits into
dresden-elektronik:masterfrom
Cadkey:patch-2

Conversation

@Cadkey

@Cadkey Cadkey commented May 10, 2025

Copy link
Copy Markdown
Contributor

Update general.xml file to use more data from LiXee device

Update general.xml file to use more data from LiXee device
@Smanar Smanar changed the title Update general.xml Update general.xml file to use more data from LiXee device May 11, 2025
@Smanar

Smanar commented May 11, 2025

Copy link
Copy Markdown
Collaborator

Hello, I have checked for the cluster 0x0702, the attribute 0x0020, and it seem this one is not "standard"
metering

So can be better to use

          <attribute id="0x0001" name="Current Summation Received" type="u48" access="r" required="o"></attribute>
          <attribute id="0x041b" name="Unknown" type="u64" access="rw" required="o" mfcode="0x1037"></attribute>
          <!-- TODO -->
        </attribute-set>
        <attribute-set id="0x0020" description="Lixee specific" mfcode="0x1037">
            <attribute id="0x0020" name="PTEC Période Tarifaire en cours" type="cstring" access="r" required="m"></attribute>
        </attribute-set>
        <attribute-set id="0x0100" description="TOU Information Set">
          <attribute id="0x0100" name="Index HCHC/EJPHN/BBRHCJB, Current Summation Delivered (1)" type="u48" access="r" required="m"></attribute>
          <attribute id="0x0102" name="Index HCHP/EJPHPM/BBRHPJB, Current Summation Delivered(2)" type="u48" access="r" required="m"></attribute>
          <!-- TODO -->

And for information those attributes are used for French and some Belgian people, it's for that, they are in french.

@Cadkey

Cadkey commented May 11, 2025

Copy link
Copy Markdown
Contributor Author

No, don't change my PR request! Tariffperiod was added by the Lixee author so that the value goes back instantly, it must stay! I've been testing my DDF for several months and it works. It's already difficult enough to get updates on deCONZ, please check out the Lixee github! Cluster 0x0702 attrib 0x0020 is mandatory and is returned by tariffPeriod. Please do not delete it.
image
image

@Smanar

Smanar commented May 11, 2025

Copy link
Copy Markdown
Collaborator

No, you haven't understand, it will stay with this change, but it will be visible only for user with a lixee.

        <attribute-set id="0x0020" description="Lixee specific" mfcode="0x1037">
            <attribute id="0x0020" name="PTEC Période Tarifaire en cours" type="cstring" access="r" required="m"></attribute>
        </attribute-set>

You can make a try, it will be just disabled for others users, because this attribute is only used on lixee.

@Cadkey

Cadkey commented May 11, 2025

Copy link
Copy Markdown
Contributor Author

Okay, I didn't understand.
I modified the PR.

@Smanar

Smanar commented May 12, 2025

Copy link
Copy Markdown
Collaborator

Just a comment, all the PR is device specific, so no impact for others devices/users.

@manup

manup commented May 16, 2025

Copy link
Copy Markdown
Member

Hey, so the PR is ready to be merged?

@Cadkey

Cadkey commented May 16, 2025

Copy link
Copy Markdown
Contributor Author

Yes, it is ready.

@manup manup added this to the v2.31.0-beta milestone May 16, 2025
@manup
manup merged commit c223cb9 into dresden-elektronik:master May 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants