Results 7 comments of aflaccomio

Shelly plus Uni is not currently among supported devices list. I have one but it seems to be faulty (I cannot even switch it on). I’ll buy a new one...

Full support for Shelly plus Uni implemented from version 1.2.0 beta

You will find something very similar in "Device Configuration", where you also have the option to effectively update the firmware. Select all Wi-Fi devices (you can do this using the...

I think that the changes introduced with version 1.3.0 meet the needs outlined

To be honest, I have no idea what might happen; it's intriguing, after all. Note that devices connected to a Shelly range extender are discovered by WiFi.ListAPClients so the scan...

Please provide logs; run the application from the terminal with the following command line: java -D"org.slf4j.simpleLogger.log.it.usna=debug" -jar \shellyscan-x.x.x.jar (the jar file name shellyscan-x.x.x.jar changes version by version), produce the error...

After v 1.2.4 I switched to `java.nio.file.FileSystem` instead of the older `java.util.zip.ZipOutputStream` for zip files management. This generated a bunch of problems; I'switched bach to `java.util.zip.ZipOutputStream` from v. 1.3.0 alpha2