custom-components / zaptec

zaptec charger custom component for home assistant
MIT License
66 stars 20 forks source link

Manually add automation to HA #107

Open hreuver0183 opened 4 months ago

hreuver0183 commented 4 months ago

I tried to add the automation using HACS but it seems not present. Is there a guide to install the add-on/automation manually from github?

sveinse commented 2 months ago

This integration is available in HACS as "Zaptec EV Charger".

sveinse commented 1 month ago

I'd be grateful if someone would make a writeup of how to install the Zaptec integration without using HACS. 👍

Fysme commented 1 week ago

I just installed the integration manually(I use Home Assistant in Docker so that is the only option for me). It was pretty straight forward.

  1. Clone or download the repository to the server where you have Home Assistant installed.

  2. Copy the downloaded folder zaptec under custom_components to the custom_components folder where Home Assistant is installed. If you have now custom_components folder then you have to create it.

  3. Add the lines from the downloaded configuration.yaml to your Home Assistant installations configuration.yaml.

  4. Restart Home Assistant

  5. Finished!

Might be that this doesn't do everything that HACS do but seems to work for me.

sveinse commented 1 day ago

@Fysme I used the description you provided and updated the documentation. I changed it a bit:

Thank you for providing the info!