
Since the old Shelly Admin was based on CoAP, which was completely reworked since firmware 1.8, but I wanted to update my Shellys comfortably, I knitted a small app, which does that for me.
In the first version it is not very comfortable, but it does what it should.
I could only test it against my existing Shelly1, Shelly2.5 and Shelly1 with DS1820, but it worked.
I provide the app without any warranty.
Feedback is welcome. In the next versions there will be one or the other little helper added.
Short instruction:
a) CoIoT Scan
- if necessary set password / user and click "Set Basic Auth"
- Switch on CoIoT scan
b) Scan subnet
- Select subnet to be scanned
- if necessary set password / user and click "Set Basic Auth"
- "Start scanning"
When entering an IP subnet, the values must be entered with leading zeros.
Example: 1.2.3.4/8 > 001.002.003.004/08
Update 2021-05-06
- Fix for IP input, now the leading zeros should NOT be entered
- Possible Fix for not finding all devices implemented
Update 2021-04-19
- Fix for culture problem at IP input, causes complete input with leading zeros
Update 2021-04-17
- Added logging to track down user problems
Update 2021-04-02
- Fixed CoIoT scanning glitches if virtual networks were active
- Fixed a couple reported bugs
- changed name to Shelly Center
Update 2020-11-24
CoIoT was implemented. With the modified CoAP protocol, the Shellys report in regular intervals with updates on their well-being.
Thus, scanning in the subnet is no longer necessary and the Shellys should be found much faster.
Comments 20