Pilot: Home Automation Control (iOS app)
Moderator: leecollings
- Dynamic
- Posts: 109
- Joined: Friday 12 July 2013 14:50
- Target OS: -
- Domoticz version:
- Location: Enschede
- Contact:
Re: Pilot: Home Automation Control (iOS app)
Patrick, you're doing a great job! Can't wait for the upcoming beta!
-
- Posts: 69
- Joined: Tuesday 15 April 2014 17:05
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Location: Vaassen
- Contact:
Re: Pilot: Home Automation Control (iOS app)
Can i be a beta tester again?
Verzonden vanaf mijn iPhone met behulp van Tapatalk
Verzonden vanaf mijn iPhone met behulp van Tapatalk
- G3rard
- Posts: 669
- Joined: Wednesday 04 March 2015 22:15
- Target OS: -
- Domoticz version: No
- Location: The Netherlands
- Contact:
Re: Pilot: Home Automation Control (iOS app)
@patoo77, can you add an option that rooms can be hidden in the Pilot app?
And please remove the option that a roomplan can be deleted in the app. I did that because I was thinking it was only removed in the app, but then the roomplans are also removed from Domoticz.
I have (had to be precise ) quite some roomplans and deleted these by accident from the app.
Other items can't be deleted from the app, so then it's better that deleting a roomplan is also not possible.
P.S.
Also when you put a $ in front of the roomplan name, the roomplan is not shown in Domoticz, but it still is visible in the Pilot app. So that's not an option.
And please remove the option that a roomplan can be deleted in the app. I did that because I was thinking it was only removed in the app, but then the roomplans are also removed from Domoticz.
I have (had to be precise ) quite some roomplans and deleted these by accident from the app.
Other items can't be deleted from the app, so then it's better that deleting a roomplan is also not possible.
P.S.
Also when you put a $ in front of the roomplan name, the roomplan is not shown in Domoticz, but it still is visible in the Pilot app. So that's not an option.
Not using Domoticz anymore
-
- Posts: 296
- 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)
Sorry you ran into this kind of trouble! You found out the hard way that everything is synced both ways between Pilot and Domoticz. And that's actually a feature!G3rard wrote:@patoo77, can you add an option that rooms can be hidden in the Pilot app?
And please remove the option that a roomplan can be deleted in the app. I did that because I was thinking it was only removed in the app, but then the roomplans are also removed from Domoticz.
I have (had to be precise ) quite some roomplans and deleted these by accident from the app.
Other items can't be deleted from the app, so then it's better that deleting a roomplan is also not possible.
P.S.
Also when you put a $ in front of the roomplan name, the roomplan is not shown in Domoticz, but it still is visible in the Pilot app. So that's not an option.
However not many people use room plans so I don't get that much feedback for it.
Adding those to the feature request list:
* warning before deleting a room plan
* add a "hide room plan" switch
Domoticz on iOS: Pilot: Home Automation Control
-
- Posts: 69
- Joined: Tuesday 15 April 2014 17:05
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Location: Vaassen
- Contact:
Re: Pilot: Home Automation Control (iOS app)
Maybe future idea: store notifications in app..??
Then I don't need any other notification app any more.
Verzonden vanaf mijn iPhone met behulp van Tapatalk
Then I don't need any other notification app any more.
Verzonden vanaf mijn iPhone met behulp van Tapatalk
-
- Posts: 296
- 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)
You can already send notifications from your Domoticz server to Pilot actually.Steven84 wrote:Maybe future idea: store notifications in app..??
Then I don't need any other notification app any more.
Verzonden vanaf mijn iPhone met behulp van Tapatalk
Check Pilot's website, there's a tutorial about it
Unless you mean something else?
Envoyé de mon iPhone en utilisant Tapatalk
Domoticz on iOS: Pilot: Home Automation Control
-
- Posts: 69
- Joined: Tuesday 15 April 2014 17:05
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Location: Vaassen
- Contact:
Re: Pilot: Home Automation Control (iOS app)
Yes I know. I meant notifications stored in the app. Sometimes I have multiple notifications that I know only can see in Notification Center of iOS. Maybe in app read back option? You understand??
Verzonden vanaf mijn iPhone met behulp van Tapatalk
Verzonden vanaf mijn iPhone met behulp van Tapatalk
- G3rard
- Posts: 669
- Joined: Wednesday 04 March 2015 22:15
- Target OS: -
- Domoticz version: No
- Location: The Netherlands
- Contact:
Re: Pilot: Home Automation Control (iOS app)
@patoo77, I have some more requests
1) Is it possible that for the Switchtype Contact the Status is shown in stead of Data? It's now showing Open, Level:100% when the door is Open. If you show the status then the more logic value is shown.
2) The same applies for Switchtype On/Off. In some cases the field Data also shows the level, which is not necessary for an on/off switch. The field Status shows the correct value.
3) Can you check if the new Selector switch http://www.domoticz.com/forum/viewtopic ... r&start=20 can be implemented including the button options?
4) Can you use the field Rain for a Rainmeter? Now the field Data is shown which has no relevant info.
Thanks and let me know if I have to give some more information.
1) Is it possible that for the Switchtype Contact the Status is shown in stead of Data? It's now showing Open, Level:100% when the door is Open. If you show the status then the more logic value is shown.
Code: Select all
"Data" : "Open, Level: 100 %",
"Status" : "Open",
"SwitchType" : "Contact",
Code: Select all
"Data" : "On, Level: 100 %",
"Status" : "On",
"SwitchType" : "On/Off",
Code: Select all
"Data" : "Off, Level: 93 %",
"Status" : "Off",
"SwitchType" : "On/Off",
4) Can you use the field Rain for a Rainmeter? Now the field Data is shown which has no relevant info.
Code: Select all
"Data" : "0;826.7",
"Rain" : "0.0",
"Type" : "Rain",
Not using Domoticz anymore
-
- Posts: 296
- 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)
I see. What you need is a way to check for older notifications. Can't you store those in the Domoticz logs instead?Steven84 wrote:Yes I know. I meant notifications stored in the app. Sometimes I have multiple notifications that I know only can see in Notification Center of iOS. Maybe in app read back option? You understand??
@G3rard: thanks a lot, it really helps. I will take a look at these data.
Domoticz on iOS: Pilot: Home Automation Control
-
- Posts: 69
- Joined: Tuesday 15 April 2014 17:05
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Location: Vaassen
- Contact:
Re: Pilot: Home Automation Control (iOS app)
Just Looking for a way to get rid of pushover app
Verzonden vanaf mijn iPhone met behulp van Tapatalk
Verzonden vanaf mijn iPhone met behulp van Tapatalk
-
- Posts: 70
- Joined: Monday 14 December 2015 22:16
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Location: Mierlo
- Contact:
Re: Pilot: Home Automation Control (iOS app)
This is a big thank you for Patrick.
I had some trouble connecting to my Domoticz with the app, and after some mail exchange between Patrick and me it is working.
A big plus and KUDOS
With regard's
Peer
I had some trouble connecting to my Domoticz with the app, and after some mail exchange between Patrick and me it is working.
A big plus and KUDOS
With regard's
Peer
- Mediacj
- Posts: 74
- Joined: Wednesday 11 February 2015 16:09
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Location: Netherlands
- Contact:
Re: Pilot: Home Automation Control (iOS app)
I have connection problems also every now and then, what was the solution for your problems?peerkersezuuker wrote:This is a big thank you for Patrick.
I had some trouble connecting to my Domoticz with the app, and after some mail exchange between Patrick and me it is working.
A big plus and KUDOS
With regard's
Peer
-
- Posts: 70
- Joined: Monday 14 December 2015 22:16
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Location: Mierlo
- Contact:
Re: Pilot: Home Automation Control (iOS app)
Unfortunaly no solution.
I created a guest user and esay password for Patrick to use on my domotciz for trouble shooting.
It worked fine for him, so in domoticz i reset the user to myself with difficult password, restart domoticz and vola, it worked.
Peer
I created a guest user and esay password for Patrick to use on my domotciz for trouble shooting.
It worked fine for him, so in domoticz i reset the user to myself with difficult password, restart domoticz and vola, it worked.
So no real sollution yet, but for the quick responses KUDOS.Hi Peer,
Glad we figured it out, even though it’s pretty weird.
There has to be an issue somewhere. You’re not the first one reporting this kind of weird login issues.
Let me know if you have any other problems/suggestions/feedback.
Cheers,
P
Peer
-
- Posts: 9
- Joined: Sunday 08 November 2015 14:07
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Pilot: Home Automation Control (iOS app)
You mentioned you switched on the sound for notifications. For me it seems the sound only works on my Apple Watch. When I leave the watch at home and use just my phone, I don't get any sound, just the pop-up. Is there something I need to change or is this also something you should switch on the server-side?patoo77 wrote: I just added sound on notifications. Doesn't require an app update, it should just "work".
-
- Posts: 296
- 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)
That's weird. It should work for both.erik4281 wrote:You mentioned you switched on the sound for notifications. For me it seems the sound only works on my Apple Watch. When I leave the watch at home and use just my phone, I don't get any sound, just the pop-up. Is there something I need to change or is this also something you should switch on the server-side?patoo77 wrote: I just added sound on notifications. Doesn't require an app update, it should just "work".
Make sure you checked the "sound" setting in your iPhone settings, in the Pilot section?
Here is the screen i am talking about (French but you should figure it out).
Envoyé de mon iPhone en utilisant Tapatalk
Domoticz on iOS: Pilot: Home Automation Control
-
- Posts: 9
- Joined: Sunday 08 November 2015 14:07
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Pilot: Home Automation Control (iOS app)
I checked the settings, they are all OK. Could be just an issue with my phone (or my ears ). Maybe I'll try to reinstall the app and see if that solves it...patoo77 wrote: That's weird. It should work for both.
Make sure you checked the "sound" setting in your iPhone settings, in the Pilot section?
-
- Posts: 14
- Joined: Thursday 21 May 2015 18:43
- Target OS: Raspberry Pi / ODroid
- Domoticz version: Beta
- Contact:
Re: Pilot: Home Automation Control (iOS app)
I tried, but now I also only get sound on my watch.erik4281 wrote:I checked the settings, they are all OK. Could be just an issue with my phone (or my ears ). Maybe I'll try to reinstall the app and see if that solves it...patoo77 wrote: That's weird. It should work for both.
Make sure you checked the "sound" setting in your iPhone settings, in the Pilot section?
When I do the same with Prowl (disconnect watch) I do get sound on my iPhone.
-
- Posts: 296
- 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)
Well that's odd...
I guess you're punished for having a watch
I will take a look
I guess you're punished for having a watch
I will take a look
Domoticz on iOS: Pilot: Home Automation Control
-
- Posts: 331
- Joined: Sunday 22 February 2015 12:19
- Target OS: Linux
- Domoticz version: 2020.x
- Location: Netherlands
- Contact:
Re: Pilot: Home Automation Control (iOS app)
@Patoo,
Did you made any progress on solving the errors will be logged by Domoticz at each startup (or reconnect) of the Pilot App, like discussed earlier in this topic?
In short, I constantly get this error:
2016-02-03 10:45:45.878 Error: Failed login attempt from 127.0.0.1 for 'PilotUsername' !
After this error the App works fine, until I restart Pilot or if the connection is lost.
I have NGINX as a reverse proxy (as described in the Wiki) between the internet and Domoticz, both running on an RPI. Unlike my first setup authentication is now still done by Domoticz (so 127.0.0.1 should not be in the "local networks" list in Domoticz).
It makes no difference if I change Domoticz authentication from Login Page or "Basic Auth".
So it looks like something is not implemented right during the first handshakes after startup, or because NGINX does some translation back and forth?
Can you replicate this behaviour? (you can also set up NGINX as described in the Wiki. I'm not yet using X.509). Domoticz version is 2.3530 stable.
Did you made any progress on solving the errors will be logged by Domoticz at each startup (or reconnect) of the Pilot App, like discussed earlier in this topic?
In short, I constantly get this error:
2016-02-03 10:45:45.878 Error: Failed login attempt from 127.0.0.1 for 'PilotUsername' !
After this error the App works fine, until I restart Pilot or if the connection is lost.
I have NGINX as a reverse proxy (as described in the Wiki) between the internet and Domoticz, both running on an RPI. Unlike my first setup authentication is now still done by Domoticz (so 127.0.0.1 should not be in the "local networks" list in Domoticz).
It makes no difference if I change Domoticz authentication from Login Page or "Basic Auth".
So it looks like something is not implemented right during the first handshakes after startup, or because NGINX does some translation back and forth?
Can you replicate this behaviour? (you can also set up NGINX as described in the Wiki. I'm not yet using X.509). Domoticz version is 2.3530 stable.
-
- Posts: 296
- 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)
Fixed in 1.7Bikey wrote:@Patoo,
Did you made any progress on solving the errors will be logged by Domoticz at each startup (or reconnect) of the Pilot App, like discussed earlier in this topic?
In short, I constantly get this error:
2016-02-03 10:45:45.878 Error: Failed login attempt from 127.0.0.1 for 'PilotUsername' !
After this error the App works fine, until I restart Pilot or if the connection is lost.
I have NGINX as a reverse proxy (as described in the Wiki) between the internet and Domoticz, both running on an RPI. Unlike my first setup authentication is now still done by Domoticz (so 127.0.0.1 should not be in the "local networks" list in Domoticz).
It makes no difference if I change Domoticz authentication from Login Page or "Basic Auth".
So it looks like something is not implemented right during the first handshakes after startup, or because NGINX does some translation back and forth?
Can you replicate this behaviour? (you can also set up NGINX as described in the Wiki. I'm not yet using X.509). Domoticz version is 2.3530 stable.
Domoticz on iOS: Pilot: Home Automation Control
Who is online
Users browsing this forum: No registered users and 1 guest