WallPanel Help with Home Assistant

Does anyone know the right command to post a rest command to the wallpanel to change the page, or wake the screen from home assistant.

I have some ideas, but I cant seem to get it working ? any help or ideas ?

Thanks Graham

do you talk about an active HAdashboard or about the normal GUI from HA?

on a tablet? you would probably need to install an app for that.

I might have not explained myself very well lol :slight_smile:

I have HAdashboard running a bunch or tablets on the wall around the house, using the WallPanel App, that works well.

I read on the Github Page that you can post Rest API commands to the WallPanel App to wake the screen / change the page etc…

I just wondering if anyone has done this from Home Assistant, as I would like build some automation to trigger an event and post the rest command… if you get me ?

Graham

oke, so you want help with wallpanel app.
maybe then the HAdashboard forum isnt the best place to ask :wink:

i dont use the wallpanel app so i cant help you there.

but you can try it out.

you can create an input boolean that activates an app.
in that app you can use urlopen to send commands to http://[mywallpanel]:2971/api/command

maybe i will try it out to in the near future.