Releases: dingo35/ha-SmartEVSEv3
Releases · dingo35/ha-SmartEVSEv3
v1.1.4
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
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
- Remove deprecated API elements Charging_L1-3
- Added serialnr, loadbl, MaxCircuit, MaxSumMains
v1.1.1
- Update deprecated constants in const.py thx to hmmbob
- Added correct classes for wifi_rssi thx to Pieter-Ha
v1.1.0
- fixed handling of http requests thx to hmmbob
v1.0.9
- 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
Add selector for setting Contactor2 mode.
v1.0.7
Add MainsMeter entity so now we can block Smart and Solar mode when no MainsMeter is configured.
v1.0.6
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
Fix typo so now ev_import_active_energy and ev_export_active_energy are working.