No events from bus in frontail after migration to openhab3

Hi community,

I just migrated to OH3, using a raspberry Pi and have the following problem: In the logfile (OpenHAB logviewer frontail) I don’t see the bus events like when a switch turns from off to on anymore. I can see those events however in the developer sidebar in the event monitor. Is there a way how I can get these events in the frontail file logged again?

Many thanks!

Has nobody the same problem?

Yes, there are suggestions here -

Hi, I just got it fixed by adding openhab.event.ItemStateChangedEvent to the logging via the openhab console:

log:set INFO openhab.event.ItemStateChangedEvent

Since then I get all events shown in the openhab.log and frontail again :slight_smile:

1 Like