Improvements to climate control
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