#EV Charger + Zigbee + HA: Best Path Forward?

1 messages · Page 1 of 1 (latest)

rancid token
#

👋 Hey everyone — I’m Chris, founder of HeyCharge, an EV charging company specializing in offline-capable chargers for multi-user environments like underground parking. Our core product offer relies on a proprietary Zigbee- and Bluetooth-based application layer protocol to enable inter-charger communication and local communication resilience without requiring constant internet or cloud access.

We’re considering releasing our charger hardware to consumers (up until now it's only been available B2B) in Europe with tight Home Assistant integration — aimed at advanced energy management use cases:
• Dynamic tariff steering
• PV and battery integration
• SoC-aware charging based on driver habits and calendars
• Optional shared access with custom auth/billing logic

As a HA user (and hacking on my own integrations every now and then), I’d love your input to help us build the most universally-useful and open solution.

🔌 Desired integration capabilities:
• Charging control (pause/start, set max current)
• Real-time telemetry (instantaneous current, power, energy delivered)
• Vehicle SoC reporting, when supported

❓Two key architecture questions:
1. Should we expose our Zigbee mesh via a gateway device (Wi-Fi/Ethernet, REST or Modbus/TCP), offering near-universal compatibility (users don't need to have a working Zigbee coordinator) but at added cost?
2. Or go for native Zigbee integration using standard clusters? If so, what clusters would be the best fit? We imagine something like a smart plug/switch pattern extended with custom attributes/commands for EV-specific controls (e.g. set current, report SoC).

I couldn't figure out if I should post this in #1284966617670881350 or #1284966353798697001 ... It's honestly more of a product management question with technical underpinnings 😂

Appreciate any thoughts or experience you can share! ⚡

reef cypress
# rancid token 👋 Hey everyone — I’m Chris, founder of HeyCharge, an EV charging company specia...

yeah this one is hard to put into a "correct place" however given you are asking technical architecture questions on how best to integrate. the DEV sections support might get you better results than general support. #1257019582112334014

however my initial thoughts are:
you should probably have an option for "regular" users to be able to connect via wifi/ethernet. (if for no other reason than increasing your target market)

I imagine that most people using a zigbee network with home assistant are not going to want to use their EV charger as the main coordinator for various reasons.

giving the devices an option to use a users already existing network (and be routers) would be a nice addition though. i guess it depends on how your stuff is actually implemented

lunar night
#

Check out the Works With Home Assistant program (https://works-with.home-assistant.io/). It may be a little early in the process for a formal partnership since you don't have a finalized product but we'd love to hear from you either way.

For Zigbee, you can definitely implement a parallel standards-compliant interface for your device and expose all of the functionality you mention pretty easily with a few clusters. Send me a DM and I'd be happy to help out!