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

OpenE3datapoints.py Mismatch in ids 1690 #6

Closed
linux24365 opened this issue Apr 19, 2024 · 5 comments
Closed

OpenE3datapoints.py Mismatch in ids 1690 #6

linux24365 opened this issue Apr 19, 2024 · 5 comments

Comments

@linux24365
Copy link

Hello everybody,

I have a VX3 (with Battery) connected to a Vitocal 250. and I started rpoducing some nice graphics on my power levels. I observed a mismatch in ids 1690: It looks like that the order is not correct. On top of that power string 2 is constantly zero'ed, the measurement has moved to ids 1834.
The setup which reflects the real values is:
1690 : O3EComplexType(17, "ElectricalEnergySystemPhotovoltaicStatus",
[O3EInt16(2, "ActivePower cumulated", scale=1.0, signed=True), O3EInt16(2, "RectivePower cumulated", scale=1.0, signed=True),
O3EInt16(2, "ActivePower String 3", scale=1.0, signed=True), O3EInt16(2, "RectivePower String 3", scale=1.0, signed=True),
O3EInt16(2, "ActivePower String 2", scale=1.0, signed=True), O3EInt16(2, "RectivePower String 2", scale=1.0, signed=True),
O3EInt16(2, "ActivePower String 1", scale=1.0, signed=True), O3EInt16(2, "RectivePower String 1", scale=1.0, signed=True),

BTW, thanks for the work you are doing. I really like the vicare app, but when it comes to trending and recording, there is no better way.

With best reagards,

@MyHomeMyData
Copy link
Owner

@linux24365 Danke für den Hinweis. Die Datenpunktliste basiert auf dem Projekt open3e und da kam die Diskussion zu 1690 auch mal auf, wurde aber nie geändert. Denke aber, es ist so, wie Du es schreibst. Ich schau mir das nochmal an.
Hast Du dazu eine Unterlage oder aus der Beobachtung der Messwerte geschlossen?

@M4n197
Copy link

M4n197 commented Apr 19, 2024

@linux24365 ich teile die Beobachtung mehr oder weniger.
(Siehe open3e/open3e#70 und open3e/open3e#70 (reply in thread))

  • cumulated zuerst
  • String-Reihenfolge: 1, 2, 3 = C, B, A

Da ich keinen Pull-Request gestellt habe, ist das wohl untergegangen.

@MyHomeMyData
Copy link
Owner

MyHomeMyData commented Apr 19, 2024

@linux24365 @M4n197 Ich schaue mir das morgen an. Werde es dann in open3e, E3onCAN und im ioBroker-Adapter e3oncan anpassen. Schema müsste dann ja so aussehen:

O3EInt16(2, "ActivePower cumulated", scale=1.0, signed=True), O3EInt16(2, "RectivePower cumulated", scale=1.0, signed=True),
O3EInt16(2, "ActivePower String C", scale=1.0, signed=True), O3EInt16(2, "RectivePower String C", scale=1.0, signed=True),
O3EInt16(2, "ActivePower String B", scale=1.0, signed=True), O3EInt16(2, "RectivePower String B", scale=1.0, signed=True),
O3EInt16(2, "ActivePower String A", scale=1.0, signed=True), O3EInt16(2, "RectivePower String A", scale=1.0, signed=True),

MyHomeMyData pushed a commit that referenced this issue Apr 20, 2024
@MyHomeMyData
Copy link
Owner

ID 1690 mit Version 0.3.1 entsprechend aktualisiert.

MyHomeMyData pushed a commit to MyHomeMyData/ioBroker.e3oncan that referenced this issue Apr 21, 2024
* (MyHomeMyData) Structure of data point 1690 (ElectricalEnergySystemPhotovoltaicStatus) changed based on issue MyHomeMyData/E3onCAN#6. Manual adaptations may be needed, please check!
* (MyHomeMyData) Update of list of data points for E3 devices to version 20240420
* (MyHomeMyData) Added support for energy meter E3100CB
* (MyHomeMyData) Update of list of data points for E380 to version 20240418
* (MyHomeMyData) Main change for E380 id 600/601 (GridEnergy): Now using correct data format. Many thanks to @M4n197 for unveiling the right data format. Manual adaptations may be needed, please check!
@linux24365
Copy link
Author

@linux24365 Danke für den Hinweis. Die Datenpunktliste basiert auf dem Projekt open3e und da kam die Diskussion zu 1690 auch mal auf, wurde aber nie geändert. Denke aber, es ist so, wie Du es schreibst. Ich schau mir das nochmal an. Hast Du dazu eine Unterlage oder aus der Beobachtung der Messwerte geschlossen?

Hallo, Vielen Dank, Ich habe seit 1 Woche eie VX3 in Betreib und wollte überprüfen was ich mir so zusammmen gesucht habe, Abgeglichen habe mittels den Werten die ich am Display der VX3 zur Verfügung hatte. ( --Old School)

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