Page 50 of 51
Re: Pilot: Home Automation Control (iOS app)
Posted: Friday 03 January 2025 17:47
by jvdz
All commits are listed in GitHub, but setting up that reverse proxy is much simpler and faster to implement.
I've tested it in a standalone docker container for fun and it's really easy to create this work-around.
I can share the details in case there is a real interest.

Re: Pilot: Home Automation Control (iOS app)
Posted: Sunday 05 January 2025 12:54
by mvveelen
jvdz wrote: Friday 03 January 2025 17:47
All commits are listed in GitHub, but setting up that reverse proxy is much simpler and faster to implement.
I've tested it in a standalone docker container for fun and it's really easy to create this work-around.
I can share the details in case there is a real interest.
I have Domoticz running in a Raspberry Pi 3B+, can you also share steps I need to take then?
Re: Pilot: Home Automation Control (iOS app)
Posted: Sunday 05 January 2025 15:42
by jvdz
This is what I have set up in docker using portainer as docker GUI, but you can also use composer as well:
- Create a persistent storage directory for this container on your PI. I use /data/docker/domo_rev_oldapi as the base directory.
- Create subdirectory templates and add the file default.conf.template from the attached zip.
- Use the below Docker compose info to create a new stack in portainer or file for docker compose, and update any of the required info:
- The DomoticzURL to be used for both http and https input ports.
- Update the input ports to what you like to use (only the left port number, do not change the right port number!).
I have added a 1 to my actual ports use by domoticz to keep it simple.
Add an # in front of the port in case you don't want to use it.
- Update the volume section to point to the correct directory on your PI.
- When you want to use https, a cert is required, and I have pointed that to the original supplied domoticz pem file.
Define here what you use.
- The extra_hosts definition is what docker is using to connect to its HOST server.
- Now you can create the container and check if it is running by pointing your browser to the defined input port(s).
- When that works, you can try to update the pilot app to point to this new input port and the proxy should now do the translation from the old API format to the new.
Hope it is all clear, but else just ask.
Docker Stack info:
Code: Select all
services:
nginx:
image: nginx:stable-alpine-slim
environment:
### Define the target url for domoticz either the http or https version
### use host.docker.internal when running docker on the same host as Domoticz
DomoticzURL: 'https://host.docker.internal:8443'
### or use the actual HOSTNAME or ip address for the domoticz server
#DomoticzURL: 'https://192.168.0.123:8443'
ports:
### define a free input port for the http url to proxy to domoticz url
- "18080:8080"
### define a free input port for the https url to proxy to domoticz url
- "18443:443"
volumes:
### Define template directory used by the docker container. (required)
- /data/docker/domo_rev_oldapi/templates:/etc/nginx/templates
### target directory for the generated default.conf in case you like to see the result. (optional)
#- /data/docker/domo_rev_oldapi/conf.d:/etc/nginx/conf.d
### Define ssl directory used by the docker container. (required for reverse proxy of https. use same files as used by domoticz)
- /home/pi/domoticz/server_cert.pem:/etc/nginx/ssl/server_cert.pem
### Define log directory used by NGINX.
- /data/docker/domo_rev_oldapi/log:/var/log/nginx
extra_hosts:
### Extra host to reverse proxy back into the Docker HOST server.
- "host.docker.internal:host-gateway"
Re: Pilot: Home Automation Control (iOS app)
Posted: Saturday 11 January 2025 16:11
by zxdscp
ednl wrote: Monday 30 December 2024 23:48
waltervl wrote: Monday 30 December 2024 23:26
Depends from what version you updated. It cannot be from a 2024.x version. You post that post in June 2023. 2023.2 is released in July 2023. So it is definitely related to the Domoticz API update of 2023.2.
Hmm, weird. Same issue here. Pilot worked fine with Domoticz 2024.7 from July 2024, but stopped working with build 16401.
Exactly the same things for me !
Worked fine under Domoticz 20024.7 but stop to work since i updated Domoticz to Beta, at the beginning of january i thing, because i wanted to solve an issue with the persistance of login to the netatmo server for my thermostat connected.
Finally my first bad idea of the new year...

