Domoticz app 2.0 Topic is solved

Moderator: leecollings

pvm
Posts: 550
Joined: Tuesday 17 June 2014 22:14
Target OS: NAS (Synology & others)
Domoticz version: 4.10538
Location: NL
Contact:

Re: Domoticz app 2.0

Post by pvm »

Will the app become available for Android 4.1.1? (Got an old tablet laying around). Play store mentions 4.1 and higher. But it is not available in my play store. And when looking in play store with browser it says my device is not compatible.
Synology NAS, slave PI3, ZWave (Fibaro), Xiaomi zigbee devices, BTLE plant sensor, DzVents, Dashticz on tablet, Logitech Media Server
User avatar
RoadXY
Posts: 278
Joined: Monday 07 April 2014 12:50
Target OS: Raspberry Pi / ODroid
Domoticz version: 2.2331
Location: Near Gorinchem
Contact:

Re: Domoticz app 2.0

Post by RoadXY »

pvm wrote:Will the app become available for Android 4.1.1? (Got an old tablet laying around). Play store mentions 4.1 and higher. But it is not available in my play store. And when looking in play store with browser it says my device is not compatible.
The minimum API level 16 which is Android version 4.1, 4.1.1 according to the official documentation.
That should not be the problem.
I have a 7" Samsung tablet with Android 4.1 and is Domoticz installing just fine.
Last edited by RoadXY on Wednesday 30 December 2015 0:58, edited 1 time in total.
User avatar
jvdz
Posts: 2189
Joined: Tuesday 30 December 2014 19:25
Target OS: Raspberry Pi / ODroid
Domoticz version: 4.107
Location: Netherlands
Contact:

Re: Domoticz app 2.0

Post by jvdz »

RoadXY wrote:The minimum API level 16 which is Android version 4.1, 4.1.1 according to the official documentation.
I have the same where the playstore tells me it is not compatible for an HP Slate 7 2800. It has 4.1.1 stock rom loaded. maybe it is due to the screen : (1024 x 600) Resolution with 24-bit color depth?

Jos
New Garbage collection scripts: https://github.com/jvanderzande/GarbageCalendar
User avatar
RoadXY
Posts: 278
Joined: Monday 07 April 2014 12:50
Target OS: Raspberry Pi / ODroid
Domoticz version: 2.2331
Location: Near Gorinchem
Contact:

Re: Domoticz app 2.0

Post by RoadXY »

No, we have no restrictions on that.
I'll have to dive into it.
User avatar
RickDB
Posts: 4
Joined: Wednesday 30 December 2015 10:28
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Domoticz app 2.0

Post by RickDB »

App works great and bought the premium version because of the widgets and to support you guys of course ;)
Only thing really missing for me is EvoHome support for control mode and thermostat zones, would be great if this could be added :)
User avatar
galadril
Posts: 824
Joined: Monday 07 September 2015 10:32
Target OS: Raspberry Pi / ODroid
Domoticz version: latest
Contact:

Re: Domoticz app 2.0

Post by galadril »

RickDB wrote:Only thing really missing for me is EvoHome support for control mode and thermostat zones, would be great if this could be added :)
Thanks!
We'll add EvoHome support to the list of feature requests
Solar panels of Ginlong, Omnik-Solar, Transenergy or Solarman?? Try my Android app:
https://play.google.com/store/apps/deta ... ongmonitor
User avatar
galadril
Posts: 824
Joined: Monday 07 September 2015 10:32
Target OS: Raspberry Pi / ODroid
Domoticz version: latest
Contact:

Re: Domoticz app 2.0

Post by galadril »

Next version contains the next fixes:

Code: Select all

#152 Welcome wizard - Domoticz server version not shown
#149 Widget add Category in Configuraton Activity
#148 Dimmer - values not correct
#146 Dimmer slider too small 
Rework Color Dialog
Solar panels of Ginlong, Omnik-Solar, Transenergy or Solarman?? Try my Android app:
https://play.google.com/store/apps/deta ... ongmonitor
jadijkstra2000
Posts: 58
Joined: Monday 26 May 2014 10:18
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Domoticz app 2.0

Post by jadijkstra2000 »

RoadXY wrote:
jadijkstra2000 wrote:If I had more time and had more experience with programming, I would make a iPhone version :)
You should just start. I started like that!

A little issue with time ;)

I also wanted to make a app for my apple watch...have X-Code installed for months on my mac, but until now, not really used yet :(

I have a nice intention for 2016.. more time to develop :P
jayjay
Posts: 5
Joined: Tuesday 29 December 2015 10:52
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Domoticz app 2.0

Post by jayjay »

swedenhans wrote:Hi,

First -> Thanks for a great app, bought premium 1st second... :)

1 problem: I don´t manage to get the cameras to work in the app. Not local connection or remote connection. How is it meant to work? Saw another question about maybe external and internal ip link?! Debug says ok. Cameratype D-link 935, Could it be the request "user:password@IP:port/cgi/jpg/image.cgi" that somehow struggling?
Cameras works great internal/external through web.

See Debug below:
Connection OK
- Result: [CameraInfo{idx=1, Name='Vardagsrum NV', Address='192.168.1.101', ImageURL='cgi/jpg/image.cgi, Port='80, Username='X, Password='X, FullURL='http://X:[email protected]:80/cgi/jpg/image.cgi, Enabled=true'}, CameraInfo{idx=2, Name='Vardagsrum OV', Address='192.168.1.100', ImageURL='cgi/jpg/image.cgi, Port='80, Username='X, Password='X, FullURL='http://X:[email protected]:80/cgi/jpg/image.cgi, Enabled=true'}]
//Hans
Hi,

I'm working with RoadXY on the camera problem when you are not in your internal lan. But in internal lan the camera snapshot must work if you have set in domotocz server setting your lan network in "Local Networks (no username/password)".

Maybe you use also not the good ImageURLfor this camera, you have ImageURL='cgi/jpg/image.cgi but in domoticz wiki the good ImageURL for the Dlink 9** is ImageURL='image/jpeg.cgi' (look : http://www.domoticz.com/wiki/Hardware).

For the moment there is also a bug with camera snapshot, when the first snapshot it's taked the application does not refresh the cache of the first snapshot so you can't have the next snapshot. If you want to refresh it you must in android application settings clear the data of the app domoticz /!\ Don't forget to save your settings in the domotcz app befor if you don't want to add them each times /!\
Jango
Posts: 68
Joined: Sunday 12 July 2015 16:51
Target OS: Raspberry Pi / ODroid
Domoticz version: beta
Contact:

Re: Domoticz app 2.0

Post by Jango »

I have no camera image at all, only a white screen with a little box.
Is this a known error or do i have to see it in domoticz premium?
My camera is a axis m1011w

Verstuurd vanaf mijn E6853 met Tapatalk
Image
User avatar
galadril
Posts: 824
Joined: Monday 07 September 2015 10:32
Target OS: Raspberry Pi / ODroid
Domoticz version: latest
Contact:

Re: Domoticz app 2.0

Post by galadril »

Jango wrote:I have no camera image at all, only a white screen with a little box.
Think that this issue is related to the post of jayjay, We're working on the camera matter.
jayjay wrote:I'm working with RoadXY on the camera problem when you are not in your internal lan. But in internal lan the camera snapshot must work if you have set in domotocz server setting your lan network in "Local Networks (no username/password)".
Solar panels of Ginlong, Omnik-Solar, Transenergy or Solarman?? Try my Android app:
https://play.google.com/store/apps/deta ... ongmonitor
ehallq
Posts: 45
Joined: Tuesday 29 December 2015 12:34
Target OS: Linux
Domoticz version:
Contact:

Re: Domoticz app 2.0

Post by ehallq »

SweetPants wrote:@pepeEl, please slow down, give the guys that develop the app some time. Or better, install Android Studio pull the source from github and help them solve the bugs.

@devs, great app, keep up the good work
I dont understand why someone should slow down. I am a developer, I would love if someone came with ideas or found stuff that is not supposed to work like it does etc. How would the app become better if costumer isnt allowed to tell the developer what they want? Of course the developer cant do everything, but it is the developers work to sort the whishes :)

@pepeEl keep on reporting your findings, but be sure to report them like you did this last time and showing the problem or explaining it in a good way. :)
Jango
Posts: 68
Joined: Sunday 12 July 2015 16:51
Target OS: Raspberry Pi / ODroid
Domoticz version: beta
Contact:

Re: Domoticz app 2.0

Post by Jango »

Do not for get to support them, buy the premium!!!
With each update it is getting better and better.
pepeEL

Re: Domoticz app 2.0

Post by pepeEL »

Now slider for dimmer looks ok and value on slider and show bottom also looks OK :) Good job :)
But maybe better is move it under text and under slider on/off ?
User avatar
jvdz
Posts: 2189
Joined: Tuesday 30 December 2014 19:25
Target OS: Raspberry Pi / ODroid
Domoticz version: 4.107
Location: Netherlands
Contact:

Re: Domoticz app 2.0

Post by jvdz »

