Pilot: Home Automation Control (iOS app)
Moderator: leecollings
-
- Posts: 1
- Joined: Friday 04 October 2019 1:02
- Target OS: OS X
- Domoticz version:
- Contact:
Re: Pilot: Home Automation Control (iOS app)
Curious if Pilot works with Siri Shortcuts on iOS 13. I’ve tried to create a shortcut for pilot but couldn’t figure it out. Thanks!
-
- Posts: 297
- Joined: Thursday 17 July 2014 18:20
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Location: Paris, France
- Contact:
Re: Pilot: Home Automation Control (iOS app)
Shortcuts are completely being redone for full support with iOS 13.Windsorguy13 wrote: ↑Friday 04 October 2019 1:12 Curious if Pilot works with Siri Shortcuts on iOS 13. I’ve tried to create a shortcut for pilot but couldn’t figure it out. Thanks!
Should be available in a few days too.
Domoticz on iOS: Pilot: Home Automation Control
-
- Posts: 19
- Joined: Wednesday 04 November 2015 6:05
- Target OS: Windows
- Domoticz version:
- Contact:
Re: Pilot: Home Automation Control (iOS app)
Hi Guys.
I have a problem with my nginx setup and pilot.
I am a bit of a newbie as far as nginx goes...
I have a dynamic dns setup, forwarded to my public IP with 443 enabled, ssl cert installed in nginx, signed by letsencrypt.
when I go in via Safari on iPhone (via 4G) it all works just fine. I am brought to my domoticz login page, log in and all goes fine, secure connection and all
no matter how I set up Pilot, I just can't connect from outside.
My nginx config is as follows:
nginx log says:
Any help would be greatly appreciated. I tried all I could and nginx config is still a bit of a mystery to me...
I have a problem with my nginx setup and pilot.
I am a bit of a newbie as far as nginx goes...
I have a dynamic dns setup, forwarded to my public IP with 443 enabled, ssl cert installed in nginx, signed by letsencrypt.
when I go in via Safari on iPhone (via 4G) it all works just fine. I am brought to my domoticz login page, log in and all goes fine, secure connection and all
no matter how I set up Pilot, I just can't connect from outside.
My nginx config is as follows:
Code: Select all
access_log /var/log/nginx/my_dns_server.access.log;
add_header Cache-Control public;
server_tokens off;
# HTTPS 443
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
keepalive_timeout 70;
server_name my_dns_server;
include /etc/nginx/ssl.conf;
include /etc/nginx/services.conf;
}
obviously .. I replaced actual data with my_dns_server and username192.168.***.*** - username [20/Oct/2019:04:01:19 +0100] "GET /json.htm?type=command¶m=getconfig HTTP/2.0" 403 78 "-" "Pilot/201910101 CFNetwork/1107.1 Darwin/19.0.0"
192.168.117.1 - username [20/Oct/2019:04:01:19 +0100] "GET /json.htm?type=plans&displayhidden=1 HTTP/2.0" 401 91 "-" "Pilot/201910101 CFNetwork/1107.1 Darwin 19.0.0"
192.168.117.1 - username [20/Oct/2019:04:01:22 +0100] "GET /json.htm?type=plans&displayhidden=1 HTTP/2.0" 401 91 "-" "Pilot/201910101 CFNetwork/1107.1 Darwin/19.0.0"
192
Any help would be greatly appreciated. I tried all I could and nginx config is still a bit of a mystery to me...
-
- Posts: 347
- Joined: Friday 03 April 2015 17:09
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Pilot: Home Automation Control (iOS app)
Location problems with the beta version of the Pilot app.
I'm running version 2019.10 which is a beta version that I received through the TestFlight app.
On this version the location functionality is not working correctly anymore. Getting home or leaving home the flag in Domoticz is NOT updated.
I'm running Pilot app on the iPhone Xr.
What could be the problem? How can I debug this? How can this be fixed?
The Life360 app is detecting that I arrived home as this app is configured to send a notification to my phone when I'm at home. My conclusion this is thus not a phone issue.
I've checked the setting: Settings -> Pilot -> Location which is set to Always.
The iPhone has already been rebooted to see if it makes a difference.
Suggestions?
I'm running version 2019.10 which is a beta version that I received through the TestFlight app.
On this version the location functionality is not working correctly anymore. Getting home or leaving home the flag in Domoticz is NOT updated.
I'm running Pilot app on the iPhone Xr.
What could be the problem? How can I debug this? How can this be fixed?
The Life360 app is detecting that I arrived home as this app is configured to send a notification to my phone when I'm at home. My conclusion this is thus not a phone issue.
I've checked the setting: Settings -> Pilot -> Location which is set to Always.
The iPhone has already been rebooted to see if it makes a difference.
Suggestions?
- FearNaBoinne
- Posts: 144
- Joined: Tuesday 30 April 2019 10:08
- Target OS: Linux
- Domoticz version: 2021.1
- Location: Sector 0
- Contact:
Re: Pilot: Home Automation Control (iOS app)
This worked for a while for me, but all iPhones in my family have stopped working now as far as GPS goes. I don't believe there is much incentive to fix it either.rgroothuis wrote: ↑Thursday 24 October 2019 15:25 Location problems with the beta version of the Pilot app.
I'm running version 2019.10 which is a beta version that I received through the TestFlight app.
On this version the location functionality is not working correctly anymore. Getting home or leaving home the flag in Domoticz is NOT updated.
I'm running Pilot app on the iPhone Xr.
What could be the problem? How can I debug this? How can this be fixed?
The Life360 app is detecting that I arrived home as this app is configured to send a notification to my phone when I'm at home. My conclusion this is thus not a phone issue.
I've checked the setting: Settings -> Pilot -> Location which is set to Always.
The iPhone has already been rebooted to see if it makes a difference.
Suggestions?
RasPi, Raspbian , Domoticz v2021.1, Z-Wave Stick, RFLink, RFXtrx433e, Hue, Tuya (Tasmota/Mosquitto with Discovery), ESP(easy), MySensors.org, OTGW
-
- Posts: 347
- Joined: Friday 03 April 2015 17:09
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Pilot: Home Automation Control (iOS app)
Thanks, will give that a try as well. When browsing through the settings the location itself has disappeared, that could be a valid reason of course why the location functionality is not working anymore. No location then Pilot cannot detect if it is home or not. Will give this a try first.
-
- Posts: 19
- Joined: Wednesday 04 November 2015 6:05
- Target OS: Windows
- Domoticz version:
- Contact:
Re: Pilot: Home Automation Control (iOS app)
Guys, anyone has a simple guide to setup Pilot with nginx and ssl?
As in my previous post, I have ssl working but pilot only works if I allow local LAN to connect to domoticz without a password.
I can't be the only one who uses Pilot with nginx, right? all info I found is not really helpful, or doesn't apply to my setup...
Can anyone help?
As in my previous post, I have ssl working but pilot only works if I allow local LAN to connect to domoticz without a password.
I can't be the only one who uses Pilot with nginx, right? all info I found is not really helpful, or doesn't apply to my setup...
Can anyone help?
-
- Posts: 347
- Joined: Friday 03 April 2015 17:09
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Pilot: Home Automation Control (iOS app)
The situation is getting worse, the beta version of the Pilot app is crashing on my phone. First impression is that this is due to the Location service, when I just go home the app crashed, when I left home the app crashed as well.rgroothuis wrote: ↑Thursday 24 October 2019 15:43 Thanks, will give that a try as well. When browsing through the settings the location itself has disappeared, that could be a valid reason of course why the location functionality is not working anymore. No location then Pilot cannot detect if it is home or not. Will give this a try first.
-
- Posts: 39
- Joined: Saturday 26 April 2014 15:27
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Pilot: Home Automation Control (iOS app)
hi guys,
im trying to connect Pilot to my local network with the settings tab. I just cant get it to work.
i havent set up any ssl or something like this. It wont connect. When im off my wifi it works like a charm. Anyone knows what to do?
Ipone XS max -> iOS 13
domoticz -> Version: 4.10717
pilot app -> 2019.10.1
thanks in advance
im trying to connect Pilot to my local network with the settings tab. I just cant get it to work.
i havent set up any ssl or something like this. It wont connect. When im off my wifi it works like a charm. Anyone knows what to do?
Ipone XS max -> iOS 13
domoticz -> Version: 4.10717
pilot app -> 2019.10.1
thanks in advance
RPI 3b+, PiFace 2, RFcom, Aeon Zwave USB, Aeon Home Energy Meter Gen 5, several Shelly switches, several ESP8266 sensors.
-
- Posts: 1
- Joined: Sunday 10 November 2019 14:46
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Pilot: Home Automation Control (iOS app)
Hello, I am a longtime pilot and Domoticz user. I started paying around with an iBeacon. The plan is to have iBeacon in my house and as soon as it is detected by pilot turn on the “somebody is home protocol” . Basically an alternative for geofencing with a shorter range.
But I am not sure pilot app can perform such an action in ios13 ? Shouldn’t pilot app have acces / permission in:
Privacy ->Bluetooth ? It does not mention the pilot app.
Thank you for your time.
SOLVED 16-11-2019
But I am not sure pilot app can perform such an action in ios13 ? Shouldn’t pilot app have acces / permission in:
Privacy ->Bluetooth ? It does not mention the pilot app.
Thank you for your time.
SOLVED 16-11-2019
-
- Posts: 53
- Joined: Thursday 11 August 2016 18:41
- Target OS: Raspberry Pi / ODroid
- Domoticz version: beta
- Location: The Netherlands
- Contact:
Re: Pilot: Home Automation Control (iOS app)
I sent two messages to the creator of the Pilot app(via de app website), but I don't get any response.
Is this app dead or ??
Is this app dead or ??
-
- Posts: 297
- Joined: Thursday 17 July 2014 18:20
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Location: Paris, France
- Contact:
Re: Pilot: Home Automation Control (iOS app)
Next beta opening soon. Register here: http://pilot.patrickferreira.com/beta-en/
What's in it?
* Shit ton of bug fixes
* Much improved Siri shortcuts
* VoiceOver
What's in it?
* Shit ton of bug fixes
* Much improved Siri shortcuts
* VoiceOver
Domoticz on iOS: Pilot: Home Automation Control
-
- Posts: 145
- Joined: Tuesday 08 July 2014 15:10
- Target OS: -
- Domoticz version: 4.9700
- Location: UK
- Contact:
Re: Pilot: Home Automation Control (iOS app)
Any idea on a future release date?
We talking weeks, months etc.?
We talking weeks, months etc.?
-
- Posts: 297
- Joined: Thursday 17 July 2014 18:20
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Location: Paris, France
- Contact:
Re: Pilot: Home Automation Control (iOS app)
January 2020.Calzor Suzay wrote: ↑Friday 17 January 2020 13:42 Any idea on a future release date?
We talking weeks, months etc.?

