jjqoie / ioBroker.nctalk

Use nextcloud Talk service to communicate with ioBroker, sending push notification and commands to control your smarthome
MIT License
4 stars 1 forks source link

No Message in Datapoint #37

Open Paradoxa opened 1 week ago

Paradoxa commented 1 week ago

Describe the bug
The nctalk adapter for IoBroker initially connects to Nextcloud, and incoming messages appear successfully. However, the connection is not consistent, and I can no longer send messages. Although the IoBroker log shows received messages from the Android Talk app and indicates that a message has been sent, the functionality is intermittent.

To Reproduce
Steps to reproduce the behavior:

  1. Install the latest versions of Nextcloud and IoBroker.
  2. Set up the nctalk adapter and connect it to Nextcloud.
  3. Send and receive messages through the Android Talk app.
  4. Observe the inconsistent behavior in message delivery.

Expected behavior
Messages should be consistently sent and received between Nextcloud and IoBroker through the nctalk adapter without intermittent issues.

Screenshots & Logfiles
Please refer to attached log files and screenshots showing the IoBroker log entries indicating received and sent messages from the Android Talk app.

Additional context
This issue occurs with the latest available versions of both Nextcloud and IoBroker, making it difficult to determine a consistent reproduction pattern.

Paradoxa commented 1 week ago

Small addendum: If I create a second user specifically for the IOBorker via Nextcloud and store it in the IOBroker, then the IOBroker receives the data in LastReceivedMessage. Unfortunately I cannot write data from the IObroker into the chat via SendMessage. You can write into the chat via the Android phone and the Nextcloud WebUI. Sending an image via ShareFile.URL works.

Maybe I'm doing something wrong.