-
Notifications
You must be signed in to change notification settings - Fork 37
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
Cant get status #10
Comments
Me too, seems that the response json is bigger now. Change this line from 220 to 500 works for me.
|
thank you for pointing me to this. The beta endpoint was extended. It now contains the out-of-office info. That's why the allocated memory wasn't enough. {
"@odata.context": "https://graph.microsoft.com/beta/$metadata#users('c4ccd1af-5e15-5955-86dd-59fd771c81b7')/presence/$entity",
"id": "c4ccd1af-5e15-5955-86dd-59fd771c81b7",
"availability": "Away",
"activity": "Away",
"outOfOfficeSettings": {
"message": null,
"isOutOfOffice": false
}
} I released the new version 0.16.0 that allocates more memory and also uses the v1.0 endpoint that is now available and should be more stable. Greetings |
Thank you for fast solution and adding the new endpoint. I updated my fork recently. Would you be interested to get a push request for adding brightness control to your original? You can check my fork along to the // pduck27 comments. Best regards |
Hi @pduck27, I already started to adopt your code locally, but I'm unsure if I should add it to the main branch as the config schema needs to to changes for the additional field. Greetings |
Hi @toblum , Thank you |
It work for about 3 days and now I get this.
Polling presence failed, retry #0.
Polling presence info ...
[HTTPS] Auth token valid for 3537 s.
[HTTPS] Method: GET, Response code: 200
deserializeJson() failed: NoMemory
--> Availability: , Activity:
The text was updated successfully, but these errors were encountered: