ioBroker / ioBroker.zwave

Legacy Z-Wave integration using OpenZWave
Other
24 stars 7 forks source link

Duplicate entries #53

Closed cburghardt closed 5 years ago

cburghardt commented 5 years ago

I just upgraded to version 1.4.2. As that version changes the regex to also exclude white space I now have lots of duplicate states. Bildschirmfoto 2019-07-03 um 11 01 51

Do I have to delete the old ones with whitespace?

AlCalzone commented 5 years ago

Yes, the ones with spaces are not supposed to be there. They used to be replaced with _, but a JS-Controller update broke that. You can delete all states with spaces (or the entire object tree and let the adapter recreate it on restart).

cburghardt commented 5 years ago

Clarified