-
Notifications
You must be signed in to change notification settings - Fork 144
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
No Notification: enter exit geo-fence #150
Comments
For these notifications to work first of all event must be recorded. For this following conditions should be met:
Then, if you have your event recorded (can check this out in
Per your description looks like the event is not recorded. I think you should check |
Any update on this issue? |
Dear Vitaly, Thanks for the info, I have just verified every condition and setup your recommended to me and finally I could received notifications for Enter/Exit Geo-fence BUT it is just working with only "Admin". (Not working with users) Tried to to the same with another type os users (manager, user, and read-only) without sucess. I also verified that each user have notifications enabled. Here are detailed conditions followed:
Prior configuration reviewed:
|
I have heard about similar issue from another user yesterday (administrator received notifications, but user not). A guy just created another user with same email and it worked. Will try to check this out myself and update this issue. By "Access to the device" I meant that user must have this access. Such access can be achieved depending on user account type:
|
@johnnyrlq did you share your geo-fence with other users in your config, without sharing they will not receive notifications |
First of all thank you for your help. The device, DEVICE_D1, was added by a manager (called MANAGERX), the same manager created and shared the device with a user called "USERX" (user created by MANAGERX). The user USERX created the geo-fence GF1 (the device DEVICE_D1 is linked to GF1), and has activated all notification, and the only notification the USERX recive is about DEVICE OFFLINE. For testes porpuse:
Thanks for your help. |
…s so they will work properly with hibernate proxies, changed collections in 'User' entity from Lists (bag was actually used) to Set
I have found and fixed an issue. Now it should work fine, so if user has access to both device and geo-fence (i.e. when he is logged in he sees both device and geo-fence objects), wants to receive notifications and has email set then he will receive notification. |
@vitalidze I will test the latest version, thank you very much |
@johnnyrlq does it work for you now? Another guy reported that everything works perfectly now. |
@vitalidze it works perfectly. Great job. Thanks you very much. |
I configured the SMTP server and the "Went Offline" notification works perfectly, but the "Enter geo-fence" and "Exit geo-fence" don´t work. The device is linked with the geo-fence.
I see nothing wrong with logs.
Must I to do something else in configuration files?
The text was updated successfully, but these errors were encountered: