adamoutler / HassOSArgonOneAddon

A Home Assistant Addon for Argon One Fan Control.
246 stars 32 forks source link

HA container version #62

Open choomz opened 1 year ago

choomz commented 1 year ago

Hi Adam,

Thanks for this great addon. I recently switched from HAOS to the container version. I was wondering if you'd worked on a docker-compose version of your script, given that the add on store doesn't exist on the container version of HA.

The idea was to have a container that didn't rely on the HA environment and that would post (api or something else) the fan status and speed to be able to power a sensor, a bit like the addon does?

If not, would you have any ideas for adapting your add-on to an HA container-compatible version?

Thanks a lot!

adamoutler commented 1 year ago

If you'd like to contribute the image, I can maintain it. You can start with this container, and change it so it's not using the hassio-addons base image. Use alpine or something else. https://github.com/adamoutler/HassOSArgonOneAddon/blob/main/argonOneLinear/Dockerfile

choomz commented 1 year ago

Thank you for answer, i'll try an implementation based on my needs.