Domoticz on iOS: Pilot: Home Automation Control
-
- Posts: 145
- Joined: Tuesday 08 July 2014 15:10
- Target OS: -
- Domoticz version: 4.9700
- Location: UK
- Contact:
-
- Posts: 297
- Joined: Thursday 17 July 2014 18:20
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Location: Paris, France
- Contact:
Re: Pilot: Home Automation Control (iOS app)
Yes, a regular update, as usualCalzor Suzay wrote: ↑Friday 17 January 2020 17:36Awesome, just an upgrade to the current iOS app?
I was about to install and set it all up before you mentioned a new version.

you can start using the app now and it will be updated as soon as it's released.
Domoticz on iOS: Pilot: Home Automation Control
-
- Posts: 297
- Joined: Thursday 17 July 2014 18:20
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Location: Paris, France
- Contact:
Re: Pilot: Home Automation Control (iOS app)
Pilot, version 2020.1, is out on the App Store.
The update will be automatically rolled out in the coming 7 days.
You can also update manually by going in the App Store.
The update will be automatically rolled out in the coming 7 days.
You can also update manually by going in the App Store.
Domoticz on iOS: Pilot: Home Automation Control
- mvveelen
- Posts: 687
- Joined: Friday 31 October 2014 10:22
- Target OS: NAS (Synology & others)
- Domoticz version: Beta
- Location: Hoorn, The Netherlands
- Contact:
Re: Pilot: Home Automation Control (iOS app)
I would love to see the status of the (Xiaomi) doorsensors directly: open / closed or with coloured arrows.
Now, when I (long)click on the button, I can see when the last status update was sent, but that doesn't tell me if the door is open or closed. Even going into the log is too much of a hassle.
Is this something that could be added to the feature requests
?
Like the app Domoticz has, so you can see directly the status:
Now, when I (long)click on the button, I can see when the last status update was sent, but that doesn't tell me if the door is open or closed. Even going into the log is too much of a hassle.
Is this something that could be added to the feature requests

