The Hubitat Notifications App is a simple way to send push notifications or audio alerts in response to events from devices such as locks (including codes configured with Lock Code Manager), motion or contact sensors, mode changes, and other events.
Receiving push notifications requires the Hubitat Elevation app for Android and iOS or a third-party app like Pushover. Audio notifications require a compatible speaker device integrated into Hubitat, such as Chromecast or Sonos. Multiple devices can be notified, and it is possible to have simultaneous text and text to speech audio notifications. Notifications may also be restricted to certain times, days of the week, modes, or limited to a certain number within a certain timeframe.
From the sidebar of your hub, select Apps and then select Add Built-In App.
Choose the Notifications app from the list of Elevation Built-In Apps
Select Create New Notifier to start configuration of a Notifier "child app."
Name your Notifier child app.
Select the type of device you want to monitor for notifications.
Choose the specific devices to monitor for your Notifier
Select which events you want to monitor for your notifications
Optinoally, choose for how long the condition resulting from the event must remain true before a notification is sent. (Note that this option is not available for all notification event types, and you will not see the For how long? option in this case.)
Optionally, specify the maximum frequency with which would like to be notified about an event. Toggle the switch for Only once per day to limit notifications to one per a single 24 hour period, or you can limit the notifications to once within a specified number of minutes. This option can be useful to receive fewer notifications for events that might happen frequently (e.g., some temperature sensors).
TIP: Do not confuse the For how long? option with the How frequently do you want to be notified? option. The former is available for certain events and specifies the amount of time a condition (state) resulting from an event must remain true before a notification is sent. The latter is avaialble for any event and restricts the maximum number of notifications that this particular Notifier instance will send in the specified window of time.
Most options let you choose multiple devices. For example, if you choose to be notified about switches, you can select multiple switch devices:
Notifier does not keep track of each selected device individually. Rather, the notification will be sent when any selected device meets your criteria. For example, in the above configuration, if "Bedroom Lamp" turns on and stays on for 30 minutes, then "Bedroom Outlet" turns on, you will receive a notification at 45 minutes. Further, any varaibles you use in text or audio notification (see below) will refer to the most recent "triggering" device, which may be different from the one causing the notification.
If you instead want each device to be tracked on its own, create separate Notifier instances for each device.
Choose the type of notification you want. You may send audio, text notifications via an app such as the Hubitat Elevation app. Multiple users may be notified, and it is possible to have simultaneous text, and text to speech audio notifications.
For text notifications, choose a device such as the Hubitat Elevation app, Pushover, Twilio, etc.
You may enter custom messages to include in your text notification.
You may also add %device%
, %value%
, %text%
, %time%
, and %date%
to include these built-in Notifier variables in the message. These refer to the name of the “triggering” device, the event/attribute name (e.g., “switch”), the time of the event, and the date of the event.
If you want to have more than one possible text message, separate them with a semicolon ;
and enable the Random message? option. A random message will be selected from among the specified messages each time.
%device%
, %value%
, %text%
, %time%
, and %date%
to include these variables in the audio notification. For example, if you simply added %device% %value to the Message to speak field for the front door lock used in the previous example, you would hear Front Door Lock Unlocked in your audio notification.
Notifications may be restricted to certain times, days of the week and modes.
You may set a switch to disable notifications.