ALLTERCO/shelly-script-examples

Wifi provisioning with mini device

Opened this issue · 1 comments

apn: ["ShellyPlus"],

This code seems not to cover Shelly Mini devices. The SSID is e.g. Shelly1Mini-xxxxxxx.

My solutuion was to add shelly mini here:

apn: [„ShellyPlus“, „ Shelly1Mini“]

Thank you for the suggestion, please try with this updated version of the script: https://github.com/ALLTERCO/shelly-script-examples/blob/fix-wifi-provision-example/wifi-provision.js