Dielee / volvo2mqtt

Home Assistant addon for connecting AAOS Volvos
MIT License
127 stars 25 forks source link

Homeassistant independance #100

Closed schrej-zz closed 9 months ago

schrej-zz commented 10 months ago

Is your feature request related to a problem? Please describe. This great solution would also be interesting for other smarthome solutions like IOBroker and OpenHAB.

Describe the solution you'd like Rewrite the tool so that it can be installed e.g. as a service and feed other solutions via MQTT.

Describe alternatives you've considered None

Additional context Add any other context or screenshots about the feature request here.

Dielee commented 10 months ago

This component is not only designed for HA. You can run it as docker container on every system.

schrej-zz commented 10 months ago

OK, but Docker is a -let's say- additional feature. I just like to run it as a service in a Proxmox Container.

Dielee commented 10 months ago

What do you need to run inside a proxmox container ?

If there is a python installed, just clone the repo, fill the settings.jsonfile, install dependencies with pip3 install -r requirements.txt and start the main.py file with python3 main.py

schrej-zz commented 9 months ago

Sorry for the late reply. I'm on vacation. I think, it's more or less a matter of documentation and editing the conf/json files manually. I don't use dockers, so I don't know exactly what's happening by calling the docker script. But for me, on a first glance it seems sufficient to enter the parameters to the according config files and just start main.py. As mentioned in the other issue, homeassistant dependence should be sufficient in the announcement. The Volvo MQTT topics should be independent from the MQTT listener. I will try after my vacation and might also support with a PR.

Dielee commented 9 months ago

This issue will be continued in #102