blakadder/nspanel

Curtain Widget (uuid = 11) doesn't show up

Closed this issue · 1 comments

Hello. I use Tasmota 12.0.2.3 flashed from tasmota32-nspanel.bin from Tasmota Web Installer

My nspanel.be file looks like this in var widget definition:

var widget = {
1: ["Rollos", "group", 11],
2: [],
3: ["Index 3", "group", 3],
4: ["Index 4", "group", 4],
5: ["Index 5", "group", 33],
6: ["Index 6", "device", 52],
7: ["Index 7", "device", 69],
8: ["Index 8", "scene"],
}

The problem is that "Rollos" widget does not show up on touchscreen after start. Only Rollos string is visible. Is it supported overall?

Ok, the type of widget should be "device" to make it work.