Just installed the 2.4 #1409 and found the following error in the log.
Not registering WebPushNotificationModuleHandlerFactory - make sure the automation engine add-on is installed
Where do i find this add-on under which name
Just installed the 2.4 #1409 and found the following error in the log.
Not registering WebPushNotificationModuleHandlerFactory - make sure the automation engine add-on is installed
Where do i find this add-on under which name
Isn’t that the experimental rules engine? Habmin / Configuration / Extensions
I don’t know, but i am not using the experimental egine
Perhaps I focused on the wrong thing, its ‘webpush’ that is complaining, that has something to do with openhab cloud. Cloud connector?’
This is needed when HABot is installed.
karaf console:
service:list | Grep WebPushNotification
component.name = org.openhab.ui.habot.notification.WebPushNotificationAction
But you also need:
component.name = org.openhab.ui.habot.notification.internal.WebPushNotificationModuleHandlerFactory
This you can install via:
feature:install esh-automation-core
Then run again:
service:list | Grep WebPushNotification
component.name = org.openhab.ui.habot.notification.internal.WebPushNotificationModuleHandlerFactory
component.name = org.openhab.ui.habot.notification.WebPushNotificationAction
Then above message: Not registering WebPushNotificationModuleHandlerFactory - make sure the automation engine add-on is installed
…is gone.
Or just uninstall HABot.