openhab / openhab1-addons

Add-ons for openHAB 1.x
Eclipse Public License 2.0
3.43k stars 1.69k forks source link

Multiple Dimmer Items #3795

Closed schmidtmic closed 8 years ago

schmidtmic commented 8 years ago

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

watou commented 8 years ago

believe this is the same as #2900.

schmidtmic commented 8 years ago

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.

watou commented 8 years ago

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.

schmidtmic commented 8 years ago

It seems there is a Problem with the innerhtml and it seems to belong the that "family" as you expected. (see screenshot) bildschirmfoto vom 2016-01-14 10-31-37

watou commented 8 years ago

Thanks for checking, @schmidtmic. Hopefully these issues will be sorted in 1.8.1 soon. :smile:

sja commented 8 years ago

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

schmidtmic commented 8 years ago

@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

teichsta commented 8 years ago

fixed with #3796