-
Notifications
You must be signed in to change notification settings - Fork 2
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
Comments
@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. |
@linux24365 ich teile die Beobachtung mehr oder weniger.
Da ich keinen Pull-Request gestellt habe, ist das wohl untergegangen. |
@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:
|
ID 1690 mit Version 0.3.1 entsprechend aktualisiert. |
* (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!
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) |
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,
The text was updated successfully, but these errors were encountered: