Page 1 of 1

Zigate/zigbeefordomoticz user interface within Domoticz UI

Posted: Thursday 24 February 2022 20:17
by waltervl
Just a tip:
To use the Zigate User interface on port 9440 embedded on Domoticz you can use the Custom menu:
https://www.domoticz.com/wiki/Custom_menu

Make a file Zigate2.html in domoticz/www/templates
Contents

Code: Select all

<IFRAME SRC="http://IPAddress:9440/" height="800" width="100%"></IFRAME> 
Rename IPAddress to the real IP address of your domoticz server.
Restart Domoticz and you will have another Zigate2 entry in custom menu.
For a screenshot see the custom menu wiki page.

Re: Zigate/zigbeefordomoticz user interface within Domoticz UI

Posted: Thursday 24 February 2022 21:25
by keros
Very nice tip. Thanks a lot waltervl !!

Just for that, I will activate the custom menu :mrgreen:

Can we add this information on the Wiki ? I'll add a link to this topic.

Re: Zigate/zigbeefordomoticz user interface within Domoticz UI

Posted: Thursday 24 February 2022 21:37
by waltervl
Sure no problem :-)

Re: Zigate/zigbeefordomoticz user interface within Domoticz UI

Posted: Friday 25 February 2022 13:12
by McMelloW
Thanks @waltervl Added the Z2M frontend page to the custom menu. Works fine.

Re: Zigate/zigbeefordomoticz user interface within Domoticz UI

Posted: Monday 07 March 2022 18:07
by physiker123
Thank you, it really helps!

quick question: Why Zigate2.html? Would Zigate.html also work?

Re: Zigate/zigbeefordomoticz user interface within Domoticz UI

Posted: Monday 07 March 2022 18:20
by waltervl
I already have a Zigate.html from the plugin itself. It is not used anymore but still there.

Re: Zigate/zigbeefordomoticz user interface within Domoticz UI

Posted: Friday 11 March 2022 10:19
by pipiche
@walter I beleive the Zigate.html is an old thing, which is not delivered/updated any more. So I think you can get rid of it ;-)

Re: Zigate/zigbeefordomoticz user interface within Domoticz UI

Posted: Friday 11 March 2022 15:38
by keros
The name of the html file is the name of the menu ;)

So, if you have a ZiGate coordinator, you can call it ZiGate.html, ZiGate2.thml, Plugin Z4D.html, or whatever you want :D

Re: Zigate/zigbeefordomoticz user interface within Domoticz UI

Posted: Sunday 27 March 2022 12:21
by Derik
hi nice option better then a popup new window.

Only i try als get grafana working with an i frame with:

Code: Select all

<IFRAME SRC="http://192.168.5.70:3000/d/T5Z_WDkRz/domoticz?orgId=1&refresh=1m" height="800" width="100%"></IFRAME> 
Only i get an error:
ScreenShot134.png
ScreenShot134.png (31.28 KiB) Viewed 1431 times
Do you know how to fix this

Re: Zigate/zigbeefordomoticz user interface within Domoticz UI

Posted: Sunday 27 March 2022 16:49
by waltervl
Some applications refuse to be shown in an Iframe. For grafana you could check out this thread https://community.grafana.com/t/dashboa ... ndow/19304

Re: Zigate/zigbeefordomoticz user interface within Domoticz UI

Posted: Monday 04 April 2022 18:37
by keros
keros wrote: Thursday 24 February 2022 21:25 Can we add this information on the Wiki ? I'll add a link to this topic.

We put the information there : https://zigbeefordomoticz.github.io/wik ... ation.html

Sorry for the delay, we waited for stable6 release ;)

Re: Zigate/zigbeefordomoticz user interface within Domoticz UI

Posted: Wednesday 27 April 2022 13:39
by pipiche
In the recent version of the beta6 plugin, it is automatically included (automatic creation in the custom menu)