Skip to content

gewuerzgurke84/ha-heidelbergwallbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to my little documentation repository that describes how to integrate Homeassistant with Heidelberg Energy Wallbox.

Introduction

I bought a Heidelberg Energy Wallbox to charge my electric car. The Wallbox can be controlled using RS485/Modbus interface. With this integration I want to control the Wallbox to optimize the charge/energy level since I have solar modules installed on my roof. (german: "PV Überschussladen") Furthermore I tried to assemble everything with as few components as required.

Environment

Hardware Setup

Software Setup

  • Ensure you can access the DSD Tech Adapter via /dev/ttyUSB0 (Linux) or /dev/ttyU0 (Freebsd)
  • Add the modbus integration as specified in integration_wallbox.yaml
  • Add the modbus automation to ensure the wallbox does not show an error (a "heartbeat" command must be sent via modbus)

Items

  • add modbus/wallbox configuration, e.g. in your configuration.yaml: modbus: !include integration_wallbox.yaml

Automation

  • add automation_wallbox.yaml to your automation rules
  • by writing to a specific register you can now adjust the target output power of your wallbox

Example service call

service: modbus.write_register
data:
  slave: 1
  address: 261
  value: 60
  hub: wallbox

References

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published