Replies: 3 comments
-
Pretty cool integration! We aim to provide docker images that can then just be added in config.yaml (see #277). Then the HA addon could be integrated just like https://github.com/evcc-io/hassio-addon . The goal is to have a seemless integration into the HA ecosystem (UI). One example could be https://github.com/marq24/ha-evcc . As a first step your integration shown in https://github.com/Duetting/ha_eos_addon/blob/main/eos/DOCS.md is quite neat and we could definitely start from there as a very first step of HA support (documentation on how to use EOS with direct API calls). Edit: An intermediate step before a true HA-integration would be communication over MQTT, which simplifies a little bit compared to direct API calls. |
Beta Was this translation helpful? Give feedback.
-
I used my own dockerfile, cause it was easier for me to use one of the home assistant base images. |
Beta Was this translation helpful? Give feedback.
-
Does this really have to be an addon or can it be an integration? I have limited experience with integrations, but none with addons |
Beta Was this translation helpful? Give feedback.
-
Hi,
I tested the last few days integrating the EOS into my Home Assistant instance without all the Node-Red stuff.
To make it the usage even easier for me, I also created an add-on repo with this repo as submodule.
The logo i used was just created by Copilot.
I hope i didn't do anything wrong here or made something that's already existing.
I could provide more information about all the intermediate sensors that i used to pass the information to the optimize endpoint, but i fear they are very specific for my setup.
The repo can also be moved somewhere else, I just wanted to get it working before.
Before i forget it, here is the link to the repo: https://github.com/Duetting/ha_eos_addon
The log messages from the s6 service still doesn't seem to work reliably, but the service works for me.
Beta Was this translation helpful? Give feedback.
All reactions