Skip to content

Releases: nordicopen/easee_hass

Energy and voltage

09 Jan 19:09
Compare
Choose a tag to compare

Lifetime energy sensor added.
Consumption sensors removed (they were not working very well and as a replacement we suggest using lifetime energy sensor as input to a utility meter https://www.home-assistant.io/integrations/utility_meter/ to create a similar functionality).
Voltage sensor main value is now inVoltageT2T3 since the values used before is not available in SignalR-stream.

SignalR streaming support

30 Dec 17:01
Compare
Choose a tag to compare
  • Most of the cloud data is now pushed instead of polled using the SignalR streaming protocol (If the SignalR connection fails it will fall back to polling). Exception is consumption sensors which are still polled.
  • Some improvements on how switch states are assumed to be according to user input until cloud data is received.

Improvements and bug fixes

01 Nov 17:19
Compare
Choose a tag to compare

This release contains a number of fixes regarding selecting and deselecting of sensors and switches in Options. One change is that the status sensor cannot be removed unless the whole integration is removed.
The status is now displayed as clear text and it is possible to display it in different languages. Currently Swedish and Norweigian Bokmål are supported.
Descriptions for services are updated to include latest information fram Easee. Note that a few services should only be invoked manually and are not to be used by automations.
A number of internal fixes and optimizations.

Breaking changes

  • The state values i status sensor are changed do conform with states in the documentation from Easee. This is a breaking change for those who are using automations based on this state. The possible values ar listed in README.md in the repo.
  • Some attributes are also changed to align better with Easee documentation. Attributes can be seen in Developer tools.

Details

  • Updated-descriptions-for-services
  • Updated-nb-translation
  • Update sensor.nb.json
  • Use new library
  • Remove_throttling on consumption sensors
  • Fix attribute labels in Equalizer sensors
  • Update README with new status codes
  • Clean removal of entities (#74)
  • Updated no_current status messages
  • Updated status constants and strings
  • Use Raw status and translate to text here
  • replace . with _ in all attributes
  • Add site.ratedCurrent

Minor improvements

21 Oct 18:54
Compare
Choose a tag to compare
  • Make setting of options work after fresh install
  • Equalizer changes (#71)
  • Correct spelling mistake in HACS file (#72)

v0.9.20

18 Oct 19:32
Compare
Choose a tag to compare

Use new lib to reduce logging (#70)
Add config.authorizationRequired (#68)
Improve entity names formatting (#69)
Localize status sensor (#67

Known problems
When deleting sites or entities from the options settings it sometimes happen that entities still remain in the system. A restart of Homeassistant will clear them away. Will be fixed in a later release.

General improvements to options flow and entitites

15 Oct 11:49
Compare
Choose a tag to compare
* Prepare for HACS
* Add issue_tracker to manifest.json
* add norwegian bokmal language
* Remove Device when deselecting Site (#62)
* Use newer library version which hides passwords (#61)
* Remove remnants of yaml config (#60)
* Switch fix (#58)
* Fixed error when config contains sensor names that have been removed
* binary_sensor added to links.sh
* Potential fix for switch issue
* Device classes, entity names and more complete equalizer support (#57)
* Changed entity names of consumption sensors, changed icon of idle current sensor and fixed problem in controller when creating equalzier sensors.
* Cleaner implementation of consumption update scheduler
* Equalzier voltage/current sensors now display the maximum value
* Device class changes, check for no consumption sensors configured, 20 second updates for equalizers.
* Changed device_class of cable_locked_car sensor
* Fix crash on setting options after initial install (#59)
* Follow review comment
* Fixing crash when removing entire integration
* Fix initial update of options
* Catch some cloud server errors in config flow
* Set decimal places for states and attributes (#56)
* Add fault checks and use new library
* Add Unauthorized exception

New controller, improvements and added Equalizer and binary sensors

06 Oct 17:02
Compare
Choose a tag to compare
  • initial working working with moving from init to controller
  • moved to controller but not yet slimmed
  • move time intervals
  • First phase of refactor, ready for review
  • Fetch schedule and config every 10mins
  • Use site state and cleanup
  • Use new library version
  • Fix startup issue with old config keys
  • Rudimentary Equalizer support
  • Perform update of only one consumption sensor eacsh minute
  • Move consumption to seperate loop
  • Conform to HA code style
  • Freeze deps
  • Remove update ha state from first refresh
  • Add binary sensors (#50)

Add class for binary sensors and convert the entities that fits this platform. Based on 'controller_rewrite' branch to fit new controller structure.

Add access level service

01 Oct 20:22
Compare
Choose a tag to compare
v0.9.16

Bump version for release

v0.9.15

24 Sep 09:08
Compare
Choose a tag to compare

Rename sensors to snake_case: BREAKING CHANGE => modified sensors must be re-added from integration options

Split locked cable and permanently locked cable

Updated HACS info.

Bugfix on units

18 Sep 23:23
Compare
Choose a tag to compare
New release 0.9.14

Bugfix for units