Although some users reported that sendNotification still works, i cannot get notifications from a rule. But i can get notifications that i send from the textbox on myopenhab.org.
What i tried is
- sendNotification(“my@email.address”, “Test”) like on the intro page
- sendBroadcastNotification(“Test”) also does not work
- the cloud service source code says something about “String userId” as input so i tried various IDs i found on the webpage (device ids, ids that are within the url of devices and the user etc.) but no success
Either i get no log message, or sometimes:
2016-12-20 20:42:26.886 [WARN ] [io.openhabcloud.internal.CloudClient] - Jetty request 344160 failed: null
but i dont know if its related to the send attempt.
I have registered two user, is that maybe a problem?
Can somebody help me? Thanks
Edit: Opened an own topic here