English > English corner
Domoticz
Admin:
Probably you setted a task name in the "More options" for the home1 zone without to have the "Tasker App" installed.
Leave te Tasker task fields emoty.
dennisdiving:
Hi Egmont,
It's working, nice work, i also changed back the server respond to standard.
What i wanted to do is make multiple radius.
100 mtr all the lights out, and turn on the alarmsystem if someone forget.
5000 mtr turn the heat down in sleep mode.
(off cours all the mobiles from my family needs to be added - no problem)
( my domoticz is ready for this, all the in/outputs works)
I will try myself, but is it possible to make multiple overlapping radius.
thank you very much.
And keep up the good work.
Dennis
Admin:
Hi Dennis,
--- Zitat von: dennisdiving am 14.05.2015, 11:01:01 ---It's working, nice work, i also changed back the server respond to standard.
--- Ende Zitat ---
Nice!
--- Zitat von: dennisdiving am 14.05.2015, 11:01:01 ---What i wanted to do is make multiple radius.
100 mtr all the lights out, and turn on the alarmsystem if someone forget.
5000 mtr turn the heat down in sleep mode.
--- Ende Zitat ---
It should work. Maybe the 100 mtr. are to low depending on diverse circumstances. You have to find out the best radius for you.
--- Zitat von: dennisdiving am 14.05.2015, 11:01:01 ---I will try myself, but is it possible to make multiple overlapping radius.
--- Ende Zitat ---
I don´t know, why it should not work!
--- Zitat von: dennisdiving am 14.05.2015, 11:01:01 ---
thank you very much.
And keep up the good work.
Dennis
--- Ende Zitat ---
Thank you
PS: Maybe you can make a wiki in the Domoticz forum.
dennisdiving:
I find some strange things, could be a little bug.
I set up 2 zones: 200 mtr and 5000 mtr.
when i leave (to IKEA) :( both zones were not responding.
i reset my phone (i sit down on a sofa inside the IKEA) : and could not setup EgiGeoZone any more, the app did not respond.
Up until i get home and enter the app: leave the app; and both zones were entered.
I did not do any changing inside the app:
tomorrow i will try again if both zones will work: i will let you know.
maybe the server timout needs to be more than 30 sec i will try this too.
--- Code: ---2015-05-14 13:11:24,183 - [ERROR::de.egi.geofence.geozone.MainActivity::de.egi.geofence.geozone.MainActivity] - Geofences nach Reboot registriert
2015-05-14 13:15:03,071 - [ERROR::de.egi.geofence.geozone.MainActivity::de.egi.geofence.geozone.MainActivity] - Geofences nach Reboot registriert
2015-05-14 14:05:41,850 - [ERROR::de.egi.geofence.geozone.MainActivity::de.egi.geofence.geozone.MainActivity] - Geofences nach Reboot registriert
2015-05-14 17:36:59,692 - [ERROR::de.egi.geofence.geozone.geofence.GeofenceReceiver::de.egi.geofence.geozone.geofence.GeofenceReceiver] - Do not call events after reboot or at update
2015-05-14 17:36:59,724 - [ERROR::de.egi.geofence.geozone.geofence.GeofenceReceiver::de.egi.geofence.geozone.geofence.GeofenceReceiver] - Reboot: true
2015-05-14 17:36:59,725 - [ERROR::de.egi.geofence.geozone.geofence.GeofenceReceiver::de.egi.geofence.geozone.geofence.GeofenceReceiver] - Update: false
2015-05-14 18:12:35,805 - [ERROR::de.egi.geofence.geozone.geofence.GeofenceReceiver::de.egi.geofence.geozone.geofence.GeofenceReceiver$1] - zone dennis: Error in get of the server request
java.io.FileNotFoundException: http://some_ip/json.htm?type=command¶m=switchlight&idx=739&switchcmd=On
at com.android.okhttp.internal.http.HttpURLConnectionImpl.getInputStream(HttpURLConnectionImpl.java:197)
at de.egi.geofence.geozone.utils.Api.doGet(Api.java:102)
at de.egi.geofence.geozone.geofence.GeofenceReceiver$1.doInBackground(GeofenceReceiver.java:684)
at android.os.AsyncTask$2.call(AsyncTask.java:288)
at java.util.concurrent.FutureTask.run(FutureTask.java:237)
at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:231)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
at java.lang.Thread.run(Thread.java:818)
2015-05-14 18:14:02,376 - [ERROR::de.egi.geofence.geozone.geofence.GeofenceReceiver::de.egi.geofence.geozone.geofence.GeofenceReceiver$1] - zone dennis: Error in get of the server request
java.io.FileNotFoundException: http://some_ip/json.htm?type=command¶m=switchlight&idx=739&switchcmd=On
at com.android.okhttp.internal.http.HttpURLConnectionImpl.getInputStream(HttpURLConnectionImpl.java:197)
at de.egi.geofence.geozone.utils.Api.doGet(Api.java:102)
at de.egi.geofence.geozone.geofence.GeofenceReceiver$1.doInBackground(GeofenceReceiver.java:684)
at android.os.AsyncTask$2.call(AsyncTask.java:288)
at java.util.concurrent.FutureTask.run(FutureTask.java:237)
at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:231)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
at java.lang.Thread.run(Thread.java:818)
2015-05-14 21:55:49,342 - [ERROR::de.egi.geofence.geozone.geofence.GeofenceReceiver::de.egi.geofence.geozone.geofence.GeofenceReceiver$1] - zone 1: Error in get of the server request
java.io.FileNotFoundException: http://ip_something:port/json.htm?type=command¶m=switchlight&idx=739&switchcmd=On
at com.android.okhttp.internal.http.HttpURLConnectionImpl.getInputStream(HttpURLConnectionImpl.java:197)
at de.egi.geofence.geozone.utils.Api.doGet(Api.java:102)
at de.egi.geofence.geozone.geofence.GeofenceReceiver$1.doInBackground(GeofenceReceiver.java:684)
at android.os.AsyncTask$2.call(AsyncTask.java:288)
at java.util.concurrent.FutureTask.run(FutureTask.java:237)
at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:231)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
at java.lang.Thread.run(Thread.java:818)
2015-05-14 22:05:23,391 - [ERROR::de.egi.geofence.geozone.geofence.GeofenceReceiver::de.egi.geofence.geozone.geofence.GeofenceReceiver$1] - Response code after get: 0
2015-05-14 22:07:54,289 - [ERROR::de.egi.geofence.geozone.geofence.GeofenceReceiver::de.egi.geofence.geozone.geofence.GeofenceReceiver$1] - Response code after get: 0
2015-05-14 22:46:01,359 - [ERROR::de.egi.geofence.geozone.geofence.GeofenceReceiver::de.egi.geofence.geozone.geofence.GeofenceReceiver$1] - Response code after get: 0
2015-05-14 22:46:18,312 - [ERROR::de.egi.geofence.geozone.geofence.GeofenceReceiver::de.egi.geofence.geozone.geofence.GeofenceReceiver$1] - Response code after get: 0
--- Ende Code ---
Admin:
--- Zitat von: dennisdiving am 14.05.2015, 23:05:37 ---i reset my phone (i sit down on a sofa inside the IKEA) : and could not setup EgiGeoZone any more, the app did not respond.
--- Ende Zitat ---
This can be a bug in this prerelease version 1.6.1
When I am at home, I will fix the JSON-Call in the version from the Google Play Store and let you know to download it. Maybe I introduces the bug with the location tracking future. This future is the difference between the app in the store and the 1.6.1 you use. And the modifications are heavy.
I am thinking to not release the live tracking yet.
--- Zitat ---I set up 2 zones: 200 mtr and 5000 mtr.
when i leave (to IKEA) :( both zones were not responding.
--- Ende Zitat ---
Check following things:
- is the server switch in the upper right corner of the server options on?
- is your GPS on the device on?
- do you have a task killer installed, that maybe kills the app?
--- Zitat ---Up until i get home and enter the app: leave the app; and both zones were entered.
--- Ende Zitat ---
Didn´t understand all.
How did you realised, that you entered the zones?
Navigation
[0] Themen-Index
[#] Nächste Seite
[*] Vorherige Sete
Zur normalen Ansicht wechseln