openhab / openhab-webui

Web UIs of openHAB
Eclipse Public License 2.0
214 stars 235 forks source link

Show logs for rule when pressing "Run now" #2608

Open mueller-ma opened 2 weeks ago

mueller-ma commented 2 weeks ago

The problem

Rule can be run in MainUI via the play button: grafik ...or a single script via this button: grafik

In both cases the only feedback is that the rule goes from "IDLE" to "RUNNING". For more feedback the log has to be opened.

Your suggestion

Show more feedback to the user, including:

rkoshak commented 2 weeks ago

The core side of this is already implemented: https://github.com/openhab/openhab-core/pull/3859.

Given that Frontail is no longer being supported upstream, it would be good to have a native log viewer built into MainUI instead of trying to find a replacement third party tool.