'Dromotica' app for controlling Domoticz from Android
Moderator: leecollings
- RoadXY
- Posts: 278
- Joined: Monday 07 April 2014 12:50
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 2.2331
- Location: Near Gorinchem
- Contact:
Re: 'Dromotica' app for controlling Domoticz from Android
I see.
Open the drawer on the left by swiping from the left side of the screen.
Select preferences by swiping the drawer up.
Open the drawer on the left by swiping from the left side of the screen.
Select preferences by swiping the drawer up.
-
- Posts: 269
- Joined: Thursday 26 March 2015 10:40
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Location: Poland
- Contact:
Re: 'Dromotica' app for controlling Domoticz from Android
Thanks It is not very intuitive, and this menu button is very small.
But after few minutes and some togle switch, domoticz stopped response (or crashed). I will look for why.
Fantom
But after few minutes and some togle switch, domoticz stopped response (or crashed). I will look for why.
Fantom
-
- Posts: 1
- Joined: Sunday 14 June 2015 21:05
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: 'Dromotica' app for controlling Domoticz from Android
indeed, it can use some improvements, but its a nice start!fantom wrote:Thanks It is not very intuitive, and this menu button is very small.
-
- Posts: 3
- Joined: Monday 27 April 2015 2:41
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: 'Dromotica' app for controlling Domoticz from Android
For anybody else trying to do this, I realized I could do it with mod_rewrite:racy wrote:I'd like to use an existing apache install to frontend (reverse proxy) my raspberry pi Domoticz install. As such, I've added the following apache config:
<Location /domoticz/>
ProxyPass http://192.168.1.109:8080/
</Location>
And configured the app as follows:
Domotics URL: fqdn.com/domoticz
Domoticz port: 443
Secure? Secure
When try to use the app, it appends the port after the /domoticz URI...
[26/Apr/2015:20:27:58 -0400] "GET /domoticz:443/json.htm?type=scenes HTTP/1.1" 404 4265 "-" "-"
Would it be possible to logic to add the port before the first / OR to give an optional URI?
Code: Select all
<Directory /var/www/html/domoticz>
RewriteEngine on
RewriteBase "/domoticz/"
RewriteRule "^:443/(.*)$" "http://192.168.1.109:8080/$1" [P]
</Directory>
-
- Posts: 228
- Joined: Thursday 21 May 2015 9:08
- Target OS: Raspberry Pi / ODroid
- Domoticz version: Beta
- Contact:
Re: 'Dromotica' app for controlling Domoticz from Android
Is this app still under development? I really would like to arrange to sequence of the devices.
- RoadXY
- Posts: 278
- Joined: Monday 07 April 2014 12:50
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 2.2331
- Location: Near Gorinchem
- Contact:
Re: 'Dromotica' app for controlling Domoticz from Android
Every now and then there is a update.
Not weekly or something like that.
Not weekly or something like that.
-
- Posts: 15
- Joined: Monday 04 August 2014 18:43
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Location: Netherlands
- Contact:
Re: 'Dromotica' app for controlling Domoticz from Android
Hello,
My dromotica doesn't refresh. I can't use it now because it loses the contact ill think.
Anybody an idea how to fix it
My dromotica doesn't refresh. I can't use it now because it loses the contact ill think.
Anybody an idea how to fix it
- RoadXY
- Posts: 278
- Joined: Monday 07 April 2014 12:50
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 2.2331
- Location: Near Gorinchem
- Contact:
Re: 'Dromotica' app for controlling Domoticz from Android
Please read the previous messages to see if your solution is mentioned
-
- Posts: 52
- Joined: Sunday 17 May 2015 11:20
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Location: Sweden
- Contact:
Re: 'Dromotica' app for controlling Domoticz from Android
Hi!
Great app - Love it!
Some questions:
1) How do i set securitystatus to disarm/arm home/arm away with geofence? I only see on/off.
2) Using the securitypanel works great in the Switches tap, but remains hidden (Data below does not move down) in the dashboard tab.
Im using a Sony Xperia and latest stable Domoticz.
Great app - Love it!
Some questions:
1) How do i set securitystatus to disarm/arm home/arm away with geofence? I only see on/off.
2) Using the securitypanel works great in the Switches tap, but remains hidden (Data below does not move down) in the dashboard tab.
Im using a Sony Xperia and latest stable Domoticz.
Controller: Domoticz (Raspberry PI)
Gateways: MySensors (Ethernet W5100), RFLink
Gateways: MySensors (Ethernet W5100), RFLink
-
- Posts: 52
- Joined: Sunday 17 May 2015 11:20
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Location: Sweden
- Contact:
Re: 'Dromotica' app for controlling Domoticz from Android
Im having a hard time getting geofence to work
-I have sucessfully added a geofence with 150m radius.
-Google Location Service activated.
Sometimes, IF i unlock screen and open dromotica it works, but sometimes i have to also open maps or another app to "reload" right location lat/long.
If the screen is locked, nothing happens for atleast several minutes.
Either its location lat/long that isnt updated fast enough or dromotica doesnt update fast enough.
When i come home i enter my wifi which should reload/set my location within 20m but its hard to doublecheck since when i open an app to check my location, it also updates the location.
Any ideas?
For a future request i would like to have dromotica check for a wifi connection, If [wifi] = present then sendaction end if
Thank you for a great app.
-I have sucessfully added a geofence with 150m radius.
-Google Location Service activated.
Sometimes, IF i unlock screen and open dromotica it works, but sometimes i have to also open maps or another app to "reload" right location lat/long.
If the screen is locked, nothing happens for atleast several minutes.
Either its location lat/long that isnt updated fast enough or dromotica doesnt update fast enough.
When i come home i enter my wifi which should reload/set my location within 20m but its hard to doublecheck since when i open an app to check my location, it also updates the location.
Any ideas?
For a future request i would like to have dromotica check for a wifi connection, If [wifi] = present then sendaction end if
Thank you for a great app.
Controller: Domoticz (Raspberry PI)
Gateways: MySensors (Ethernet W5100), RFLink
Gateways: MySensors (Ethernet W5100), RFLink
Re: 'Dromotica' app for controlling Domoticz from Android
Hi,
I've tried NFC with Dromotica and I get some trouble with scene. Indeed I can turn off switches using NFC tag, but when I want to do the same with groups or scenes it doesn't work...whereas I have the confirmation message that tag has been written.
Any idea ?
great app by the way !
PS : is there any chance to see Dromotica in IFTTT, it would be awesome !!:D
Regards
I've tried NFC with Dromotica and I get some trouble with scene. Indeed I can turn off switches using NFC tag, but when I want to do the same with groups or scenes it doesn't work...whereas I have the confirmation message that tag has been written.
Any idea ?
great app by the way !
PS : is there any chance to see Dromotica in IFTTT, it would be awesome !!:D
Regards
- RoadXY
- Posts: 278
- Joined: Monday 07 April 2014 12:50
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 2.2331
- Location: Near Gorinchem
- Contact:
Re: 'Dromotica' app for controlling Domoticz from Android
For integration with IFTTT (now called IF) Domoticz should support it, not the Android app.
-
- Posts: 8
- Joined: Monday 31 August 2015 17:24
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: 'Dromotica' app for controlling Domoticz from Android
Ciao, i am loosing my health trying to configure nfc tag reader in domoticz. Some hardware issue in the start, now solved. I can see tags using nfc-poll but no idea to make the reader in domoticz. Please can you tell me how do you have placed nfc on?sebas wrote:With NFC you can use NFC tags to control switches or scenes. I've put a nfc sticker tag on my staircase that will switch off all the lights and equipment in my living room and a sticker in my garden shed that will toggle the lights in my house. So instead of starting the app and then selecting the correct scene I just tap my phone to the tag. Without a rooted phone you will need to unlock your phone before it works so it works best with a rooted phone.Blueone wrote:Thanks a lot! the dimmers are working now.
What can you do with the NFC tag function and how to use it?
I'll write a more detailed post about it soon.
Tnx
Luca
Re: 'Dromotica' app for controlling Domoticz from Android
G'day, thanks for the great app. I am trying to add a switch widget, however when I add it and the popup comes up to configure, there are no switches available for me to choose. When I open the app I see my switch on the dashboard and under the switches menu. Any idea why I can't add it as a widget?
-
- Posts: 17
- Joined: Saturday 08 February 2014 13:57
- Target OS: Windows
- Domoticz version:
- Contact:
Re: 'Dromotica' app for controlling Domoticz from Android
Hello good afternoon,
Is the app still under development?
There are some issues:
- When you start the app you don't receive always data. You have to restart the app again.
- The energy consumption is not correct using solar panels. It must be possible to receive figures below zero.
- When using the option to select a camera the app crashed (onePlus one phone). Send the crash reports several times to Google.
Suggestions:
- Please implement in the devices tab a fast option to select a room, with many devices the list is to long.
Regards,
Jan.
Is the app still under development?
There are some issues:
- When you start the app you don't receive always data. You have to restart the app again.
- The energy consumption is not correct using solar panels. It must be possible to receive figures below zero.
- When using the option to select a camera the app crashed (onePlus one phone). Send the crash reports several times to Google.
Suggestions:
- Please implement in the devices tab a fast option to select a room, with many devices the list is to long.
Regards,
Jan.
Re: 'Dromotica' app for controlling Domoticz from Android
Did you get your issue(s) resolved? I have the same problems. Don't like waiting for loading screen when I come home and want to disarm the alarms. Thanks!sundberg84 wrote:Hi!
Great app - Love it!
Some questions:
1) How do i set securitystatus to disarm/arm home/arm away with geofence? I only see on/off.
2) Using the securitypanel works great in the Switches tap, but remains hidden (Data below does not move down) in the dashboard tab.
Im using a Sony Xperia and latest stable Domoticz.
Re: 'Dromotica' app for controlling Domoticz from Android
I sort of resolved it by adding a virtual Switch and use that instead of the security panel for widget and switch screen. I set the switch to turn back off if its turned off after 3 mins.abductor wrote:Did you get your issue(s) resolved? I have the same problems. Don't like waiting for loading screen when I come home and want to disarm the alarms. Thanks!sundberg84 wrote:Hi!
Great app - Love it!
Some questions:
1) How do i set securitystatus to disarm/arm home/arm away with geofence? I only see on/off.
2) Using the securitypanel works great in the Switches tap, but remains hidden (Data below does not move down) in the dashboard tab.
Im using a Sony Xperia and latest stable Domoticz.
I also AND all my security statements with that virtual switch, so when I turn that switch off, it turns off my alarms. This is great for when I come home and want to enter from the garage, it'll turn off the alarm for 3 mins, enough time to get inside and I dont have to waste time to input the code.
The virtual switch is called MasterGarageAlarmSW in my example. I have a door sensor called GarageDoorTested.
- Attachments
-
- Security system for garage door
- blockSecurityExample.png (35.93 KiB) Viewed 6493 times
-
- Example of a switch that turns back on after 3 mins.
- blockSecurityExampleSWAlwaysOn.png (26.41 KiB) Viewed 6493 times
-
- Posts: 27
- Joined: Monday 13 April 2015 23:19
- Target OS: NAS (Synology & others)
- Domoticz version: 3.5033
- Location: Amsterdam, The Netherlands
- Contact:
Re: 'Dromotica' app for controlling Domoticz from Android
Does anybody know if it is possible to add two "Local Wifi SSID"'s or if I can use a wildcard in the SSID name? I have both a 2,4 and a 5GHZ Wifi with a different SSID (the last SSID is only different from the first in that it is ending on -5G). So Dromotica only works if I am connected to the one I have marked in the settings and I would really like have it working with both SSID's.
- RoadXY
- Posts: 278
- Joined: Monday 07 April 2014 12:50
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 2.2331
- Location: Near Gorinchem
- Contact:
Re: 'Dromotica' app for controlling Domoticz from Android
Not possible. The new Domoticz app will support unlimited SSID selection however
-
- Posts: 21
- Joined: Sunday 06 December 2015 21:33
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 2022.1
- Contact:
Re: 'Dromotica' app for controlling Domoticz from Android
How can I add my remote settings? what do I need to set up?
Who is online
Users browsing this forum: No registered users and 1 guest