'Dromotica' app for controlling Domoticz from Android
Moderator: leecollings
-
- Posts: 2
- Joined: Tuesday 07 January 2014 20:30
- Target OS: Linux
- Domoticz version:
- Contact:
Re: Android app
Looks like I found a bug in the android app:
I have a KaKu dimmer. When I use a remote to switch off the dimmer (using an event in Domoticz) the dimmer is displayed off in Domoticz, but still showing on at 100% in Dromotica. Clicking the off-button in Dromotica is will display off for a couple of seconds, and than flips back to on (the lamp itself stays off)....
I have a KaKu dimmer. When I use a remote to switch off the dimmer (using an event in Domoticz) the dimmer is displayed off in Domoticz, but still showing on at 100% in Dromotica. Clicking the off-button in Dromotica is will display off for a couple of seconds, and than flips back to on (the lamp itself stays off)....
-
- Posts: 82
- Joined: Friday 27 December 2013 23:29
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 2.2284
- Location: Nederland, Den Bosch
- Contact:
Re: Android app
A have exactly the same problem over here.
Lights are off, allso in Domoticz but are on in Dromotica.
After switching off in Dromotica, the (Dromotica) dimmer goes on after a few seconds.
(but not in real life or Domotic the light stays off)
Because of this, the app became useless for me. In the beginning this was not the case.
It looks like this only occurs with a dimmer.
Lights are off, allso in Domoticz but are on in Dromotica.
After switching off in Dromotica, the (Dromotica) dimmer goes on after a few seconds.
(but not in real life or Domotic the light stays off)
Because of this, the app became useless for me. In the beginning this was not the case.
It looks like this only occurs with a dimmer.
-
- Posts: 82
- Joined: Friday 27 December 2013 23:29
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 2.2284
- Location: Nederland, Den Bosch
- Contact:
Re: Android app
@Sebastian, are you stil working on Dromotica?
-
- Posts: 117
- Joined: Tuesday 17 September 2013 7:46
- Target OS: Linux
- Domoticz version:
- Location: Deventer, The Netherlands
- Contact:
Re: Android app
Yes, I'm still working on it.Ron wrote:@Sebastian, are you stil working on Dromotica?
- supergroover
- Posts: 23
- Joined: Friday 12 July 2013 19:37
- Target OS: Linux
- Domoticz version: Beta
- Location: The Netherlands
- Contact:
Re: Android app
Dimmers are working perfectly with the new update..
Thanks for the great app
Thanks for the great app
-
- Posts: 2
- Joined: Tuesday 07 January 2014 20:30
- Target OS: Linux
- Domoticz version:
- Contact:
Re: Android app
Confirmed: Dimmers are working. Now when I leave home everyting is turned off, also in Dromotica
-
- Posts: 82
- Joined: Friday 27 December 2013 23:29
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 2.2284
- Location: Nederland, Den Bosch
- Contact:
Re: Android app
Thank you for your work!sebas wrote:Yes, I'm still working on it.Ron wrote:@Sebastian, are you stil working on Dromotica?
Tbe last update solved the problem, Dromotica is nice and easy to work with.
-
- Posts: 117
- Joined: Tuesday 17 September 2013 7:46
- Target OS: Linux
- Domoticz version:
- Location: Deventer, The Netherlands
- Contact:
Re: Android app
Great! Finally got those dimmers working
-
- Posts: 4
- Joined: Tuesday 03 December 2013 16:01
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Sv: Android app
Just installed your app and like it a lot. But the widget lacks a very basic thing. Can you please display witch switch or witch scene it is for? At least a couple of letters from the name. Hard to keep track with only the color.
-
- Posts: 23
- Joined: Tuesday 03 September 2013 21:33
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Android app
Hi, what's the latest with https support?
I'm running domoticz 1.1492 and can access using https in a browser. I have just configured a startssl certificate and get no certificate errors (also fine using an ssl checker).
I get:
Error reading switches
The server did not return a valid response
I have double checked my credentials, url and port etc
Thanks
I'm running domoticz 1.1492 and can access using https in a browser. I have just configured a startssl certificate and get no certificate errors (also fine using an ssl checker).
I get:
Error reading switches
The server did not return a valid response
I have double checked my credentials, url and port etc
Thanks
-
- Posts: 4
- Joined: Tuesday 03 December 2013 16:01
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Android app
Hmm I upgraded to Domoticz 1.1396 (latest stable) today and now adding new widgets won't work at all. When you click the choose switch or choose scene it craches with a Java.lang.null pointer exception. Everything else seems fine though.
-
- Posts: 28
- Joined: Tuesday 03 December 2013 9:28
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Android app
Is it possible now that you have great working app to implement the security panel with a native android keyboard/numeric?
I've been clicking around in Android Development Toolkit with Eclipse but the pieces are not falling into place...yet! I'm not a programmer but it has my curiosity.
I've been clicking around in Android Development Toolkit with Eclipse but the pieces are not falling into place...yet! I'm not a programmer but it has my curiosity.
-
- Posts: 117
- Joined: Tuesday 17 September 2013 7:46
- Target OS: Linux
- Domoticz version:
- Location: Deventer, The Netherlands
- Contact:
Re: Android app
I'm still running 1.429, maybe it's in the new version of Domoticz without any problems. I'll have to check after I upgrade.mikejclark wrote:Hi, what's the latest with https support?
I'm running domoticz 1.1492 and can access using https in a browser. I have just configured a startssl certificate and get no certificate errors (also fine using an ssl checker).
I get:
Error reading switches
The server did not return a valid response
I have double checked my credentials, url and port etc
Thanks
You're connect to the correct port and the certificate you got is for the domain name you're using to connect to Domoticz? I'm using SSL when I'm not on my home network and the unsecure connection when I'm on my local network. This because my certificate is not for my local ip-address, only for the domain name I use remotely.
I've got requests to add the security panel and it's on the todo list. For now I'm focussing on weather, camera's and a tablet version. I'm very busy with other projects, setting up my own business, and work so I have very little time and the moment. It's comingsstolk wrote:Is it possible now that you have great working app to implement the security panel with a native android keyboard/numeric?
I've been clicking around in Android Development Toolkit with Eclipse but the pieces are not falling into place...yet! I'm not a programmer but it has my curiosity.
For the widgets. They need a redesign both technically and how they look and work. Only icons doesn't work out very well.
-
- Posts: 28
- Joined: Tuesday 03 December 2013 9:28
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Android app
Great to hear! Good luck with your business and keep up the good work!
-
- Posts: 23
- Joined: Tuesday 03 September 2013 21:33
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Android app
Yes, the certificate is for my domain. I can connect to domoticz using ssl when I'm off my home network from any browser and the certificate is accepted with no errors. I'm using port 443 which is forwarded in my routersebas wrote:
I'm still running 1.429, maybe it's in the new version of Domoticz without any problems. I'll have to check after I upgrade.
You're connect to the correct port and the certificate you got is for the domain name you're using to connect to Domoticz? I'm using SSL when I'm not on my home network and the unsecure connection when I'm on my local network. This because my certificate is not for my local ip-address, only for the domain name I use remotely.
-
- Posts: 130
- Joined: Friday 29 November 2013 11:30
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Android app
Is is maybe also possible to add the possibility to manage multiple domoticz systems?
-
- Posts: 41
- Joined: Tuesday 11 February 2014 18:14
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Android app
It works nice for me, but with a StartSSL certificate.
Maybe it is the Self Signed cert., or maybe the proxy settings... (I use nGinx on https and port 443, with proxy authentification (none on Domoticz))
Maybe it is the Self Signed cert., or maybe the proxy settings... (I use nGinx on https and port 443, with proxy authentification (none on Domoticz))
-
- Posts: 53
- Joined: Thursday 06 March 2014 18:30
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Android app
Yes, this would be a nice option to add.Blueone wrote:Is is maybe also possible to add the possibility to manage multiple domoticz systems?
For example: I have two Yamaha receivers in my home and they can be controlled by a Android App. When you start the App, you can choose which receiver you want to control.
-
- Posts: 1601
- Joined: Friday 18 October 2013 23:33
- Target OS: Raspberry Pi / ODroid
- Domoticz version: BETA
- Location: Arnhem/Nijmegen Nederland
- Contact:
Re: Android app
Dear Sebastien,
Would it be possible to have multiple login?
I have several users in Domoticz.
And it would be nice if a users also only can use his switches with the app, which they may operate.
Now I log in with another user, who can use all the switches, while I have known to them. Domoticz in only a few switches
And would it be possible to have a room plan to add.
Would it be possible to have multiple login?
I have several users in Domoticz.
And it would be nice if a users also only can use his switches with the app, which they may operate.
Now I log in with another user, who can use all the switches, while I have known to them. Domoticz in only a few switches
And would it be possible to have a room plan to add.
Xu4: Beta Extreme antenna RFXcomE,WU Fi Ping ip P1 Gen5 PVOutput Harmony HUE SolarmanPv OTG Winddelen Alive ESP Buienradar MySensors WOL Winddelen counting RPi: Beta SMAspot RFlinkTest Domoticz ...Different backups
-
- Posts: 46
- Joined: Tuesday 10 December 2013 22:27
- Target OS: Linux
- Domoticz version: beta
- Contact:
Re: Android app
For me (StartSSL certificate on "high" port) the "Secure" option doesn't work (triple-checked all login/pass info).
"Insecure" on local network works ok.
"Insecure" on local network works ok.
Orange Pi (@ Debian) / MySensors Serial / GPIO / Custom Serial 433 MHz Transmitter (for plug switches and livolo wall switches) / JSON&Bash API scripts
Who is online
Users browsing this forum: No registered users and 1 guest