Is it possible to run multiple instances of an add-on in a single HA? I'm wanting to use the WiNet Extractor (https://github.com/NickStallman/home-assistant-repo/tree/main/winet-extractor) but I have two inverters, which would require two instances to be run.
#Multiple instances of the same add-on
1 messages · Page 1 of 1 (latest)
not easily, at least i dont think so. you could fork the repo change the name and url in the config slightly then add your forked repo as a custom addon source. that way you could install both the normal and the fork. updating might get a bit awkward but its probably a workable solution...
yeah that's what I was thinking. I might try forking it and adding support for running multiple winet handlers as from looking at the code the only thing stopping that would be that it just doesn't support adding multiple currently