> ## Documentation Index
> Fetch the complete documentation index at: https://docs.myzendo.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Troubleshoot Issues

export const MenuButton = ({badged = false}) => <div className="bg-[#a8c8b9] w-[36px] h-[36px] rounded-[10px] p-[6px] justify-center items-center aspect-square inline-flex relative">
    {badged && <div className="absolute top-[-3px] right-[-3px] w-[12px] h-[12px] rounded-[12px] bg-[#417777]"></div>}
      <svg width="22px" height="22px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
      <g fill="#417777"><path d="M12 0a12 12 0 1 0 12 12A12 12 0 0 0 12 0m0 22a10 10 0 1 1 10-10 10 10 0 0 1-10 10"></path><path d="M10 12a2 2 0 1 0 4 0 2 2 0 1 0-4 0m5.5 0a2 2 0 1 0 4 0 2 2 0 1 0-4 0m-11 0a2 2 0 1 0 4 0 2 2 0 1 0-4 0"></path></g>
      </svg>
  </div>;

## Location-based automation issues

### Permissions

The most common reason location-based automations don’t work is that your iOS or Android system is blocking location access.

To check your permissions:

1. Tap <MenuButton />
2. Tap "Settings"
3. Tap "About Your Zendo"
4. Ensure all items under "System Check" are green.

Alternatively, check the Zendo app’s location access in your iOS or Android Settings. Ensure the Location permission is set to "Always" or "Allow all the time", and that "Precise Location" is on.

### Location of your property

Another common reason at property/away automations fail is an incorrect property location.

To check the location of your property:

1. Tap <MenuButton />
2. Tap "Settings"
3. Tap "Property"
4. Tap "Property Location"
5. Adjust the location and the radius.

The Zendo app considers your phone or tablet at the property when it falls within the blue circle. Otherwise, it’s considered away.

### Low-power mode

Some iOS/Android settings can prevent the Zendo app from receiving location updates, causing automations to misbehave. Please ensure your phone or tablet isn’t in low‑power mode and that the Zendo app is allowed to run in the background.

### Bluetooth and Wi-Fi

Please ensure both Bluetooth and Wi‑Fi are enabled on your phone or tablet, as both improve location accuracy.

### Automation Logs

The Zendo app keeps a log for the last automation run. Logs are kept on device.

To check the logs:

1. Tap <MenuButton />
2. Tap "Settings"
3. Tap "About Your Zendo"
4. Tap "Privacy Centre"
5. Tap "Troubleshoot Automations"

Each automation displays the last run date, outcome (including HTTP status code), and execution time.

***

## Push notifications

### Permissions

The most common reason push notifications don’t work is that your iOS or Android system is blocking them.

To check your permissions:

1. Tap <MenuButton />
2. Tap "Settings"
3. Tap "About Your Zendo"
4. Ensure all items under "System Check" are green.

Alternatively, check the Zendo app’s notifications in your iOS or Android Settings. On iOS, ensure "Allow Notifications", "Critical Alerts", and "Time‑Sensitive Notifications" are on. On Android, ensure "All Zendo notifications" is on, as well as all other notifications under "Other".

### Enable Critical notifications

#### iOS

1. Open your iOS Settings
2. Scroll down to Apps
3. Find "Zendo" in the list
4. Tap "Notifications"
5. Turn "Critical Alerts" on

#### Android

1. Long‑press the Zendo app icon and select "App info"
2. Select "Notifications"
3. Tap "Critical"
4. Make sure the notification is set to default (it should ring).
5. Make sure "Override Do Not Disturb" is on.

***

## I need help

If you’re still having issues, please [get in touch](mailto:hello@myzendo.com?subject=Location-based%20Automations%20Troubleshooting) and we’ll be happy to help.
