-
Notifications
You must be signed in to change notification settings - Fork 85
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
Fix Support for CG EM24 Ethernet Version #317
Comments
Es gibt bereits EM24 ( |
Es sieht so aus als ob CGEX3X0 auch für EM24 Ethernet funktioniert, gerade getestet :-)
die meisten Register scheinen identisch zu sein
https://gavazzi.se/app/uploads/2020/11/em24_is_cp.pdf (https://gavazzi.se/app/uploads/2020/11/em24_is_cp.pdf" id="isPasted" rel="noopener noreferrer" target="_blank)
https://gavazzi.se/app/uploads/2020/11/em330_em340_et330_et340_cp.pdf (https://gavazzi.se/app/uploads/2020/11/em330_em340_et330_et340_cp.pdf" id="isPasted" rel="noopener noreferrer" target="_blank)
also keine Code Änderung, nur Doku Update mbmd_run.md
…-----ursprüngliche Nachricht-----
Von: ***@***.*** ***@***.***" target="_blank)
Gesendet: 09.05.2023 17:16 Uhr
An: ***@***.*** ***@***.***" target="_blank)
Kopie: ***@***.*** ***@***.***" target="_blank), ***@***.*** ***@***.***" target="_blank)
Betreff: Re: [volkszaehler/mbmd] Fix Support for CG EM24 Ethernet Version (Issue #317)
Es gibt bereits EM24 (cgem24) und EM/ET 330/340 (cgex3x0). Ist das jetzt nochmal eine weitere Differenzierung?—
Reply to this email directly, view it on GitHub (#317 (comment)" target="_blank), or unsubscribe (https://github.com/notifications/unsubscribe-auth/AWWMTZU2H4OIYPMAIV46A4TXFJNVFANCNFSM6AAAAAAX3HCJOY" target="_blank).
You are receiving this because you authored the thread.<img src="https://github.com/notifications/beacon/AWWMTZVBPJZ5375GEGOQEYDXFJNVFA5CNFSM6AAAAAAX3HCJO2WGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTS32ACG2.gif" alt="" class="fr-fic fr-dii" width="1" height="1">Message ID: ***@***.***>
-----ursprüngliche Nachricht Ende-----
|
Scheinbar ist EM340 auch nur teilweise compatible, ich hab hier die offizielle Doku zur EM24 Ethernet variante gefunden: |
Mit CGEX3X0 als Typ eingestellt funktioniert der EM24 Ethernet bei mir ohne Probleme, hast du das mal probiert? |
Ja habe ich, die Basis Werte sind da, aber es fehlen diverse Werte die man sonst via Modbus TCP bekommen kann. Der Tagesverbrauch z.b. kann aktuell nicht ordentlich bestimmt werden. Ich benutze Homeassistent mit nativen Modbus TCP Support parallel und hier fehlen die Werte einfach (siehe communication protocol aus der verlinkten Doku). |
O.k. dann musst du wohl selbst Hand anlegen, und den vorgeschlagenen Patch passend um weitere Register erweitern |
Den haben wir auch nirgendwo abgefragt. Maximal verfügbar sein könnten die Werte aus dieser Liste: https://github.com/volkszaehler/mbmd/blob/master/meters/measurements.go#L25 |
The EM24 Ethernet Version has a different register mapping than the EM24 RS485 Version
I made a local patch for me to get it to work, but a clean solution would be the definition of a new Counter Type
e.g. CGEM24ETH
cg.txtUse type CGEX3X0 for EM24 Ethernet Version, no patch required.
Update of documentation would be sufficient
The text was updated successfully, but these errors were encountered: