Just wanted to share this easy way to get all latest Hub phone push notifications on your dashboard. They can come from the Hubitat notifications app which you can customize to link to anything or from Hubitat safety monitor or any app that can send push notifications to your phone.
If you have the Hubitat phone app a mobile phone device should show up on you Device list. You will need to add this mobile phone device to the SharpTools app device list in Hubitat. It has 2 attributes, Presence and Notification texts. The app doesnât need to be running on the phone for this to work. I have iOS, assuming same for Android. You can even send a custom notification if you open the device on hub and type it in and push device notification button
On edit Dashboard Add the Phone device tile under add Thing. Change layout to Hero attribute. Edit tile, change primary attribute to NotificationsText. Change tile dimensions and style and wrap text. Done.
This was cool tip. Thanks @kampto, you are todayâs MVP.
I created new virtual mobile app device for Hubitat and then added âsend device notificationâ to all those webcore pistons that I want to notify virtual mobile app. Now I have cool notification tile in my every dashboard with $time24 so that time is included to notification⌠âWashing machine is done at 5.42pmâ
This works well except that I cannot seem to change the style of the underlying THING tile once added to my dashboard. It always defaults to a black tile w/white text regardless of the style color I use. Any suggestions on a fix?
Mobile device is iPhone/iOS
Yes, A ânotificationâ text from any one of the places it can be sent from Hubitat.
Like this Notification I set up on Hubitat to send my phone if garage gets closed or opened. I added my phone as a âThingâ on the dashboard with the Attribute set to notification.
When you set up the styles on a Hero Attribute Tile, you have to define state mappings.
If the value for the attribute is always going to be set to something (not empty), you could just add a single blank condition with a ânot equalsâ operator (!=).
If the attribute value can be blank too, you could either use a placeholder target value that would never match or create a second state mapping that also matches âequalsâ blank (==).