-
-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🐛call_name is empty in message sensor #227
Comments
👋 @henkehedin, it is checked whether there is a bug. Please have some patience. |
{
"id":"***",
"msgId":"***",
"readFlag":2,
"sender":{
"id":"***",
"userId":"__w__360_***",
"name":"Lorry",
"phoneNumber":"***"
},
"receiver":{
"id":"***",
"userId":"__g__49_***",
"name":"Enrico", <--- Try
"phoneNumber":"***"
},
"data":{
"tm":1687934793926,
"sender_name":"Lorry",
"text":"",
"Text":"None",
"battery":"None",
"poi":"None",
"city":"None",
"address":"None",
"province":"None",
"locate_type":"None",
"emoticon_id":"UNKNOWN__",
"emoji_id":"UNKNOWN__",
"call_name":"Papa",
"call_time":1687934775,
"call_type":1,
"lat":"None",
"lng":"None",
"radius":"None",
"delete_flag":0
},
"create":1687934794,
"type":"CALL_LOG"
} Maybe the phone book between the clock and the Xplora database is not in sync, try the |
Thanks Ludy87. Hm, receiver.name just gives me my name - and not the person the call was made to. If the phone book between the clock and the Xplora database is not in sync, how does one solve that I wonder? My output (from your Markdown template) which displays nothing at "Angerufen wurde": But at least it's good to know that it's suppose to work :) |
Yes you are right, the receivername is the app user. I tried it now with a woman calling her, and her name is displayed at call_name. So I assume the problem is with Xplora. |
Got it. I'll try to reinstall the integration and see if that solves anything. Thanks! |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
What version of Integration has the issue?
V2.8.2
System Health details
Checklist
Describe the issue
I've been playing around with the messages for awhile now and I have noticed that the watch message sensor doesn't show anything under "call_name" (data.call_name) when displaying the CALL_LOG.
data.call_time is however working.
In the Xplora app, it shows correctly who the call was made to.
See image from Developer Tools:
Reproduction steps
...
Debug logs
The text was updated successfully, but these errors were encountered: