Skip to content

Releases: Pythm/ad-ElectricalManagement

v0.1.8. Switch between charging you Tesla with a Easee and an unconnected charger

10 Nov 22:54
e3268fe
Compare
Choose a tag to compare

Changelog:

  • Added "calculateNoPower" to Tesla that defaults to True. Set this to False in your Tesla configuration, if you configure both a connected charger (Easee) and an unconnected charger where the commands goes directly to Tesla vehicle to control charging. WARNING: Experimental. Will be documented in the readme when tested more. By default you will get a notification if the power is lost, but with option set to False, It will remove the car from charge queue leaving only the connected charger in queue.
    Does not work if charging is continued after restart or when connected.

  • Revisited the logic when finding times to save when time with expensive hours exceeds 'max_continuous_hours'

  • Fixed changing target not updating

  • Updated the undocumented appliances. Will document when more stable

  • Improvements and bugfixes

Namespace bugfixes

01 Sep 18:32
b34f129
Compare
Choose a tag to compare

Changelog:

  • Namespace bugfix.
  • Added "false_alarm" as a mode change for when the fire alarm was triggered, when reverting to normal, to turn heating back on

Bugfixes

11 Aug 12:42
e621bab
Compare
Choose a tag to compare

Fixed a bug when creating a new json and setting max ampere a car can receive.
Minor other fixes

Improvements to climate control

10 Aug 23:33
1d8f62a
Compare
Choose a tag to compare

Changelog:

  • Set a master namespace for all entities with 'main_namespace' if you have defined a custom HASS namespace. Can still be defined pr entity in config if you have multiple namespaces

  • Updated climate control. Now has the possibility to set target temperature defined with 'target_indoor_input' from an input_number in Home Assistant with 'offset' +- from 0 in temperature settings
    The offset also applies to the new 'save_temp' and 'away_temp'. Alternative you can define saving temperature with a 'save_temp_offset'.

  • The possibility to disable automation of temperature is removed. Use the input_number to set target instead, and ajust in Home Assistant

  • Added a window temperature sensor as 'window_temp' with 'window_offset' as an offset from target temperature. This is default to -3

  • Updated minimum charge to be set by car/charger capability. 5A for Tesla cars, 6A for Easee chargers. Be aware that charging with Easee on 3phase IT net (230v) needs a minumum of 11A.

  • Notify on overcosumption with 'notify_overconsumption' added to 'options'

  • Pause charging to prevent going over 'max_kwh_goal' with option 'pause_charging'

  • informEveryChange removed from options for now.

  • Default max_kwh_goal is now 15. This should be more suited to a usage where there is no tariff for using more pr hour.

  • Bugfixes and code cleanup

Improvements to charge time calculations

20 Jun 20:07
7f7e737
Compare
Choose a tag to compare

Changelog:

  • Updated logging info if no outside temperature is provided with fallback to met.no
  • Added "getting_cold" to only get notifications on windows open below temp given
  • Rewrite of charge scheduler and some updates to notifications
  • Bugfixes

Bugfix

19 May 21:27
3f79115
Compare
Choose a tag to compare

Bugfix on "infotext" that displays scheduled charge time for vehicles in a Home Assistant text helper.

First documented release

14 May 17:46
b1be40c
Compare
Choose a tag to compare

Start controlling your electricity!