Page 2 of 2

Re: newbie stuck with installing zwave-js-ui

Posted: Thursday 24 August 2023 10:02
by Hansbit
Hansbit wrote: Friday 18 August 2023 11:49 Tried the java-script method and that worked! (After allowing pop-ups in Safari :roll: )

Think that the problem is that wave-js-ui is http and my Domoticz is httpS. (Think that https with an http iframe isn't allowed. ) But solved now. Thanks!
Solved by enabling httpS in the zwave-js-ui settings (restart required). Now the IFRAME method works with Domoticz in httpS also. Don't forget to add the S in the IFRAME code. Need to clear browser-cache!

Code: Select all

<IFRAME SRC="https://192.168.10.45:8091/control-panel" height="1100" width="100%"></IFRAME>