fhem-tablet-ui
fhem-tablet-ui copied to clipboard
UI builder framework for FHEM
add weatherIcon to device_type PROPLANTA
Wenn mehrere Popups zugleich angezeigt werden und diese sich überlagern dann wird mit einem Klick auf das Popup selbiges in den Vorderung geholt.
I personally am missing a feedback when clicking on an image-widget. Toast messages would be welcome.
I try to use the push widget with the countdown progress display. It is working if I set `data-set-on="on-for-timer 60"` but not if I set `data-set-on='["on-for-timer 60","off"]'`. Seems like the...
The usage of fhemweb_url with an absolute URL (I am using a different web server to deliver the static files, not the FHEM web server) is broken since the changes...
I am using the label widget to show my appointments and the locations on my smart mirror with an tabletui page. When there is an appointment with an location and...
Hallo, anscheinend hat highcharts ihre jsonp Provider "sample" URL deaktiviert! Das geht zB nicht mehr http://www.highcharts.com/samples/data/jsonp.php?url=http://www.yr.no/place/Tyskland/Bayern/Muenchen/forecast_hour_by_hour.xml&callback=?. Die Lösung war für mich, dass ich deren JSONP Provider unter https://raw.githubusercontent.com/highcharts/highcharts/master/samples/data/jsonp.php auf meinen...
When a homematic thermostat is set to max (desired-temp="on"), the widget interprets this as "off".
Since commit b466d6f6b5446cf81264da5b6ba98201b2cccb30 the classchanger widget no longer recognizes data-get-on and data-get-off parameters. It just compares against data-get against "on" or "off". Is this intended?
Hallo, ich versuche, mit data-substitution="toDate().hhmm()" in einem Label den Wert eines Readings anzuzeigen. Das Reading liefert 8880, sollte also 02:28 sein. Berechnet wird jedoch 03:28. Bei der Berechnung von 0...