Re: Pilot: Home Automation Control (iOS app)
Posted: Saturday 11 January 2025 16:17
by zxdscp
mvveelen wrote: Monday 30 December 2024 21:33
waltervl wrote: Sunday 29 December 2024 21:52
mvveelen wrote: Sunday 29 December 2024 20:40
Unfortunately, since the last Beta update of Domoricz (2024.7 (build 16401)), I see no devices anymore in Pilot. I can see the log, so there is a connection, but I can't see any devices.
I hope it can be fixed, because I rely on Pilot for some switches and also geofencing.
This is not related to latest Domoticz beta but an API update in Domoticz 2023.2. So more than a year ago. So I hope for you the app will be updated (but is not updated for a long time now).
See my post about that:
viewtopic.php?p=303764#p303764
And it was working until a few days ago. After updating Domoticz from the prior last version to the current last version (beta). So it must have something to do with the latest beta update and I see that I'm not the only one with this problem.
I've sent an email to the creator of Pilot, but I'm not sure if I will get a reply, especially during this time of the year.
Installing reverse proxies etc. is not my cup of tea....
Hi mvveelen,
Did you received an answer from the creator of Pilot ?
Re: Pilot: Home Automation Control (iOS app)
Posted: Wednesday 15 January 2025 12:31
by mvveelen
No, he didn't answer. Meanwhile I made a new installation with an older Domoticz version which I didn't update and Pilot works.
Too bad it isn't updated to work with the latest Beta.
Re: Pilot: Home Automation Control (iOS app)
Posted: Wednesday 15 January 2025 14:35
by Dave21w
I am still on 2024.7 so still working however this is quite annoying as I have my pilot app set as a subscription every year to support the developer but if he is not updating then i will be cancelling that.
Re: Pilot: Home Automation Control (iOS app)
Posted: Sunday 19 January 2025 14:53
by zxdscp
mvveelen wrote: Wednesday 15 January 2025 12:31
No, he didn't answer. Meanwhile I made a new installation with an older Domoticz version which I didn't update and Pilot works.
Too bad it isn't updated to work with the latest Beta.
I also sent an e-mail to this address “
[email protected]” but received no reply.
So I went ahead and installed the HomeBridge-eDomoticz plugin.
I got the essential functions I was interested in.
Re: Pilot: Home Automation Control (iOS app)
Posted: Sunday 19 January 2025 17:23
by madpatrick
zxdscp wrote: Sunday 19 January 2025 14:53
I also sent an e-mail to this address “
[email protected]” but received no reply.
So I went ahead and installed the HomeBridge-eDomoticz plugin.
I got the essential functions I was interested in.
HomeBridge-eDomoticz is indeed a good plugin, but i looks that it also not maintained any more for a while
Also the Groups function is not available
Pilot: Home Automation Control (iOS app)
Posted: Sunday 19 January 2025 17:25
by kiddigital
Question: what can the Pilot app do which you cannot do with Domoticz own UI? (Or other apps)?
Re: Pilot: Home Automation Control (iOS app)
Posted: Sunday 02 February 2025 21:17
by homeJLB
kiddigital wrote: Sunday 19 January 2025 17:25
Question: what can the Pilot app do which you cannot do with Domoticz own UI? (Or other apps)?
Looking through this post and myself using HomeBridge This is to interact the devices in HomeKit from Apple Home
Re: Pilot: Home Automation Control (iOS app)
Posted: Thursday 06 February 2025 8:41
by elmardam
Did you figure this out?
The Domoticz app on IOS has the same problem..
Re: Pilot: Home Automation Control (iOS app)
Posted: Thursday 06 February 2025 12:33
by homeJLB
Re: Pilot: Home Automation Control (iOS app)
Posted: Thursday 06 February 2025 17:57
by madpatrick
This is NOT working for all features and not maintained anymore for a longtime
Re: Pilot: Home Automation Control (iOS app)
Posted: Tuesday 11 February 2025 0:06
by patoo77
Hello everyone,
First, I apologize for the delay in responding. I wanted to share some good news: a new version of Pilot will be released soon to support the latest Domoticz API. This update ensures that Pilot remains compatible with Domoticz 2024.7 and future versions.
You can expect the release by the end of the week. In the meantime, feel free to reach out if you have any questions!
Re: Pilot: Home Automation Control (iOS app)
Posted: Thursday 13 February 2025 0:37
by zxdscp
patoo77 wrote: Tuesday 11 February 2025 0:06
Hello everyone,
First, I apologize for the delay in responding. I wanted to share some good news: a new version of Pilot will be released soon to support the latest Domoticz API. This update ensures that Pilot remains compatible with Domoticz 2024.7 and future versions.
You can expect the release by the end of the week. In the meantime, feel free to reach out if you have any questions!
A new version is available in App store and seems to be fully functional.
I will be try it in the followings days
Thanks for the job !
Re: Pilot: Home Automation Control (iOS app)
Posted: Saturday 15 February 2025 0:55
by Benoitone
patoo77 wrote: Tuesday 11 February 2025 0:06
Hello everyone,
First, I apologize for the delay in responding. I wanted to share some good news: a new version of Pilot will be released soon to support the latest Domoticz API. This update ensures that Pilot remains compatible with Domoticz 2024.7 and future versions.
You can expect the release by the end of the week. In the meantime, feel free to reach out if you have any questions!
Thanks for this upgrade. Works fine now…
Re: Pilot: Home Automation Control (iOS app)
Posted: Friday 21 February 2025 12:53
by Gingerpale
I'm testing the Pilot update on iOS on Apple iPhone 15 Pro and 11 Max.
I’m using the latest iOS version and latest Pilot app, and most functions seem to work again. Only the ‘location services’ don’t update the switch. Is this a known bug still?
Re: Pilot: Home Automation Control (iOS app)
Posted: Friday 21 February 2025 16:30
by mvveelen
It’s all working great again. Thanks for the update!
Re: Pilot: Home Automation Control (iOS app)
Posted: Wednesday 26 February 2025 18:19
by felek
Hello,
Dose any of you have a problem with the data displayed in widget of Pilot ?
I don’t see the value of my sensors in widget, when the sensors are assigned to any of my “Rooms”. When I remove the sensor from the “Room”, the data are displayed correctly in widget.
I use the last version of Domoticz 2024.7 and Pilot in version 2025.2.2 on IOS 18.3.1