Like the app Domoticz has, so you can see directly the status:
RPi3b+/RFXCOM rfxtrx433E/Shelly/Xiaomi Gateway/Philips HUE Lights/Atag Zone One/2 SunnyBoy inverters/AirconWithMe/P1 smartmeter/Domoticz latest Beta
-
- Posts: 297
- Joined: Thursday 17 July 2014 18:20
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Location: Paris, France
- Contact:
Re: Pilot: Home Automation Control (iOS app)
Actually, that's a bug. Will release an update next week to make it work againmvveelen wrote: ↑Sunday 02 February 2020 11:16 I would love to see the status of the (Xiaomi) doorsensors directly: open / closed or with coloured arrows.
Now, when I (long)click on the button, I can see when the last status update was sent, but that doesn't tell me if the door is open or closed. Even going into the log is too much of a hassle.
Is this something that could be added to the feature requests?
Like the app Domoticz has, so you can see directly the status:

Sorry for the inconvenience!
Domoticz on iOS: Pilot: Home Automation Control
-
- Posts: 5
- Joined: Friday 14 February 2020 12:52
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Pilot: Home Automation Control (iOS app)
Hello,
I have problem with 2 connected d-link cameras in Pilot app. In 90% of usage I see a black screen on both of them. Sometimes after Domoticz "service restart" i see correct preview, but after a couple of minutes... black screen.
I connected to "Pilot app" with Dataplicity.com service (port 443).
When I access the Domoticz website directly using the dataplicity.com address, there is no problem - I have a picture from the cameras all the time.
When I connect Pilot app with local IP address (without dataplicity.com) there is also no problem. Problem only occurs in conjunction with dataplicity.com and the Pilot app.
I have problem with 2 connected d-link cameras in Pilot app. In 90% of usage I see a black screen on both of them. Sometimes after Domoticz "service restart" i see correct preview, but after a couple of minutes... black screen.
I connected to "Pilot app" with Dataplicity.com service (port 443).
When I access the Domoticz website directly using the dataplicity.com address, there is no problem - I have a picture from the cameras all the time.
When I connect Pilot app with local IP address (without dataplicity.com) there is also no problem. Problem only occurs in conjunction with dataplicity.com and the Pilot app.
Who is online
Users browsing this forum: No registered users and 1 guest