Trying to implement custom Panel at sidebar

Hi guys,

im running Hass.io on my Synology. I have also ´ a Raspberry Pi with Deconz in my Network, wich is reachable in the same network. I added this to my configuration.yaml:

panel_iframe:
  deconz:
    title: 'Phoscon'
    url: 'http://192.168.178.20/pwa/login.html'
    icon: mdi:zigbee

The panel and icon shows up, but if I click on it there is just a blank screen. How can I get this to work?

If you are accessing Home Assistant over HTTPS using SSL, you cannot access HTTP sites through an iframe panel.

im dumb … that makes sense.

Do you have an idea how to manage this? Yes, my Synology (and so my HA) are accessed over HTTPS. The Raspberry isn’t … since I use it only local.

You either make one secure or the other insecure.