Julian

Results 2 comments of Julian

It seems to work "as it is", i'm not sure though if it still is active maintained. For me this help's a lot to manage my shelly devices so far....

I use ShellyAdmin with Docker. Since the Shelly Devices are discovered by upd broadcast, the container needs to run on the host network. (docker run --network host ...) You could...