Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/en3rgy/14405_alphaess_modbustcp
https://github.com/en3rgy/14405_alphaess_modbustcp
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/en3rgy/14405_alphaess_modbustcp
- Owner: En3rGy
- License: mit
- Created: 2024-09-14T15:49:27.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-11-09T22:43:50.000Z (about 2 months ago)
- Last Synced: 2024-11-09T23:26:54.789Z (about 2 months ago)
- Language: Python
- Size: 56.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AlphaESS ModbusTCP (14405)
## Beschreibung
Der Baustein liest von einem AlphaESS Wechselrichter / Batteriespeicher via ModbusTCP einige bestimmte Register aus.
## Eingänge
| Nr. | Name | Initialisierung | Beschreibung |
|-----|---------------------|-----------------|---------------------------------------------------|
| 1 | Alpha ESS GW IP | | IP des AlphaESS-Geräts |
| 2 | Alpha ESS GW Port | 502 | Modbus TCP POrt des AlphaESS-Geräts |
| 3 | Interval [s] | 10 | Abfrageintervall, keine Abfrage bei 0 |
| 4 | On/Off | 1 | 1 = Baustein an, 0 = Baustein aus |
| 5 | Battery Mode | 0 | 0 = Auto, 1 = Charge, 2 = Discharge, 3 = Stand-by |
| 14 | Time Period Control | 0 | 0 = Disable Time period control
1 = Enable Charge Time period control
2 = Enable discharge Time period control
3 = Enable Time period control |## Ausgänge
| Nr. | Name | Initialisierung | Beschreibung |
|-----|--------------|-----------------|-------------------------------------------------------------------------------------------------------|
| # | Battery Mode | 0 | 0 = Auto, 1 = Charge, 2 = Discharge, 3 = Stand-by |
| # | Grid Lost | 0 | Sendet eine 1, wenn mind. (!) 1 Phase des Netzes ausgefallen ist (Summe V über alle Phasen < 220 * 3) |
| # | Heartbeat | 0 | Sendet eine 1, wenn alle (!) Register erfolgreich empfangen wurden. |## Sonstiges
- Neuberechnug beim Start: Nein
- Baustein ist remanent: nein
- Interne Bezeichnung: 14405
- Kategorie: Datenaustausch### Change Log
Siehe [github Changelog](https://github.com/En3rGy/14405_AlphaESS_ModbusTCP/releases) zum jew. Release.
### Open Issues / Know Bugs
Bekannte Fehler werden auf [github](https://github.com/En3rGy/14107_NibeWP) verfolgt.
### Support
Please use [github issue feature](https://github.com/En3rGy/14405_AlphaESS_ModbusTCP/issues) to report bugs or rise feature requests.
Questions can be addressed as new threads at the [knx-user-forum.de](https://knx-user-forum.de) also. There might be discussions and solutions already.### Code
Der Code des Bausteins befindet sich in der hslz Datei oder auf [github](https://github.com/En3rGy/14405_AlphaESS_ModbusTCP).
### Devleopment Environment
- [Python 2.7.18](https://www.python.org/download/releases/2.7/)
- Install python markdown module (for generating the documentation) `python -m pip install markdown`
- Python editor [PyCharm](https://www.jetbrains.com/pycharm/)
- [Gira Homeserver Interface Information](http://www.hs-help.net/hshelp/gira/other_documentation/Schnittstelleninformationen.zip)## Anforderungen
-
## Software Design Description
-
## Validierung & Verifikation
- Teilweise Abdeckung durch Unit Tests
## Licence
Copyright 2024 T. Paul
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.