Skip to content

Releases: dingo35/ha-SmartEVSEv3

v1.1.4

16 Jul 07:00
Compare
Choose a tag to compare

Changes:

  • Handle config entry setup correctly (thx to Matthijs)
  • Force a refresh after updating settings in SmartEVSE
  • Update docs on the version history of the SmartEVSE firmware

v1.1.3

05 May 06:16
Compare
Choose a tag to compare

Fixes issue #29, since HA core 2024.5.0 this message appeared:
Detected that custom integration 'smartevse' calls async_write_ha_state from a thread at custom_components/smartevse/number.py, line 87: self.async_write_ha_state(). Please report it to the author of the 'smartevse' custom integration.

Solved thx to @sonar98 .

v1.1.2

24 Apr 06:49
Compare
Choose a tag to compare
  • Remove deprecated API elements Charging_L1-3
  • Added serialnr, loadbl, MaxCircuit, MaxSumMains

v1.1.1

23 Jan 13:57
Compare
Choose a tag to compare
  • Update deprecated constants in const.py thx to hmmbob
  • Added correct classes for wifi_rssi thx to Pieter-Ha

v1.1.0

08 Jun 07:40
Compare
Choose a tag to compare
  • fixed handling of http requests thx to hmmbob

v1.0.9

27 Apr 11:01
Compare
Choose a tag to compare
  • remove C2 sensor since we have a slider now
  • add sliders for Solar Start Current and Solar Import Current
  • add starttime sensor for delayed charging

v1.0.8

18 Apr 07:57
Compare
Choose a tag to compare

Add selector for setting Contactor2 mode.

v1.0.7

16 Apr 09:17
Compare
Choose a tag to compare

Add MainsMeter entity so now we can block Smart and Solar mode when no MainsMeter is configured.

v1.0.6

13 Apr 09:07
Compare
Choose a tag to compare

Fixed problem for HomeAssistant running in container: zeroconf would not discover the device because of limited mDNS support in HA container, and would display a white empty box. This is fixed now.

v1.0.5

07 Apr 13:30
Compare
Choose a tag to compare

Fix typo so now ev_import_active_energy and ev_export_active_energy are working.