2020.13.0
sfeilmeier
released this
18 Jun 20:30
·
1543 commits
to develop
since this release
Edge
-
Implement SMA Sunny Tripower PV Inverter (#1154)
- Tested on SMA SUNNY TRIPOWER 15000TL / 20000TL / 25000TL
- https://www.sma.de/produkte/solar-wechselrichter/sunny-tripower-15000tl-20000tl-25000tl.html
-
Implement OCPP-Server & more for electric vehicle charging (#1142) Thanks @sebastianasen - this is huge!
- Uses ChargeTimeEU OCPP server implementation: https://github.com/ChargeTimeEU/Java-OCA-OCPP
- Start implementation of electric vehicle charging stations by
- ABL
- IES Keywatt
- Numerous improvements on electric vehicle charging algorithms
-
Update Channel methods (#1165).
-
Update methods to access Channels as discussed in #1046 and started in #1099. This avoids calls to
setNextValue()
andsetNextWriteValue()
and should make the framework much more understandable and lower the learning curve. -
Each Read-Channel of a Nature Interface gets following methods: (example for a Channel
NAME
of type Integer)IntegerReadChannel getNameChannel()
Integer getName()
_setName(Integer value)
_setName(int value)
-
Write-Channels also get a method
setName(Integer value)
that internally calls thesetNextWriteValue()
method
-
-
Fix for Soltaro Cluster Version B 395e563
-
Fix for Socomec Diris A14 0a63657
-
Update for Carlo Gavazzi documentation f67c2c4