Closed schmidtmic closed 8 years ago
believe this is the same as #2900.
I don't think it is the same issue. In my case the hole interface freeze no matter which browser I use. In issue #2900 the dimmer items are visible. Only the increase/decrease function is not working.
If you open your browser's developer console and try to load the ClassicUI page with multiple dimmers, can you find any JavaScript errors like "cannot set property 'innerhtml' of undefined" or similar? There seem to be a number of user reports of related problems with Sliders and Dimmers, and yours seems to be in the same "family" of issues that are slated (in #2900) to be fixed in 1.8.1.
It seems there is a Problem with the innerhtml and it seems to belong the that "family" as you expected. (see screenshot)
Thanks for checking, @schmidtmic. Hopefully these issues will be sorted in 1.8.1 soon. :smile:
I thing the problem is a Slider without a value-containing label. Can you check that? See https://community.openhab.org/t/classic-ui-1-8-rc/5991/8
@sja You where right. After adding [%s] to the lable field both dimmers showing up!!
Dimmer EG_Kitchen_clining_light "Light1 [%s]" (EG_Kitchen) { knx="15/3/20+15/3/20, 15/3/21, 15/3/22" }
THX
Michael Schmidt
fixed with #3796
Hello Right now you can have only one Dimmer item in a group. If you have multiple dimmers in a room you are stucked. Example: Dimmer EG_Kitchen_clining_light "Light1" (EG_Kitchen) { knx="15/3/20+15/3/20, 15/3/21, 15/3/22" } Dimmer EG_Kitchen_table_light "Light2" (EG_Kitchen) { knx="15/3/20+15/3/20, 15/3/21, 15/3/22" }
Each definition works fine if you use them separately. If you use them together the openHAB fail.
THX
Michael