Adapter for SMA EV Charger wallbox
Meanwhile I moved to Home Assistant. I won't continue development of this adapter. Feel free to fork it. I tried to merge all the pending pull requests, but because of the complex dependencies and the complex build process of an ioBroker adapter it takes me too much time. On other smarthome platforms this is so much easier. On ioBroker it's a horror.
Status information and parameters are fetched periodically from charger. Intervals for status information and parameters can be configured individually. Set interval to 0 to deactivate automatic updates.
-
measurement.MeteringGridMsTotWInChaSta - Current charging power
-
measurement.MeteringGridMsTotWhInChaSta - Total charged
-
parameter.ChrgActChaMod - Set charging mode
-
parameter.ChrgAMinCha - Minimum charging current (smallest value is 6A)
https://forum.iobroker.net/topic/65518/test-adapter-sma-ev-charger-v0-1-x
- (zapccu) Auto reconnect after SMA Charger outage
- (zapccu) Added translations
- (zapccu) Fixed GIT automations
- (zapccu) First functional release
Many thanks to SMA for providing product images of SMA EV Charger.
MIT License
Copyright (c) 2023 zapccu d.braner@gmx.net
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.