Which version? I think mine’s set to auto-update but i haven’t noticed a problem yet.
IOS version 16.5
trying to see which version of homekit/homebridge i have.
on the status and notification menus, i only see “include in Home Summaries” but nothing else.
also when setting up notifications from the ipad´s settings, when i click “home notification settings” it just puts me on the dashboard of homekit, and no setting pops up.
I just set this up by using an old ipad mini (ios 14) without using homekit, but just using the notifications from Home-Assistant:
alias: "Wakeup Dashboard"
description: ""
trigger:
- type: motion
platform: device
device_id: 034ad38a76dc2223423432140a0547fb
entity_id: binary_sensor.diningroom_sensor_motion
domain: binary_sensor
condition: []
action:
- service: notify.mobile_app_ipad
data:
message: wakeup
mode: single
where do you get that device ID?
i answer myself
Goto device page, in Automation div click plus button, choose “Do something when this device turns on or off” (or something like this). This will follow you to creating automation page with trigger on your device. Click three dots, choose “Edit in YAML” - you will see device_id and entity_id of this device.
i did, but for some reason that ipad is not receiving any notifications
note*: make sure do not disturb is off
Are there any updates on this topic for Ipads (iOS 16+…)? Or on how one can downgrade them easily…
The method doesn´t seem to work with such higher iOS.
Just confirmed I’m on iOS 16.1 and now I’m not letting it update…
Maybe time to get the Pixel tablet, looked pretty awesome with Fully Kiosk in Reed’s video featured on the state of the open home.
I’ve been using the iPad because our house is an Apple house and it was an abandoned iPad my wife no longer used after we realized laptops are still way more useful.
I have Fully Kiosk running in my office on a fire tablet and it’s really good, just the Fire Tablet is terrible…
I need to invest in a better wifi network though, so hopefully that’ll happen before iOS 16.1 gets too old.
Hi, just posting this here too in case anyone watching this thread has ever encountered a deeper sleep that won’t wake to HA but to notification list?
Not at all sure what you mean by 3. Add Home Assistant to your Homekit App on my ipad? I have Homekit on my ipad and Home Assistant in a different places on the ipad they are not in the same App and I no clue on the Guided Access as nothing comes up on my ipad when I activate it. Can you help any further on this please or where I can read a setup for it?
I confirm, after I upgraded my iPad (pro ios 16.X) and the new homey architecture, the wake up trick is not working anymore
With all the updates, Apple is less better every day… crazy.
Anyone found an easy solution to wakeup an ios 16 ipad with motion? The homekit interface is still the easiest one for the family….
Actually I simply fixed this issue by activating all the options in the Notification settings.
Setting → Notifications → Home.
Works well now
I managed to get it working via HA notification messages… but i would rather do it via the Home(kit) notifications.
But if i want to enable them according to step 3, there is no option to do that. Does anybody know how to fix this?
I’m having the same problem. I guessed the cause from this homekit warning:
@ecointet Which iPadOS version are you running right now where it “works well”?
I made the mistake of upgrading my iPad to 17.x yesterday (forgot what was on before) and now the pad doesn’t turn on any more when I send a notification
(Note: I send HA notifications)
Works IPAD air 4e génération with 17.4
thank you works well!
I have iOS version 17.5.1. and it isn’t working anymore as said above. In the past it was perfect also at my home and I believe according to above messages in iOS version 15 all was fine.
I’m using Satel Integra, perfectly integrated into HA, sending one binary sensor to the HomeKit Bridge.
At the iPad it’s saying at this binary accessory: “This accessory has not been certified to work with HomeKit so some features may not be available.”
Could this be the problem that Apple is simply not accepting the signal of the uncertified binary sensor?
Making an automation by sending a message works fine for the first few times, after this it stops. No idea why, so this is also not a workable solution. Any ideas?
I have made some progress…
If you go to HA, HomeKit Bridge and click on Configure, you can select Bridge or Accessory and also Include or Exclude.
After I have selected Accessory (as I’m only interested in one PIR) and Include I have to select my PIR I want to push forward.
Then at my iPad the accessory is working under “Rooms” and category “Security”. At my “Home” display I only see “Security” with its icon.
The only thing that doesn’t work anymore is getting a notification, so the iPad is not lit up automatically.
According to the following article from Apple Get notifications for your smart home accessories - Apple Support it says it should have an option “Status & Notifications” which is not the case. Most likely as it’s an uncertified accessory. The only option which HomeKit allows you is the option “Include in Home Summaries”.
This explains I believe why the notification is not appearing anymore which is essential for the initial solution as this thread was started.
TADDAA…
I found an even easier solution: just create an Automation where a motion sensor is triggered and send a notification to your iPad. If the iPad is not in Guided Access mode, you will hear a nice tone (bleebb…) and the message.
If your iPad is in Guided Access mode then you won’t see the message is displayed, but your screen will lit up and is available for usage! The little tone you will hear, but you can turn down volume or maybe there is another way. For me ok.
I’m very happy I have found this for a new and simple solution without HomeKit…
alias: Turn On iPad
description: ""
trigger:
- platform: state
entity_id:
- binary_sensor.pir_kitchen
from: null
to: "on"
condition: []
action:
- service: notify.mobile_app_your_ipad
data: {}
mode: single
Is the HA app notification method still working reliably for you?
I just wall-mounted an iPad and was disappointed to learn the homekit notification method doesn’t work anymore, at least not for me on iOS 17.
The HA app notification method sort of works. Once the iPad goes into deep sleep state (like overnight), it doesn’t seem to turn on the screen anymore and manually waking it is required. Is there something I haven’t configured properly on the iPad settings?
Any advice is appreciated. Thanks!