Smart Home Control Panel

2023-09-27

First get an overview in the video:

To turn on the tablet via the Home Assistant app, the Notify service of Home Assistant is used, this can be tested with the developer tools from Home Assistant (replace mytablet accordingly)

service: notify.mobile_app_mytablet
data:
  message: command_screen_on
  data: 
    ttl: 0
    priority: high

In NodeRED you use the “Call Service” node and select the service “Notify” and the device “mobile_app_mytablet”.
Under Data the command (see above) is then used modified as JSON

{"message":"command_screen_on","data":{"ttl":0,"priority":"high"}}

This way, a motion detector or similar can be used to turn on the screen when needed.
You can open the Home Assistant app and corresponding dashboards (and also other apps) via the notification. Adjust the link “/lovelace” according to your needs.

service: notify.mobile_app_mytablet
data:
  message: command_webview
  title: "/lovelace"

in NodeRED

{"message":"command_webview","title":"/lovelace"}

You can find more details in the documentation of the Home Assistant Companion App


You want to support this project?

If you want to support this project, you can do it here:

paypal.me/fxgli

patreon.com/ei23

Or as credit transfer (SEPA) – fees are a little bit lower there

Felix Grave
IBAN: DE81 1001 1001 2629 7060 89
BIC: NTSBDEB1XXX
Adress, if needet, you can find in the legal info.

All donators will receive a few extras by mail as a thank you! To benefit from this you can register here*
*The registration is not needed, but without registration there are no extras, but also a big thank you!





short message


If you would like to support us with time, knowledge and skills instead of money, that would be just as great!
Become part of the community, on Reddit, Discord or Telegram (see below).

If you order from Amazon from time to time, you can use my Amazon partner link
ei23.com/amzn
you can redirect a small advertising commission to me, you only have to click the link once before your purchase. That will not change prices.
This works the same way with AliExpress
ei23.com/alxprss/
You may save it to your bookmarks.

Thank you in advance!


Comments are closed.