Skip to content

zapccu/ioBroker.sma-ev-charger

Repository files navigation

Logo

ioBroker.sma-ev-charger

NPM version Downloads Number of Installations Current version in stable repository

NPM

Tests: Test and Release

sma-ev-charger adapter for ioBroker

Adapter for SMA EV Charger wallbox

Important Information

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.

Configuration

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.

Interesting datapoints

  • measurement.MeteringGridMsTotWInChaSta - Current charging power

  • measurement.MeteringGridMsTotWhInChaSta - Total charged

  • parameter.ChrgActChaMod - Set charging mode

  • parameter.ChrgAMinCha - Minimum charging current (smallest value is 6A)

Diskussion, Test und Fragen

https://forum.iobroker.net/topic/65518/test-adapter-sma-ev-charger-v0-1-x

Changelog

0.1.6 (2023-07-13)

  • (zapccu) Auto reconnect after SMA Charger outage
  • (zapccu) Added translations

0.1.5 (2023-06-02)

  • (zapccu) Fixed GIT automations

0.1.4 (2023-05-18)

  • (zapccu) First functional release

Credits

Many thanks to SMA for providing product images of SMA EV Charger.

License

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.