#Interacting with Mealie Webpage Cards via HA Voice

1 messages · Page 1 of 1 (latest)

dusk shore
#

Hello, new to HA, currently have HA green and HA voice preview set up and running.

Currently working towards setting up a kitchen display for displaying recipes. Running through setting up dashboards and checking what things work/what I can do before investing in buying hardware.

I want to be able to have mealie open on a dashboard (have server set up and working, currently showing on dashboard through a webpage card) and interact with it with voice assistant commands rather than having to utilize a touch screen. Main things I wanted to be able to do:
-Look up a recipe through the search menu, and then select it to open up recipe page
-Scroll recipe page up and down to see steps

I'm not really sure how the best way to go about this would be, hard coding automation commands to click/scroll the webpage would be silly. Not sure if this needs to be set up as a custom card or something rather than a webpage card, or if it would just be much more efficient/reasonable to get a touch screen display rather than trying to handle everything with voice command.

Any assistance/guidance would be appreciated.

wheat tusk
#

I would assume that changing anything within the mealie webpage itself is not feasible. Usually the "parent" page does not have access to the content of the iframe (aside from changing the iframe url).

Regarding touch or no touch, my main decision criteria was display size and cost. The 27" monitor was already there and would allow seeing it from wverywhere in the kitchen, a 27" touch device is expensive and a smaller tablet cannot be seen from everywhere. So, I went for a combination of raspberry with browser to display the dashboard(s).

What should work (I plan to set it up but did not find the time):

Then you can change the select value from anywhere (mobile phone or automation triggered by voice) to update the shown recipe.

You could use browser mod to navigate to a different dashboard via voice which then allows the search (or simply use a mobile phone for it).

To not always have the monitor runnning, this script will be used: https://blog.cavelab.dev/2021/10/control-rpi-hdmi-with-mqtt/

Cavelab

We have a Raspberry Pi driven digital calendar in the kitchen. I’m currently using crontab to turn the HDMI port off at night, and when we’re at work.
But a much more flexible solution is to control it using MQTT and Home Assistant. That way it can easily be automated to turn on when we’re home, if there is movement in the kitchen, or any ...