Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Brovning/e3dc
Browse files Browse the repository at this point in the history
  • Loading branch information
Brovning committed Oct 4, 2021
2 parents a5fdaf7 + 97c1375 commit bb01215
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
[![Version](https://img.shields.io/badge/Symcon-PHPModul-red.svg)](https://www.symcon.de/service/dokumentation/entwicklerbereich/sdk-tools/sdk-php/)
[![Version](https://img.shields.io/badge/Symcon%20Version-5.0%20%3C-green.svg)](https://community.symcon.de/t/ip-symcon-5-0-verfuegbar/47528)
[![Version](https://img.shields.io/badge/Symcon%20Version-6.0%20%3E-green.svg)](https://community.symcon.de/t/ip-symcon-6-0-ist-ab-jetzt-verfuegbar/125851)
![Code](https://img.shields.io/badge/Code-PHP-blue.svg)


# E3DC
IP-Symcon (IPS) Modul für E3DC Stromspeicher mit Modbus TCP Unterstützung (bspw. S10 mini, S10 E, S10 E Pro und Quattroporte).

Expand Down Expand Up @@ -523,6 +529,9 @@ Aktiviert die Schuko-Steckdose der Wallbox $WallboxId (von 0 bis 7) der E3DC-Ins

### 8. Versionshistorie

#### v1.4
- Bugfix #9: "Die Instanz hat noch ungespeicherte Änderungen" auch wenn nichts geändert wurde

#### v1.3
- Feature Request #10: Individuelle Benennung von DC Strings, Wallboxen und Leistungsmesser
- Leistungsmesser 7 und SG Ready entsprechend Modbus-Doku v1.8 hinzugefügt
Expand Down
4 changes: 2 additions & 2 deletions e3dc/form.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"label": "In welchem Zeitintervall sollen die Modbus-Werte abgefragt werden (Empfehlung: 10 Sekunden)?"
},
{
"type": "ValidationTextBox",
"type": "NumberSpinner",
"caption": "Abfrage-Intervall (in Sekunden)",
"name": "pollCycle",
"minimum": 1,
Expand Down Expand Up @@ -412,4 +412,4 @@
"caption": "Archiv nicht gefunden"
}
]
}
}

0 comments on commit bb01215

Please sign in to comment.