flatsiedatsie / domoticz-aurora-theme

A modern theme for Domoticz, the open source home automation platform.
GNU General Public License v3.0
35 stars 23 forks source link

All rooms within a combined tile listed even though just one room selected #41

Closed mrohner closed 5 years ago

mrohner commented 5 years ago

In Dashboard all rooms within a combined tile listed even though just one room selected. See pic for living room. Tiles show all other rooms as well i.e. for Movement and Temperature clipboard03

flatsiedatsie commented 5 years ago

Unfortunately, the javascript code that merges devices doesn't check what room you have selected. There's not much I can do about this at the moment, as I don't remember seeing any data about rooms that I can easily hack into. Although.. the code could check if a device is visible before it merges them. And then you could re-call the entire merging code every time you select a new room. But that's quite a bit of hassle.