RoadXY wrote:No, we have no restrictions on that.
I'll have to dive into it.
I can confirm the App is working on my HP Slate7.
Just shared the downloaded App from my Galaxy S4 via dropbox and was able to manually load it.

Jos
New Garbage collection scripts: https://github.com/jvanderzande/GarbageCalendar
ehallq
Posts: 45
Joined: Tuesday 29 December 2015 12:34
Target OS: Linux
Domoticz version:
Contact:

Re: Domoticz app 2.0

Post by ehallq »

The new description of the widgets (switch, temp etc) is wrong. Switch is temp and temp is switch in my case. Still get wrong widget when choosing one of my ac switches (i get a random scene). So the list in the widgetmeny is generated wrong :(

Slider on dimmers are now long as they should. However the text (which made the slider long) now make the box higher which looks a bit buggy.

Also, switching on or of on a dimmers gives a random percent value .

A tip from my implementation on my own domoticz tasker app (hardcoded, therefore i didnt share it) i allways have the silder visible and sliding far to the left turns the lights off, far to right is of course 100%. No need for a switch actually. Remove the switch for dimmers and always make the slider visible would be great. Otherwise you could keep the switch but make the switch be 0% or 100%, and nothing else :) The slider should be visible all the time, removing it like you do when the light is off is not necessary, it just gives us an extra step when wanting to dim the light.

Lets say I want to carefully light my lights when my girlfriend is sleeping, i now have to switch it on (to a random, probably high value, which is disturbing), then dim it to low. Instead of dimming it directly to my value
User avatar
jvdz
Posts: 2189
Joined: Tuesday 30 December 2014 19:25
Target OS: Raspberry Pi / ODroid
Domoticz version: 4.107
Location: Netherlands
Contact:

Re: Domoticz app 2.0

Post by jvdz »

ehallq wrote:Slider on dimmers are now long as they should. However the text (which made the slider long) now make the box higher which looks a bit buggy.
The slider works now fine indeed! Showing the full content of the DATA field is still looking a little silly and would like to propose to do the same as what the Domoticz webpage does showing one of theses 3 statuses:
DeviceName
On , Off , XX%
Last seen: hh:mm:ss
in stead of :

DeviceName
data: Set
Level: xx%
Level: xx%
Last seen: hh:mm:ss
ehallq wrote: No need for a switch actually. Remove the switch for dimmers and always make the slider visible would be great.
Not really. The idea for a dimmer is that, when you switch Off and then On, it resumes at the same level it was at before being switched off. :)
Jos
New Garbage collection scripts: https://github.com/jvanderzande/GarbageCalendar
locogek
Posts: 28
Joined: Thursday 15 October 2015 19:25
Target OS: Raspberry Pi / ODroid
Domoticz version: Beta
Contact:

Re: Domoticz app 2.0

Post by locogek »

Have just updated to the new version, this is the second time I updated the app and every time the widgets stop working. See screenshot.
I have both lite and premium installed at an one plus two with Android 5.1
Will add screenshot later, works not very wel with tapatalk app...
Image
User avatar
RoadXY
Posts: 278
Joined: Monday 07 April 2014 12:50
Target OS: Raspberry Pi / ODroid
Domoticz version: 2.2331
Location: Near Gorinchem
Contact:

Re: Another bug

Post by RoadXY »

ehallq wrote:Hope you don't mind me posting all this bugs I find. I really like your work, I only want to make it even better :)

When dimming my fibaro dimmer 2, I get a response of the dimming value set to +1 over the actual value (if i dim to 100%, the message says 101., 53 gets 54 etc.) If I then turn it off with the button, and then on again with the button I would want it to set to the last value or full, as for now the app shows a random percentage each time turning on and off (using the button, not the slider).

EDIT: when reopening the app after turning the fibaro dimmer 2 on with the button, the percentage shown is 255.

The button i am talking about is the button below the dimmer, not the actual physical button
Can we have access to your server please.
Via PM if we can have access.
tozzke
Posts: 135
Joined: Friday 02 January 2015 9:22
Target OS: Raspberry Pi / ODroid
Domoticz version: Stable
Location: Netherlands
Contact:

Re: Domoticz app 2.0

Post by tozzke »

Bought the app almost immediately but I have some issues regarding the widgets.

When I try to add a switch with IDX 14 to my homescreen, it shows a scene with IDX 14 instead. When I push the button, it switches the switch instead of the scene, but the button doesn't update the on/off status, so I can only switch that light on or when the button only shows 'off', off. This happens with all my widgets when I try to add a switch. Adding a scene-widget seems to work fine.

Am I the only one with this issue or is it a known bug?
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest