Skip to content

Releases: pkuehnel/TeslaSolarCharger

v2.3.2

03 Aug 13:48
94662d2
Compare
Choose a tag to compare

What's Changed

Bugfixes

  • Use default 5 minutes for switch on an switch off on new installations by @pkuehnel in #220
  • Remove house consumption as value is confusing by @pkuehnel in #226
  • Do not crash on connection error by @pkuehnel in #228
  • Use 1 as default grid correction factor by @pkuehnel in #229
  • MQTT Url changes are now possible while software is running by @pkuehnel in #231

Full Changelog: v2.3.1...v2.3.2

v2.3.1

30 Jul 15:17
ec63136
Compare
Choose a tag to compare

What's Changed

Bugfixes

  • Could not reade decimals on inverter power (important if inverter returns powe in kW and not W) by @pkuehnel in #216

Full Changelog: v2.3.0...v2.3.1

v2.3.0

30 Jul 13:47
bb2b8d6
Compare
Choose a tag to compare

What's Changed

Features

  • Allow adding headers to grid and inverter requests (e.g. to use Bearer Token for Homeassitant integration) by @pkuehnel in #206
  • Add float conversion to modbus plugin by @pkuehnel in #209
  • Do not call PV separate for grid and inverter values if url and headers are the same by @pkuehnel in #211

Bugfixes

  • On unknown charge limit wakeup car only if not awake by @pkuehnel in #203
  • Update jobintervalls on changing base configuration by @pkuehnel in #213
  • Do not update cars more often than getting new values from grid endpoint by @pkuehnel in #214

Full Changelog: v2.2.3...v2.3.0

v2.2.3

25 Jul 09:03
35d7d4d
Compare
Choose a tag to compare

What's Changed

Bugfixes

  • Crashed on startup if basic config does not exist by @pkuehnel in #187

Full Changelog: v2.2.2...v2.2.3

v2.2.2

24 Jul 22:20
f69c057
Compare
Choose a tag to compare

What's Changed

New Features

  • As some inverters struggle with getting to many modbus requests you now can add a new environement variable RequestBlockMilliseconds. For more detailed information see Using Modbus plugin by @pkuehnel in #182

Full Changelog: v2.2.1...v2.2.2

v2.2.1

23 Jul 22:59
95178cd
Compare
Choose a tag to compare

What's Changed

New Features

  • Autodetect SolarEdge plugin and fill corrent power to grid url by @pkuehnel in #180
  • Autodetect modbus plugin an use better ui to generate powert to grid url by @pkuehnel in #180

Full Changelog: v2.2.0...v2.2.1

v2.2.0

23 Jul 13:39
c286433
Compare
Choose a tag to compare

What's Changed

Updated README for easier setup by @pkuehnel in #176

New Features

  • Adding support for Modbus TCP devices. Added new sections to README for installation and configuration. It is planned to create templates for different inverters, so feel free to create a discussion in the show and tell section and I will implement templates for future users. @pkuehnel in #165
  • Add Int16 datatype. If your inverter needs different datatypes, feel free to create a new issue by @pkuehnel in #178

Bugfixes

  • Application was not starting up without environment variables by @pkuehnel in #171
  • Could not add Telegram Key and Group ID by @pkuehnel in #179

Full Changelog: v2.1.0...v2.2.0

v2.1.0

20 Jul 15:07
a3df21d
Compare
Choose a tag to compare

What's Changed

Features

  • Adding base configuration page, replacing environement variables. Note: All environment variables are taken into account and converted to the values on the new base configuration page but as these settings are saved for the first time all set environment variables don't matter anymore (plugin configurations still have to be done via environmentvariables for now) by @pkuehnel in #155
  • Use Average of requested and actual current for calculating power as Tesla's API displays more current than actually consumed on low power by @pkuehnel in #159
  • Allow switch off and switch on time spans to be changed without restarting the application by @pkuehnel in #163

Bugfixes

  • Update Intervall is now using the configured value and not default value of 20 seconds by pkuehnel in #153
  • Save minimum current for each car and do not replace it with 1 on every startup by @pkuehnel in #157
  • Consider whitespace characters on xml and json patternconfiguration as not configured. Until now it was not possible to remove a configured json/xml pattern by @pkuehnel in #158
  • Do not use requested current for power calculation if car is not charging by @pkuehnel in #161

Full Changelog: v2.0.2...v2.1.0

v2.0.2

17 Jul 10:07
64af766
Compare
Choose a tag to compare

What's Changed

Bugfixes

Full Changelog: v2.0.1...v2.0.2

v2.0.1

15 Jul 18:23
7e8eb64
Compare
Choose a tag to compare

What's Changed

The software has been renamed to TeslaSolarCharger, current setups should continue to work without changes but feel free to rename everything in your docker-compose.yml

Features

Full Changelog: pkuehnel/smartteslaampsetter@v1.8.0...v2.0.1