galadril wrote:
Anyone else has this issue?
you have the latest domoticz beta? or stable?
Yes. Notification is only sent to one of my two devices. At first it was sent to both my phone and tablet, but after a few days it is now only sent to my tablet. But my wife gets notifications to here phone (wich is strange beacuse she has not registerd GCM, and we have not the same Google-ID). I only used my phone to register GCM.
I have tried to register again. Tried to turn of notification on the tablet. But still the same.
I am getting an issue with the App (paid latest beta)
I have the main app set to unlock with a finger print.. however I also use the widget function. If I unlock the App and keep it running in the background i can use the widgets without any issues.
However if the app is not running in the background unlocked. then the widgets will not work but does not tell you why...
If you then go into the app and unlock it it seems to send all the widget commands??
nnylund wrote:Sorry if this has been asked before.
Would be great if the app could be used to access Domoticz via the MyDomoticz proxy. Any chance for that in the future?
Thanks!
I had the same question with no answer.
But I am very interested in this too.
Hi,
I also had the same question. I have paid for the premium version of the app, and it's great but would really like to make things more secure with access via mydomoticz.
pj-r wrote:
And for my MySensors HVAC device set point from 4*C to 55*C
Currently I get 10 to 30*C
But when do you set your thermostat to below 10*C or above 30*C?
Its setpoint of my air to water heat pump request temp. Its making hot water for underfloor heating. The request temp is not room temp its the water temp request of the heating system. I have separate room thermostats for room temp adjusting.
Its for optimizing the heat pump load. Less the pump have to make temp difference less it consumes energy. I have script adjusting this temp based on outdoor temp and couple other variables. Sometimes it would be nice to adjust it manually.
In my case this setpoint is between 25(out temp >=16) and 37(out temp -30).
Would there be possibility adjust the min and max value of setpoint device somehow?
For the cameras. The blue bar on top with camera name crops the image. Could the blue bare be remove altogether, and just display the name overlaid on the image?
I'm thinking about buying this app, because of the geofence option. Does it work with multiple locations or just home/not home? Can you add multiple scenes, based on location, for example:
IF time is 15:00 till 17:00 AND temp < 15 AND location ~= work THEN set thermostat = 20 ??
renerene wrote:I'm thinking about buying this app, because of the geofence option. Does it work with multiple locations or just home/not home? Can you add multiple scenes, based on location, for example:
IF time is 15:00 till 17:00 AND temp < 15 AND location ~= work THEN set thermostat = 20 ??
You can have multiple geofences triggering different switches. The logic you want is within Domoticz itself.
Running Domoticz on Ubuntu 16.04 on VMware with RFXCOM - RFXtrx433 and Aeotec Z-Stick Gen5
however, it is NOT reliable. I keep having problems with the geofencing. Sometimes it works for a few days, but at least every week we have some problems. Sometimes the switch stays on when we leave, or it doesn't see we have returned home. When we are home it sometimes switches off for a few minutes (fixed this with a timer).
It happens to both our phones (mine is a Oneplus 2 CM13, my wife's a Nexus 5X)
(Range is set to 500 meters)
I have this app since may this year, and the problem has always been there. Other than that, I really like the app. Don't care about the fancy fingerprint etc.
martk wrote:however, it is NOT reliable. I keep having problems with the geofencing. Sometimes it works for a few days, but at least every week we have some problems. Sometimes the switch stays on when we leave, or it doesn't see we have returned home. When we are home it sometimes switches off for a few minutes (fixed this with a timer).
It happens to both our phones (mine is a Oneplus 2 CM13, my wife's a Nexus 5X)
(Range is set to 500 meters)
I have this app since may this year, and the problem has always been there. Other than that, I really like the app. Don't care about the fancy fingerprint etc.
I just switched from a nexus 5 to a nexus 5x. And of course Android 7. Geofencing isn't working on my new phone either...
martk wrote:however, it is NOT reliable. I keep having problems with the geofencing. Sometimes it works for a few days, but at least every week we have some problems. Sometimes the switch stays on when we leave, or it doesn't see we have returned home. When we are home it sometimes switches off for a few minutes (fixed this with a timer).
It happens to both our phones (mine is a Oneplus 2 CM13, my wife's a Nexus 5X)
(Range is set to 500 meters)
I have this app since may this year, and the problem has always been there. Other than that, I really like the app. Don't care about the fancy fingerprint etc.
I just switched from a nexus 5 to a nexus 5x. And of course Android 7. Geofencing isn't working on my new phone either...
Never had any problems with the nexus 5…
Hope this can be fixed soon..
well, it works on my wife's nexus 5x with android 7(but not 100% reliable, just like on android 6 ). Try to reinstall the app.
martk wrote:
well, it works on my wife's nexus 5x with android 7(but not 100% reliable, just like on android 6 ). Try to reinstall the app.
Thanks, however, this just isn't good enough. It should work always. It's the single most important functionality for me. My whole house switches off if nobody is home.
Hi, i bought Domoticz App some time ago and today i wanted to add a widget on my launcher.
It was not possible due to an error. I did a logcat and i add this exception:
W/System.err(26078): org.json.JSONException: Value nan at DewPoint of type java.lang.String cannot be converted to long
W/System.err(26078): at org.json.JSON.typeMismatch(JSON.java:100)
W/System.err(26078): at org.json.JSONObject.getLong(JSONObject.java:482)
W/System.err(26078): at nl.hnogames.domoticzapi.Containers.DevicesInfo.<init>(DevicesInfo.java:109)
W/System.err(26078): at nl.hnogames.domoticzapi.Parsers.DevicesParser.parseResult(DevicesParser.java:84)
W/System.err(26078): at nl.hnogames.domoticzapi.Utils.RequestUtil$7.onResponse(RequestUtil.java:231)
W/System.err(26078): at nl.hnogames.domoticzapi.Utils.RequestUtil$7.onResponse(RequestUtil.java:221)
W/System.err(26078): at com.android.volley.toolbox.JsonRequest.deliverResponse(JsonRequest.java:65)
W/System.err(26078): at com.android.volley.ExecutorDelivery$ResponseDeliveryRunnable.run(ExecutorDelivery.java:99)
W/System.err(26078): at android.os.Handler.handleCallback(Handler.java:733)
W/System.err(26078): at android.os.Handler.dispatchMessage(Handler.java:95)
W/System.err(26078): at android.os.Looper.loop(Looper.java:146)
W/System.err(26078): at android.app.ActivityThread.main(ActivityThread.java:5679)
W/System.err(26078): at java.lang.reflect.Method.invokeNative(Native Method)
W/System.err(26078): at java.lang.reflect.Method.invoke(Method.java:515)
W/System.err(26078): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1291)
W/System.err(26078): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1107)
W/System.err(26078): at dalvik.system.NativeStart.main(Native Method)
ultratoto14 wrote:Hi, i bought Domoticz App some time ago and today i wanted to add a widget on my launcher.
It was not possible due to an error. I did a logcat and i add this exception?
Can you pm me a viewer account for your system so I can debug this issue?
Hi Galadril,
I thought i was registered a long time ago, but it was not the case.
I'm not allowed to send pm.
I'm french and for us the decimal point is a comma, do not know if it can have an impact or not.
If you have the property that the code try to convert to a number in line 109, i can do the request for you.
(in any case, it will be difficult with my current configuration to allow a viewer user)
Regards,
U.
EDIT: I think i found one problematique sensor, i have a dummy temperature sensor and the dewpoint is "nan" will try to fix that and come back to you
EDIT2: This dummy sensor show the delta temperature between outside and inside. The humidity was negative and generate % over 100% => dewpoint nan. Fixed the script, and all is ok now. Sorry for the inconvenience.