flatsiedatsie / domoticz-aurora-theme

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

added viz for gasflow,waterflow,weight,humidity,thermostat,leaf,radiation #26

Closed xztraz closed 6 years ago

xztraz commented 6 years ago

image image image image image image image

I think that should be all!

xztraz commented 6 years ago

Some sensors month viz don't work for since they have other parameters for month. v_avg for example. disable month button or also look for [datatype]_avg for those maybe?

xztraz commented 6 years ago

should solve https://github.com/flatsiedatsie/domoticz-aurora-theme/issues/14 if i haven't missed something

flatsiedatsie commented 6 years ago

disable month button would probably be easiest, as it's now possible to target the item specifically with css.

Which sensors should have their month hidden?

it's then possible to add some CSS to hide the button in _dashboard_show_datavisualizations.css

Something like:

.leaf .datavizbtn{ display:none!important }

xztraz commented 6 years ago

i'll make a list.