I got my MPPT driver working for a single instance. However when I try to register multiple instances from the same process it fails with an error.
KeyError: "Can't register the object-path handler for '/': there is already a handler"
Is there an easy way to register multiple services ?