Dashticz / dashticz_v2

Alternative dashboard for Domoticz
107 stars 62 forks source link

Selector displaying wrong informations #369

Closed wospi closed 5 years ago

wospi commented 5 years ago

Hello,

For some weeks now, I have an issue with a selector. It should display "Off, Eco, Confort" but is displaying what you can see in the picture. I don't know what it is. I tried to delete the selector from Dashticz and Domoticz, replacing it with a new one.

What could it be ?

selector

DewGew commented 5 years ago

Have you update Domoticz resently? I suggest to up date to latest dashticz beta there is a fix on this

wospi commented 5 years ago

I am on the last beta update V4.10007 is this really the last one ?

DewGew commented 5 years ago

Latest dashticz beta...

HansieNL commented 5 years ago

If you wanna stay with the master version you can change in main.js var names = device['LevelNames'].split('|'); to var names = atob(device['LevelNames']).split('|');