Nicolas Nunge

Results 16 comments of Nicolas Nunge

+1 I face a similar issue with the monitoring function on iOS. I managed to get the event "didStartMonitoring" fired with the correct BeaconRegion, but that's it. The beacon is...

Hello, A new version fixing several issues and including this feature is planned to be released within the next few days 🙂

Hello @panjazzon, @marekhalmo, This should be part of release 2.0.3, can you please test again? Unfortunately, I have no devices that support orientation to test this feature. Thanks!

No problems, I will keep this ticket open until someone can confirm that it is working as expected :) Enjoy your vacation!

I have added both requests to the development version: - A new node that reads the current position and returns the value to the outputed `msg.payload`. - This new node...

Hello, I sent an email (again) to Somfy. This issue is clearly on their end. I'll keep you posted.

Thanks to @hmwelsch's help, we kind of sorted this out with Somfy. For now, they are still investigating the issue, but it seems they found out the root cause (quoting...

Hi, The access token has indeed a rather low TTL (1 hr). However, the refresh token should be valid for 14 days and is actually handled by the module. I...

Yes, in order to fall into the retry policy of the original request: https://github.com/nikkow/node-red-contrib-tahoma/blob/32ee6a5463fc8a9f144a742e9ca84dd14a935d88/src/core/somfy-api.ts#L83-L85

Hi, I refactored the session handling on 2.0.3. You should no longer encounter daily session expiration. However, please note that if the refresh token issued by Somfy expires, it won't...