Help with webpage card in home assistant

I have multiple raspberry pi’s on my network that run at the same time often. One has special software on it called Falcon player. Basically for a quick version, it controls special Christmas lights for a light show I put on every Christmas. You can change the settings on it just by typing in the ip address and then you get a web ui for it (like almost any software for pi’s). This winter, I wanted a way to be able to access the pi when I’m away incase the lights fail to start. I have a home assistant running on another pi, so I thought I could possibly hook it up to the webpage card (since there both on the same network). So I know a little bit about the http/https problem and I think that’s why it’s not working. I put in the ip address into the webpage card, and all it does is either show a white screen or say not able to connect. I tested www.google.com, and it doesn’t work. The only 2 sites that I’ve found to work is https://m.google.com and the home assistant’s url. My home assistant is https, and the other pi’s ip address is http. So I think that’s my problem. Does anyone know what I can do to get the falcon player web ui to show on the home assistant webpage card without changing home assistant to http? Thanks in advanced.

what are u trying to do? are we talking adding iframe panel? need more informations

One solution would be to run a reverse proxy so you can run HA via http locally and https remotely. This would allow you to display http web pages on a secured system.

Please keep in mind that HA itself will not “proxy” your other applications page with a webpage card (iframe): that page will need to be accessible from the outside as well.
With the additional requirement that you cannot mix http and https on the same (HA) page.

An iframe just embed visually a page in another.

Bottom-line: As far as I understand your use case, HA doesn’t bring anything, here, and the url you enter on the card config should work from a plain browser from wherever you want it to, to also work when embedded in HA.

1 Like

I’m just trying to show another pi’s interface on my local network that has different software on it from the webpage card.

Sorry for acting like a noob but I’m not the best with this. How would that be setup?

maybe you could try remote home-assistant addon which allow you to replicate your HA entity to your other home-assistant (I use it to get some information of my RPI information) Maybe it not the right choice but I believe this will surely work.

Like Tom_I said you can also used reverse proxy to replace your http into https. In my case I used NGINX PROXY MANAGER (NPM) which make it easier in forwarding my domain to my local IP + Port.

Ok thanks. I’ll try both of those.

How can i insert Login Data. Means Password and User for my Website i need?
Is there any way to do that with Webpage card?

Thanks

I need the same info.
I have a raspberry pi on my network to monitor my solar production/usage.
From my local network, I can login to grafana that is running on this pi and I select the dashboard to display.

Is there a way to do this in HA?
I would prefer to supply these values ( userid, password and dashboard name) once and HA should login ianf display this data.

Thanks

Hello,

I am a beginner with home assistant and have the same problem. Unfortunately, the local website (dashboard/add card/website) is not displayed.
http://nibepi.local:1880/ui works.
http://nibepi.local:3000 with Grafana does not work. The page is not loading. Of course it works in the browser.
Thank you for your help!