Skip to content

v0.6.2

Choose a tag to compare

@mkshb mkshb released this 23 Jun 16:47
7434ed2

Manage the feed-in priority limit right from the Settings tab.

What's new

  • Feed-in priority limit. The Settings tab now shows evcc's feed-in priority limit (smartFeedInPriorityLimit) directly under the smart charging limit. The two belong together: one caps the import price for grid charging, the other sets the export price floor above which evcc prioritizes selling to the grid over charging from PV surplus. You get a slider, an "active" hint when it is currently steering, and a clear button, just like the smart charging limit. (#144)

Good to know

Both entities ship disabled by default in the ha-evcc integration. Enable them under Settings → Devices & Services → ha-evcc → Open device → Disabled entities:

  • number.evcc_<loadpoint>_smart_feed_in_priority_limit
  • binary_sensor.evcc_<loadpoint>_smart_feed_in_priority_active

Once enabled, the row appears automatically, no card configuration needed.

Install and update through HACS as usual. Thanks to @syphernl for the suggestion. 🙏