Read Siemens SENTRON PAC3220 power monitoring data#4
Merged
Conversation
Register map covers voltages (line-neutral and line-line), currents, active/reactive/apparent power per phase and total, power factor, frequency, and the four-register float64 energy counters. The map is shared with the PAC3120 and is sourced from the official Siemens SENTRON PAC manual.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Voegt een device profile toe voor de Siemens SENTRON PAC3220 power monitor.
De register-map is gedeeld met de PAC3120 en is afgeleid uit de officiële Siemens SENTRON PAC handleiding (zie
sourcesin de YAML). Het profile beslaat:Byte order: ABCD (big-endian, high-word-first). Register type: holding (function code 0x03).
Schema-validatie en manifest-regeneratie zijn beide groen:
End-to-end gevalideerd tegen een pymodbus-simulator die de PAC3220 register-map serveert. De client-zijde (de Stekker Edge daemon) leest de float64 energy-registers via een aparte PR die
type: float64ondersteuning toevoegt aan de adapter: https://github.com/stekker/stekker/pull/7764