foxthefox / ioBroker.ecoflow-mqtt

EcoFlow, power stream, power station, delta, delta2, river, river2, wave2, glacier, delta pro ultra, generator, smart home panel, homeassistant gateway, powerkit, powerhub
MIT License
47 stars 4 forks source link

Installation not possible #97

Closed Git-Skeeve closed 1 month ago

Git-Skeeve commented 5 months ago

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Go to HACS->Userdefined Repo
  2. Repo:= 'https://github.com/foxthefox/ioBroker.ecoflow-mqtt'
  3. Categorie as Integration
  4. See error

Expected behavior
Installation of your adapter

Screenshots & Logfiles
<Integration foxthefox/ioBroker.ecoflow-mqtt> Repository structure for main is not compliant

Versions:

foxthefox commented 5 months ago

It is not an HACS adapter.

The adapter is for ioBroker and has bidirectional data exchange with HA. That exchange is based on the discovery feature of MQTT service. With that feature no configuration or yaml is needed.

Unfortunately it requires to install the iobroker system which is based on nodejs. But that’s not a big deal and does not require a lot of resources.

The adapter as a gateway also reduces the HA load, hence only changed data is transferred to HA. A quick introduction I will add when having a keyboard in front of me.

Edit: Website: https://www.iobroker.net/#en/intro linux cmd(e.g. on raspberry pi) : curl -sLf https://iobroker.net/install.sh | bash - Adapter Repo: https://github.com/foxthefox/ioBroker.ecoflow-mqtt

The adapter is not yet in the offical list of adapters, but via expert mode the adapter can be installed from npm/github.

mcm1957 commented 1 month ago

@foxthefox gueass this could be closed as it is off topic.

foxthefox commented 1 month ago

It is correct, it refers to wrong understanding of usage within HA