Search found 16 matches

by vaibhav
Thursday 24 November 2016 14:14
Forum: Android
Topic: Camera image doesn't update on the Android app
Replies: 24
Views: 10309

Re: Camera image doesn't update on the Android app

For me it works with dromotica
by vaibhav
Wednesday 16 November 2016 17:20
Forum: Android
Topic: Camera image doesn't update on the Android app
Replies: 24
Views: 10309

Re: Camera image doesn't update on the Android app

Hi guys, I'm new in this forum and I'm trying to configure the Domoticz Android APP (full version) to see the camera in live view (as Dromotica APP that works very well...) but I can only see the image due to the start up of Raspberry and then nothing more... Could somebody suggets me how to force ...
by vaibhav
Sunday 23 October 2016 22:54
Forum: Android
Topic: Camera image doesn't update on the Android app
Replies: 24
Views: 10309

Re: Camera image doesn't update on the Android app

I tried the Dromotica app. In the app snapshot and video both work but I have EC and pH sensor in the network which are not supported by the dromotica app.
Dromotica app: https://play.google.com/store/apps/deta ... tica&hl=en
by vaibhav
Sunday 23 October 2016 9:16
Forum: Android
Topic: Camera image doesn't update on the Android app
Replies: 24
Views: 10309

Re: Camera image doesn't update on the Android app

DaTTcz wrote:
vaibhav wrote: Today I used Mozilla browser and snapshot in the browser now works.. Android app still not working
I can confirm. Mozilla browser works.
But the app still doesn't work
by vaibhav
Sunday 23 October 2016 8:55
Forum: Android
Topic: Camera image doesn't update on the Android app
Replies: 24
Views: 10309

Re: Camera image doesn't update on the Android app

That's true with me too.. Only video in the administration works.. Snapshot in the browser, snapshot in the Android app doesn't work Today I tried to disable the cache in the browser chrome and the snapshot is already up. But Android still does not work. Today I used Mozilla browser and snapshot in ...
by vaibhav
Sunday 23 October 2016 1:09
Forum: Android
Topic: Camera image doesn't update on the Android app
Replies: 24
Views: 10309

Re: Camera image doesn't update on the Android app

Yeah play button on the right side in Android application must by activated... me too does not work. Me does not work snapshot button in administration. Only stream video button in administration for my work. That's true with me too.. Only video in the administration works.. Snapshot in the browser ...
by vaibhav
Saturday 22 October 2016 22:44
Forum: Android
Topic: Camera image doesn't update on the Android app
Replies: 24
Views: 10309

Re: Camera image doesn't update on the Android app

Hi, I have a camera Axis 221. The Android app is not change the image, still image is displayed from the time of adding the camera. And snapshot also does not work. Still saves one the same picture. Snapshot works for you? By snapshot you mean the play button on the top right of the screen, right ...
by vaibhav
Thursday 20 October 2016 5:12
Forum: Android
Topic: Camera image doesn't update on the Android app
Replies: 24
Views: 10309

Camera image doesn't update on the Android app

I am using Logitech C920 webcam. It works fine on the browser but the image doesn't update on the Android app..


Any solution?

I will really appreciate the help.

Thank You
by vaibhav
Thursday 20 October 2016 4:52
Forum: Other questions and discussions
Topic: Logitech C920 not working with uvccapture on domoticz
Replies: 2
Views: 1184

Re: Logitech C920 not working with uvccapture on domoticz

It works. Never use chrome browser.. Works with Microsoft edge, Mozilla, Internet Explorer..
by vaibhav
Thursday 20 October 2016 4:33
Forum: Other questions and discussions
Topic: Logitech C920 not working with uvccapture on domoticz
Replies: 2
Views: 1184

Re: Logitech C920 not working with uvccapture on domoticz

Now even strange thing is happening. Now I don't even have the camera connected to the raspberry pi but the camera still gives me an image which it took the very first time.

Help anyone?
by vaibhav
Wednesday 19 October 2016 8:00
Forum: Other questions and discussions
Topic: Logitech C920 not working with uvccapture on domoticz
Replies: 2
Views: 1184

Logitech C920 not working with uvccapture on domoticz

Hello all, I am trying to connect Logitech C920 webcam to Domoticz 3.4834 on raspberry pi. I can take picture from the raspberry pi command line using the uvccature command but not through Domoticz. The webcam connects to the Domoticz just fine and it takes the picture for the first time and after ...
by vaibhav
Wednesday 19 October 2016 6:46
Forum: MySensors
Topic: Multiple similar sensors to one MySensors node
Replies: 36
Views: 21931

Re: Multiple similar sensors to one MySensors node

In MySensorsBase.cpp void MySensorsBase::SendSensor2Domoticz(_tMySensorNode *pNode, _tMySensorChild *pChild, const _eSetType vType) Errors in the code for multi devices. If you make a single device (Replace on this code) case V_TEMP: { float Temp = 0; _tMySensorChild *pChildTemp ...
by vaibhav
Tuesday 27 September 2016 8:42
Forum: Other questions and discussions
Topic: How to change the refresh rate of domoticz?
Replies: 4
Views: 3159

Re: How to change the refresh rate of domoticz?

:D
I know. Requirements state that the readings should be monitored quicker but 10sec is too much for the professors.

I'll look around for the custom front-page. There scripts your stew talking about, do we have to write them ourselves? Is there any tutorial or guide on how to do it?
by vaibhav
Tuesday 27 September 2016 8:33
Forum: Other questions and discussions
Topic: How to use domoticz android app
Replies: 0
Views: 351

How to use domoticz android app

Hello everyone, I have built temperature, humidity and some other using Arduino and MySensors. I have connected them to domoticz using serial interface. Recently I downloaded the app. But I can't figure out what settings I should do in the app in order for it to show my dashboard on it. What should ...
by vaibhav
Tuesday 27 September 2016 8:13
Forum: Other questions and discussions
Topic: How to change the refresh rate of domoticz?
Replies: 4
Views: 3159

Re: How to change the refresh rate of domoticz?

You should probably look into a custom frontpage. I have seen some around here that I think updates more often than the standard domo interface. On the other hand, what is it that your monitoring that is so critical you need updates so often? I am working on a plant project that needs monitoring of ...
by vaibhav
Tuesday 27 September 2016 0:53
Forum: Other questions and discussions
Topic: How to change the refresh rate of domoticz?
Replies: 4
Views: 3159

How to change the refresh rate of domoticz?

Hello everyone, I have connected temperature sensor DS18B20 to domoticz using MySensors library. Temperature sensor is sending the temperature values once every 2 seconds but the value is being updated on domoticz once about 10 seconds. How can I make it update the values faster? Thank You, Vaibhav